summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove an escaped blank space and insert an No macro to keep \&; at atb2016-11-141-3/+3
* Markup improvements:schwarze2016-11-141-83/+99
* Fix lexicographic order of shell built-ins: trap comes before true.tb2016-11-121-4/+4
* Document LC_CTYPE.schwarze2016-10-261-3/+19
* Unify wording for LC_CTYPE in ENVIRONMENT:schwarze2016-10-241-7/+10
* Make the description of COLUMNS a bit more readable.schwarze2016-10-191-6/+7
* Delete useless setlocale(3) in src/bin/.schwarze2016-10-196-58/+27
* simplify implementation of the '$' command, no functional change;schwarze2016-10-171-5/+2
* resolve code duplication in domove() for the commands: b B w Wschwarze2016-10-171-13/+3
* No need to inspect LC_CTYPE:schwarze2016-10-172-6/+3
* Make sure the cursor goes to the first byte of a UTF-8 characterschwarze2016-10-171-62/+78
* remove the "in the future" notes from the past;jmc2016-10-151-29/+5
* Correct description of the "bind" builtin command.schwarze2016-10-141-8/+19
* delete useless setlocale(3);schwarze2016-10-142-11/+5
* Partial UTF-8 line editing support for ksh(1) vi input mode;schwarze2016-10-112-82/+182
* Remove now-unused pathnames.h, from Jan Starymillert2016-10-112-39/+1
* Reimplement g flag for s commands. Got lost in previous commit.martijn2016-10-111-2/+2
* don't need to worry about pre/post order and skipping directories.tedu2016-10-101-19/+1
* zap extra includestedu2016-10-101-6/+1
* remove some more dead code. (previous diff from Jan Stary)tedu2016-10-101-24/+3
* remove some dead code that's only used in rmtedu2016-10-101-69/+1
* Remove infinite loop detection from the s-command.martijn2016-10-101-9/+11
* suppose we should fix csh while we're at it.tedu2016-10-071-2/+3
* note that ulimit -m is not enforced, spotted by jmctedu2016-10-071-2/+3
* remove unneccessary .Pp; from jan staryjmc2016-09-301-3/+2
* Move bug description to the BUGS sectionczarkoff2016-09-271-8/+13
* Attempt to use stdout, stderr, or stdin terminal widths if they exist.bentley2016-09-232-6/+14
* remove the note about the list command (l) displaying a --More--jmc2016-09-231-8/+2
* sync the description of -q with that of cksum.1;jmc2016-09-201-3/+5
* Remove mention of "remote time" in description for the -a flag.jca2016-09-121-3/+3
* Symlinks to binaries should belong to root:bin.natano2016-09-111-6/+8
* The bug about not displaying exact information because ps can't runtedu2016-09-081-6/+3
* Mark PPID read-only as per the manual. From Anthony Coulter.millert2016-09-081-2/+2
* Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4millert2016-09-082-9/+10
* Allow "typeset -ir FOO" if FOO is not already marked read-only. OK tb@millert2016-09-081-2/+7
* etime isn't just an alias for start. the output format is different.tedu2016-09-084-8/+53
* Don't try to look up array names for complete_* that aren'tnicm2016-09-081-3/+6
* it seems we hyphenate it set-group-id;jmc2016-09-081-3/+3
* remove unused variable 'last'dcoppa2016-09-071-2/+2
* Allow simple custom completions by creating an array namednicm2016-09-042-6/+100
* add sha512/256 support to check that the libc code is right :)tedu2016-09-032-4/+15
* simplify comment to remove reference to sparc.tedu2016-09-011-4/+2
* Pull in <sys/time.h> for gettimeofday()guenther2016-08-261-1/+2
* Need <time.h> for time() and others. Pulled in by coincidence previouslyguenther2016-08-262-2/+4
* -E NONE has *never* worked; it was always -E none. It's a dubious optionguenther2016-08-262-26/+8
* options.h is only used by options.c; merge it into the .c fileguenther2016-08-262-122/+83
* reduce and sort #includesguenther2016-08-262-14/+12
* tables.h is only used by tables.c; merge it into the .c fileguenther2016-08-262-170/+132
* <sys/time.h>, <errno.h>, and <stdlib.h> are unnecessary; sort #includesguenther2016-08-261-6/+4
* sel_subs.h is only used by sel_subs.c; merge it into the .c fileguenther2016-08-262-76/+38