summaryrefslogtreecommitdiff
path: root/bin/sh
AgeCommit message (Expand)Author
2001-12-20Punctuation nits, drop unnecessary .Pps, sort sections.wiz
2001-12-20Punctuation nit.wiz
2001-12-20Whitespace nits.wiz
2001-11-14Plug a memory leak when setting PWD -- don't mark the variable withhe
2001-11-03change from WARNS?=1 to WARNS?=2 for bin/lukem
2001-11-02Fix switch alias handling. Inspired from FreeBSD, but corrected to handlechristos
2001-09-24va_{start,end} audit:wiz
2001-09-19make sure we do not truncate arith expresssion > 10 digits.itojun
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-13(waitproc): handle jp == NULL, it happensassar
2001-09-10Don't wait with UNTRACED for jobs that have not been started with job controlchristos
2001-06-13fix grammarlukem
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-04-18Use ${MACHINE_CPU} == "arm" to test for ARMishness.bjh21
2001-04-03PR/12533: Koji Mori: eval gets misparsed when it has a trailing semi-colon.christos
2001-04-03Don't xref set(1) and case(1), since they are builtins and we don'twiz
2001-04-01Correct {list;} example and fix formatting/typo in the operator lists.toddpw
2001-03-30Globbing should match broken symlinks. stat()->lstat() to fix this.mycroft
2001-03-18Extended functionality of the trap builtin, which now closely followswulf
2001-02-26Fix command name in error message for 'sh nonexistingfile'.wiz
2001-02-04remove redundant declarations and nexted externs.christos
2001-02-04remove redundant declaration of yyparse, and move code to the bottom ofchristos
2001-01-07if HAVE_VASPRINTF (set ifdef BSD4_4), use vasprintf() instead of homegrownlukem
2001-01-07support %ll (as synonym for %q) in doformat(), since my changes to %q -> %lllukem
2001-01-04use more standard %ll_ in favour of %q_lukem
2000-12-29arm26 has unsigned chars too.bjh21
2000-12-20__CONCAT does token pasting, not string concatnation. if something like:cgd
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-06Call el_source() to use .editrc.mycroft
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-21Wrap malloc() calls with an INTOFF/INTON pair. Fixes PR 8414.mycroft
2000-09-21.Bl takes parameter "-offset indent", not "-indent".phil
2000-09-04For commands and utilities, use EXIT STATUS rather than RETURN VALUES askleink
2000-08-28Add 'RETURN VALUE' section header.hubertf
2000-07-27un-__P functions declared in parser.h. host programs include parser.h,cgd
2000-07-27host program portability: set infp to stdin at runtime, since apparentlycgd
2000-07-18host program portability: don't use <sys/cdefs.h>, __COPYRIGHT(),cgd
2000-07-18Various mandoc updates to the Builtinsjhawk
2000-07-17Note the meaning of 'trap 0' (execute on exit from shell)jhawk
2000-07-03include <stdlib.h>, <string.h>, or whatever as appropriate to shut upmatt
2000-05-22Back out previous vfork changes.elric
2000-05-17When vforking ensure that the environment passed to exec is built beforeelric
2000-05-15INTON and FORCEINTON modify global variables, and so should not beelric
2000-05-13Added includes for waitpid, sys/types.h and sys/wait.h.elric
2000-05-13In order to use __NetBSD_Version__, I needed to include sys/param.h.elric
2000-05-13Unused variable pgrp on line 576.elric
2000-05-13Quick fix.elric