tv
|
ff03cd6580
|
Document %ll[diouxX] as requested by <bgrayson@ece.utexas.edu> in PR
standards/3527. Also describe the argument to such a format as "quad_t",
not "quad int".
|
1998-09-14 21:10:18 +00:00 |
|
kleink
|
1d1861e253
|
Make the fseek() return value description match XSH5 (again).
|
1998-09-09 20:17:27 +00:00 |
|
kleink
|
36bf9c3062
|
Typo; from Michael Richardson <mcr@sandelman.ottawa.on.ca> in PR misc/6053.
|
1998-09-09 19:51:39 +00:00 |
|
kleink
|
127dfcd147
|
Since perror() must be reentrant, change the storage class of the buffer used
to hold the error message from static to automatic.
|
1998-09-09 12:15:55 +00:00 |
|
kleink
|
0cca1fcb27
|
Perform stdio stream locking as appropriate.
|
1998-09-09 12:08:05 +00:00 |
|
kleink
|
96deb0c4ec
|
s/c_plusplus/__cplusplus/
|
1998-09-08 15:10:12 +00:00 |
|
kleink
|
83d4043d4c
|
s/NULL/NUL/ where appropriate.
|
1998-09-08 14:13:36 +00:00 |
|
kleink
|
100b813fad
|
Deploy stdio stream locking as necessary.
|
1998-09-07 14:37:13 +00:00 |
|
kleink
|
caa80a1e72
|
Sloppy stdio stream lock tracking.
|
1998-09-07 14:31:57 +00:00 |
|
kleink
|
18a528c1cf
|
Minor KNF nit.
|
1998-09-07 14:22:30 +00:00 |
|
kleink
|
77c6af31c7
|
Sloppy stdio stream lock tracking.
|
1998-09-06 16:37:27 +00:00 |
|
perry
|
315aabd347
|
make sure asprintf and vasprintf get MLINKS to printf.3
|
1998-08-30 23:29:18 +00:00 |
|
lukem
|
ce83c69e00
|
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
|
1998-08-29 08:32:32 +00:00 |
|
perry
|
05ffc15e02
|
document asprintf and vasprintf
|
1998-08-28 22:21:23 +00:00 |
|
perry
|
253ef37df2
|
add asprintf and vasprintf, originally written by Todd Miller for OpenBSD
|
1998-08-28 21:33:10 +00:00 |
|
mycroft
|
0816a4773b
|
Update the date on this man page.
|
1998-07-28 17:11:12 +00:00 |
|
mycroft
|
f1f53ef7e8
|
Add an internal name for perror(3).
|
1998-07-28 12:22:31 +00:00 |
|
mycroft
|
0bbc075c20
|
Document mkdtemp(3).
|
1998-07-27 16:41:40 +00:00 |
|
mycroft
|
90cb894b40
|
Mention mkdtemp() in the warnings.
|
1998-07-27 16:39:11 +00:00 |
|
mycroft
|
cbb3325e89
|
Actually, FreeBSD calls this mkdtemp(). No point in creating a new name.
|
1998-07-27 16:12:01 +00:00 |
|
mycroft
|
7daf213c0f
|
Add a mktempdir(), like mkstemp(), but it creates a directory.
|
1998-07-27 16:05:07 +00:00 |
|
mycroft
|
1b5106953f
|
Delint (partially).
|
1998-07-27 14:04:01 +00:00 |
|
mycroft
|
201e4eaca0
|
If AUDIT, do not compile certain functions.
|
1998-07-27 13:42:27 +00:00 |
|
mycroft
|
c427e33070
|
If AUDIT, do not compile certain functions.
|
1998-07-27 13:36:43 +00:00 |
|
mycroft
|
c18a540460
|
Minor nit.
|
1998-07-26 13:55:44 +00:00 |
|
mycroft
|
eb69773cbb
|
const poisoning.
|
1998-07-26 13:51:44 +00:00 |
|
mycroft
|
dae9fd960e
|
const poisoning.
|
1998-07-26 12:35:24 +00:00 |
|
mycroft
|
be9c427d60
|
const poisoning.
|
1998-07-26 12:29:33 +00:00 |
|
jeremy
|
20de71c33e
|
Changed HISTORY section to reflect that vsnprintf and snprintf first
appeared in 4.4BSD, rather than ``the current release''.
|
1998-06-08 23:45:37 +00:00 |
|
lukem
|
fc90756956
|
Implement a new manual page category ``SECURITY CONSIDERATIONS''
(suggested by mycroft)
|
1998-06-08 12:41:41 +00:00 |
|
kleink
|
01709792a9
|
Need <stdlib.h> for mkstemp() prototype.
|
1998-06-01 20:19:46 +00:00 |
|
kleink
|
c1d274c3ee
|
Need <stdlib.h> for mkstemp() and mktemp() prototypes.
|
1998-06-01 20:17:50 +00:00 |
|
kleink
|
4c4cda3733
|
Prototypes have moved: change inclusion of <unistd.h> to <stdlib.h>.
|
1998-06-01 20:16:37 +00:00 |
|
fair
|
a27dd1341b
|
"System V" -> ".At V"
|
1998-04-28 20:59:29 +00:00 |
|
fair
|
8e1d7f3de1
|
fix mdoc references and other mistakes
|
1998-04-28 20:58:00 +00:00 |
|
fair
|
dc026e0515
|
Change occurrences of "UNIX" to .Ux or .At as appropriate.
|
1998-04-28 06:00:51 +00:00 |
|
lukem
|
c197a64bba
|
don't assume buf is NL_TEXTMAX long
|
1998-02-16 11:27:15 +00:00 |
|
perry
|
312aca536f
|
add LIBRARY section to man page
|
1998-02-05 18:45:17 +00:00 |
|
perry
|
a16d9e868b
|
.Bx'ize
|
1998-02-03 21:42:54 +00:00 |
|
perry
|
c8bafd6265
|
remove obsolete register declarations
|
1998-02-03 18:38:12 +00:00 |
|
mycroft
|
704290aaa1
|
Deal with GCC warning.
|
1998-02-03 01:40:49 +00:00 |
|
perry
|
3da5be9552
|
merge lite-2
|
1998-02-02 03:32:51 +00:00 |
|
jtc
|
a1de770ebd
|
Use rwlocks as appropriate.
|
1998-01-22 08:21:45 +00:00 |
|
jtc
|
b559f98b9b
|
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
can be made thread-safe.
|
1998-01-22 06:35:01 +00:00 |
|
jtc
|
da2013ac86
|
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
can be made thread-safe.
|
1998-01-19 07:38:41 +00:00 |
|
kleink
|
f47d490f87
|
Change several functions to return -1 instead of EOF, which was semantically
wrong.
|
1997-12-19 14:08:41 +00:00 |
|
mrg
|
4e252e8c4d
|
add missing .Nm entries. from spz@serpens.swb.de.
|
1997-11-14 02:04:36 +00:00 |
|
thorpej
|
2a43f22095
|
__warn_references and __indr_reference semicolon fixups. From
Chris Demetriou <cgd@pa.dec.com>.
|
1997-11-04 23:52:05 +00:00 |
|
lukem
|
d0e23d974a
|
- use CPPFLAGS instead of CFLAGS
- use ${COMPILE.C} ... instead of ${CC} ${CFLAGS} -c ...
|
1997-10-22 23:14:04 +00:00 |
|
mycroft
|
15de1c9fd2
|
Use S_IS*(), not S_IF*.
|
1997-10-19 17:54:18 +00:00 |
|