summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* sh(1): Extend documentation about subshells.jilles2011-07-101-8/+46
* sh: Include <limits.h> instead of non-standard <sys/limits.h>.jilles2011-06-261-1/+1
* sh(1): Improve documentation of shell patterns:jilles2011-06-241-5/+10
* sh(1): Document the case command better.jilles2011-06-241-2/+13
* Remove duplicated header fileskevlo2011-06-241-1/+0
* sh: Remove special support for background simple commands.jilles2011-06-183-9/+5
* sh: Add do-nothing -h option.jilles2011-06-182-2/+8
* sh: Add case statement fallthrough (with ';&' instead of ';;').jilles2011-06-175-7/+28
* sh: Skip variables with invalid names in "set", "export -p", "readonly -p".jilles2011-06-171-0/+13
* sh: Reduce unnecessary forks with eval.jilles2011-06-161-1/+2
* sh: Add support for named character classes in bracket expressions.jilles2011-06-152-2/+48
* sh: Fix duplicate prototypes for builtins.jilles2011-06-1323-41/+14
* sh: Save/restore changed variables in optimized command substitution.jilles2011-06-127-89/+25
* sh: Fix locale-dependent ranges in bracket expressions.jilles2011-06-121-4/+4
* sh: Read .profile from the home directory (or / if HOME is not set).jilles2011-06-121-1/+1
* sh: Do parameter expansion on ENV before using it.jilles2011-06-102-7/+13
* sh: Do parameter expansion before printing PS4 (set -x).jilles2011-06-095-4/+51
* sh: Fix $? in heredocs on simple commands.jilles2011-06-051-1/+2
* sh: Improve error message if the script cannot be opened.jilles2011-06-041-2/+4
* sh: Reduce more needless differences between error messages.jilles2011-06-044-5/+5
* sh: Honour -n while processing -c string.jilles2011-06-041-1/+1
* sh: Remove the "exp" builtin.jilles2011-05-272-2/+2
* sh: Correct criterion for using CDPATH in cd.jilles2011-05-271-1/+4
* sh: Various updates to the TOUR document.jilles2011-05-271-29/+8
* sh: Fix unquoted $@/$* if IFS=''.jilles2011-05-271-2/+5
* sh: Show errno messages in cd.jilles2011-05-251-1/+4
* sh: Remove obsolete token type TENDBQUOTE.jilles2011-05-221-1/+0
* Fix some typos under bin/uqs2011-05-221-1/+1
* sh: Fix bss-based buffer overflow in . builtin.jilles2011-05-221-4/+7
* sh: Expand aliases after assignments and redirections.jilles2011-05-214-12/+29
* sh: Implement the cd -e flag proposed for the next POSIX issue.jilles2011-05-202-10/+28
* sh: Allow terminating a heredoc with a terminator at EOF without a newline.jilles2011-05-201-3/+5
* sh: Minor optimization to output from ulimit/export/readonly.jilles2011-05-152-8/+7
* sh: Avoid close(-1) when evaluating a multi-command pipeline.jilles2011-05-151-1/+2
* sh: Add \u/\U support (in $'...') for UTF-8.jilles2011-05-085-4/+37
* sh: Optimize variable code by storing the length of the name.jilles2011-05-082-124/+125
* sh(1): Update BUGS section for UTF-8 support.jilles2011-05-081-2/+7
* sh: Add UTF-8 support to pattern matching.jilles2011-05-081-12/+50
* sh: Add UTF-8 support to ${#var}.jilles2011-05-071-3/+13
* sh: Track if the current locale's charset is UTF-8 or not.jilles2011-05-063-0/+24
* sh: Change the CTL* bytes to ones invalid in UTF-8.jilles2011-05-061-8/+8
* sh: Add $'quoting' (C-style escape sequences).jilles2011-05-053-8/+212
* sh: Apply set -u to variables in arithmetic.jilles2011-05-041-0/+2
* sh: Detect an error for ${#var<GARBAGE>}.jilles2011-05-041-0/+2
* sh: Set $? to 0 for background commands.jilles2011-04-251-3/+6
* sh: Check setuid()/setgid() return values.jilles2011-04-251-2/+4
* sh: Remove duplicate code resetting uid/gid for set +p/+o privileged.jilles2011-04-251-10/+5
* sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.jilles2011-04-233-13/+16
* sh: Do not word split "${#parameter}".jilles2011-04-201-2/+2
* sh(1): Describe subshell environment, command substitution more correctly.jilles2011-03-201-7/+19
OpenPOWER on IntegriCloud