Remove $Id$ and RCSID() usage.

These are useless now that we're using git.
This commit is contained in:
Peter Johnson 2011-08-19 10:43:16 -07:00
parent 502eebd339
commit 94ab1135a3
279 changed files with 34 additions and 467 deletions

View file

@ -1,5 +1,3 @@
$Id$
If you are contributing code to the YASM project or trying to compile YASM
from a CVS checkout, please read this first.

View file

@ -1,5 +1,3 @@
# $Id$
SUBDIRS = po .
ACLOCAL_AMFLAGS = -I m4

View file

@ -1,5 +1,3 @@
# $Id$
#
# Ultra-flat Makefile for DJGPP (also works for Cygwin).
# Does NOT depend on or use configure.
#

View file

@ -1,5 +1,3 @@
# $Id$
#
# Ultra-flat Makefile "prototype" for non-Unix platforms.
# Does NOT depend on or use configure.
#

View file

@ -1,5 +1,3 @@
/* $Id$ */
#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail)
#define yasm__abspath(path) yasm__abspath_win(path)
#define yasm__combpath(from, to) yasm__combpath_win(from, to)

View file

@ -1,5 +1,4 @@
#!/usr/bin/perl
# $Id$
use POSIX qw(strftime);
$|++;

View file

@ -1,5 +1,3 @@
/* $Id: config.h 1137 2004-09-04 01:24:57Z peter $ */
#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail)
#define yasm__abspath(path) yasm__abspath_win(path)
#define yasm__combpath(from, to) yasm__combpath_win(from, to)

View file

@ -1,5 +1,3 @@
/* $Id: config.h 1137 2004-09-04 01:24:57Z peter $ */
#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail)
#define yasm__abspath(path) yasm__abspath_win(path)
#define yasm__combpath(from, to) yasm__combpath_win(from, to)

View file

@ -1,5 +1,4 @@
#!/bin/sh
# $Id$
# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)

View file

@ -1,5 +1,4 @@
# Process this file with autoconf to produce a configure script.
# $Id$
#
# autoconf setup

View file

@ -1,5 +1,3 @@
# $Id$
EXTRA_DIST += frontends/yasm/Makefile.inc
EXTRA_DIST += frontends/tasm/Makefile.inc
EXTRA_DIST += frontends/vsyasm/Makefile.inc

View file

@ -1,5 +1,3 @@
# $Id: Makefile.inc 1463 2006-04-05 05:39:23Z peter $
bin_PROGRAMS += ytasm
ytasm_SOURCES = frontends/tasm/tasm.c

View file

@ -29,7 +29,6 @@
*/
#include <util.h>
#include <ctype.h>
/*@unused@*/ RCSID("$Id: tasm-options.c 1197 2005-01-24 06:44:25Z peter $");
#include "tasm-options.h"

View file

@ -1,4 +1,4 @@
/* $Id: tasm-options.h 1137 2004-09-04 01:24:57Z peter $
/*
* Generic Options Support Header File
*
* Copyright (c) 2001 Stanislav Karchebny <berk@madfire.net>

View file

@ -26,7 +26,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id: tasm.c 1523 2006-05-06 16:11:56Z peter $");
#include <ctype.h>
#include <libyasm/compat-queue.h>

View file

@ -1,5 +1,3 @@
# $Id: Makefile.inc 1463 2006-04-05 05:39:23Z peter $
bin_PROGRAMS += vsyasm
vsyasm_SOURCES = frontends/vsyasm/vsyasm.c

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id$");
#include <ctype.h>
#include <libyasm/compat-queue.h>

View file

@ -1,5 +1,3 @@
# $Id$
bin_PROGRAMS += yasm
dist_man_MANS += yasm.1

View file

@ -29,7 +29,6 @@
*/
#include <util.h>
#include <ctype.h>
/*@unused@*/ RCSID("$Id$");
#include "yasm-options.h"

View file

@ -1,4 +1,4 @@
/* $Id$
/*
* Generic Options Support Header File
*
* Copyright (c) 2001 Stanislav Karchebny <berk@madfire.net>

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id$");
#include <string.h>

View file

@ -1,4 +1,4 @@
/* $Id$
/*
* Semi-portable (Windows and Unix) plugin loading
*
* Copyright (C) 2008 Peter Johnson

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id$");
#include <ctype.h>
#include <libyasm/compat-queue.h>

View file

@ -2,8 +2,6 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<!-- $Id$ -->
<refentry id="yasm">
<refentryinfo>

View file

@ -1,4 +1,4 @@
/* $Id$
/*
*
* Generate array-of-const-string from text file.
*

View file

@ -2,10 +2,6 @@
* \file libyasm.h
* \brief YASM library primary header file.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2003-2007 Peter Johnson
*

View file

@ -1,5 +1,3 @@
# $Id$
libyasm_a_SOURCES += libyasm/assocdat.c
libyasm_a_SOURCES += libyasm/bitvect.c
libyasm_a_SOURCES += libyasm/bc-align.c

View file

@ -2,10 +2,6 @@
* \file libyasm/arch.h
* \brief YASM architecture interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2002-2007 Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "coretype.h"
#include "assocdat.h"

View file

@ -2,10 +2,6 @@
* \file assocdat.h
* \brief YASM associated data storage (libyasm internal use)
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2003-2007 Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "libyasm-stdint.h"
#include "coretype.h"

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "libyasm-stdint.h"
#include "coretype.h"

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "libyasm-stdint.h"
#include "coretype.h"

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "libyasm-stdint.h"
#include "coretype.h"

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "libyasm-stdint.h"
#include "coretype.h"

View file

@ -1,5 +1,4 @@
#include "util.h"
RCSID("$Id$");
#include "coretype.h"

View file

@ -1,5 +1,3 @@
/* $Id$ */
#ifndef YASM_BITVECT_H
#define YASM_BITVECT_H
/*****************************************************************************/

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "libyasm-stdint.h"
#include "coretype.h"

View file

@ -2,10 +2,6 @@
* \file libyasm/bytecode.h
* \brief YASM bytecode interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id: module.in 2080 2008-04-30 04:40:29Z peter $");
#include <libyasm.h>

View file

@ -1,4 +1,4 @@
/* $Id$
/*
* <sys/queue.h> implementation for systems that don't have it.
*
* Copyright (c) 1991, 1993

View file

@ -2,10 +2,6 @@
* \file libyasm/coretype.h
* \brief YASM core types and utility functions.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -2,10 +2,6 @@
* \file libyasm/dbgfmt.h
* \brief YASM debug format interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2002-2007 Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include <ctype.h>
#include <stdarg.h>

View file

@ -2,10 +2,6 @@
* \file libyasm/errwarn.h
* \brief YASM error and warning reporting interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "libyasm-stdint.h"
#include "coretype.h"

View file

@ -2,10 +2,6 @@
* \file libyasm/expr.h
* \brief YASM expression interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Michael Urman, Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id$");
/* Need either unistd.h or direct.h to prototype getcwd() and mkdir() */
#ifdef HAVE_UNISTD_H

View file

@ -2,10 +2,6 @@
* \file libyasm/file.h
* \brief YASM file helpers.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -27,7 +27,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include <ctype.h>

View file

@ -2,10 +2,6 @@
* \file libyasm/floatnum.h
* \brief YASM floating point (IEEE) interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -1,4 +1,4 @@
/* $Id$
/*
*
* Generate module.c from module.in and Makefile.am or Makefile.
*

View file

@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include <ctype.h>

View file

@ -2,10 +2,6 @@
* \file libyasm/hamt.h
* \brief Hash Array Mapped Trie (HAMT) functions.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "libyasm-stdint.h"
#include "coretype.h"

View file

@ -2,10 +2,6 @@
* \file libyasm/insn.h
* \brief YASM mnenomic instruction.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2002-2007 Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include <ctype.h>
#include <limits.h>

View file

@ -2,10 +2,6 @@
* \file libyasm/intnum.h
* \brief YASM integer number interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -1,5 +1,4 @@
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include <stdlib.h>
#include <stdio.h>

View file

@ -1,4 +1,3 @@
/* $Id$ */
#ifndef YASM_INTTREE_H
#define YASM_INTTREE_H

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "coretype.h"
#include "hamt.h"

View file

@ -2,10 +2,6 @@
* \file libyasm/linemap.h
* \brief YASM virtual line mapping interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2002-2007 Peter Johnson
*

View file

@ -2,10 +2,6 @@
* \file libyasm/listfmt.h
* \brief YASM list format interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2004-2007 Peter Johnson
*

View file

@ -29,7 +29,6 @@
this file is only about 3k of object code. */
#include <util.h>
/*@unused@*/ RCSID("$Id$");
#include "md5.h"

View file

@ -1,9 +1,5 @@
/* See md5.c for explanation and copyright information. */
/*
* $Id$
*/
#ifndef YASM_MD5_H
#define YASM_MD5_H

View file

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)merge.c 8.2 (Berkeley) 2/14/94";

View file

@ -1,4 +1,4 @@
/* $Id$
/*
* YASM module loader header file
*
* Copyright (C) 2002-2007 Peter Johnson

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id$");
#include <libyasm.h>

View file

@ -2,10 +2,6 @@
* \file libyasm/objfmt.h
* \brief YASM object format module interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -2,10 +2,6 @@
* \file libyasm/parser.h
* \brief YASM parser module interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -1,6 +1,5 @@
/* Modified for use with yasm by Peter Johnson. */
#include "util.h"
/*@unused@*/ RCSID("$Id$");
/*
--------------------------------------------------------------------

View file

@ -1,6 +1,4 @@
/* Modified for use with yasm by Peter Johnson.
* $Id$
*/
/* Modified for use with yasm by Peter Johnson. */
/*
------------------------------------------------------------------------------
By Bob Jenkins, September 1996.

View file

@ -2,10 +2,6 @@
* \file libyasm/preproc.h
* \brief YASM preprocessor module interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include <limits.h>

View file

@ -2,10 +2,6 @@
* \file libyasm/section.h
* \brief YASM section interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -30,8 +30,6 @@
* SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#ifndef USE_OUR_OWN_STRCASECMP
#undef yasm__strcasecmp

View file

@ -30,7 +30,6 @@
*/
#define NO_STRING_INLINES
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#if defined(LIBC_SCCS) && !defined(lint)

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include <limits.h>
#include <ctype.h>

View file

@ -2,10 +2,6 @@
* \file libyasm/symrec.h
* \brief YASM symbol table interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Michael Urman, Peter Johnson
*

View file

@ -1,5 +1,3 @@
# $Id$
TESTS += bitvect_test
TESTS += floatnum_test
TESTS += leb128_test

View file

@ -1,4 +1,4 @@
/* $Id$
/*
*
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -1,4 +1,4 @@
/* $Id$
/*
*
* Copyright (C) 2006-2007 Peter Johnson
*

View file

@ -1,4 +1,4 @@
/* $Id$
/*
*
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -1,4 +1,4 @@
/* $Id$
/*
*
* Copyright (C) 2005-2007 Peter Johnson
*

View file

@ -1,4 +1,3 @@
#! /bin/sh
# $Id$
${srcdir}/out_test.sh libyasm_test libyasm/tests "libyasm" "-f bin" ""
exit $?

View file

@ -1,4 +1,4 @@
/* $Id$
/*
*
* Copyright (C) 2006-2007 Peter Johnson
*

View file

@ -1,4 +1,4 @@
/* $Id$
/*
*
* Copyright (C) 2006-2007 Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "libyasm-stdint.h"
#include "coretype.h"

View file

@ -2,10 +2,6 @@
* \file libyasm/valparam.h
* \brief YASM value/parameter interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");
#include "libyasm-stdint.h"
#include "coretype.h"

View file

@ -2,10 +2,6 @@
* \file libyasm/value.h
* \brief YASM value interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2006-2007 Peter Johnson
*

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
RCSID("$Id$");
#include "coretype.h"
#include "errwarn.h"

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include "util.h"
RCSID("$Id$");
#include "coretype.h"

View file

@ -1,5 +1,3 @@
# $Id$
EXTRA_DIST += modules/arch/Makefile.inc
EXTRA_DIST += modules/listfmts/Makefile.inc
EXTRA_DIST += modules/parsers/Makefile.inc

View file

@ -1,5 +1,3 @@
# $Id$
EXTRA_DIST += modules/arch/x86/Makefile.inc
EXTRA_DIST += modules/arch/lc3b/Makefile.inc

View file

@ -1,5 +1,3 @@
# $Id$
libyasm_a_SOURCES += modules/arch/lc3b/lc3barch.c
libyasm_a_SOURCES += modules/arch/lc3b/lc3barch.h
libyasm_a_SOURCES += modules/arch/lc3b/lc3bbc.c

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id$");
#include <libyasm.h>

View file

@ -1,4 +1,4 @@
/* $Id$
/*
* LC-3b Architecture header file
*
* Copyright (C) 2003-2007 Peter Johnson

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id$");
#include <libyasm.h>

View file

@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
RCSID("$Id$");
#include <libyasm.h>

Some files were not shown because too many files have changed in this diff Show more