sh: Do parameter expansion on ENV before using it.
[dragonfly.git] / bin / sh / main.c
2011-08-21 Peter Avalossh: Do parameter expansion on ENV before using it.
2011-08-21 Peter Avalossh: Reduce more needless differences between error...
2011-08-21 Peter Avalossh: Fix bss-based buffer overflow in . builtin.
2011-08-21 Peter Avalossh: Add \u/\U support (in $'...') for UTF-8.
2011-08-21 Peter Avalossh: Track if the current locale's charset is UTF-8...
2011-08-21 Peter Avalossh: Allow EV_EXIT through function calls.
2011-02-12 Peter Avalossh: Sync with FreeBSD
2007-01-13 Peter AvalosIssue an error when . (dot) is invoked without a filename.
2007-01-13 Peter AvalosAdd the POSIX option -p to the jobs builtin command...
2006-09-28 Peter AvalosFix most compiler warnings. The last warnings at WARNS...
2004-11-07 Eirik NygaardRemove not needed void casts.
2004-10-01 Matthew DillonRemove ATTY.
2004-03-19 Chris PresseyClean up the code in bin/ to reduce warnings from GCC3.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: