]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin/sh
Some refactoring for easier maintenance of the code. This is a follow-up
[FreeBSD/FreeBSD.git] / bin / sh /
2011-06-26 jillessh: Include <limits.h> instead of non-standard <sys...
2011-06-24 jillessh(1): Improve documentation of shell patterns:
2011-06-24 jillessh(1): Document the case command better.
2011-06-24 kevloRemove duplicated header files
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-18 jillessh: Remove special support for background simple commands.
2011-06-18 jillessh: Add do-nothing -h option.
2011-06-17 jillessh: Add case statement fallthrough (with ';&' instead...
2011-06-17 jillessh: Skip variables with invalid names in "set", "export...
2011-06-16 jillessh: Reduce unnecessary forks with eval.
2011-06-15 jillessh: Add support for named character classes in bracket...
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-13 jillessh: Fix duplicate prototypes for builtins.
2011-06-12 jillessh: Save/restore changed variables in optimized command...
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-12 jillessh: Fix locale-dependent ranges in bracket expressions.
2011-06-12 jillessh: Read .profile from the home directory (or / if...
2011-06-10 jillessh: Do parameter expansion on ENV before using it.
2011-06-09 jillessh: Do parameter expansion before printing PS4 (set...
2011-06-06 attilioMFC
2011-06-05 jillessh: Fix $? in heredocs on simple commands.
2011-06-04 jillessh: Improve error message if the script cannot be opened.
2011-06-04 attilioMFC
2011-06-04 jillessh: Reduce more needless differences between error...
2011-06-04 jillessh: Honour -n while processing -c string.
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-29 attilioMFC
2011-05-27 jillessh: Remove the "exp" builtin.
2011-05-27 jillessh: Correct criterion for using CDPATH in cd.
2011-05-27 attilioMFC
2011-05-27 jillessh: Various updates to the TOUR document.
2011-05-27 jillessh: Fix unquoted $@/$* if IFS=''.
2011-05-26 attilioMFC
2011-05-25 jillessh: Show errno messages in cd.
2011-05-22 attilioMFC
2011-05-22 jillessh: Remove obsolete token type TENDBQUOTE.
2011-05-22 uqsFix some typos under bin/
2011-05-22 jillessh: Fix bss-based buffer overflow in . builtin.
2011-05-21 jillessh: Expand aliases after assignments and redirections.
2011-05-21 attilioMFC
2011-05-20 jillessh: Implement the cd -e flag proposed for the next...
2011-05-20 jillessh: Allow terminating a heredoc with a terminator at...
2011-05-16 attilioMFC
2011-05-15 jillessh: Minor optimization to output from ulimit/export...
2011-05-15 jillessh: Avoid close(-1) when evaluating a multi-command...
2011-05-09 attilioMFC
2011-05-08 jillessh: Add \u/\U support (in $'...') for UTF-8.
2011-05-08 jillessh: Optimize variable code by storing the length of...
2011-05-08 attilioMFC
2011-05-08 jillessh(1): Update BUGS section for UTF-8 support.
2011-05-08 jillessh: Add UTF-8 support to pattern matching.
2011-05-07 attilioMFC
2011-05-07 jillessh: Add UTF-8 support to ${#var}.
2011-05-06 attilioMFC
2011-05-06 jillessh: Track if the current locale's charset is UTF-8...
2011-05-06 jillessh: Change the CTL* bytes to ones invalid in UTF-8.
2011-05-05 jillessh: Add $'quoting' (C-style escape sequences).
2011-05-05 attilioMFC
2011-05-04 jillessh: Apply set -u to variables in arithmetic.
2011-05-04 jillessh: Detect an error for ${#var<GARBAGE>}.
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-25 jillessh: Set $? to 0 for background commands.
2011-04-25 jillessh: Check setuid()/setgid() return values.
2011-04-25 jillessh: Remove duplicate code resetting uid/gid for set...
2011-04-23 jillessh: Allow EV_EXIT through function calls, make {.....
2011-04-20 jillessh: Do not word split "${#parameter}".
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-03-20 jillessh(1): Describe subshell environment, command substitut...
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-13 jillessh: Fix some parameter expansion variants ${#...}.
2011-03-12 dasMerge gdtoa-20110304.
2011-03-07 stefanfRemove unnecessary cast.
2011-03-06 jillessh(1): Reduce excessive semicolon-separated sentences.
2011-03-05 jillessh: Fix some warnings in code for arithmetic expressions.
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-21 brucecFix typos - remove duplicate "the".
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-12 jillessh: Detect dividing the smallest integer by -1.
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-08 jillessh(1): Update description of arithmetic.
2011-02-08 jillessh: Import arithmetic expression code from dash.
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-05 jillessh: Fix two things about {(...)} <redir:
2011-02-05 jillessh: Remove clearcmdentry()'s now unused argument.
2011-02-05 jillessh: Forget all cached command locations on any PATH...
2011-02-05 jillessh: Do not try to execute binary files as scripts.
2011-02-04 jillessh: Remove special code for shell scripts without magic...
2011-02-04 jillesMake sys_signame upper case.
2011-02-03 jillessh: Return only 126 or 127 for execve() failures.
2011-02-02 jillessh: Remove comment mentioning herefd, which is gone.
2011-01-30 jillessh: Send messages about signals to stderr.
2011-01-25 jillessh: Clean up some old comments:
2011-01-18 jillessh: Fix signal messages being sent to the wrong file...
2011-01-16 jillessh(1): Document changes to 'exit' from traps.
2011-01-16 jillessh: If exit is used without args from a trap action...
next