]> pd.if.org Git - pdclib.old/commitdiff
Removed the $Name$ tags (not supported by SVN). Added $Id$ to Makefile / text files.
authorsolar <>
Wed, 8 Mar 2006 15:36:14 +0000 (15:36 +0000)
committersolar <>
Wed, 8 Mar 2006 15:36:14 +0000 (15:36 +0000)
102 files changed:
Makefile
Notes.txt
Readme.txt
functions/_PDCLIB/assert.c
functions/_PDCLIB/atomax.c
functions/_PDCLIB/digits.c
functions/_PDCLIB/seed.c
functions/_PDCLIB/stdarg.c
functions/_PDCLIB/strtox_main.c
functions/_PDCLIB/strtox_prelim.c
functions/stdio/fopen.c
functions/stdio/fprintf.c
functions/stdio/fscanf.c
functions/stdio/getc.c
functions/stdio/getchar.c
functions/stdio/printf.c
functions/stdio/putc.c
functions/stdio/putchar.c
functions/stdio/remove.c
functions/stdio/rename.c
functions/stdio/scanf.c
functions/stdio/setbuf.c
functions/stdio/setvbuf.c
functions/stdio/snprintf.c
functions/stdio/sprintf.c
functions/stdio/sscanf.c
functions/stdio/vfprintf.c
functions/stdio/vfscanf.c
functions/stdio/vprintf.c
functions/stdio/vscanf.c
functions/stdio/vsnprintf.c
functions/stdio/vsprintf.c
functions/stdio/vsscanf.c
functions/stdlib/_Exit.c
functions/stdlib/abort.c
functions/stdlib/abs.c
functions/stdlib/atexit.c
functions/stdlib/atoi.c
functions/stdlib/atol.c
functions/stdlib/atoll.c
functions/stdlib/bsearch.c
functions/stdlib/calloc.c
functions/stdlib/div.c
functions/stdlib/exit.c
functions/stdlib/free.c
functions/stdlib/labs.c
functions/stdlib/ldiv.c
functions/stdlib/llabs.c
functions/stdlib/lldiv.c
functions/stdlib/malloc.c
functions/stdlib/qsort.c
functions/stdlib/rand.c
functions/stdlib/realloc.c
functions/stdlib/srand.c
functions/stdlib/strtol.c
functions/stdlib/strtoll.c
functions/stdlib/strtoul.c
functions/stdlib/strtoull.c
functions/string/memchr.c
functions/string/memcmp.c
functions/string/memcpy.c
functions/string/memmove.c
functions/string/memset.c
functions/string/strcat.c
functions/string/strchr.c
functions/string/strcmp.c
functions/string/strcoll.c
functions/string/strcpy.c
functions/string/strcspn.c
functions/string/strlen.c
functions/string/strncat.c
functions/string/strncmp.c
functions/string/strncpy.c
functions/string/strpbrk.c
functions/string/strrchr.c
functions/string/strspn.c
functions/string/strstr.c
functions/string/strtok.c
functions/string/strxfrm.c
includes/assert.h
includes/iso646.h
includes/limits.h
includes/stdarg.h
includes/stdbool.h
includes/stddef.h
includes/stdint.h
includes/stdio.h
includes/stdlib.h
includes/string.h
internals/_PDCLIB_aux.h
internals/_PDCLIB_glue.h
internals/_PDCLIB_int.h
internals/_PDCLIB_test.h
platform/example/functions/_PDCLIB/_Exit.c
platform/example/functions/_PDCLIB/allocpages.c
platform/example/functions/_PDCLIB/open.c
platform/example/functions/_PDCLIB/remove.c
platform/example/functions/_PDCLIB/rename.c
platform/example/functions/stdlib/getenv.c
platform/example/functions/stdlib/system.c
platform/example/includes/float.h
platform/example/internals/_PDCLIB_config.h

index e883e60be371a1052067375c94d1d3a5e5b19361..7cc747437d8ae1b7594ce3828c0268cb126f6a78 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+
 # This is a list of all non-source files that are part of the distribution.
 AUXFILES := Makefile Readme.txt
 
index 3ff8b1df3a4ba185ee0f528f87120e0411a59bcb..13ade96220c406058fba38621fdaa2b0a84860b5 100644 (file)
--- a/Notes.txt
+++ b/Notes.txt
@@ -1,3 +1,5 @@
+$Id$
+
 Credits
 =======
 
index 0977094881b5869eb3541ad89a397add42bfc417..1ae4b90d0709a8fa8cf504e45e1d8ca7ace49b33 100644 (file)
@@ -1,3 +1,5 @@
+$Id$
+
 PDCLib - Public Domain C Library
 ================================
 
index e3d1a0af2066f3b0482f6bc1c0fab9d6d910415b..ed56fc60727d61a4639a2f72e1509e16fb98ed2d 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_assert( char const * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6835b14e9f45d1a0d591bfb64272562b00c1a658..84a0c08930b4f650867c10308a151c4f26808b5d 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_atomax( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 21a2b46ddf272425dd45b124d5ad29aa8e9aa8ba..3963f8b28b52729254ba4648058262075f65b728 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_digits
 
    This file is part of the Public Domain C Library (PDCLib).
index eba80254715f3613476941bb7ea007cc4bcd24f9..98ecf96276099ac65d2ec2141f4df690c36b8952 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_seed
 
    This file is part of the Public Domain C Library (PDCLib).
index 4900cc58de8d607dd7f60af483af575f28677e9d..e187c76e8dda8360fb02c9cd7ecf5e61243623e8 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* stdarg
 
    This file is part of the Public Domain C Library (PDCLib).
index 59534d83809c3e00ef87116a6afed3e2da77c826..9f82cdb33c61ebd2061493b56e0fb1c098a7d2e9 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_strtox_main( const char * *, int, _PDCLIB_uintmax_t, _PDCLIB_uintmax_t, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 69255278ac80eb70eb8ead79fbbcd0c26101da49..6cd5a10e3520cdd059517d430de47460077b3792 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_strtox_prelim( const char *, char *, int * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4d249efc1bc6948204dee36719453b006e8188fb..f22287da4669bf8b15441b8076089103aea2a5ad 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* fopen( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 5dfec4d10a069d03d12234ff2ac7567e570d873b..14318a261d327e14a9d6a86c52e43119dc22c73b 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* fprintf( FILE *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index 39962573100444c39e1d3efeb1875043ddf46dcd..f680076b28c425476109789a90fe70733e5fddd5 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* fscanf( FILE *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index b4229f28e8a070c2a0c3aeca45fd90938f198382..f7efbe5eee4086e6f701afe676f2e2f1591cce5a 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* getc( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index bce6855ef8ff0d5a601f7b7da772ecb70cb64f5c..a98f6d708fb0d9bd25fe749f8a4446c492292521 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* getchar( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4933422cd6548f09369bbfbc37ccdc56d55c6140..7088e9322bb0e082b081adbd0fc201f89f895b2c 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* printf( const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index b416332b8d99dc4f80e9bc1607b5591e542b7e3d..3d6e4bb0ca7a6dbd77ac7a41013287280a510869 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* putc( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7ef20147bf1701563794d3077a71f4d695cfbd88..e5a3500fa5c756d12a713f93f18a8cdd0ccb8d1c 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* putchar( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index ec7941b1f9f8136698134c18d3b13f79a9ad846c..0318c21d7cbeef2cf81049db8658447dc46d11f7 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4a1cc850e44c1520b323cd50dbf83d27b318ccc9..d21e2a2e6f58e525b92df3d67b5734e03d362d8a 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* rename( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index dfb219b06e32e98b2901a0d66c73ebc0565102a4..cafdf58717785738c3dfc1919dd41b216ffa3fe7 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* scanf( const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index d9b722b88f46ba37f82fd342bd2a9eefa85eef2f..d51582f975c3c8b13afb3d0c066d8849d369a294 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* setbuf( FILE *, char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index c8d751c397ad5336e4cbfdfa6ac193876b143884..9d96ad8f8583e3681e8bdfa8d162c613a6231cab 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* setvbuf( FILE *, char *, int, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index efe1ba95a7c7f97e0219c362bec18e440fe81694..3a6e706f8ebeb1e1b8e59009f243347acd82c357 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* snprintf( char *, size_t, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index d85b205cad73513dc42f657f47b8d636e77ee7dd..4f2e6801e98fdbfc2ffa44ebe3083fa0d26833c1 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* sprintf( char *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index f379dcaf1cc40d77af71bd10daaae3518c50ce6e..368ae53a7f18f19c6436df0dcec44bcd395b72ef 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* sscanf( const char *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2315b9ab656c9b79f9290a6426833796c2806333..12a09097e1fc52e4ec4dc93d9c0843875d1fa19e 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* vfprintf( FILE *, const char *, va_list )
 
    This file is part of the Public Domain C Library (PDCLib).
index 1cfea645fa168c2713da25c82f9ea86d41b0d42d..bb1ebcaaa450a946a9527385fb9f199a60b0a312 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* vfscanf( FILE *, const char *, va_list )
 
    This file is part of the Public Domain C Library (PDCLib).
index 85db47089c6eabf90a52e38716b96acf9e0c6308..a8ca45f5676beb1a3b549a0ffbee2a623361db00 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* vprintf( const char *, va_list arg )
 
    This file is part of the Public Domain C Library (PDCLib).
index 3adde22e0868bd5d65cfdd7b17a33d865eea82b7..564aa22e52fb7623779cee862e55c861e95a99dd 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* vscanf( const char *, va_list arg )
 
    This file is part of the Public Domain C Library (PDCLib).
index 30086ab1d38a62dd2d72af1cc23cbe2d8037be06..671ba203b0ee1914d4cb7750ac8a0e91c921524c 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* vsnprintf( char *, size_t, const char *, va_list ap )
 
    This file is part of the Public Domain C Library (PDCLib).
index fc06a20410b17a897318712d9524906f8a8221e3..27e41d8cf715b01a14f4c4691968e695747a0d3c 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* vsprintf( char *, const char *, va_list ap )
 
    This file is part of the Public Domain C Library (PDCLib).
index 8e2c967803b760b9d856c652135049be10babfb9..75f334d11b403b45935d81361c8baf0aa434ca00 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* vsscanf( const char *, const char *, va_list arg )
 
    This file is part of the Public Domain C Library (PDCLib).
index da60c87e20fca93d8d22803a066dd09eab3a36a2..4a24b29a8311b8c18960226176a80f76d20865a2 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _Exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index c5adfbd744ee0f21e5f24e2ac60cbc032fab65fb..13d92de6a5de4a26c03f19d5a24768244de3d00d 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* abort( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index c5fd00cea887c78cb4c99778ee704a9014e97e75..da6aa9f2ea7f6fffed48f66a39f950b8b87a5b84 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* abs( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 8a5f4d7b4db74adc01e9a4e4f699a776060625a3..558190f4b97dc89b49e019eb115fdbf06edf042d 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* atexit( void (*)( void ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index 08a873fdd1b94f71f26f5c66e4d95395de0e6441..c7c5c29a3821d673184dea1d5e0c1d74ec7d5244 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* atoi( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index a1403fe9010744218d61ec21e308a0f7fd99e5e1..00ce4474dd3cdbb1943b58cf3554107773c99502 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* atol( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 00c1dd393ce11f95cd0c973fb0bff64718505700..fcd44adc169dc5bd131c78a727244c9535319e26 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* atoll( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index b9a33c65064fc64fd11470b4f58ed504e10da909..e8e4f3125f53ef61677defaf38787103269c50b4 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* bsearch( const void *, const void *, size_t, size_t, int(*)( const void *, const void * ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index fc1c80e767241ea033f2377d548aae42e0da4b37..a2dc21ffdccfdf31336d911607cdea0411f31316 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* void * calloc( size_t, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 3e32638e11ee09608a56b5ce7f7619992f57d52e..2c6bbb5d6b534337a99b72db8979cf38dd1d272b 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* div( int, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 8862f4120c899912a696cfda3b40a5b183a187c8..8d5aa174bec08f901c1191390e9de3a6515adfd2 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6b63741913a844f3378341316cb47f03c2ea2d4c..43de1299846b9f66162560e733996be060f8495e 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* void free( void * )
 
    This file is part of the Public Domain C Library (PDCLib).
index d2a6885621f516fab76d72820fd21f62c3fe1332..e2119de94afb097471d1c662c804eb247e32a2e8 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* labs( long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index a6974d529fecee2c024330516fe3ac9d7ce03671..4745446ce7e76fa2244012f814eaa7fa3cc0712c 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* ldiv( long int, long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 876afa8ff3b2778caf4b1f62d566d7fa05f09420..6dde97b163f8fe4ec5ffd5a6c9c8e4e59e1eeefe 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* llabs( long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 731a316223d84c5639d4562963708ee30a140dd9..302888393e8950b80fdfc3f18d0bd9a6a4c73712 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* lldiv( long long int, long long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 650d67f2edd77afd7d608c72e267575b9b9de7a0..3dd0ac889ddbb12caa1f9ba7d4b74d45e9f6d06f 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* void * malloc( size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7fd7c41dc3303ff45052dd5a57c0417a88caf74e..d12776993988278b304d625a8f0b604f0b4c988d 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* qsort( void *, size_t, size_t, int(*)( const void *, const void * ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index b326be00493615731ba5ecb7ba5d62170b7af3cc..b4d01de8db5a056ed4157a7b03c7544d1b17cc4f 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* rand( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index 67133b4a790747926a71accabc4d92df32700c25..c1ba38f4d1cd2b674aa0ae5013ff0ebf54070379 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* void * realloc( void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 21d48a59a9e1e059f8155637920c0376749e4195..14422330c72591023334b89e7125143ce67a7201 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* srand( unsigned int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7ff35b3243c28617411fb1df2b80c2b454c82f63..4a3b5a68f8c56e89fffddf53d961a1be03582759 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strtol( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index b9b6627b6ed322cdacc689b4c4f3d43afbf20e22..80a8d176f524e2d06efa96a13c86205bd00d05dc 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strtoll( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index d283efba8aa10cf235a91c7a65fc5339a8adabcc..415aadf3e7903c976794962dda5e4649956a4c1e 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strtoul( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 929a96c3699c60a1686bde7cb9bc9ddab1733f5d..de48b0f698869970aa75b9eac199c2ee1e35fad9 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strtoull( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6402dc271a0d63d56c98e36d0452d43e4f4a365d..f2add9dcdeccf04b2be0fa7f5a1706273d6ef2c3 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* memchr( const void *, int, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2997694de4d40f73a90f74857f147ac96b4572a4..cb1db581d15fec92093c15ef1cc26da5d9b0f3bc 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* memcmp( const void *, const void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 636b21bf32530115bd8792623b1de9129747b153..dcdb49f8fdc2178a5fa8503c1d19aa41493c450d 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* memcpy( void *, const void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 3bb889532ed96a3898004b2b130678d5b4f9c1f5..d291078feeed6dfa1dd6ee3a24dcd2ab6676a9c5 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* memmove( void *, const void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9c9760fbb848a081c5939360c097b7c8a79a7138..dc6a518737c0cd368b553452df136b772ee1405a 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* memset( void *, int, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7d1f6622d359d33fc6f37e7ea8c4e22fd92161c6..bb7db50abc62203fa62473b4a98b74b6f33ec56d 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strcat( char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 19a29a80b9ab27ec5356752e6ce47cb022a325ed..826d6875122d91052095636823f57bfd06087510 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strchr( const char *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 8c51e93b627e6ef1c44f245fc238f4133828057a..42ed51c01c86d5b96a9a62270d35015185694179 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strcmp( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index c5ac5433396339a370a76d93ab51d2692bcbe8d8..58814d65ecd8d8aa0eb3998b93b898ca51291be5 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strcoll( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 8276dd745aecebc4b525fabb0ba86641b66e7594..1fd3d32b9357c7d7265a0b1ad094e788e6accfea 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strcpy( char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2709e920b25ef82561c6d28203a24f48157f2a2f..5239d26f635cd4fdfd20a535b54bcd51d37541a3 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strcspn( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 14686bbba734bcd08f3a6296748329eafbafc481..c9ac46568e17a30d15ab84efded6320f36459a4f 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strlen( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index eb059b28339e46119f1b4b9fd9ed1552d90b0307..5af5191d30f57fd6b177311a9034c0ac4254dbd4 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strncat( char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 0ba2bee63a7a86a5d7903cb70133cdf58e425708..cbd16e4fe83ab305ad550f1ecd5ac5acca5b545e 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strncmp( const char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index a5671b6313bc0ae1e2f1af03fcdd1a94123df1b2..91f97da3d28f39e9d15a8d6e7380b9c38ee97120 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strncpy( char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index a6dffeb749da571ca5305efa5cdd080482ab45f2..41211dbd55970a8b09a898490065ac3e9b6a114c 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strpbrk( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 89c4ebf25e4aaacd879b1180aa94ce8de8f2db8c..527065baaab25f612d3674c5998071a6bbd16230 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strrchr( const char *, int c )
 
    This file is part of the Public Domain C Library (PDCLib).
index 78ee1aa04e47ccbd201c8ab29ea6ebf77d1bee94..a546e94f45ce9cd6c0e74e5b828b3472eb314788 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strspn( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 793d38a09b29819ce8c9c8c014807b471191592a..461283ac49f81fbf62fe929d2ba8a3bb73652881 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strstr( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index c4b72f914d2c261dd0d29fe1baa352e062a90365..c586b97eea2cb7d01af9ece6e50454f9a7146019 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strtok( char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 57a106f1aa1b79c8b585ca241a7c9acfe4d80295..2f8f7a61777886a522fc9ef66f3830b23dcbfa5a 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* strxfrm( char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index d5d61ecc606b5c8a1bef80faab2ac6e1c8691f6a..35c2795352bba439b21e4e391c73864a090b5613 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* 7.2 Diagnostics <assert.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index ed6dce20579851f3fdf395a31547e8aa6161075b..a97817ec3f92a0b1ab5f42febe0105625deb5f40 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* 7.9 Alternative spellings <iso646.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 0631bf045c1cdd010f952f4f9c4617e4a751721a..5eeaf1017a8ca878565eac1a1f7cb1becb75180d 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* 7.10 Sizes of integer types <limits.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 7558131fbb28e3404a258f1e3eb23ae3fd93a0d6..e75cd55c68b8a61cd4e730ed3a317747c83a58ac 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* 7.15 Variable arguments <stdarg.h> 
 
    This file is part of the Public Domain C Library (PDCLib).
index f067e975d545ceeaaa5bd360ea0965c864dc9760..66166e16deea21a6e783fe77e2615f3fe31a7612 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* 7.16 Boolean type and values <stdbool.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index e335dd07d3b742f7fc69e6c03606a81beebe094e..8968577e73f7f7853f13294e86202df5b8afc575 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* 7.17 Common definitions <stddef.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 50d3a6e30cc299072009779761ee5f86346cf69d..07a161af21c819274a939ef3250755de428a5ab2 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* 7.18 Integer types <stdint.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 274966e87963c9508a3a700cf693a1010b023043..c3122c4afaf21d0a748384316a3f344463b9b035 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* Input/output <stdio.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 1bf1fc26872df4cbec70405f5aac9e3e95b8dc9a..026a82a5020cc7ea97b53bd2234619e99a8aeafe 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* General utilities <stdlib.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index ad2e6685b50e5d8a52c07967bdbab407b81804a0..a9f935d9bba7a7d0fbc2ab8b55365a8a3669c6ac 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */\r
 \r
-/* Release $Name$ */\r
-\r
 /* String handling <string.h>\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index aa5c1289f481bd9fa274ab8ad332eede6edf674a..72e64cfd46409d4e2a40f8bcd557a3a9b4d61164 100644 (file)
@@ -1,67 +1,65 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
-/* Auxiliary PDCLib code <_PDCLIB_aux.h>
-
-   This file is part of the Public Domain C Library (PDCLib).
-   Permission is granted to use, modify, and / or redistribute at will.
-*/
-
-/* -------------------------------------------------------------------------- */
-/* You should not have to edit anything in this file; if you DO have to, it   */
-/* would be considered a bug / missing feature: notify the author(s).         */
-/* -------------------------------------------------------------------------- */
-
-/* -------------------------------------------------------------------------- */
-/* Standard Version                                                           */
-/* -------------------------------------------------------------------------- */
-
-/* Many a compiler gets this wrong, so you might have to hardcode it instead. */
-
-#if __STDC__ != 1
-#error Compiler does not define _ _STDC_ _ to 1 (not standard-compliant)!
-#endif
-
-#ifndef __STDC_VERSION__
-#define _PDCLIB_C_VERSION 90
-#define _PDCLIB_restrict
-#define _PDCLIB_inline
-#elif __STDC_VERSION__ == 199409L
-#define _PDCLIB_C_VERSION 95
-#define _PDCLIB_restrict
-#define _PDCLIB_inline
-#elif __STDC_VERSION__ == 199901L
-#define _PDCLIB_C_VERSION 99
-#define _PDCLIB_restrict restrict
-#define _PDCLIB_inline inline
-#else
-#error Unsupported _ _STDC_VERSION_ _ (__STDC_VERSION__) (supported: ISO/IEC 9899:1990, 9899/AMD1:1995, and 9899:1999).
-#endif
-
-#ifndef __STDC_HOSTED__
-#error Compiler does not define _ _STDC_HOSTED_ _ (not standard-compliant)!
-#elif __STDC_HOSTED__ == 0
-#define _PDCLIB_HOSTED 0
-#elif __STDC_HOSTED__ == 1
-#define _PDCLIB_HOSTED 1
-#else
-#error Compiler does not define _ _STDC_HOSTED_ _ to 0 or 1 (not standard-compliant)!
-#endif
-
-#if _PDCLIB_C_VERSION != 99
-#error PDCLib might not be fully conforming to either C89 or C95 prior to v2.x.
-#endif
-
-/* -------------------------------------------------------------------------- */
-/* Helper macros:                                                             */
-/* _PDCLIB_cc( x, y ) concatenates two preprocessor tokens without extending  */
-/* _PDCLIB_concat( x, y ) concatenates two preprocessor tokens with extending */
-/* -------------------------------------------------------------------------- */
-
-#define _PDCLIB_cc( x, y )     x ## y
-#define _PDCLIB_concat( x, y ) _PDCLIB_cc( x, y )
-
-#define _PDCLIB_symbol2value( x ) #x
-#define _PDCLIB_symbol2string( x ) _PDCLIB_symbol2value( x )
-#define _PDCLIB_symbol2identity( x ) x
+/* $Id$ */\r
+\r
+/* Auxiliary PDCLib code <_PDCLIB_aux.h>\r
+\r
+   This file is part of the Public Domain C Library (PDCLib).\r
+   Permission is granted to use, modify, and / or redistribute at will.\r
+*/\r
+\r
+/* -------------------------------------------------------------------------- */\r
+/* You should not have to edit anything in this file; if you DO have to, it   */\r
+/* would be considered a bug / missing feature: notify the author(s).         */\r
+/* -------------------------------------------------------------------------- */\r
+\r
+/* -------------------------------------------------------------------------- */\r
+/* Standard Version                                                           */\r
+/* -------------------------------------------------------------------------- */\r
+\r
+/* Many a compiler gets this wrong, so you might have to hardcode it instead. */\r
+\r
+#if __STDC__ != 1\r
+#error Compiler does not define _ _STDC_ _ to 1 (not standard-compliant)!\r
+#endif\r
+\r
+#ifndef __STDC_VERSION__\r
+#define _PDCLIB_C_VERSION 90\r
+#define _PDCLIB_restrict\r
+#define _PDCLIB_inline\r
+#elif __STDC_VERSION__ == 199409L\r
+#define _PDCLIB_C_VERSION 95\r
+#define _PDCLIB_restrict\r
+#define _PDCLIB_inline\r
+#elif __STDC_VERSION__ == 199901L\r
+#define _PDCLIB_C_VERSION 99\r
+#define _PDCLIB_restrict restrict\r
+#define _PDCLIB_inline inline\r
+#else\r
+#error Unsupported _ _STDC_VERSION_ _ (__STDC_VERSION__) (supported: ISO/IEC 9899:1990, 9899/AMD1:1995, and 9899:1999).\r
+#endif\r
+\r
+#ifndef __STDC_HOSTED__\r
+#error Compiler does not define _ _STDC_HOSTED_ _ (not standard-compliant)!\r
+#elif __STDC_HOSTED__ == 0\r
+#define _PDCLIB_HOSTED 0\r
+#elif __STDC_HOSTED__ == 1\r
+#define _PDCLIB_HOSTED 1\r
+#else\r
+#error Compiler does not define _ _STDC_HOSTED_ _ to 0 or 1 (not standard-compliant)!\r
+#endif\r
+\r
+#if _PDCLIB_C_VERSION != 99\r
+#error PDCLib might not be fully conforming to either C89 or C95 prior to v2.x.\r
+#endif\r
+\r
+/* -------------------------------------------------------------------------- */\r
+/* Helper macros:                                                             */\r
+/* _PDCLIB_cc( x, y ) concatenates two preprocessor tokens without extending  */\r
+/* _PDCLIB_concat( x, y ) concatenates two preprocessor tokens with extending */\r
+/* -------------------------------------------------------------------------- */\r
+\r
+#define _PDCLIB_cc( x, y )     x ## y\r
+#define _PDCLIB_concat( x, y ) _PDCLIB_cc( x, y )\r
+\r
+#define _PDCLIB_symbol2value( x ) #x\r
+#define _PDCLIB_symbol2string( x ) _PDCLIB_symbol2value( x )\r
+#define _PDCLIB_symbol2identity( x ) x\r
index f19e25071a7f8cb495bb88278b1559f8de692ade..94da07fd953a4aed1c0891baafab93777e740748 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* OS glue functions declaration <_PDCLIB_glue.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 42f5e8f2dbf82967f3d8515655cf17dd971205eb..67df3e1f640cb06e6cb22813a539feab1ab8f723 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* PDCLib internal integer logic <_PDCLIB_int.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 90c47bdc2e3f52449f21384c94f5134c1fa198dd..42664b26449050c512a1f50ff99f857c57a2a621 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */\r
 \r
-/* Release $Name$ */\r
-\r
 /* PDCLib testing suite <_PDCLIB_test.h>\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index e096e70d56db7a139841b10e36225de1cb0b6a37..14bc18321efff3ee4d5caf868663f37687c90ba5 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 55dd9d82a9e767d1f11701a1216df904b6e97e26..435e8c64b8840fa7c429f2faadaf9d81caca3d8a 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_allocpages( int const )
 
    This file is part of the Public Domain C Library (PDCLib).
index d3aafb2c23b7b73932e37aee48fa761c6db783f9..e1fcc9d6cd01826f82e8c4bb24ccc0fcc073b304 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_open( char const * const, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 403fcda875ec7cb83c889b2438e292a5e88389ba..33963062670202324394ee79637988653a96dc27 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9996e7c73bf0882dc15c904aeb9b5dc1b32e1593..90b2290fd60126fff8bbad4dff77f656c9c5e4ce 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_rename( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 3bad450a73a976af2a67da6efa835396942253d8..2a8b63466d913cac629e4e36c30919d33ce827b9 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* getenv( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 306226d9153bef91952944e18aabd3902544c2d3..1c4589c91ef9bed160ce8e3b0e569bce50b0ec30 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* system( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7c0136afff081053f6900068afddf033a07c80e0..bda8293c5ef0346659ae3bd5f0411421e38f3b04 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* 7.7 Characteristics of floating types <float.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 150161f18373a92e262765a1774bd8d68c1aa96e..ef8dea4355d793f183ab4cf1b829a0bbc324f49d 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* Internal PDCLib configuration <_PDCLIB_config.h>
    (Generic Template)