.. |
Lint_abs.c
|
fix up NetBSD RCS Ids to match the standard, and the leading comment as
|
2000-06-14 06:48:47 +00:00 |
Lint_div.c
|
fix up NetBSD RCS Ids to match the standard, and the leading comment as
|
2000-06-14 06:48:47 +00:00 |
Lint_labs.c
|
fix up NetBSD RCS Ids to match the standard, and the leading comment as
|
2000-06-14 06:48:47 +00:00 |
Lint_ldiv.c
|
fix up NetBSD RCS Ids to match the standard, and the leading comment as
|
2000-06-14 06:48:47 +00:00 |
Lint_llabs.c
|
Make lint happy about long long integers. (C99 mode for lint, anyone?)
|
2000-03-07 20:02:00 +00:00 |
Makefile.inc
|
* Move definitions of exact-width integer types from <machine/types.h>
|
2001-04-28 15:41:28 +00:00 |
_rand48.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
_strtoimax.c
|
* Move definitions of exact-width integer types from <machine/types.h>
|
2001-04-28 15:41:28 +00:00 |
_strtoll.c
|
Make lint happy about long long integers. (C99 mode for lint, anyone?)
|
2000-03-07 20:02:00 +00:00 |
_strtoull.c
|
Make lint happy about long long integers. (C99 mode for lint, anyone?)
|
2000-03-07 20:02:00 +00:00 |
_strtoumax.c
|
* Move definitions of exact-width integer types from <machine/types.h>
|
2001-04-28 15:41:28 +00:00 |
a64l.3
|
Don't pass so many args to .Nd macro. It just overflows.
|
1999-11-19 01:12:39 +00:00 |
a64l.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
abort.3
|
add LIBRARY section to man page
|
1998-02-05 18:45:17 +00:00 |
abort.c
|
Exit via _exit() rather than exit(), as the latter would cause exit handlers
|
1998-10-12 15:56:16 +00:00 |
abs.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
abs.c
|
update to lite-2
|
1998-01-30 23:37:40 +00:00 |
alloca.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
atexit.3
|
add LIBRARY section to man page
|
1998-02-05 18:45:17 +00:00 |
atexit.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
atexit.h
|
Add 3 additional slots to the statically allocated exit handler array to
|
1999-03-22 19:09:10 +00:00 |
atof.3
|
add LIBRARY section to man page
|
1998-02-05 18:45:17 +00:00 |
atof.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
atoi.3
|
add LIBRARY section to man page
|
1998-02-05 18:45:17 +00:00 |
atoi.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
atol.3
|
add LIBRARY section to man page
|
1998-02-05 18:45:17 +00:00 |
atol.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
atoll.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
atoll.c
|
Make lint happy about long long integers. (C99 mode for lint, anyone?)
|
2000-03-07 20:02:00 +00:00 |
bsearch.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
bsearch.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
calloc.c
|
remove obsolete register declarations
|
1998-02-03 18:38:12 +00:00 |
div.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
div.c
|
update to lite-2
|
1998-01-30 23:37:40 +00:00 |
drand48.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
erand48.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
exit.3
|
document EXIT_SUCCESS and EXIT_FAILURE, since they've been around
|
2001-03-22 01:37:46 +00:00 |
exit.c
|
Protect __atexit manipulation and traversal with a mutex.
|
1998-10-18 14:36:30 +00:00 |
getenv.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
getenv.c
|
fix nested extern declaration.
|
2000-12-19 21:17:37 +00:00 |
getopt.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
getopt.c
|
don't claim that options are illegal, cf lib/12715
|
2001-04-24 09:07:43 +00:00 |
getopt_long.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
getopt_long.c
|
don't claim that options are illegal, cf lib/12715
|
2001-04-24 09:07:43 +00:00 |
getsubopt.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
getsubopt.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
hcreate.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
hcreate.c
|
fix _DIAGASSERT usage in hsearch()
|
2001-02-21 16:31:01 +00:00 |
heapsort.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
jrand48.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
l64a.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
labs.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
labs.c
|
update to lite-2
|
1998-01-30 23:37:40 +00:00 |
lcong48.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
ldiv.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
ldiv.c
|
update to lite-2
|
1998-01-30 23:37:40 +00:00 |
llabs.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
llabs.c
|
Make lint happy about long long integers. (C99 mode for lint, anyone?)
|
2000-03-07 20:02:00 +00:00 |
lldiv.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
lldiv.c
|
Make lint happy about long long integers. (C99 mode for lint, anyone?)
|
2000-03-07 20:02:00 +00:00 |
local.h
|
Add local.h for local prototypes.
|
1997-07-13 20:16:31 +00:00 |
lrand48.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
malloc.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
malloc.c
|
More fixes:
|
2001-05-06 04:48:41 +00:00 |
memory.3
|
Sort SEE ALSO and remove trailing comma.
|
2001-09-16 01:09:18 +00:00 |
merge.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
mrand48.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
nrand48.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
putenv.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
qabs.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
qabs.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
qdiv.3
|
Add ISO C99 long long integer general utility interfaces; partially addresses
|
2000-03-06 18:32:22 +00:00 |
qdiv.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
qsort.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
qsort.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
radixsort.3
|
Add sradixsort to the NAME section.
|
2001-06-07 13:17:09 +00:00 |
radixsort.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
rand.3
|
Principally, change foo(N) to .Xr foo N
|
1998-04-28 04:07:04 +00:00 |
rand.c
|
whitespace knf
|
1999-09-16 09:43:42 +00:00 |
rand48.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
rand48.h
|
RCS Id Police.
|
1998-01-09 03:15:09 +00:00 |
rand_r.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
random.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
random.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
seed48.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
setenv.c
|
avoid nested extern declaration
|
2000-12-20 18:38:30 +00:00 |
srand48.c
|
Delint.
|
2000-01-22 22:19:07 +00:00 |
strtod.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
strtod.c
|
Add x86_64 to the list of if defined(blah) for endian determination
|
2001-06-19 22:08:07 +00:00 |
strtoimax.c
|
Add a _DIAGASSERT() case, and remove some cruft.
|
2001-05-07 08:29:25 +00:00 |
strtol.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
strtol.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
strtoll.c
|
For consistency add a _DIAGASSERT() case, and remove some cruft.
|
2001-05-07 08:32:20 +00:00 |
strtoq.c
|
No longer need internal names for strtoq() and strtouq().
|
2000-03-08 20:17:19 +00:00 |
strtoul.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
strtoul.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
strtoull.c
|
Workaround no longer needed, now that the compiler is fixed.
|
2000-05-16 22:07:30 +00:00 |
strtoumax.c
|
Add an underscore for consistency.
|
2001-05-10 06:10:35 +00:00 |
strtouq.c
|
Workaround no longer needed, now that the compiler is fixed.
|
2000-05-16 22:07:30 +00:00 |
system.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
system.c
|
delint
|
1998-11-15 17:13:51 +00:00 |
tdelete.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
tfind.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
tsearch.3
|
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
|
2001-09-16 01:31:51 +00:00 |
tsearch.c
|
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
|
1999-09-20 04:38:56 +00:00 |
twalk.c
|
* use _DIAGASSERT() to check pointer arguments against NULL and file
|
1999-09-16 11:44:54 +00:00 |