aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-182-9/+9
* sh(1): Extend documentation about subshells.Jilles Tjoelker2011-07-101-8/+46
* Fix style, since this file has just been touched in a major way.Stefan Eßer2011-07-091-96/+75
* Some refactoring for easier maintenance of the code. This is a follow-upStefan Eßer2011-07-091-146/+69
* Make /bin/expr support 64bit numeric range and range checks by default,Stefan Eßer2011-07-092-140/+152
* Bump date after the previous commit.Sergey Kandaurov2011-07-011-1/+1
* Update and sort the list of the available keywords.Sergey Kandaurov2011-07-011-6/+8
* sh: Include <limits.h> instead of non-standard <sys/limits.h>.Jilles Tjoelker2011-06-261-1/+1
* sh(1): Improve documentation of shell patterns:Jilles Tjoelker2011-06-241-5/+10
* sh(1): Document the case command better.Jilles Tjoelker2011-06-241-2/+13
* Remove duplicated header filesKevin Lo2011-06-242-2/+0
* Make ``realpath'' behave like ``realpath .''.Ruslan Ermilov2011-06-212-11/+15
* sh: Remove special support for background simple commands.Jilles Tjoelker2011-06-183-9/+5
* sh: Add do-nothing -h option.Jilles Tjoelker2011-06-182-2/+8
* sh: Add case statement fallthrough (with ';&' instead of ';;').Jilles Tjoelker2011-06-175-7/+28
* sh: Skip variables with invalid names in "set", "export -p", "readonly -p".Jilles Tjoelker2011-06-171-0/+13
* sh: Reduce unnecessary forks with eval.Jilles Tjoelker2011-06-161-1/+2
* sh: Add support for named character classes in bracket expressions.Jilles Tjoelker2011-06-152-2/+48
* Add "gid" and "group" keywords to display the effective group IDEdward Tomasz Napierala2011-06-144-2/+34
* sh: Fix duplicate prototypes for builtins.Jilles Tjoelker2011-06-1323-41/+14
* sh: Save/restore changed variables in optimized command substitution.Jilles Tjoelker2011-06-127-89/+25
* sh: Fix locale-dependent ranges in bracket expressions.Jilles Tjoelker2011-06-121-4/+4
* sh: Read .profile from the home directory (or / if HOME is not set).Jilles Tjoelker2011-06-121-1/+1
* sh: Do parameter expansion on ENV before using it.Jilles Tjoelker2011-06-102-7/+13
* sh: Do parameter expansion before printing PS4 (set -x).Jilles Tjoelker2011-06-095-4/+51
* sh: Fix $? in heredocs on simple commands.Jilles Tjoelker2011-06-051-1/+2
* sh: Improve error message if the script cannot be opened.Jilles Tjoelker2011-06-041-2/+4
* sh: Reduce more needless differences between error messages.Jilles Tjoelker2011-06-044-5/+5
* sh: Honour -n while processing -c string.Jilles Tjoelker2011-06-041-1/+1
* sh: Remove the "exp" builtin.Jilles Tjoelker2011-05-272-2/+2
* sh: Correct criterion for using CDPATH in cd.Jilles Tjoelker2011-05-271-1/+4
* sh: Various updates to the TOUR document.Jilles Tjoelker2011-05-271-29/+8
* sh: Fix unquoted $@/$* if IFS=''.Jilles Tjoelker2011-05-271-2/+5
* sh: Show errno messages in cd.Jilles Tjoelker2011-05-251-1/+4
* sh: Remove obsolete token type TENDBQUOTE.Jilles Tjoelker2011-05-221-1/+0
* Fix some typos under bin/Ulrich Spörlein2011-05-223-4/+4
* Fix a bunch of typos and a couple of whitespace nits.Ulrich Spörlein2011-05-2212-47/+47
* sh: Fix bss-based buffer overflow in . builtin.Jilles Tjoelker2011-05-221-4/+7
* sh: Expand aliases after assignments and redirections.Jilles Tjoelker2011-05-214-12/+29
* sh: Implement the cd -e flag proposed for the next POSIX issue.Jilles Tjoelker2011-05-202-10/+28
* sh: Allow terminating a heredoc with a terminator at EOF without a newline.Jilles Tjoelker2011-05-201-3/+5
* Spelling in P_HADTHREADS.Sergey Kandaurov2011-05-201-1/+1
* Fix the description of the "paddr" keyword. It shows a processSergey Kandaurov2011-05-201-1/+1
* sh: Minor optimization to output from ulimit/export/readonly.Jilles Tjoelker2011-05-152-8/+7
* sh: Avoid close(-1) when evaluating a multi-command pipeline.Jilles Tjoelker2011-05-151-1/+2
* Update sticky(7) cross references.Sergey Kandaurov2011-05-132-7/+7
* sh: Add \u/\U support (in $'...') for UTF-8.Jilles Tjoelker2011-05-085-4/+37
* sh: Optimize variable code by storing the length of the name.Jilles Tjoelker2011-05-082-124/+125
* sh(1): Update BUGS section for UTF-8 support.Jilles Tjoelker2011-05-081-2/+7
* sh: Add UTF-8 support to pattern matching.Jilles Tjoelker2011-05-081-12/+50