summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate check, turning dead code into live code.uqs2010-12-131-2/+0
* sh: Various simplifications to jobs.c:jilles2010-12-121-11/+5
* sh: Remove the herefd hack.jilles2010-12-123-15/+0
* sh: Replace some macros and repeated code in expand.c with functions.jilles2010-12-111-31/+32
* sh: Use vsnprintf() rather than crafting our own in fmtstr().jilles2010-12-111-18/+5
* sh: Improve internal-representation-to-text code to avoid binary output.jilles2010-12-061-3/+36
* sh: POSIX says there should not be a space between Done and (exitstatus).jilles2010-12-051-1/+1
* sh: Improve jobs output of pipelines.jilles2010-12-051-66/+83
* sh: Avoid marking a job as done before it is fully created.jilles2010-12-051-2/+2
* sh: jobs -p: Do not ask the kernel for the pgid.jilles2010-12-051-4/+1
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-047-4985/+0
* sh(1): Clean up documentation of built-in commands.jilles2010-12-031-11/+14
* sh(1): Document that command's -p option also works with -v/-V.jilles2010-12-011-2/+3
* sh: Code size optimizations to "stack string" memory allocation:jilles2010-11-238-33/+47
* sh: Pass multiple bytes at a time to lex.jilles2010-11-231-1/+9
* sh: Fix confusing behaviour if chdir succeeded but getcwd failed in cd -P.jilles2010-11-221-2/+5
* Fix some more warnings found by clang.brucec2010-11-221-0/+1
* sh: Remove the check that alpha/name/in_name chars are not CTL* bytes.jilles2010-11-201-3/+3
* sh: Code size optimizations to buffered output.jilles2010-11-207-34/+39
* sh: Add printf builtin.jilles2010-11-193-4/+9
* sh: Add binary buffered output for use by the printf builtin.jilles2010-11-143-10/+16
* sh: Update the suspend example for the change of the job control flagjilles2010-11-131-1/+1
* sh: Do the additional actions if 'local -' restore changes -i/-m/-E/-V.jilles2010-11-131-0/+1
* echo(1): Clarify portability and mention literal "--" handling.jilles2010-11-121-9/+22
* sh(1): Document r214304 (special builtin is illegal function name).jilles2010-11-121-0/+1
* sh(1): Update for r214492. "${v+"hi}there"}".jilles2010-11-121-5/+8
* sh: Remove unused man page for echo builtin.jilles2010-11-121-114/+0
* sh(1): Modernize the introduction a bit.jilles2010-11-121-12/+5
* test: Move tests to tools/regression/bin/test.jilles2010-11-083-353/+0
* sh: Fix some issues with aliases and case, by importing dash checkkwd code.jilles2010-11-021-50/+49
* Add a new libc function: cfmakesane(3).ed2010-11-021-5/+6
* sh(1): Correct synopsis and make precise how $0 is set.jilles2010-10-311-4/+24
* Fix typo and grammar nituqs2010-10-311-2/+2
* sh: Reindent evaltree().jilles2010-10-311-76/+76
* sh: Use iteration instead of recursion to evaluate semicolon lists.jilles2010-10-312-15/+27
* Elaborate some more on the non-security implications of using -Puqs2010-10-311-6/+15
* sh: Tweak some string constants to reduce code size.jilles2010-10-294-5/+5
* sh: Reject function names ending in one of !%*+-=?@}~jilles2010-10-291-1/+5
* sh: Detect various additional errors in the parser.jilles2010-10-291-3/+3
* sh: Error out on various specials/keywords in the wrong place in backticks.jilles2010-10-291-16/+16
* sh: Fix some issues with CTL* bytes and ${var#pat}.jilles2010-10-291-14/+13
* sh: Do IFS splitting on word in ${v+word} and ${v-word}.jilles2010-10-295-14/+43
* sh: Only accept a '}' inside ${v+-=?...} if double-quote state matches.jilles2010-10-281-4/+4
* sh: Make double-quotes quote a '}' inside ${v#...} and ${v%...}.jilles2010-10-281-1/+2
* Language cleanup.des2010-10-271-3/+3
* sh: Ignore double-quotes in arithmetic rather than treating them as quotes.jilles2010-10-242-5/+5
* sh: Do not allow overriding a special builtin with a function.jilles2010-10-241-0/+5
* sh: Make sure defined functions can actually be called.jilles2010-10-241-3/+7
* sh: Check whether dup2 was successful for >&FD and <&FD.jilles2010-10-241-2/+5
* sh: Change ! within a pipeline to start a new pipeline instead.jilles2010-10-241-19/+11
OpenPOWER on IntegriCloud