sh: Fix duplicate prototypes for builtins.
[dragonfly.git] / bin / sh / options.c
2011-08-21 Peter Avalossh: Fix duplicate prototypes for builtins.
2011-08-21 Peter Avalossh: Improve error message if the script cannot be opened.
2011-08-21 Peter Avalossh: Remove duplicate code resetting uid/gid for set...
2011-02-12 Peter Avalossh: Sync with FreeBSD
2009-04-10 YONETANI TomokazuAdd `set -o tabcomplete' to /bin/sh
2007-01-14 Peter AvalosInclude disabled options in the output of 'set +o'...
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...
2004-11-07 Eirik NygaardRemove not needed void casts.
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: