summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2010-03-01\\ -> \ejoerg
2010-02-21fix faulty logic in previous change.christos
2010-02-20default to the original behavior for $ENV unless POSIXLY_CORRECT is set.christos
2010-02-17PR/42828: Richard Hansen: Don't evaluate ${ENV} if not interactive.christos
2010-02-06When using -lcurses, you also need -lterminfo.he
2010-02-04Remove trailing whitespace.wiz
2010-02-04For the -d option, refer to parsedate(3) for examples.reed
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2010-01-22Document "-f". From Andreas Wiese in PR bin/35409, slightly modified.snj
2010-01-17Match curly braces in undef(FILEC) case. Found by cppcheck.wiz
2010-01-01Bump date for cd -P support.wiz
2010-01-01fix another typodholland
2010-01-01Make the cd builtin accept and ignore -P, which is a kshism that has beendholland
2010-01-01fix typodholland
2009-12-21Remove unnecessary casts.christos
2009-12-21Free pt in another error case.wiz
2009-12-14Bump date for previous.wiz
2009-12-14use .ORDER for rules that create multiple files.christos
2009-12-14Don't use NOGLOB_MTCH for pax, only for tar. Fixes fix for PR 41167 anddholland
2009-12-14Document "stty insane" properly. Closes PR bin/25024.dholland
2009-12-11Rewrite file generation rules using ${GENCMD}. No functional changes intended.uebayasi
2009-12-07Define dependencies of arith.[ch] on arith.y.uebayasi
2009-11-27Use %zu in printf format for size_t value.tsutsui
2009-11-24Back out fix for PR 22846 as it has issues. See PR 22846 for details.seanb
2009-11-13Removed return statement in parser action that caused a memory leak withgson
2009-11-10Correct usage for parentheses, and mark up "expression" in more places.wiz
2009-10-31Avoid generating a corrupt history file if multiple ksh exit together.dsl
2009-10-29use flex options instead of #defineschristos
2009-10-24Show that -l is option for bind builtin.reed
2009-10-22Wrong buffer len being passed to strlcpy(). Innocuousseanb
2009-10-21Bump date for uarea swap-out removal.wiz
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-08Fix the "dne" handling and chmod behaviour properly: values of dnepooka
2009-10-07only for when trap if we are going to exit.christos
2009-10-06fix regression exit1: Don't exec the last command in a subshell if it haschristos
2009-10-06Make this slightly more portable; it has to run on arbitary hostapb
2009-10-01Make sure that numerical signals and pids are in range for their types.spz
2009-09-29Remove fts sorting. It was originally put there to copy filespooka
2009-09-06too many dots. noted by anon-ymouschristos
2009-08-31Fix up seriously borked mallocing of a static buffer, which seems todholland
2009-08-03Bump date for previous.wiz
2009-08-03Remove reference to P_SYSTRACE.dsl
2009-08-02Support 0xnn for hexadecimal constants - as well as 16#nn.dsl
2009-07-26remove unused global variabledholland
2009-07-26sprinkle static in this filedholland
2009-07-26Remove the need for -Wno-pointer-sign. Does not change the output .o file.dholland
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-06-10Make sure that buffer is NULL terminated when input to strip_escapes() isginsbach
2009-06-10Fix potential buffer overflow in filename escape processingginsbach
2009-06-06block numbers are measured in f_frsize units. Make -P optionmlelstv