]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/history - bin/sh
MFC r362623:
[FreeBSD/stable/8.git] / bin / sh /
2013-03-06 jillesMFC r246522: sh: Simplify mksyntax and make it fit...
2013-03-03 jillesMFC r246371: sh: Do not test for digit_contig in mksyntax.
2013-02-20 jillesMFC r222292,r230095: Show errno messages in cd.
2012-08-21 pfgMFC r238377:
2012-04-07 jillessh: Allow variables starting with underscores in arithm...
2012-02-11 jillesMFC r231001: sh: Fix swapped INTON/INTOFF.
2012-02-06 dumbbellMFC r230212:
2011-12-30 jillesMFC r227122: sh(1): Improve documentation of field...
2011-08-13 jillesMFC r222716: sh: Fix $? in heredocs on simple commands.
2011-07-01 jillesMFC r223522: sh(1): Improve documentation of shell...
2011-05-29 jillesMFC r222173: sh: Fix bss-based buffer overflow in ...
2011-05-22 jillesMFC r208489,r216208: sh: Reap any zombies before forkin...
2011-05-06 jillesMFC r220903: sh: Do not word split "${#parameter}".
2011-05-05 jillesMFC r221012: sh: Check setuid()/setgid() return values.
2011-05-05 jillesMFC r221011: sh: Remove duplicate code resetting uid...
2011-02-24 brucecMFC r218909:
2011-02-05 jillesMFC r215766: sh: Pass multiple bytes at a time to lex.
2011-02-05 jillesMFC r216496: sh: Fix corruption of command substitution...
2011-02-05 jillesMFC r216630: Explain why it is a bad idea to use aliase...
2011-02-05 jillesMFC r216168: sh(1): Clean up documentation of built...
2011-02-05 jillesMFC r208505: sh(1): Rework documentation of shell varia...
2011-02-05 jillesMFC r208501: sh(1): Improve wording of 'Special Paramet...
2011-02-05 jillesMFC r217557: sh: Fix signal messages being sent to...
2011-02-05 jillesMFC r217847: sh: Clean up some old comments:
2011-01-16 jillesMFC r216806: sh: Properly restore exception handler...
2010-11-20 jillesMFC r215184: sh: Remove unused man page for echo builtin.
2010-11-14 jillesMFC r213925: sh: Use <stddef.h> rather than <sys/stddef.h>.
2010-11-14 jillesMFC r213775: sh: Make DEBUG traces 64-bit clean:
2010-11-09 jillesMFC r198454: sh: Exempt $@ and $* from set -u
2010-11-07 jillesMFC r214609: sh(1): Correct synopsis and make precise...
2010-10-23 jillesMFC r213926: sh(1): Clarify subshells/processes for...
2010-10-22 obrienReduce diff to 9-CURRENT.
2010-10-21 obrienMFC r213814: Do not assume in growstackstr() that a...
2010-10-21 obrienMFC
2010-10-20 obrienMFC r213811: c89 linkage and storage class (also covers...
2010-10-20 obrienMFC:
2010-10-20 obrienMFC r213815: only need to look as far as '..' to find...
2010-10-19 obrienMFC r213738: allow one to regression test 'sh' changes...
2010-10-09 jillesMFC r209653: sh: Use $PWD instead of getcwd() for ...
2010-10-03 jillesMFC r201053: sh: Various warning fixes (from WARNS...
2010-10-02 jillesMFC r200967: sh: Add some __dead2 to indicate functions...
2010-10-02 jillesMFC r200956: sh: Constify various strings.
2010-09-23 jillesMFC r212339: sh: Fix 'read' if all chars before the...
2010-09-19 jillesMFC r207831: sh(1): Fix "reserved word" vs "keyword...
2010-09-19 jillesMFC r211621: sh(1): Add a brief summary of arithmetic...
2010-09-19 jillesMFC r212417: sh(1): Remove xrefs for expr(1) and getopt(1).
2010-09-11 jillesMFC r212214: sh: Get rid of some magic numbers.
2010-09-01 jillesMFC r210736: sh: Do not enter consecutive duplicates...
2010-08-21 jillesMFC r211155: sh: Fix heap-based buffer overflow in...
2010-08-01 jillesMFC r210221: sh: Allow a bg command consisting solely...
2010-07-29 jillesMFC r208881: sh: Pass through SIGINT if interactive...
2010-07-03 jillesMFC r209337: sh: Fix compilation with -DNO_HISTORY.
2010-05-16 jillesMFC r207944: sh: Fix pathname expansion with quoted...
2010-05-16 stefanfMerge r199631: Handle current work directories of arbit...
2010-04-23 jillesMFC r197848: Clarify quoting of word in ${v=word} in...
2010-04-20 jillesMFC r203576,r203677: sh: Don't stat() $MAIL/$MAILPATH...
2010-04-20 jillesMFC r200943: sh: Remove setting variables from dotcmd...
2010-04-20 jillesMFC r199282: sh: Allow a newline before "in" in a for...
2010-03-03 jhMFC r204276:
2010-01-08 jillesMFC r201355: sh(1): document ulimit -w (swapuse rlimit).
2010-01-08 jillesMFC r201354: sh(1): Correct two places where "$@" lacke...
2009-12-20 jillesMFC r198173: sh: show more info about syntax errors...
2009-12-06 jillesMFC r198963: sh: Fix memory leak when using a variable...
2009-10-29 jillesMFC r197371: Mention that NUL characters are not allowe...
2009-10-11 jillesMFC r196483,r196634:
2009-08-03 kensmithCopy head to stable/8 as part of 8.0 Release cycle.