sh: Reduce unnecessary forks with eval.
[dragonfly.git] / bin / sh / eval.c
2011-08-21 Peter Avalossh: Reduce unnecessary forks with eval.
2011-08-21 Peter Avalossh: Save/restore changed variables in optimized command...
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: Honor -n while processing -c string.
2011-08-21 Peter Avalossh: Expand aliases after assignments and redirections.
2011-08-21 Peter Avalossh: Avoid close(-1) when evaluating a multi-command...
2011-08-21 Peter Avalossh: Set $? to 0 for background commands.
2011-08-21 Peter Avalossh: Allow EV_EXIT through function calls.
2011-02-12 Peter Avalossh: Sync with FreeBSD
2009-06-17 Stathis Kamperissh(1): Reset getopt(3) before executing built-in commands.
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2007-02-04 Simon SchubertDon't rely on sys/resource.h including all necessary...
2007-01-14 Peter AvalosUse volatile where appropriate.
2007-01-07 Peter AvalosUse -s to flag POSIX's "special built-in" utilities...
2006-09-28 Peter AvalosFix most compiler warnings. The last warnings at WARNS...
2006-07-20 Simon SchubertPull in fixes from FreeBSD to make -e handling work...
2006-06-19 Simon SchubertCoverity CID 3384: Don't close -1.
2006-06-05 Matthew DillonFix a WARNS=3 gcc warning related to longjmp clobbers...
2006-05-12 YONETANI TomokazuMerge revisions 1.38,1.41 of eval.c from FreeBSD:
2004-03-19 Chris PresseyClean up the code in bin/ to reduce warnings from GCC3.
2004-01-28 Joerg SonnenbergerFix various warnings and other glitches.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: