IPXrouted(8): Re-indent some code to make the outer for() better visible.
[dragonfly.git] / bin / sh /
2012-03-13 John MarinoMerge branch 'vendor/GCC44'
2012-03-06 Sascha WildnerSweep-fix comparing pointers with 0 (and assigning...
2012-02-16 Thomas NikolajsenMerge remote-tracking branch 'crater/master'
2012-02-05 Peter Avalossh: Fix swapped INTON/INTOFF.
2012-02-05 Peter Avalossh: Use vfork in a few common cases.
2012-02-05 Peter Avalossh: Fix $? in the first command of a 'for'.
2012-02-05 Peter Avalossh: Remove "kill" example function, which is superseded...
2012-02-05 Peter Avalossh: Fix execution of multiple statements in a trap...
2012-02-05 Peter Avalossh: Fix some bugs with exit status from case containing ;&.
2012-02-05 Peter Avalossh: Fix two bugs with case and exit status:
2012-02-05 Peter Avalossh: Change input buffer size from 1023 to 1024.
2012-02-05 Peter Avalossh: Fix out of bounds array access when trap is used...
2012-02-05 Peter Avalossh: Properly show "Not a directory" error in cd builtin.
2012-02-05 Peter Avalossh: Make various functions static.
2012-02-05 Peter Avalossh: Remove unused function scopyn().
2012-02-05 Peter Avalossh: Make patmatch() non-recursive.
2012-02-05 Peter Avalossh: Allow quoting ^ and ] in bracket expressions.
2012-02-05 Peter Avalossh: Use dirent.d_type in pathname generation.
2012-02-05 Peter Avalossh: Cache de->d_namlen in a local variable.
2012-02-05 Peter Avalossh: Don't force special builtins non-special in optimiz...
2012-01-23 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-01-23 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-01-20 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-16 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-12 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-08 Peter AvalosMerge branch 'vendor/XZ'
2012-01-08 Peter AvalosMerge branch 'vendor/TNFTP'
2012-01-05 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-12-31 Peter AvalosMerge branch 'vendor/FILE'
2011-12-25 Peter Avalossh: Remove impossible evalskip check in 'for'.
2011-12-25 Peter Avalossh: Reduce one level of evaltree() recursion when execu...
2011-12-25 Peter Avalossh: Allow unsetting OPTIND.
2011-12-25 Peter Avalossh: Remove undefined behaviour due to overflow in ...
2011-12-25 Peter Avalossh(1): Improve documentation of field splitting.
2011-12-23 Peter AvalosMerge branch 'vendor/OPENPAM'
2011-11-28 Jan LentferMerge branch 'vendor/LDNS'
2011-11-26 John MarinoMerge branch 'vendor/BINUTILS_ALL'
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-06 John MarinoMerge branch 'vendor/MPFR'
2011-11-05 John MarinoMerge branch 'vendor/GMP'
2011-10-29 John MarinoMerge branch 'vendor/GREP'
2011-10-29 John MarinoMerge branch 'vendor/DIFFUTILS'
2011-10-28 John MarinoMerge branch 'vendor/GCC44'
2011-09-21 Peter AvalosMerge branch 'vendor/FILE'
2011-09-21 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-09-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-09-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-09-20 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2011-09-01 John MarinoMerge branch 'vendor/GDB'
2011-08-25 Sascha Wildnersh.1: Nuke unneeded .Pp
2011-08-21 Peter Avalossh(1): Extend documentation about subshells.
2011-08-21 Peter Avalossh: include <limits.h> instead of non-standard <sys...
2011-08-21 Peter Avalossh(1): Improve documentation of shell patterns:
2011-08-21 Peter Avalossh(1): Document the case command better.
2011-08-21 Peter Avalossh: Remove unneeded include file.
2011-08-21 Peter Avalossh: Remove special support for background simple commands.
2011-08-21 Peter Avalossh: Add do-nothing -h option.
2011-08-21 Peter Avalossh: Add case statement fallthrough (with ';&' instead...
2011-08-21 Peter Avalossh: Skip vars with invalid names in "set", "export...
2011-08-21 Peter Avalossh: Reduce unnecessary forks with eval.
2011-08-21 Peter Avalossh: Add support for named character classes in bracket...
2011-08-21 Peter Avalossh: Fix duplicate prototypes for builtins.
2011-08-21 Peter Avalossh: Save/restore changed variables in optimized command...
2011-08-21 Peter Avalossh: Read .profile from the home directory (or / if...
2011-08-21 Peter Avalossh: Do parameter expansion on ENV before using it.
2011-08-21 Peter Avalossh: Do parameter expansion before printing PS4 (set...
2011-08-21 Peter Avalossh: Fix $? in heredocs on simple commands.
2011-08-21 Peter Avalossh: Improve error message if the script cannot be opened.
2011-08-21 Peter Avalossh: Reduce more needless differences between error...
2011-08-21 Peter Avalossh: Honor -n while processing -c string.
2011-08-21 Peter Avalossh: Remove the "exp" builtin.
2011-08-21 Peter Avalossh: Correct criterion for using CDPATH in cd.
2011-08-21 Peter Avalossh: Various updates to the TOUR document.
2011-08-21 Peter Avalossh: Fix unquoted $@/$* if IFS=''.
2011-08-21 Peter Avalossh: Show errno messages in cd.
2011-08-21 Peter Avalossh: Remove obsolete token type TENDBQUOTE.
2011-08-21 Peter Avalossh: Fix typo in comment.
2011-08-21 Peter Avalossh: Fix bss-based buffer overflow in . builtin.
2011-08-21 Peter Avalossh: Expand aliases after assignments and redirections.
2011-08-21 Peter Avalossh: Implement the cd -e flag proposed for the next...
2011-08-21 Peter Avalossh: Allow terminating a heredoc with a terminator at...
2011-08-21 Peter Avalossh: Minor optimization to output from ulimit/export...
2011-08-21 Peter Avalossh: Avoid close(-1) when evaluating a multi-command...
2011-08-21 Peter Avalossh: Add \u/\U support (in $'...') for UTF-8.
2011-08-21 Peter Avalossh: Fix typos in comments.
2011-08-21 Peter Avalossh: Optimize variable code by storing the length of...
2011-08-21 Peter Avalossh(1): Update BUGS section for UTF-8 support.
2011-08-21 Peter Avalossh: Add UTF-8 support to pattern matching.
2011-08-21 Peter Avalossh: Add UTF-8 support to ${#var}.
2011-08-21 Peter Avalossh: Track if the current locale's charset is UTF-8...
2011-08-21 Peter Avalossh: Change the CTL* bytes to ones invalid in UTF-8.
2011-08-21 Peter Avalossh: Add $'quoting' (C-style escape sequences).
2011-08-21 Peter Avalossh: Apply set -u to variables in arithmetic.
2011-08-21 Peter Avalossh: Detect an error for ${#var<GARBAGE>}.
2011-08-21 Peter Avalossh: Set $? to 0 for background commands.
2011-08-21 Peter Avalossh: Remove duplicate code resetting uid/gid for set...
2011-08-21 Peter Avalossh: Allow EV_EXIT through function calls.
2011-08-21 Peter Avalossh: Do not word split "${#parameter}".
2011-08-12 Sascha WildnerMerge branch 'vendor/AWK'
2011-07-16 John MarinoMerge branch 'vendor/BINUTILS221'
next