summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2016-12-16Move declaration of an 'i' inside the scope of its use. Which inKenneth R Westerback
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly byKenneth R Westerback
2016-12-11I missed a bit of the indentation fix from Kartik Agaram.Todd C. Miller
2016-12-11When ERREXIT (set -e) is in effect, don't disable it after aTodd C. Miller
2016-12-11In execute() we assign xerrorok to a dummy value if it is NULLTodd C. Miller
2016-12-11Fix for() loop indentation for TCASE in execute() and add someTodd C. Miller
2016-11-26Remove leftovers of line disciplines that are no more.Martin Pieuchot
2016-11-14Remove an escaped blank space and insert an No macro to keep \&; at aTheo Buehler
2016-11-14Markup improvements:Ingo Schwarze
2016-11-12Fix lexicographic order of shell built-ins: trap comes before true.Theo Buehler
2016-10-26Document LC_CTYPE.Ingo Schwarze
2016-10-24Unify wording for LC_CTYPE in ENVIRONMENT:Ingo Schwarze
2016-10-19Make the description of COLUMNS a bit more readable.Ingo Schwarze
2016-10-19Delete useless setlocale(3) in src/bin/.Ingo Schwarze
2016-10-17simplify implementation of the '$' command, no functional change;Ingo Schwarze
2016-10-17resolve code duplication in domove() for the commands: b B w WIngo Schwarze
2016-10-17No need to inspect LC_CTYPE:Ingo Schwarze
2016-10-17Make sure the cursor goes to the first byte of a UTF-8 characterIngo Schwarze
2016-10-15remove the "in the future" notes from the past;Jason McIntyre
2016-10-14Correct description of the "bind" builtin command.Ingo Schwarze
2016-10-14delete useless setlocale(3);Ingo Schwarze
2016-10-11Partial UTF-8 line editing support for ksh(1) vi input mode;Ingo Schwarze
2016-10-11Remove now-unused pathnames.h, from Jan StaryTodd C. Miller
2016-10-11Reimplement g flag for s commands. Got lost in previous commit.Martijn van Duren
2016-10-10don't need to worry about pre/post order and skipping directories.Ted Unangst
2016-10-10zap extra includesTed Unangst
2016-10-10remove some more dead code. (previous diff from Jan Stary)Ted Unangst
2016-10-10remove some dead code that's only used in rmTed Unangst
2016-10-10Remove infinite loop detection from the s-command.Martijn van Duren
2016-10-07suppose we should fix csh while we're at it.Ted Unangst
2016-10-07note that ulimit -m is not enforced, spotted by jmcTed Unangst
2016-09-30remove unneccessary .Pp; from jan staryJason McIntyre
2016-09-27Move bug description to the BUGS sectionDmitrij Czarkoff
2016-09-23Attempt to use stdout, stderr, or stdin terminal widths if they exist.Anthony J. Bentley
2016-09-23remove the note about the list command (l) displaying a --More--Jason McIntyre
2016-09-20sync the description of -q with that of cksum.1;Jason McIntyre
2016-09-12Remove mention of "remote time" in description for the -a flag.Jeremie Courreges-Anglas
2016-09-11Symlinks to binaries should belong to root:bin.Martin Natano
2016-09-08The bug about not displaying exact information because ps can't runTed Unangst
2016-09-08Mark PPID read-only as per the manual. From Anthony Coulter.Todd C. Miller
2016-09-08Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4Todd C. Miller
2016-09-08Allow "typeset -ir FOO" if FOO is not already marked read-only. OK tb@Todd C. Miller
2016-09-08etime isn't just an alias for start. the output format is different.Ted Unangst
2016-09-08Don't try to look up array names for complete_* that aren'tNicholas Marriott
2016-09-08it seems we hyphenate it set-group-id;Jason McIntyre
2016-09-07remove unused variable 'last'David Coppa
2016-09-04Allow simple custom completions by creating an array namedNicholas Marriott
2016-09-03add sha512/256 support to check that the libc code is right :)Ted Unangst
2016-09-01simplify comment to remove reference to sparc.Ted Unangst
2016-08-26Pull in <sys/time.h> for gettimeofday()Philip Guenther