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