The NetBSD Project

src/lib/libc/stdlib/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / lib / libc / stdlib

Current tag: netbsd-1-6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] Lint_abs.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_div.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_labs.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_ldiv.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_llabs.c  1.2   24 years  kleink   Make lint happy about long long integers. (C99 mode for lint, anyone?)
[TXT] Makefile.inc  1.52   22 years  kleink   * Move definitions of exact-width integer types from <machine/types.h> to <sys...
[TXT] _rand48.c  1.6   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] a64l.3  1.6   22 years  ross   Generate <>& symbolically.
[TXT] a64l.c  1.8   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] abort.3  1.8   22 years  ross   Generate <>& symbolically.
[TXT] abort.c  1.11   25 years  kleink   Exit via _exit() rather than exit(), as the latter would cause exit handlers ins...
[TXT] abs.3  1.10   21 years  zuntum   Xref fabs(3) OK'd by Jaromir Dolecek
[TXT] abs.c  1.6   26 years  perry   update to lite-2
[TXT] alloca.3  1.9   22 years  ross   Generate <>& symbolically.
[TXT] atexit.3  1.7   22 years  ross   Generate <>& symbolically.
[TXT] atexit.c  1.12   24 years  lukem   branches: 1.12.10; back out the #ifdef _DIAGNOSTIC argument checks; too many pe...
[TXT] atof.3  1.7   22 years  ross   Generate <>& symbolically.
[TXT] atof.c  1.11   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] atoi.3  1.6   22 years  ross   Generate <>& symbolically.
[TXT] atoi.c  1.10   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] atol.3  1.6   22 years  ross   Generate <>& symbolically.
[TXT] atol.c  1.9   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] atoll.3  1.3   22 years  ross   Generate <>& symbolically.
[TXT] atoll.c  1.2   24 years  kleink   Make lint happy about long long integers. (C99 mode for lint, anyone?)
[TXT] bsearch.3  1.8   22 years  ross   Generate <>& symbolically.
[TXT] bsearch.c  1.11   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] div.3  1.9   22 years  ross   Generate <>& symbolically.
[TXT] div.c  1.6   26 years  perry   update to lite-2
[TXT] drand48.c  1.5   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] erand48.c  1.7   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] exit.3  1.8   22 years  ross   Generate <>& symbolically.
[TXT] exit.c  1.8   25 years  kleink   Protect __atexit manipulation and traversal with a mutex.
[TXT] getenv.3  1.12   22 years  ross   Generate <>& symbolically.
[TXT] getenv.c  1.15   23 years  christos   branches: 1.15.2; fix nested extern declaration.
[TXT] getopt.3  1.22   22 years  ross   generate & symbolically
[TXT] getopt.c  1.21   22 years  joda   don't claim that options are illegal, cf lib/12715
[TXT] getopt_long.3  1.7.2.1   21 years  lukem   Pull up revision 1.8 (requested by wiz in ticket #148): Fix SYNOPSIS, noted by M...
[TXT] getopt_long.c  1.15   22 years  tv   Roll in fixes to permit cross-compiling from non-NetBSD hosts. This round has b...
[TXT] getsubopt.3  1.8   22 years  ross   generate & symbolically
[TXT] getsubopt.c  1.6   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] hcreate.3  1.4   22 years  ross   Generate <>& symbolically.
[TXT] hcreate.c  1.3   23 years  lukem   branches: 1.3.4; fix _DIAGASSERT usage in hsearch()
[TXT] jrand48.c  1.7   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] l64a.c  1.12   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] labs.c  1.6   26 years  perry   update to lite-2
[TXT] lcong48.c  1.7   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] ldiv.c  1.6   26 years  perry   update to lite-2
[TXT] llabs.c  1.2   24 years  kleink   Make lint happy about long long integers. (C99 mode for lint, anyone?)
[TXT] lldiv.c  1.2   24 years  kleink   Make lint happy about long long integers. (C99 mode for lint, anyone?)
[TXT] local.h  1.1   26 years  christos   Add local.h for local prototypes. Fix namespace issues for strtoq and strtouq Fi...
[TXT] lrand48.c  1.7   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] malloc.3  1.15   22 years  ross   Generate <>& symbolically.
[TXT] malloc.c  1.38   22 years  christos   More fixes: 1. use uintptr_t instead of u_long 2. check for overflow in map_pag...
[TXT] memory.3  1.8   22 years  ross   Generate <>& symbolically.
[TXT] merge.c  1.10   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] mrand48.c  1.6   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] nrand48.c  1.8   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] putenv.c  1.11   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] qabs.3  1.6   22 years  ross   Generate <>& symbolically.
[TXT] qabs.c  1.5   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] qdiv.3  1.6   22 years  ross   Generate <>& symbolically.
[TXT] qdiv.c  1.5   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] qsort.3  1.9   22 years  ross   Generate <>& symbolically.
[TXT] qsort.c  1.12   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] radixsort.3  1.11   22 years  ross   Generate <>& symbolically.
[TXT] radixsort.c  1.14   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] rand.3  1.8   22 years  ross   Generate <>& symbolically.
[TXT] rand.c  1.9   24 years  lukem   whitespace knf
[TXT] rand48.3  1.8   22 years  ross   Generate <>& symbolically.
[TXT] rand48.h  1.4   26 years  perry   RCS Id Police.
[TXT] rand_r.c  1.4   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] random.3  1.15   22 years  ross   generate & symbolically
[TXT] seed48.c  1.7   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] setenv.c  1.19   23 years  christos   branches: 1.19.2; avoid nested extern declaration
[TXT] srand48.c  1.6   24 years  mycroft   Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this i...
[TXT] strtod.3  1.13   22 years  ross   Generate <>& symbolically.
[TXT] strtol.3  1.17   22 years  ross   Generate <>& symbolically.
[TXT] strtol.c  1.15   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] strtoq.c  1.15   24 years  kleink   No longer need internal names for strtoq() and strtouq().
[TXT] strtoul.3  1.15   22 years  ross   Generate <>& symbolically.
[TXT] strtouq.c  1.16   23 years  is   Workaround no longer needed, now that the compiler is fixed.
[TXT] system.3  1.12   22 years  ross   Generate <>& symbolically.
[TXT] system.c  1.17   22 years  kleink   Inspired by Stevens' APUE and the implementation example in XSH: * Don't return ...
[TXT] tdelete.c  1.3   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] tfind.c  1.3   24 years  lukem   branches: 1.3.18; back out the #ifdef _DIAGNOSTIC argument checks; too many peo...
[TXT] tsearch.3  1.3   22 years  ross   Generate <>& symbolically.
[TXT] tsearch.c  1.4   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] twalk.c  1.2   24 years  lukem   * use _DIAGASSERT() to check pointer arguments against NULL and file descripto...


CVSweb <webmaster@jp.NetBSD.org>