| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=50476
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=49754
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=49753
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48794
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=48614
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=48550
|
| | |
| |
| |
| |
| |
| |
| | |
PR: 11704
Notes:
svn path=/head/; revision=47812
|
| | |
| |
| |
| |
| |
| |
| | |
fixed a typo on the man page.
Notes:
svn path=/head/; revision=46051
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
70-00 are intepreted in the 20th century; 01-69 in the
21st century. (Yes, 2000 is the last year of the 20th
century, not the first year of the 21st.)
Submitted by: Sergey Babkin <babkin@bellatlantic.net>
Notes:
svn path=/head/; revision=46042
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix localtime.c to deal with new magic number field.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz
Notes:
svn path=/head/; revision=42989
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=42293
|
| | |
| |
| |
| |
| |
| |
| |
| | |
s/bytes/characters/g to be consistent with Standard C terminology.
Update date and add RCS Id.
Notes:
svn path=/head/; revision=42259
|
| | |
| |
| |
| |
| |
| |
| |
| | |
a potentally inflammatory comment from BUGS, and add a more useful comment
about the lack of reentrancy in the timezone-setting interface.
Notes:
svn path=/head/; revision=42257
|
| | |
| |
| |
| |
| |
| |
| | |
ctime_r, gmtime_r, and localtime_r.
Notes:
svn path=/head/; revision=41951
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In some cases replace if (a == null) a = malloc(x); else a =
realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is
guaranteed to be the same thing.
I've been running these on my system here w/o ill effects for some
time. However, the CTM-express is at part 6 of 34 for the CAM
changes, so I've not been able to do a build world with the CAM in the
tree with these changes. Shouldn't impact anything, but...
Notes:
svn path=/head/; revision=39327
|
| | |
| |
| |
| |
| |
| |
| | |
const char* was wrong and nonstandard.
Notes:
svn path=/head/; revision=39113
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Obtained from: partial merge of ADO version tzcode96h (was fully merged
in 1.10 but backed out in 1.11; the FreeBSD code for %s
was earlier, prettier but buggier).
Notes:
svn path=/head/; revision=37299
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=36854
|
| | |
| |
| |
| |
| |
| |
| | |
because that is wrong on alpha.
Notes:
svn path=/head/; revision=35922
|
| | |
| |
| |
| |
| |
| |
| | |
prototype mismatch
Notes:
svn path=/head/; revision=35436
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=35331
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=35322
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
prototypes in time.h do not match POSIX.
PR: 6345
Reviewed by: phk
Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru>
Notes:
svn path=/head/; revision=35285
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=35026
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
fix a slight confusion about which draft of threads we are supporting.
this allows something as big and ugly as samba to be compiled with libc_r
and still work! our user-level pthreads seems amazingly robust!
Notes:
svn path=/head/; revision=33527
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=30728
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=30624
|
| | |
| |
| |
| |
| |
| |
| |
| | |
were a workaround for limitations in bsd.man.mk that were fixed about
2 years ago.
Notes:
svn path=/head/; revision=30447
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Added the conversion specifiers %g and %G, that are replaced
by the year which contains the greater part of the week in question.
Notes:
svn path=/head/; revision=30089
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=29563
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=28164
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
modify the original `no modifications' copyright message, and i've
included his mail into the source file.
The common localization functions between strptime(3) and strftime(3)
have been broken out into timelocal.[ch].
Notes:
svn path=/head/; revision=28021
|
| | |
| |
| |
| |
| |
| |
| | |
Submitted by: Powerdog Industries <kevin.ruddy@powerdog.com>
Notes:
svn path=/cvs2svn/branches/POWERDOG/; revision=28019
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Closes PR docs/3612.
Submitted by: Josh Gilliam <soil@quick.net>
Notes:
svn path=/head/; revision=25932
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
so that all these makefiles can be used to build libc_r too.
Added .if ${LIB} == "c" tests to restrict man page builds to libc
to avoid needlessly building them with libc_r too.
Split libc Makefile into Makefile and Makefile.inc to allow the
libc_r Makefile to include Makefile.inc too.
Notes:
svn path=/head/; revision=25401
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Obtained from: fgets.3
Guided by: ISO C standard
Notes:
svn path=/head/; revision=24429
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the original text plus a statement saying that if strftime fails,
the results are undefined.
Requested a long time ago by: bde
Notes:
svn path=/head/; revision=24426
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=24253
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
leakage.
Submitted by: Julian Assange
Notes:
svn path=/head/; revision=24195
|
| | |
| |
| |
| |
| |
| |
| |
| | |
set, as suggested by Garrett Wollman. This is more consistant with how
things like strncpy are done, as well as harder to confuse NUL and NULL.
Notes:
svn path=/head/; revision=23343
|
| | |
| |
| |
| |
| |
| |
| | |
NUL terminate in the case of buffer overflow.
Notes:
svn path=/head/; revision=23296
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=22993
|
| | |
| |
| |
| |
| |
| |
| | |
Should go in 2.2
Notes:
svn path=/head/; revision=22402
|
| | |
| |
| |
| |
| |
| |
| | |
uthreads update from the author.
Notes:
svn path=/head/; revision=22315
|
| | |
| |
| |
| |
| |
| |
| | |
Should go in 2.2
Notes:
svn path=/head/; revision=22305
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=21907
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
of the user's timezone failed), don't bail if the specified timezone
doesn't have an offset; in this case it isn't going to. (Perhaps it would
be better to change the caller to always supply one, but this is quick
and clean and fixes the bug in the easiest possible way.)
Should be in 2.2. Fixes (properly) PR#1740.
Notes:
svn path=/head/; revision=21659
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Kill snprintf left in collate.c from previous backout
Should go in 2.2
Notes:
svn path=/head/; revision=20961
|
| | |
| |
| |
| |
| |
| |
| | |
don't treat empty encoding as C encoding
Notes:
svn path=/head/; revision=19965
|