]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin/sh/parser.c
Merge from head@222434.
[FreeBSD/FreeBSD.git] / bin / sh / parser.c
2011-05-29 hrsMerge from head@222434.
2011-05-21 jillessh: Expand aliases after assignments and redirections.
2011-05-20 jillessh: Allow terminating a heredoc with a terminator at...
2011-05-08 jillessh: Add \u/\U support (in $'...') for UTF-8.
2011-05-05 jillessh: Add $'quoting' (C-style escape sequences).
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-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-18 umeImport openresolv from vendor branch, actually.
2011-03-13 jillessh: Fix some parameter expansion variants ${#...}.
2011-03-12 dasMerge gdtoa-20110304.
2011-02-27 dimUpdate llvm/clang to trunk r126547.
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 jkimMerge ACPICA 20110211.
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-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2010-12-26 jillessh: Allow arbitrary large numbers in CHECKSTRSPACE.
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-13 uqsRemove duplicate check, turning dead code into live...
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-25 dimSync: merge r215709 through r215824 from ^/head.
2010-11-23 jillessh: Code size optimizations to "stack string" memory...
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-06 dimSync: merge r214649 through r214894 from ^/head.
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-02 jillessh: Fix some issues with aliases and case, by importing...
2010-11-01 dimSync: merge r214353 through r214648 from ^/head.
2010-11-01 dimMerge ^/vendor/binutils/dist@214571 into contrib/binuti...
2010-10-31 jillessh: Use iteration instead of recursion to evaluate...
2010-10-29 jillessh: Tweak some string constants to reduce code size.
2010-10-29 jillessh: Reject function names ending in one of !%*+-=?@}~
2010-10-29 jillessh: Detect various additional errors in the parser.
2010-10-29 jillessh: Error out on various specials/keywords in the wrong...
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-29 jillessh: Do IFS splitting on word in ${v+word} and ${v-word}.
2010-10-28 jillessh: Only accept a '}' inside ${v+-=?...} if double...
2010-10-28 jillessh: Make double-quotes quote a '}' inside ${v#...}...
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-25 dimSync: merge r214221 through r214352 from ^/head.
2010-10-24 jillessh: Ignore double-quotes in arithmetic rather than...
2010-10-24 jillessh: Do not allow overriding a special builtin with...
2010-10-24 jillessh: Make sure defined functions can actually be called.
2010-10-24 jillessh: Change ! within a pipeline to start a new pipeline...
2010-10-21 dimMerge ^vendor/binutils/dist@214082 into contrib/binutils.
2010-10-13 obrienIn the spirit of r90111, depend on c89 and remove the...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-13 obrienConsistently use "STATIC" for all functions in order...
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-12 jillessh: Add __dead2 to two functions that do not return.
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-25 jillessh: Fix crash due to uninitialized here-document.
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-18 jillessh: Allow a background command consisting solely of...
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-14 jillessh: There cannot be a TNOT in simplecmd(), remove checks.
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-02 jillessh: Use $PWD instead of getcwd() for the \w and \W...
2010-06-19 jillessh: Fix compilation with -DNO_HISTORY.
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-05-30 jillessh: Fix a crash if a heredoc was not properly ended...
2010-05-30 jillessh: Change interaction of command substitution and...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-12 impmerge from head: part 2 of many.
2010-04-11 jillessh: Partially revert r206146, allowing double-quotes...
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-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-05 jkimMerge ACPICA 20100304.
2010-03-04 desIFH@204581
2010-03-02 impMerge with latest head.
2010-02-28 rajMerge DTC-d75b33af.
2010-02-24 jhFix expansion of \W in prompt strings when the working...
next