Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-15 | Mention leap seconds as the reason for (00-61) | Nathan Binkert | |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | |
2001-03-26 | cosmetic changes from tzcode2001a | Todd C. Miller | |
2001-02-18 | fix typo | Todd C. Miller | |
2001-01-08 | fix %p matching. checked by angelos. closes PR1612 | David Leonard | |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell | |
breaks and getting rid of short lines, making these files easier to work with. | |||
2000-09-06 | Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/ | Todd C. Miller | |
2000-08-22 | Add MLINKS for timelocal() and timegm(); pointed out by Theo. | Todd C. Miller | |
2000-08-22 | Quickly describe timelocal() and timegm() and note that they are | Todd C. Miller | |
deprecated interfaces. | |||
2000-08-09 | More of the same. | Aaron Campbell | |
2000-08-05 | pretty; ok millert | Theo de Raadt | |
2000-04-16 | sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ ok | David Leonard | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-31 | Tell how to set the localtime link here too. | Todd C. Miller | |
2000-03-30 | Reference /etc/localtime in FILES section. | Todd C. Miller | |
2000-03-30 | Try a hard link before a soft one since we want hard links in | Todd C. Miller | |
the zoneinfo dir. | |||
2000-03-30 | Make 'zic -l' actually work. I guess we all just do the symlink | Todd C. Miller | |
by hand and thus never noticed. | |||
2000-03-28 | tzfile(5) not tzfil(5) | Theo de Raadt | |
2000-03-23 | *_r MLINKS | David Leonard | |
2000-03-23 | asctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@ | David Leonard | |
2000-03-06 | Various mdoc fixups. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
2000-01-06 | _THREAD_PRIVATE_* macros changed | David Leonard | |
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-11-15 | typos | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell | |
it's not supposed to be a hyphen/dash | |||
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-02 | .Dd should not be given abbreviated month names | Aaron Campbell | |
1999-07-01 | tzcode1999d from ftp://elsie.nci.nih.gov/pub/; ok millert@ | David Leonard | |
1999-05-25 | kill some old macros | Aaron Campbell | |
1999-05-25 | whoops, tzset() needs a void argument; deraadt@ | Aaron Campbell | |
1999-05-25 | out with old macros, in with new mdoc; kwesterback@home.com | Aaron Campbell | |
1999-05-20 | repair SYNOPSIS | Aaron Campbell | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-04-20 | .Fn -> .Ft in SYNOPSIS for localtime() return type | Aaron Campbell | |
1999-03-09 | Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returns | Paul Janzen | |
-1 for calendar times that cannot be represented. | |||
1999-02-16 | mandoc version | Theo de Raadt | |
1999-02-16 | localtime is in /etc | Theo de Raadt | |
1999-02-02 | typo | David Leonard | |
1999-02-01 | sync with tzcode1999a | David Leonard | |
1999-01-29 | tzcode1999a from ftp://elsie.nci.nih.gov/pub - merge with libc_r stuff | David Leonard | |
1999-01-29 | tzcode1999a from ftp://elsie.nci.nih.gov/pub | David Leonard | |
1999-01-28 | namespaces: unix --> __unix__ | Marc Espie | |
1999-01-04 | include blurb about ISO 8601 dates straight from strftime.c | Todd C. Miller | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-08-14 | realloc repair | Theo de Raadt | |
1998-07-11 | be... slightly more permissive.. but i think this is right, i looked at it ↵ | Theo de Raadt | |
for 5 minutes | |||
1998-07-11 | do not let :relative paths through (how did i miss this before) | Theo de Raadt | |