From: solar Date: Wed, 8 Mar 2006 15:36:14 +0000 (+0000) Subject: Removed the $Name$ tags (not supported by SVN). Added $Id$ to Makefile / text files. X-Git-Tag: v0.5~241 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=b08f4b52b1cd1f7a9553c0f357a7c90859fa3e73 Removed the $Name$ tags (not supported by SVN). Added $Id$ to Makefile / text files. --- diff --git a/Makefile b/Makefile index e883e60..7cc7474 100644 --- 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 diff --git a/Notes.txt b/Notes.txt index 3ff8b1d..13ade96 100644 --- a/Notes.txt +++ b/Notes.txt @@ -1,3 +1,5 @@ +$Id$ + Credits ======= diff --git a/Readme.txt b/Readme.txt index 0977094..1ae4b90 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,3 +1,5 @@ +$Id$ + PDCLib - Public Domain C Library ================================ diff --git a/functions/_PDCLIB/assert.c b/functions/_PDCLIB/assert.c index e3d1a0a..ed56fc6 100644 --- a/functions/_PDCLIB/assert.c +++ b/functions/_PDCLIB/assert.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_assert( char const * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/atomax.c b/functions/_PDCLIB/atomax.c index 6835b14..84a0c08 100644 --- a/functions/_PDCLIB/atomax.c +++ b/functions/_PDCLIB/atomax.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_atomax( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/digits.c b/functions/_PDCLIB/digits.c index 21a2b46..3963f8b 100644 --- a/functions/_PDCLIB/digits.c +++ b/functions/_PDCLIB/digits.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_digits This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/seed.c b/functions/_PDCLIB/seed.c index eba8025..98ecf96 100644 --- a/functions/_PDCLIB/seed.c +++ b/functions/_PDCLIB/seed.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_seed This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/stdarg.c b/functions/_PDCLIB/stdarg.c index 4900cc5..e187c76 100644 --- a/functions/_PDCLIB/stdarg.c +++ b/functions/_PDCLIB/stdarg.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* stdarg This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/strtox_main.c b/functions/_PDCLIB/strtox_main.c index 59534d8..9f82cdb 100644 --- a/functions/_PDCLIB/strtox_main.c +++ b/functions/_PDCLIB/strtox_main.c @@ -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). diff --git a/functions/_PDCLIB/strtox_prelim.c b/functions/_PDCLIB/strtox_prelim.c index 6925527..6cd5a10 100644 --- a/functions/_PDCLIB/strtox_prelim.c +++ b/functions/_PDCLIB/strtox_prelim.c @@ -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). diff --git a/functions/stdio/fopen.c b/functions/stdio/fopen.c index 4d249ef..f22287d 100644 --- a/functions/stdio/fopen.c +++ b/functions/stdio/fopen.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* fopen( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fprintf.c b/functions/stdio/fprintf.c index 5dfec4d..14318a2 100644 --- a/functions/stdio/fprintf.c +++ b/functions/stdio/fprintf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* fprintf( FILE *, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fscanf.c b/functions/stdio/fscanf.c index 3996257..f680076 100644 --- a/functions/stdio/fscanf.c +++ b/functions/stdio/fscanf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* fscanf( FILE *, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/getc.c b/functions/stdio/getc.c index b4229f2..f7efbe5 100644 --- a/functions/stdio/getc.c +++ b/functions/stdio/getc.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* getc( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/getchar.c b/functions/stdio/getchar.c index bce6855..a98f6d7 100644 --- a/functions/stdio/getchar.c +++ b/functions/stdio/getchar.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* getchar( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/printf.c b/functions/stdio/printf.c index 4933422..7088e93 100644 --- a/functions/stdio/printf.c +++ b/functions/stdio/printf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* printf( const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/putc.c b/functions/stdio/putc.c index b416332..3d6e4bb 100644 --- a/functions/stdio/putc.c +++ b/functions/stdio/putc.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* putc( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/putchar.c b/functions/stdio/putchar.c index 7ef2014..e5a3500 100644 --- a/functions/stdio/putchar.c +++ b/functions/stdio/putchar.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* putchar( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/remove.c b/functions/stdio/remove.c index ec7941b..0318c21 100644 --- a/functions/stdio/remove.c +++ b/functions/stdio/remove.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* remove( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/rename.c b/functions/stdio/rename.c index 4a1cc85..d21e2a2 100644 --- a/functions/stdio/rename.c +++ b/functions/stdio/rename.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* rename( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/scanf.c b/functions/stdio/scanf.c index dfb219b..cafdf58 100644 --- a/functions/stdio/scanf.c +++ b/functions/stdio/scanf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* scanf( const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/setbuf.c b/functions/stdio/setbuf.c index d9b722b..d51582f 100644 --- a/functions/stdio/setbuf.c +++ b/functions/stdio/setbuf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* setbuf( FILE *, char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/setvbuf.c b/functions/stdio/setvbuf.c index c8d751c..9d96ad8 100644 --- a/functions/stdio/setvbuf.c +++ b/functions/stdio/setvbuf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* setvbuf( FILE *, char *, int, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/snprintf.c b/functions/stdio/snprintf.c index efe1ba9..3a6e706 100644 --- a/functions/stdio/snprintf.c +++ b/functions/stdio/snprintf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* snprintf( char *, size_t, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/sprintf.c b/functions/stdio/sprintf.c index d85b205..4f2e680 100644 --- a/functions/stdio/sprintf.c +++ b/functions/stdio/sprintf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* sprintf( char *, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/sscanf.c b/functions/stdio/sscanf.c index f379dca..368ae53 100644 --- a/functions/stdio/sscanf.c +++ b/functions/stdio/sscanf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* sscanf( const char *, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/vfprintf.c b/functions/stdio/vfprintf.c index 2315b9a..12a0909 100644 --- a/functions/stdio/vfprintf.c +++ b/functions/stdio/vfprintf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* vfprintf( FILE *, const char *, va_list ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/vfscanf.c b/functions/stdio/vfscanf.c index 1cfea64..bb1ebca 100644 --- a/functions/stdio/vfscanf.c +++ b/functions/stdio/vfscanf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* vfscanf( FILE *, const char *, va_list ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/vprintf.c b/functions/stdio/vprintf.c index 85db470..a8ca45f 100644 --- a/functions/stdio/vprintf.c +++ b/functions/stdio/vprintf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* vprintf( const char *, va_list arg ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/vscanf.c b/functions/stdio/vscanf.c index 3adde22..564aa22 100644 --- a/functions/stdio/vscanf.c +++ b/functions/stdio/vscanf.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* vscanf( const char *, va_list arg ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/vsnprintf.c b/functions/stdio/vsnprintf.c index 30086ab..671ba20 100644 --- a/functions/stdio/vsnprintf.c +++ b/functions/stdio/vsnprintf.c @@ -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). diff --git a/functions/stdio/vsprintf.c b/functions/stdio/vsprintf.c index fc06a20..27e41d8 100644 --- a/functions/stdio/vsprintf.c +++ b/functions/stdio/vsprintf.c @@ -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). diff --git a/functions/stdio/vsscanf.c b/functions/stdio/vsscanf.c index 8e2c967..75f334d 100644 --- a/functions/stdio/vsscanf.c +++ b/functions/stdio/vsscanf.c @@ -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). diff --git a/functions/stdlib/_Exit.c b/functions/stdlib/_Exit.c index da60c87..4a24b29 100644 --- a/functions/stdlib/_Exit.c +++ b/functions/stdlib/_Exit.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _Exit( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/abort.c b/functions/stdlib/abort.c index c5adfbd..13d92de 100644 --- a/functions/stdlib/abort.c +++ b/functions/stdlib/abort.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* abort( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/abs.c b/functions/stdlib/abs.c index c5fd00c..da6aa9f 100644 --- a/functions/stdlib/abs.c +++ b/functions/stdlib/abs.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* abs( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/atexit.c b/functions/stdlib/atexit.c index 8a5f4d7..558190f 100644 --- a/functions/stdlib/atexit.c +++ b/functions/stdlib/atexit.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* atexit( void (*)( void ) ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/atoi.c b/functions/stdlib/atoi.c index 08a873f..c7c5c29 100644 --- a/functions/stdlib/atoi.c +++ b/functions/stdlib/atoi.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* atoi( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/atol.c b/functions/stdlib/atol.c index a1403fe..00ce447 100644 --- a/functions/stdlib/atol.c +++ b/functions/stdlib/atol.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* atol( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/atoll.c b/functions/stdlib/atoll.c index 00c1dd3..fcd44ad 100644 --- a/functions/stdlib/atoll.c +++ b/functions/stdlib/atoll.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* atoll( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/bsearch.c b/functions/stdlib/bsearch.c index b9a33c6..e8e4f31 100644 --- a/functions/stdlib/bsearch.c +++ b/functions/stdlib/bsearch.c @@ -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). diff --git a/functions/stdlib/calloc.c b/functions/stdlib/calloc.c index fc1c80e..a2dc21f 100644 --- a/functions/stdlib/calloc.c +++ b/functions/stdlib/calloc.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* void * calloc( size_t, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/div.c b/functions/stdlib/div.c index 3e32638..2c6bbb5 100644 --- a/functions/stdlib/div.c +++ b/functions/stdlib/div.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* div( int, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/exit.c b/functions/stdlib/exit.c index 8862f41..8d5aa17 100644 --- a/functions/stdlib/exit.c +++ b/functions/stdlib/exit.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* exit( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/free.c b/functions/stdlib/free.c index 6b63741..43de129 100644 --- a/functions/stdlib/free.c +++ b/functions/stdlib/free.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* void free( void * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/labs.c b/functions/stdlib/labs.c index d2a6885..e2119de 100644 --- a/functions/stdlib/labs.c +++ b/functions/stdlib/labs.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* labs( long int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/ldiv.c b/functions/stdlib/ldiv.c index a6974d5..4745446 100644 --- a/functions/stdlib/ldiv.c +++ b/functions/stdlib/ldiv.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* ldiv( long int, long int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/llabs.c b/functions/stdlib/llabs.c index 876afa8..6dde97b 100644 --- a/functions/stdlib/llabs.c +++ b/functions/stdlib/llabs.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* llabs( long int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/lldiv.c b/functions/stdlib/lldiv.c index 731a316..3028883 100644 --- a/functions/stdlib/lldiv.c +++ b/functions/stdlib/lldiv.c @@ -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). diff --git a/functions/stdlib/malloc.c b/functions/stdlib/malloc.c index 650d67f..3dd0ac8 100644 --- a/functions/stdlib/malloc.c +++ b/functions/stdlib/malloc.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* void * malloc( size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/qsort.c b/functions/stdlib/qsort.c index 7fd7c41..d127769 100644 --- a/functions/stdlib/qsort.c +++ b/functions/stdlib/qsort.c @@ -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). diff --git a/functions/stdlib/rand.c b/functions/stdlib/rand.c index b326be0..b4d01de 100644 --- a/functions/stdlib/rand.c +++ b/functions/stdlib/rand.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* rand( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/realloc.c b/functions/stdlib/realloc.c index 67133b4..c1ba38f 100644 --- a/functions/stdlib/realloc.c +++ b/functions/stdlib/realloc.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* void * realloc( void *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/srand.c b/functions/stdlib/srand.c index 21d48a5..1442233 100644 --- a/functions/stdlib/srand.c +++ b/functions/stdlib/srand.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* srand( unsigned int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/strtol.c b/functions/stdlib/strtol.c index 7ff35b3..4a3b5a6 100644 --- a/functions/stdlib/strtol.c +++ b/functions/stdlib/strtol.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strtol( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/strtoll.c b/functions/stdlib/strtoll.c index b9b6627..80a8d17 100644 --- a/functions/stdlib/strtoll.c +++ b/functions/stdlib/strtoll.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strtoll( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/strtoul.c b/functions/stdlib/strtoul.c index d283efb..415aadf 100644 --- a/functions/stdlib/strtoul.c +++ b/functions/stdlib/strtoul.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strtoul( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/strtoull.c b/functions/stdlib/strtoull.c index 929a96c..de48b0f 100644 --- a/functions/stdlib/strtoull.c +++ b/functions/stdlib/strtoull.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strtoull( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/memchr.c b/functions/string/memchr.c index 6402dc2..f2add9d 100644 --- a/functions/string/memchr.c +++ b/functions/string/memchr.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* memchr( const void *, int, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/memcmp.c b/functions/string/memcmp.c index 2997694..cb1db58 100644 --- a/functions/string/memcmp.c +++ b/functions/string/memcmp.c @@ -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). diff --git a/functions/string/memcpy.c b/functions/string/memcpy.c index 636b21b..dcdb49f 100644 --- a/functions/string/memcpy.c +++ b/functions/string/memcpy.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* memcpy( void *, const void *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/memmove.c b/functions/string/memmove.c index 3bb8895..d291078 100644 --- a/functions/string/memmove.c +++ b/functions/string/memmove.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* memmove( void *, const void *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/memset.c b/functions/string/memset.c index 9c9760f..dc6a518 100644 --- a/functions/string/memset.c +++ b/functions/string/memset.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* memset( void *, int, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strcat.c b/functions/string/strcat.c index 7d1f662..bb7db50 100644 --- a/functions/string/strcat.c +++ b/functions/string/strcat.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strcat( char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strchr.c b/functions/string/strchr.c index 19a29a8..826d687 100644 --- a/functions/string/strchr.c +++ b/functions/string/strchr.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strchr( const char *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strcmp.c b/functions/string/strcmp.c index 8c51e93..42ed51c 100644 --- a/functions/string/strcmp.c +++ b/functions/string/strcmp.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strcmp( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strcoll.c b/functions/string/strcoll.c index c5ac543..58814d6 100644 --- a/functions/string/strcoll.c +++ b/functions/string/strcoll.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strcoll( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strcpy.c b/functions/string/strcpy.c index 8276dd7..1fd3d32 100644 --- a/functions/string/strcpy.c +++ b/functions/string/strcpy.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strcpy( char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strcspn.c b/functions/string/strcspn.c index 2709e92..5239d26 100644 --- a/functions/string/strcspn.c +++ b/functions/string/strcspn.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strcspn( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strlen.c b/functions/string/strlen.c index 14686bb..c9ac465 100644 --- a/functions/string/strlen.c +++ b/functions/string/strlen.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strlen( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strncat.c b/functions/string/strncat.c index eb059b2..5af5191 100644 --- a/functions/string/strncat.c +++ b/functions/string/strncat.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strncat( char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strncmp.c b/functions/string/strncmp.c index 0ba2bee..cbd16e4 100644 --- a/functions/string/strncmp.c +++ b/functions/string/strncmp.c @@ -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). diff --git a/functions/string/strncpy.c b/functions/string/strncpy.c index a5671b6..91f97da 100644 --- a/functions/string/strncpy.c +++ b/functions/string/strncpy.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strncpy( char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strpbrk.c b/functions/string/strpbrk.c index a6dffeb..41211db 100644 --- a/functions/string/strpbrk.c +++ b/functions/string/strpbrk.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strpbrk( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strrchr.c b/functions/string/strrchr.c index 89c4ebf..527065b 100644 --- a/functions/string/strrchr.c +++ b/functions/string/strrchr.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strrchr( const char *, int c ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strspn.c b/functions/string/strspn.c index 78ee1aa..a546e94 100644 --- a/functions/string/strspn.c +++ b/functions/string/strspn.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strspn( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strstr.c b/functions/string/strstr.c index 793d38a..461283a 100644 --- a/functions/string/strstr.c +++ b/functions/string/strstr.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strstr( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strtok.c b/functions/string/strtok.c index c4b72f9..c586b97 100644 --- a/functions/string/strtok.c +++ b/functions/string/strtok.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strtok( char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strxfrm.c b/functions/string/strxfrm.c index 57a106f..2f8f7a6 100644 --- a/functions/string/strxfrm.c +++ b/functions/string/strxfrm.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strxfrm( char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/assert.h b/includes/assert.h index d5d61ec..35c2795 100644 --- a/includes/assert.h +++ b/includes/assert.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* 7.2 Diagnostics This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/iso646.h b/includes/iso646.h index ed6dce2..a97817e 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* 7.9 Alternative spellings This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/limits.h b/includes/limits.h index 0631bf0..5eeaf10 100644 --- a/includes/limits.h +++ b/includes/limits.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* 7.10 Sizes of integer types This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stdarg.h b/includes/stdarg.h index 7558131..e75cd55 100644 --- a/includes/stdarg.h +++ b/includes/stdarg.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* 7.15 Variable arguments This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stdbool.h b/includes/stdbool.h index f067e97..66166e1 100644 --- a/includes/stdbool.h +++ b/includes/stdbool.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* 7.16 Boolean type and values This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stddef.h b/includes/stddef.h index e335dd0..8968577 100644 --- a/includes/stddef.h +++ b/includes/stddef.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* 7.17 Common definitions This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stdint.h b/includes/stdint.h index 50d3a6e..07a161a 100644 --- a/includes/stdint.h +++ b/includes/stdint.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* 7.18 Integer types This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stdio.h b/includes/stdio.h index 274966e..c3122c4 100644 --- a/includes/stdio.h +++ b/includes/stdio.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* Input/output This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stdlib.h b/includes/stdlib.h index 1bf1fc2..026a82a 100644 --- a/includes/stdlib.h +++ b/includes/stdlib.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* General utilities This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/string.h b/includes/string.h index ad2e668..a9f935d 100644 --- a/includes/string.h +++ b/includes/string.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* String handling This file is part of the Public Domain C Library (PDCLib). diff --git a/internals/_PDCLIB_aux.h b/internals/_PDCLIB_aux.h index aa5c128..72e64cf 100644 --- a/internals/_PDCLIB_aux.h +++ b/internals/_PDCLIB_aux.h @@ -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$ */ + +/* 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 diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index f19e250..94da07f 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -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). diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 42f5e8f..67df3e1 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -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). diff --git a/internals/_PDCLIB_test.h b/internals/_PDCLIB_test.h index 90c47bd..42664b2 100644 --- a/internals/_PDCLIB_test.h +++ b/internals/_PDCLIB_test.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* PDCLib testing suite <_PDCLIB_test.h> This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/_PDCLIB/_Exit.c b/platform/example/functions/_PDCLIB/_Exit.c index e096e70..14bc183 100644 --- a/platform/example/functions/_PDCLIB/_Exit.c +++ b/platform/example/functions/_PDCLIB/_Exit.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_exit( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/_PDCLIB/allocpages.c b/platform/example/functions/_PDCLIB/allocpages.c index 55dd9d8..435e8c6 100644 --- a/platform/example/functions/_PDCLIB/allocpages.c +++ b/platform/example/functions/_PDCLIB/allocpages.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_allocpages( int const ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/_PDCLIB/open.c b/platform/example/functions/_PDCLIB/open.c index d3aafb2..e1fcc9d 100644 --- a/platform/example/functions/_PDCLIB/open.c +++ b/platform/example/functions/_PDCLIB/open.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_open( char const * const, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/_PDCLIB/remove.c b/platform/example/functions/_PDCLIB/remove.c index 403fcda..3396306 100644 --- a/platform/example/functions/_PDCLIB/remove.c +++ b/platform/example/functions/_PDCLIB/remove.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_remove( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/_PDCLIB/rename.c b/platform/example/functions/_PDCLIB/rename.c index 9996e7c..90b2290 100644 --- a/platform/example/functions/_PDCLIB/rename.c +++ b/platform/example/functions/_PDCLIB/rename.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_rename( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/stdlib/getenv.c b/platform/example/functions/stdlib/getenv.c index 3bad450..2a8b634 100644 --- a/platform/example/functions/stdlib/getenv.c +++ b/platform/example/functions/stdlib/getenv.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* getenv( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/stdlib/system.c b/platform/example/functions/stdlib/system.c index 306226d..1c4589c 100644 --- a/platform/example/functions/stdlib/system.c +++ b/platform/example/functions/stdlib/system.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* system( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/includes/float.h b/platform/example/includes/float.h index 7c0136a..bda8293 100644 --- a/platform/example/includes/float.h +++ b/platform/example/includes/float.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* 7.7 Characteristics of floating types This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/internals/_PDCLIB_config.h b/platform/example/internals/_PDCLIB_config.h index 150161f..ef8dea4 100644 --- a/platform/example/internals/_PDCLIB_config.h +++ b/platform/example/internals/_PDCLIB_config.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* Internal PDCLib configuration <_PDCLIB_config.h> (Generic Template)