| Age | Commit message (Expand) | Author |
| 2000-11-22 | error message cleanup: | christos |
| 2000-11-20 | fix typo. | christos |
| 2000-11-20 | Add an example on how to use getopts, stolen from the getopt manual page :-) | christos |
| 2000-11-07 | be consistent with man page xrefs (this is a pre mandoc man page) | lukem |
| 2000-11-07 | fix borken Xr | lukem |
| 2000-11-06 | Call el_source() to use .editrc. | mycroft |
| 2000-11-03 | Correct stupid cast problem. Pointed out by simon burge. | christos |
| 2000-11-02 | PR/11361:Matthias Buelow: Apply patch1 from pdksh site. | christos |
| 2000-11-01 | PR/11283: Hubert Feyrer: random memory corruption executing commands: | christos |
| 2000-11-01 | handle type command on names that contain slashes, and print a : in the not | christos |
| 2000-10-31 | Avoid turning into a random file writing tool when using here-doc's. | christos |
| 2000-10-30 | list parenthesis usage similar way as other operators | jdolecek |
| 2000-10-30 | add a hack to properly handle '--' as first argument - | jdolecek |
| 2000-10-29 | The "&" operator has a higer precedence than "|". | thorpej |
| 2000-10-27 | also credit J.T. Conklin in copyright message | jdolecek |
| 2000-10-26 | fix operator precedence - | or & have lower priority than | jdolecek |
| 2000-10-25 | KNF nit in previous. | kleink |
| 2000-10-23 | Add a K flag to the state information - K is for kernel thread or system | simonb |
| 2000-10-23 | Use strtol() to convert the -r parameter so we can use alternate bases | simonb |
| 2000-10-22 | LC_TIME holds a locale name, which isn't a strftime() format string. | kleink |
| 2000-10-21 | Wrap malloc() calls with an INTOFF/INTON pair. Fixes PR 8414. | mycroft |
| 2000-10-16 | Make sure we accept the getopt(3) 'last option' delimiter; | kleink |
| 2000-10-15 | Support the 1003.2-92 -P flag for a `portable output format'; based on | kleink |
| 2000-10-14 | The "X" permission _is_ specified by POSIX.2. | bjh21 |
| 2000-10-14 | Document POSIX.2 conformance. | bjh21 |
| 2000-10-10 | Printing argv[0] on fts_open failure doesn't make sense. Just print | enami |
| 2000-10-10 | - The type of return value of setmode is a void * and getmode takes it, | enami |
| 2000-10-08 | Formatting cleanup: more fonts, less punctuation. | bjh21 |
| 2000-10-08 | When setting the date, ask mktime() to work out whether we're in DST or not. | bjh21 |
| 2000-10-08 | Format string auditing by Bill Sommerfeld. | is |
| 2000-10-07 | xref mkdir(2) | abs |
| 2000-10-06 | kill references to update(8), it doesn't exist any more | jdolecek |
| 2000-10-05 | insure -> ensure | ad |
| 2000-09-29 | in regexp handling code, fix the format passed to asprintf() to be | jdolecek |
| 2000-09-26 | Don't generate html yet. doc2html needs a fix. | phil |
| 2000-09-21 | .Bl takes parameter "-offset indent", not "-indent". | phil |
| 2000-09-21 | Fix bug in regexp handling, caused not quite complete conversion | jdolecek |
| 2000-09-19 | reimplement expr using lexical parser generated by yacc | jdolecek |
| 2000-09-06 | Remove a hack to prevent unwanted gcc -Wuninitialized warning; it's now | enami |
| 2000-09-04 | fix globbing problem when importing $PATH from environment. Reported by | christos |
| 2000-09-04 | For commands and utilities, use EXIT STATUS rather than RETURN VALUES as | kleink |
| 2000-09-04 | Elaborate a bit on -t. | kleink |
| 2000-08-28 | Update description of process flag 0x20000 to match reality: | nathanw |
| 2000-08-28 | Add 'RETURN VALUE' section header. | hubertf |
| 2000-08-25 | Fix conv=swab. Don't swab the entire input buffer every time we read | matt |
| 2000-08-21 | Work around a groff bug by splitting a long .Cm into two parts. | tv |
| 2000-08-02 | rename nset to infoset from jhawk. | christos |
| 2000-08-02 | block siginfo during writes. | christos |
| 2000-08-02 | Use .At v1 macro instead of spelling out AT&T Unix version 1. | jwise |
| 2000-07-31 | don't use the "f" flag to fopen when -f is not specified (from Chuck Cranor) | christos |