]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin/sh
Diff reduction against bsdtar 2.8.3
[FreeBSD/FreeBSD.git] / bin / sh /
2010-04-11 jillessh: Partially revert r206146, allowing double-quotes...
2010-04-05 jillessh: Automatically enable -o emacs in interactive shells...
2010-04-04 jillessh: Document the expansion changes in the man page.
2010-04-03 jillessh: Do tilde expansion in substitutions.
2010-04-03 jillessh: Allow quoting pattern match characters in ${v%pat...
2010-04-03 jillessh: Remove special handling for ' and " in arithmetic.
2010-04-03 jillessh: Fix various things about expansions:
2010-04-03 jillessh: Treat unexpected newlines in substitutions as a...
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-14 jillessh: Do not abort on a redirection error on a compound...
2010-03-13 jillessh: Do not abort on a redirection error if there is...
2010-03-13 jillessh: Fix longjmp clobber warnings in parser.c.
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-06 jillessh: Make sure to popredir() even if a function caused...
2010-03-06 jillessh: Make sure to popredir() even if a special builtin...
2010-03-06 jillessh: Improve the command builtin:
2010-03-05 jkimMerge ACPICA 20100304.
2010-02-28 rajMerge DTC-d75b33af.
2010-02-24 jhFix expansion of \W in prompt strings when the working...
2010-02-06 jillessh: Do not stat() $MAIL/$MAILPATH in non-interactive...
2010-01-06 impMerge from head at r201628.
2010-01-03 jillessh: Send the "not found" message for builtin <cmd>...
2010-01-01 jillessh: Fix some bugs with backquoted builtins:
2009-12-31 jillessh(1): document ulimit -w (swapuse rlimit).
2009-12-31 jillessh(1): Correct two places where "$@" lacked necessary...
2009-12-31 jillessh: Use PATH= assignment in type.
2009-12-31 jillessh: Allow command -pv and command -pV (lookup using...
2009-12-30 jillessh: Ensure funcnest is decremented if there was an...
2009-12-30 jillesFix memory leak when parsing backticks (``).
2009-12-30 jillessh: arith: Return only 0 and 1 from && and ||.
2009-12-27 jillessh: Change varinit to use const better.
2009-12-27 jillessh: Various warning fixes (from WARNS=6 NO_WERROR=1):
2009-12-26 jillesRemove declaration of function that no longer exists.
2009-12-25 jillessh: Do not run callers' exception handlers in subshells.
2009-12-25 jillessh: Do not consider a tilde-prefix with expansions...
2009-12-24 jillessh: Add some __dead2 to indicate functions that do...
2009-12-24 jillessh: Constify various strings.
2009-12-24 jillessh: Remove setting variables from dotcmd/exportcmd.
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-11-29 jillesFix some cases where file descriptors from redirections...
2009-11-22 jillesFix various things about SIGINT handling:
2009-11-22 jillessh: Ensure the same command input file is on top after...
2009-11-21 jillestrap: do not consider a bad signal name a fatal error.
2009-11-21 stefanfHandle current work directories of arbitrary length...
2009-11-21 jillessh: Some changes to stderr flushing:
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-14 jillessh: Allow a newline before "in" in a for command, as...
2009-11-12 gonzoMFC @199204
2009-11-11 jillessh: Use sigaction instead of signal/siginterrupt combin...
2009-11-05 jillessh: Fix memory leak when using a variable in arithmetic...
2009-10-24 jillessh: Exempt $@ and $* from set -u
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-16 jillessh: Show more information about syntax errors in comman...
2009-10-07 jillesClarify quoting of word in ${v=word} in sh(1).
2009-10-06 jillessh: Send the "xyz: not found" message to redirected...
2009-10-02 gonzo- MFC
2009-10-01 jillessh: Disallow mismatched quotes in backticks (`...`).
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-20 jillesMention that NUL characters are not allowed in sh(1...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 gonzo- MFC from head@196987
2009-08-28 jillessh: Fix crash with empty functions (f() { }) introduced...
2009-08-23 jillessh: Fix crash when undefining or redefining a currently...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-03 gonzo- MFC
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 jillesFix some weirdnesses in the NetBSD IFS code,
2009-06-25 jillesImprove IFS expansion using code from NetBSD.
2009-06-24 jillesDesignate special builtins as such in command -V and...
2009-06-23 jillesQuote -x tracing output so it is unambiguous.
2009-06-23 jillesDo not fork for a subshell if it is the last thing...
2009-06-23 kibUsermode portion of the support for swap allocation...
2009-06-23 jillessh: Improve handling of setjmp/longjmp volatile:
2009-06-20 jillesFix race condition in noclobber option.
2009-06-19 jillesFix some issues with quoted output and shorten it in...
2009-06-17 jillesProperly flush input after an error in backquotes in...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-13 jillesAvoid leaving unnecessary waiting shells in many forms...
2009-06-13 jillesDon't skip forking for an external command if any traps...
2009-06-12 gonzo- Merge from HEAD
2009-06-07 jillesMention the range for the exit status for the exit...
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-01 rseuse explicit 'unsigned int' instead of just the implici...
2009-06-01 rsealign coding style with style(9) to avoid misunderstandings
2009-06-01 rsecorrectly test for __GNUC__ macro (non-GCC compilers...
2009-06-01 rsebe more type correct and align local ckmalloc() with...
2009-05-31 jillessh: Make read's timeout (-t) apply to the entire line...
2009-05-31 stefanfFix the eval command in combination with set -e. Befor...
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-06 gonzoMerge from HEAD
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
next