]> granicus.if.org Git - yasm/commitdiff
* On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.
authorPeter Johnson <peter@tortall.net>
Sat, 4 Sep 2004 01:24:57 +0000 (01:24 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 4 Sep 2004 01:24:57 +0000 (01:24 -0000)
svn path=/trunk/yasm/; revision=1137

146 files changed:
HACKING
Makefile.am
Mkfiles/Makefile.dj
Mkfiles/Makefile.flat
Mkfiles/Makefile.mingw
Mkfiles/dj/config.h
Mkfiles/mingw/config.h
Mkfiles/nightly-build.pl
Mkfiles/vc/config.h
Mkfiles/vc/yasm-module.c
autogen.sh
check/Makefile.inc
configure.ac
frontends/Makefile.inc
frontends/yasm/Makefile.inc
frontends/yasm/yasm-module.c
frontends/yasm/yasm-module.h
frontends/yasm/yasm-options.c
frontends/yasm/yasm-options.h
frontends/yasm/yasm.c
libyasm.h
libyasm/Makefile.inc
libyasm/arch.c
libyasm/arch.h
libyasm/assocdat.c
libyasm/assocdat.h
libyasm/bc-int.h
libyasm/bitvect.c
libyasm/bitvect.h
libyasm/bytecode.c
libyasm/bytecode.h
libyasm/compat-queue.h
libyasm/coretype.h
libyasm/dbgfmt.h
libyasm/errwarn.c
libyasm/errwarn.h
libyasm/expr-int.h
libyasm/expr.c
libyasm/expr.h
libyasm/file.c
libyasm/file.h
libyasm/floatnum.c
libyasm/floatnum.h
libyasm/hamt.c
libyasm/hamt.h
libyasm/intnum.c
libyasm/intnum.h
libyasm/linemgr.c
libyasm/linemgr.h
libyasm/mergesort.c
libyasm/objfmt.c
libyasm/objfmt.h
libyasm/optimizer.h
libyasm/parser.h
libyasm/preproc.h
libyasm/section.c
libyasm/section.h
libyasm/strcasecmp.c
libyasm/strsep.c
libyasm/symrec.c
libyasm/symrec.h
libyasm/tests/Makefile.inc
libyasm/tests/bitvect_test.c
libyasm/tests/bytecode_test.c
libyasm/tests/floatnum_test.c
libyasm/tests/libyasm_test.sh
libyasm/tests/memexpr_test.c
libyasm/valparam.c
libyasm/valparam.h
libyasm/xmalloc.c
libyasm/xstrdup.c
modules/Makefile.inc
modules/arch/Makefile.inc
modules/arch/lc3b/Makefile.inc
modules/arch/lc3b/lc3barch.c
modules/arch/lc3b/lc3barch.h
modules/arch/lc3b/lc3bbc.c
modules/arch/lc3b/lc3bid.re
modules/arch/lc3b/tests/Makefile.inc
modules/arch/lc3b/tests/lc3b_test.sh
modules/arch/x86/Makefile.inc
modules/arch/x86/tests/Makefile.inc
modules/arch/x86/tests/x86_test.sh
modules/arch/x86/x86arch.c
modules/arch/x86/x86arch.h
modules/arch/x86/x86bc.c
modules/arch/x86/x86expr.c
modules/arch/x86/x86id.re
modules/dbgfmts/Makefile.inc
modules/dbgfmts/null/Makefile.inc
modules/dbgfmts/null/null-dbgfmt.c
modules/dbgfmts/stabs/Makefile.inc
modules/dbgfmts/stabs/stabs-dbgfmt.c
modules/objfmts/Makefile.inc
modules/objfmts/bin/Makefile.inc
modules/objfmts/bin/bin-objfmt.c
modules/objfmts/bin/tests/Makefile.inc
modules/objfmts/bin/tests/bin_test.sh
modules/objfmts/coff/Makefile.inc
modules/objfmts/coff/coff-objfmt.c
modules/objfmts/coff/tests/Makefile.inc
modules/objfmts/coff/tests/coff_test.sh
modules/objfmts/coff/tests/x86id.asm
modules/objfmts/dbg/Makefile.inc
modules/objfmts/dbg/dbg-objfmt.c
modules/objfmts/elf/Makefile.inc
modules/objfmts/elf/elf-objfmt.c
modules/objfmts/elf/elf.c
modules/objfmts/elf/elf.h
modules/objfmts/elf/tests/Makefile.inc
modules/objfmts/elf/tests/amd64/Makefile.inc
modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
modules/objfmts/elf/tests/elf-x86id.asm
modules/objfmts/elf/tests/elf_test.sh
modules/objfmts/win32/Makefile.inc
modules/objfmts/win32/tests/Makefile.inc
modules/objfmts/win32/tests/win32_test.sh
modules/optimizers/Makefile.inc
modules/optimizers/basic/Makefile.inc
modules/optimizers/basic/basic-optimizer.c
modules/parsers/Makefile.inc
modules/parsers/nasm/Makefile.inc
modules/parsers/nasm/nasm-bison.y
modules/parsers/nasm/nasm-defs.h
modules/parsers/nasm/nasm-parser.c
modules/parsers/nasm/nasm-parser.h
modules/parsers/nasm/nasm-token.re
modules/parsers/nasm/tests/Makefile.inc
modules/parsers/nasm/tests/nasm_test.sh
modules/parsers/nasm/tests/worphan/Makefile.inc
modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh
modules/preprocs/Makefile.inc
modules/preprocs/nasm/Makefile.inc
modules/preprocs/nasm/genmacro.c
modules/preprocs/nasm/nasm-preproc.c
modules/preprocs/nasm/tests/Makefile.inc
modules/preprocs/nasm/tests/nasmpp_test.sh
modules/preprocs/raw/Makefile.inc
modules/preprocs/raw/raw-preproc.c
out_test.sh
po/POTFILES.in
test_hd.c
tools/Makefile.inc
tools/re2c/Makefile.inc
tools/re2c/cleanup.c
util.h

diff --git a/HACKING b/HACKING
index cc66fc8541d27c703ea0f2ab138c81c2b6e016ae..0543e786f5ca03a8533df846c464cf63e20d57d7 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,4 @@
-$IdPath$
+$Id$
 
 If you are contributing code to the YASM project or trying to compile YASM
 from a CVS checkout, please read this first.
index b1aeac80678a457b1aec498e09904880e4d3eb1a..1204ff4da8c4bc3669104a061756f6e81fe4a648 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 SUBDIRS = libltdl m4 po .
 
index 69d5d7c2a2285a2ea1f148c5e58941a4a6002a24..8ac760b8885a8ac5b0d6891ab270061e6e46937a 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 #
 # Ultra-flat Makefile for DJGPP (also works for Cygwin).
 # Does NOT depend on or use configure.
index 16d6e2491a33ef037a34ad3fed8a6d5e3bd5ba07..3f17fb889719cd48f33f9bd4e62243019f665a42 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 #
 # Ultra-flat Makefile "prototype" for non-Unix platforms.
 # Does NOT depend on or use configure.
index e54f24dbd18311989ce4dd3a6d0ce1da88ea22c5..cda8d85e29c2c86c3fa4c1510d5c75f51d6dd3e8 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 #
 # Ultra-flat Makefile for MINGW (cross-compile for Win32).
 # Does NOT depend on or use configure.
index e7245a37178f267a1d0994aebcf7324e2abe9ad6..40f43008aab2b17810a10e3490b5a82846ca1557 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$ */\r
+/* $Id$ */\r
 \r
 /* */\r
 /* #undef ENABLE_NLS */\r
index 36ec7a3a2e785210a93ba0c40861f59c5dd6d66e..d9499a05836b4707f68a12381ba95d02c79d89c5 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$ */
+/* $Id$ */
 
 /* */
 /* #undef ENABLE_NLS */
index 944324ea4a8f3b6dfa55b2d10521487a18b40213..1ac17a29d90fa2eb3d150153604b4ff1e9fa8821 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $IdPath$
+# $Id$
 use POSIX qw(strftime);
 
 $|++;
index 3b483ab11181a42d3e0cccc8bc6cc1b73f7b6a6a..acd7be02ddc86395900223a0094c70b7e45bcaa1 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$ */\r
+/* $Id$ */\r
 \r
 /* */\r
 /* #undef ENABLE_NLS */\r
index 3e2cd108db0e13db4f3d6668bc64b2d9f83f6b3c..bc28dbce357badf17a6f44ac451364e692a1c9f0 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include <libyasm.h>
 
index cd5b9355b77b483eeeea942cb4e3130df8fb992b..9f9c45b23d585064cc6b0879ff3d09ff0984dfd0 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $IdPath: yasm/autogen.sh,v 1.9 2003/03/13 04:03:59 peter Exp $
+# $Id$
 # Run this to set up the build system: configure, makefiles, etc.
 # (based on the version in enlightenment's cvs)
 
index ce6f37cccd128b0b9d04c4577bed30427a24d3f7..cc62ff462b57f95eb012f507ddeb7bb1cbaf808a 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 CHECKFILES  = check/check.c
 CHECKFILES += check/check_run.c
index b2c70c4b96fd5351c58320bbabc41bbafd1aec4a..c9888c84c3dc3f89f2831a6c97a02a4c30ba9cb3 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $IdPath$
+# $Id$
 
 #
 # autoconf setup
index 4a352f8d826751b5b4e76e755cfda8f9ea6a9119..832a2f0bf72d4e4b28ace245969842cc45b34527 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 EXTRA_DIST += frontends/yasm/Makefile.inc
 
index 77ab1c95967bbb97f28408ca8fd6f65dfac3009d..adfa1d88947c39fc24c17a881abbafcabbd1581c 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 bin_PROGRAMS += yasm
 
index df940f7a241e690fd7381f3624a87f5398617472..8833fda5b2ac4aa4d10a8c19df82f5c0b1ac5494 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include <libyasm/compat-queue.h>
 #include <libyasm.h>
index f7efa845b0d04d470dd099846f8e13744d76b24b..64085707fd31de3247dac4473360489df198cf28 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  * YASM module loader header file
  *
  *  Copyright (C) 2002  Peter Johnson
index dc12682b683092c8f0cacbba9a4124b3fd4c71af..98b9750312c577b75e07d6ab49205da095c37096 100644 (file)
@@ -28,7 +28,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath: yasm/frontends/yasm/yasm-options.c,v 1.13 2003/04/01 19:53:30 mu Exp $");
+/*@unused@*/ RCSID("$Id$");
 
 #include "yasm-options.h"
 
index 8be0e287d8ba8843c5c8d165ae93bd9f20f296ff..0a4cd0033ae19acc7e672dc19aaf48af39c6b84a 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  * Generic Options Support Header File
  *
  * Copyright (c) 2001  Stanislav Karchebny <berk@madfire.net>
index 3616a143f663234a7b9cd6c256f38a8434ed35d8..0d6a7767400eede7f9b47bb12e88571fe1c5b797 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include <libyasm/compat-queue.h>
 #include <libyasm/bitvect.h>
index a1abba1081c163ff9d4ca56447cf4bdb63db3391..3703850931eee1916d7045de1d0e8129fe0b5182 100644 (file)
--- a/libyasm.h
+++ b/libyasm.h
@@ -3,7 +3,7 @@
  * \brief YASM library primary header file.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index adf1fcda29c1d2a91bfb3160d0ef051d3e2805ee..e85f195f145cb395afc7504f908af0f7a7e94fb8 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 lib_LTLIBRARIES += libyasm.la
 
index a998a5c322523b75c795137023d5c4c23926011e..140f259ab8241c3099ec3fc37167981ae3a5595c 100644 (file)
@@ -27,7 +27,7 @@
 #define YASM_LIB_INTERNAL
 #define YASM_ARCH_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include "coretype.h"
 
index 132a65e1258d815403acc45fa6f6a0704cbf2838..e522db9d45f9c7fa608d28f0e5541ee0bb4ad6fc 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM architecture interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 27fb1dbfe9487c226351cfc9c533a64dfeab5fb3..12b098e27c1c36f28db44dbb7891265ec989a4ae 100644 (file)
@@ -26,7 +26,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include "coretype.h"
 #include "assocdat.h"
index 6f8f6b1f045abff9daf5799bbcf483b1a0cde335..5cce0e73d5e606675bf9ee7f0d451f49e755bce0 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM associated data storage (libyasm internal use)
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 3b368964941bef95ac003b5bc2e9f35c192c6a6b..993be49354d7342d8682f6938a7b3cc3dd4668fa 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  * Bytecode internal structures header file
  *
  *  Copyright (C) 2001  Peter Johnson
index 751a449a53675c51c3e12ddda06b67d18f989dfe..fe4a22d80790c26612d9d7e84d60b16083793edf 100644 (file)
@@ -1,6 +1,6 @@
 #define YASM_LIB_INTERNAL
 #include "util.h"
-RCSID("$IdPath$");
+RCSID("$Id$");
 
 #include "coretype.h"
 
index 37bb893d17805e5eca847b015cba29f0537e6d61..7a6bfc3ee73e802026ebaf6ecd0b68b144a22c01 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$ */
+/* $Id$ */
 
 #ifndef YASM_BITVECT_H
 #define YASM_BITVECT_H
index bb9ee898bf4e787e9034ede1c4728e1ec1f76d4d..b61e4234deaa37c099a7da5746a5a7d1028989cc 100644 (file)
@@ -26,7 +26,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include "coretype.h"
 #include "file.h"
index 2c3d13ece8c35558f1293645d63bb9cc436ea44f..2718968acd3fab2b5c8746f3a31de9ae660acbeb 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM bytecode interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 9ac37b0891b42948eb68818250464b4f69b76e24..f010520cb27ffc337c4f46a1e706cdd23bee745b 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  * <sys/queue.h> implementation for systems that don't have it.
  *
  * Copyright (c) 1991, 1993
index dc5cb5b0f66828b176f1b3234fb25ec5ee7313b5..2e38ac8b179d49eff61df5989950bd178bc0b551 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM core types and utility functions.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 20253994ebfc6e699a6f582afaabe28a9f5f1d0b..a61fbf30697ff69feb796319ce0ab6abde6d5558 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM debug format interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 2d175bce5b580484129cdcf8148caa793c101503..03e7b1b537bf138e9defb483820347926ae14d6e 100644 (file)
@@ -26,7 +26,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include <ctype.h>
 
index c014cde932d7b5dc3fac8a1ac00d85dd347ec9c3..aa249b9a70a5f9fc92b46b3c882e565ef1815a39 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM error and warning reporting interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 81671d8532cde5065fe9acaac43901b5fb7fdf76..a93b828229ba368a2d58cdc4e2f8a501c47409f9 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  * Expressions internal structures header file
  *
  *  Copyright (C) 2001  Peter Johnson
index 667b4c9d724566276952c0e1867d54c0f1a4b81c..1f417d4be533752343911fd01813e086bdab433c 100644 (file)
@@ -26,7 +26,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include "coretype.h"
 #include "bitvect.h"
index 26d60dfb599c7c4ca1ee01df33395a29bbb6e0e2..f79981da0806ed0a4af0b184c9f54748c44391d9 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM expression interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 162dcfdc149efa209ca69422c88e324b5f49da32..4ff42bebe0b3fab5ae7a312954f6407c50aee747 100644 (file)
@@ -26,7 +26,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include "file.h"
 
index 9b82a835d167231768f65351662867a90b17d052..70ff3a007d523e1888f1466b5a1ceda33f2c900e 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM big and little endian file interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 4c117e1b1891939c0c1fc8c2992603b8991ce8b4..7c65f8169ff61c995f98b001fdfe7c3ada4dfb2c 100644 (file)
@@ -28,7 +28,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include <ctype.h>
 
index b850be2e7a1f600d7135326c66bcc87b144a03ba..a7523dd56b13231ac408bc9012fb98a8b8e7031c 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM floating point (IEEE) interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 4d610683d700e85ced7c54b6f2734ee3fa7da100..359b54cc98ee7bad42fe2c3676d503f1c2094c0b 100644 (file)
@@ -31,7 +31,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include "coretype.h"
 #include "hamt.h"
index a85fd63afbf95235ede5670e555bfa1fe859344b..7a6e7f3a32bda5546c263b9c70ef1f8fdbaee230 100644 (file)
@@ -3,7 +3,7 @@
  * \brief Hash Array Mapped Trie (HAMT) functions.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index d3895aefb3b2116bf8065fc1aea8b9ff04e15191..64b7a3a682ce6ff54389dc1a0dbcd6df30d88091 100644 (file)
@@ -26,7 +26,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include <ctype.h>
 #include <limits.h>
index 75a121d0f17ef2c0f1f11cd506e712f0a6ce33f7..3a2bdf3414cdd5c54c740f81dfa936d5bfdf9d21 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM integer number interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 96d756f5bb863a63b38730ff623c9ef380ff66a4..059775175c6afff30c51ebc6f32cd7da92a64946 100644 (file)
@@ -26,7 +26,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include "coretype.h"
 #include "hamt.h"
index 9337e5e7456fc6404b69645070a44272b1bc1c03..e30501a1d8ebd5b8682b04394842f2cf7c8c3ebc 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM virtual line mapping management interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 5546e6be6d97bd95b2fdf2e8baa7d58cfb39be08..e460a178dcfd0ce67c27db1754d23b0c16665edf 100644 (file)
@@ -33,7 +33,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)merge.c    8.2 (Berkeley) 2/14/94";
index 813977ba61d5c1f145183480745eb2485da1bb29..798c1136b84ab27c6a67b6eca71dee482a6b8c66 100644 (file)
@@ -27,7 +27,7 @@
 #define YASM_LIB_INTERNAL
 #define YASM_ARCH_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include "coretype.h"
 #include "valparam.h"
index a7432c90007a8cf95845f293686bc4608e84e667..c9e29bc3e36390f2da20fed34334804f54601279 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM object format module interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 2359dcc63bd17ae5fbde774a2bae1834541fe6c7..edc746ba116102499590ee9d1fe35d84ded5ef38 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM optimizer module interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 22572dde32492f003bb2509ee4e1d86487e21d7a..dd989b80f1d78245b482c9d61621380fc0c43871 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM parser module interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 4bce005a0c92e8589dd13729030d65b4f4b49bbd..89e0124a5104339c4212706242164d897fb10102 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM preprocessor module interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index c4497b42b8d66ca5ccd49694a43cef169c02c80e..9e8f1c64f15f0cf6653f1e1c252be664e966c847 100644 (file)
@@ -26,7 +26,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include "coretype.h"
 #include "valparam.h"
index 104fa2c7ba3ef4b604e728c2ce70fa3e74f7e2f6..62bcfb55330bfefa94e12e093d2278692f98ea07 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM section interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 7ef5df3515227139cf20487e4e6f53aab3434f90..32a914fce71ab4d8dc93930b2de255bf6655d8de 100644 (file)
@@ -31,7 +31,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 
 #ifndef USE_OUR_OWN_STRCASECMP
index 9ff9899f357e5ccd5aa8fbb635be7db4a3a8457c..28e261f0f76261d0c03f72387ab1d50279ceec99 100644 (file)
@@ -31,7 +31,7 @@
 #define YASM_LIB_INTERNAL
 #define NO_STRING_INLINES
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 
 #if defined(LIBC_SCCS) && !defined(lint)
index 280c22333aad42a1d4a9939950849980c0b9a8b4..2d06651d5bec19d6fb39cf74777e14d1fb093559 100644 (file)
@@ -26,7 +26,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #ifdef STDC_HEADERS
 # include <limits.h>
index 4a3aa6e06f6d2eb73f5422bf6c251f43ad9b463f..9a9ada8d7836294a160943ae63990426b87af7eb 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM symbol table interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index 11266b03279f3ddf84c6d37bb713dbbcbc9162da..162990061f3dfc156dff1f57914640cdd5b3bd25 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 TESTS += bitvect_test
 TESTS += floatnum_test
index afc1506347533f7d657a8ecfb8fcf97272fdd025..ed95f6a17ac18fa173069fc9c3b51c10990e2d13 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  *
  *  Copyright (C) 2001  Peter Johnson
  *
index 67108764bddee589ac1925aa64aae50a2af70f81..d65080f8fc0e9e748db515b611a17b7442b8ab1d 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  *
  *  Copyright (C) 2001  Peter Johnson
  *
index ba47a78e91e371de278a99a670acaa88a79f866d..b678e68b5844e89c15a0ddd5ccc88ffc01937288 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  *
  *  Copyright (C) 2001  Peter Johnson
  *
index de980947d04b6296b13b9507cf4d8625cab8029b..024573154813fe720b394eff721b4226120cb1b4 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 ${srcdir}/out_test.sh libyasm_test libyasm/tests "libyasm" "-f bin" ""
 exit $?
index e1db4cc224357ccc2d435a578db98381e3c2a182..78caefec1fd4d30a95a76c57f94d7fe81d776b7a 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  *
  *  Copyright (C) 2001  Peter Johnson
  *
index 4435e915cd7abc7f3921172242f7e0f52ce728c1..00516b588be8942204a36deaf6a1c323e718edcf 100644 (file)
@@ -26,7 +26,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #include "coretype.h"
 #include "valparam.h"
index 4b12442f1e4ab1e016a8a97bc5f88182adf407f6..4ce05dd260ce3e5090ecc0e83023cfa19057204b 100644 (file)
@@ -3,7 +3,7 @@
  * \brief YASM value/parameter interface.
  *
  * \rcs
- * $IdPath$
+ * $Id$
  * \endrcs
  *
  * \license
index a6ebeaa6f6cd914468bf9a66ad0c3ce510f28ff0..5f947d97865cdae4705a5218ba1ebd2abc9076c4 100644 (file)
@@ -26,7 +26,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-RCSID("$IdPath$");
+RCSID("$Id$");
 
 #include "coretype.h"
 #include "errwarn.h"
index b41593485c719af5aa0e318c880c9ad68e1632c2..3e1ebb59aace8c6a9542099cc5b9dbc27351b16d 100644 (file)
@@ -30,7 +30,7 @@
  */
 #define YASM_LIB_INTERNAL
 #include "util.h"
-RCSID("$IdPath: yasm/libyasm/xstrdup.c,v 1.13 2003/03/15 05:07:48 peter Exp $");
+RCSID("$Id$");
 
 #include "coretype.h"
 
index 0a80ea50f26997806d2ac88091fd4b4165bcc478..b1240d2d9e592624552349c7b9ed209bbad73352 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 EXTRA_DIST += modules/arch/Makefile.inc
 EXTRA_DIST += modules/parsers/Makefile.inc
index b2344b8f59e067e042d9daf2fdedfd0157cdca26..72fdecd3435dc1f930dc77ee5f22d0d16dc2cc91 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 EXTRA_DIST += modules/arch/x86/Makefile.inc
 EXTRA_DIST += modules/arch/lc3b/Makefile.inc
index ff14ef9c56a530fde4a4e71778ebf18abaf86b00..4c2334e580d4f1afaa66496d5fb1fa62fdec687b 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += arch_lc3b.la
 
index 01fa52c04a440dc7513f4947cecefc3b6ae9ef81..de0c8771ef8f88622fef35ddd76921aede67aa1a 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #include <libyasm.h>
index c9525a1e7c85387adc397f6fa89c75954ac0fda6..9390fe105bce5aadcff9e084261904d20509aa02 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  * LC-3b Architecture header file
  *
  *  Copyright (C) 2003  Peter Johnson
index 77c6fffd1a0f1e99b0019ef4a492af0badac07d0..be754200cf1ca4cdc3701cd9386c70ce06be8d14 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #define YASM_BC_INTERNAL
index 1d8cb7e808cebc07ed47d30679ba8342dcd5243c..6b610484e2f71e4ae3baf13c7925560adc1ace9d 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-RCSID("$IdPath$");
+RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #define YASM_BC_INTERNAL
index b2268218e16b3478d0738f2b574884734460572e..43ffb70b2bdb3f9ca6d67c2dae45004f172f6a49 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 TESTS += modules/arch/lc3b/tests/lc3b_test.sh
 
index 80cf8aa644653dc8b9a39a57e55944da34866712..30ca95df6358cda8fb1b28c80110cdca1e1a5e5c 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 ${srcdir}/out_test.sh lc3b_test modules/arch/lc3b/tests "lc3b arch" "-a lc3b -f bin" ""
 exit $?
index aa9f364201e9f9736fbb1b5cd7f0af779605eaa1..f387edd064db5e7072988b0c2cae6bda96421af2 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += arch_x86.la
 
index a68358c94a9eea6cdfa36420a0c453f701210d5b..2355abbbf404e9ce16ce88c643e645ba18939ab5 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 TESTS += modules/arch/x86/tests/x86_test.sh
 
index f2d6900014b990607952790618f31d508fca00c3..d2e6e3735937a478f8c7a4f65df25a44c1de965c 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 ${srcdir}/out_test.sh x86_test modules/arch/x86/tests "x86 arch" "-f bin" ""
 exit $?
index f098f64b0513e8b3719cc6c2ae6013cd0d751fe7..d22f6e1f924f4158694056145dfaceb15aaff8fd 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #include <libyasm.h>
index 6bff6d1f05d5a1838ae5334773e49bf55ea78cb8..f6668b7049c084abe36a3bf941cbe7ad674f0346 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  * x86 Architecture header file
  *
  *  Copyright (C) 2001  Peter Johnson
index 778c04584c4667009655ec1247444e27988e9497..14ef1bea4ab2e2d69bcc3816cdf0373c1f3722c3 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #define YASM_BC_INTERNAL
index efbaca9771d5ac97ccedcffa1c4e45dedbf34b39..f37bf56fc4b74e9f97a6fcf0efd39417741b3c12 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #define YASM_EXPR_INTERNAL
index 9384840bdcf198db66561b645a4685f468ff7eff..dacf5f1dd4aec80b20c05cbe3262d6ca0e2d8935 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-RCSID("$IdPath$");
+RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #define YASM_BC_INTERNAL
index e61366de0ecf9f550133efc098addaf74ac29c84..e50bb28fc5f9b45c66df29db2f8a8b84c29f6547 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 EXTRA_DIST += modules/dbgfmts/null/Makefile.inc
 EXTRA_DIST += modules/dbgfmts/stabs/Makefile.inc
index db373b2fd5d804cbc5f7ff0718dff86c4578c529..3737f106b6b3c15fb91c469d31b92111215facd3 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += dbgfmt_null.la
 
index a3fc0ea176e78dc005144f9f6fe78b5aac31e51e..a6d0913e7edef0d759ee316d33ef1b2de74d55a6 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #include <libyasm.h>
index 895477239f17b6aba8043699406363de2b20c5a5..b7b2b41188a12956eeceb2cfb484420a49cc7e0a 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += dbgfmt_stabs.la
 
index 4657341f1d2784bdd0117bce58d8fc6f58d3e225..9979852aa04e0817fd6871d611ec0e1a21db9269 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #define YASM_BC_INTERNAL
index b23b8c42d9f29536280c79b4aa9c773d6ba5c4d4..46dc6b0adb608b5a6791e3302caf6c86df4912af 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 EXTRA_DIST += modules/objfmts/dbg/Makefile.inc
 EXTRA_DIST += modules/objfmts/bin/Makefile.inc
index 3af3742ffe4b8b37982a5bb986c16030904f3b72..78ce0f77254834974be3e880f6fe137f51b0691c 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += objfmt_bin.la
 
index 93028fa368dc3131e367ca6976ee66ec68955bde..3995bcc2c665f5c5bf221d440db4da29d5f81f2a 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #define YASM_BC_INTERNAL
index c0b28c5a5768eb5ec54ab4de3c135ab2fc27d640..be2459dfdf5513068d8e7bf4b0c0612d41cc9a18 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 TESTS += modules/objfmts/bin/tests/bin_test.sh
 
index 33f8df866ff6bcfed21235ca2638259d23cee650..49f4897ce8cf3068f25d69c04617e57ad35d457f 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 ${srcdir}/out_test.sh bin_test modules/objfmts/bin/tests "bin objfmt" "-f bin" ""
 exit $?
index 746221782c4cfcb90a88f6a190ee8d6bca8e29c1..e36a99e13e76ac378b07fe470a1a690af1abdd8a 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += objfmt_coff.la
 
index c6e04f1d529f5f354b43edeb3d99a4c4a5bed6d5..6a8d298baef8dd5691e04d7fd0771a3cc8a506aa 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #define YASM_BC_INTERNAL
index 82b4d656cb2d557916ec20ba6c74c5bc2d994264..cce396f31aa2660550cf8098eacf8658cf14b377 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 TESTS += modules/objfmts/coff/tests/coff_test.sh
 
index e1e6d4d4c7b1a70023ba283721b4d53dd4a236dc..42f82a76d7c1a57959b008d7d1ea96ef4c2bf212 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 ${srcdir}/out_test.sh coff_test modules/objfmts/coff/tests "coff objfmt" "-f coff" ".o"
 exit $?
index 5fd9f124ea1c313388fc5b6a0c760179ad75f800..e083fdd5045d021094ac2da1febf9b4be384386a 100644 (file)
@@ -3,7 +3,7 @@
 
        ;.file  "x86id.c"
 ;#APP
-       ;.ident "$IdPath$"
+       ;.ident "$Id$"
 ;#NO_APP
 extern yasm_internal_error_
 extern yasm_expr_copy
index d92aae7e865d65eb4fdb7d1ae7f678988597b0c6..409fb9124811bd632d113f8c0a6a16cbca911b81 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += objfmt_dbg.la
 
index 2f6b7567f7f9df5289c461bb5e5ad1e6cfce64a9..b5f4ba034fc66fbe8dc5a40707772e9fa0c3fd3c 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #include <libyasm.h>
index 23d6cad9b658d6bd45bfc45f6f097d00b49602fc..ac48c4cc29a98274016ec241573f791f3120ccc0 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += objfmt_elf.la
 
index eac4b8fb213e1f8144e91eac42a813037aca7632..80f073ed04447fa611f51ff00234e00e66f2f3ea 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 /* Notes
  *
index c45f173da312812fa88e23caceced24f9fc31576..adbff113c77e957b65d44f8ea549c5ad3721128e 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #define YASM_EXPR_INTERNAL
index 91cd0915276ff6eba1f72c9869fc8e7402da5c61..44fe191b8230b0e27ba86e5c487df5f730116d86 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  * ELF object format helpers
  *
  *  Copyright (C) 2003  Michael Urman
index 1087e295cbda9b44c601da96f007ec5e476a4a3d..82b9ea2d3772247bbe466ea6e983a5c0468cccc2 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 TESTS += modules/objfmts/elf/tests/elf_test.sh
 
index b7a1ef6f6e2e90aae0e283a48d4921bc20cf6919..5fdfe3c22839d3abd949508a43dd56720cf3ad0a 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 TESTS += modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
 
index 82677af94ef2e994cbb31b0b239a509d7fa73aca..239443da8c68dd0d991595e719642cc760fb8731 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 ${srcdir}/out_test.sh elf_amd64_test modules/objfmts/elf/tests/amd64 "elf-amd64 objfmt" "-m amd64 -f elf" ".o"
 exit $?
index 5fd9f124ea1c313388fc5b6a0c760179ad75f800..e083fdd5045d021094ac2da1febf9b4be384386a 100644 (file)
@@ -3,7 +3,7 @@
 
        ;.file  "x86id.c"
 ;#APP
-       ;.ident "$IdPath$"
+       ;.ident "$Id$"
 ;#NO_APP
 extern yasm_internal_error_
 extern yasm_expr_copy
index 61e9cb5c82ae7db9a02eb4b8e05da83fda9fb2ea..420eab360f3fdfe005fe464a13e5db36a5522843 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 # copied from yasm/modules/objfmts/coff/tests/coff_test.sh ; s/coff/elf/g
 ${srcdir}/out_test.sh elf_test modules/objfmts/elf/tests "elf objfmt" "-f elf" ".o"
 exit $?
index 4ee9b5e0a7f45f0251f89571501d4149010ea3ee..64dc1f2ba5cb96f7a76f170b0b13ad0d35bc8fa9 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += objfmt_win32.la
 
index 8d75dc48694f2b5064270879b524425130f6d834..d40aeed6ee1702cec2142ed212678915db1cd4cd 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 TESTS += modules/objfmts/win32/tests/win32_test.sh
 
index 8fe28557859452f9fef78378b83acb620501a9d6..cd2ab00805d23777d172871683f745448022114f 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 ${srcdir}/out_test.sh win32_test modules/objfmts/win32/tests "win32 objfmt" "-f win32" ".obj"
 exit $?
index 3d9c20d87ff28e519e521af48a06999bfc166be4..e01535183b7f5cbc7c5ca51fad08c738cf3448f3 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 EXTRA_DIST += modules/optimizers/basic/Makefile.inc
 
index 57b23523d6c25781d658396b4cfaca01c896d758..44937cfb89aba028c3f6d76852828703b8e07162 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += optimizer_basic.la
 
index a700fc49cb39f49326075dfc712b23fd79e1096e..3e53eaf46e7bfde6d64bb05182b719d9b929f336 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #define YASM_BC_INTERNAL
index 9b31704425181e3ff0e85203cacd811c26a06587..64eab57f1a937aef70db0a7bc90979eb6a6137f3 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 EXTRA_DIST += modules/parsers/nasm/Makefile.inc
 
index 5eba5953aa35654b59cb13aadb74ad0bdcf69150..76559caa5400239265acdce90164c27043c7d599 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += parser_nasm.la
 
index 0af6b45acddb4ceb4e4e1f52df1c6ad56258e56a..d8d73771183fb4c4a8add7ff4d44ce683a888354 100644 (file)
@@ -26,7 +26,7 @@
  */
 %{
 #include <util.h>
-RCSID("$IdPath$");
+RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #define YASM_EXPR_INTERNAL
index c67dae7ffad559bc36efa67c564d161bb35bf7ec..a4b644767b88e1e640d50a47ae5830408bd4eeee 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  * Variable name redefinitions for NASM-compatible parser
  *
  *  Copyright (C) 2001  Peter Johnson
index 6f433a04a94058a19bffe2dc6d20edfc87c39382..95be27eeb64d27e110e14ad2a53e08ed1483483a 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #include <libyasm.h>
index 39f87206bb143c1b1b65d8babec9d69dfadc8937..a615e1c81a108b37bd9ece12597d59ebeacd83e6 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  * NASM-compatible parser header file
  *
  *  Copyright (C) 2002  Peter Johnson
index a12878452e89c60c5c09766df326b4643ce1a482..b36e7d7328e45f7b92598cc5e539268c984a012f 100644 (file)
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-RCSID("$IdPath$");
+RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #include <libyasm.h>
index bfd1941a7217153e729226ba666ac356a4d06f0f..ff4f4fd1158f9333416e914526a5ae7b157f3036 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 TESTS += modules/parsers/nasm/tests/nasm_test.sh
 
index 50b285bba06675b954c4c6a14494501ed787789f..dc26d21fa22e7bbdafee51959e53d2554b05d5b9 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 ${srcdir}/out_test.sh nasm_test modules/parsers/nasm/tests "nasm-compat parser" "-f bin" ""
 exit $?
index 50aecf69f6d896af1d5ed8e7d2ea9c79d5cbde44..7495f8e8f0b28d19588430cbe72230c5a551f83e 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 TESTS += modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh
 
index 6a11db31f5b1732994376b18548237185e470c04..bc772c6b50025b5758c84fa3f3de26aab9bc601e 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 ${srcdir}/out_test.sh nasm_test modules/parsers/nasm/tests/worphan "nasm-compat parser" "-Worphan-labels -f bin" ""
 exit $?
index da4c64c8c00752bd86bb20866ae0f46ef78af810..041455814cfa68589413c6f103448f4b28542bb2 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 EXTRA_DIST += modules/preprocs/nasm/Makefile.inc
 EXTRA_DIST += modules/preprocs/raw/Makefile.inc
index 988435dd58809dcbcd7b31e873899a5761204b7b..fd0028c7ae6488fb0da6920402fa7e0e277a2dff 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += preproc_nasm.la
 
index 95a741837dba7d546b0e1a41839701b5d7ee3b96..b23afbe549c85580769a2a47f52b309677f44cf8 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  *
  * C version of NASM's macros.pl
  *
index f29780863a4d05fc4a5e7f0c8cb2ce84ea055bee..123636fe711c2a45706aeda476401d2d799d5097 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #include <libyasm.h>
index 99625e4ed0a21fc4a1bb78561cb6a34e26c22ee6..986b5710e94f37601286beb972059d6b63a5c4e7 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 TESTS += modules/preprocs/nasm/tests/nasmpp_test.sh
 
index f5a25a56eb1cd3ce3a20d59808f556901fee366e..e8e07081c2348c87e7dde2100b350e15d98cb9fd 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 ${srcdir}/out_test.sh nasmpp_test modules/preprocs/nasm/tests "nasm preproc" "-f bin" ""
 exit $?
index dec95e56a7309af64a7741d00e2bb38c7b036181..d182da669e93951e227af616c1ed9db0d2a6fae1 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 pkglib_LTLIBRARIES += preproc_raw.la
 
index 2c8ad63598eff5d15dc62d4579a9814cf7d4152a..ea8d7bd11197540bddf30209917458d58e624792 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
 
 #define YASM_LIB_INTERNAL
 #include <libyasm.h>
index 2ad66f86f8f81e1f118a6dd7d6a616db79448545..4583fc7a3ff0851ccce6a28c70c5ce7ed63d8a18 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $IdPath$
+# $Id$
 
 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
   *c*,-n*) ECHO_N= ECHO_C='
index b8ae2f8a579b67e3544d154687130e91bdb00ec1..89ebb8f813223b3d0d3766a66fa3135b4a8955e6 100644 (file)
@@ -2,7 +2,7 @@
 # To update, try "find . -name \*.c | xargs grep -c _\( | grep -v :0 | sort"
 # Copyright (c) 2001  Peter Johnson
 #
-# $IdPath$
+# $Id$
 
 frontends/yasm/yasm-options.c
 frontends/yasm/yasm.c
index 7e021a253076beadc1b417b5ad308063a7f097e3..d3c5e9eafa63c3d01a569f31f201f1f9da240040 100644 (file)
--- a/test_hd.c
+++ b/test_hd.c
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  *
  * Simple hexidecimal dump, two hex digits per line.
  *
index 1aca13085eb7f116eaba81cad4a52d417731b86d..4e6ec10e9a2e2b91516cf167f9d67be0ed789801 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 EXTRA_DIST += tools/re2c/Makefile.inc
 
index 6a4307cd9437fcf84709965bf9a35f86fb587a8e..36f7bab06f57ba1f8c402a6a3a5f1087a8907799 100644 (file)
@@ -1,4 +1,4 @@
-# $IdPath$
+# $Id$
 
 # These utility programs have to be built for BUILD host in cross-build.
 # This makes things rather non-standard automake
index 960f2bc47ad718cc1484ebae54b095460e4706b3..63dc2468f9f36131f4909a168b1a63e049fa3e49 100644 (file)
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  *
  * Clean up re2c output to avoid compiler warnings.
  *
diff --git a/util.h b/util.h
index f7c0968ff21a314e0681ffb02b6d194872438475..4d4e08fa61b6eb859c3f66a103804d2cd2568acc 100644 (file)
--- a/util.h
+++ b/util.h
@@ -1,4 +1,4 @@
-/* $IdPath$
+/* $Id$
  * YASM utility functions.
  *
  * Includes standard headers and defines prototypes for replacement functions