summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Add support for named character classes in bracket expressions.jilles2011-06-152-2/+48
* Add "gid" and "group" keywords to display the effective group IDtrasz2011-06-144-2/+34
* 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-223-4/+4
* Fix a bunch of typos and a couple of whitespace nits.uqs2011-05-2212-47/+47
* 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
* Spelling in P_HADTHREADS.pluknet2011-05-201-1/+1
* Fix the description of the "paddr" keyword. It shows a processpluknet2011-05-201-1/+1
* 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
* Update sticky(7) cross references.pluknet2011-05-132-7/+7
* 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
* Don't call -f option's argument "stdin".ru2011-05-031-1/+4
* 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
* Document problems with -d/-w and the fact that -X is the default.trasz2011-04-181-2/+9
* Get rid of DSIZ; instead just call the sizing function if provided.trasz2011-04-123-16/+15
* Make it possible to use permission sets (full_set, modify_set, read_settrasz2011-04-091-2/+17
* Add proper width calculation for time fields (time, cputime and usertime).trasz2011-03-243-5/+52
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.trasz2011-03-243-5/+34
OpenPOWER on IntegriCloud