sh: Fix duplicate prototypes for builtins.
[dragonfly.git] / bin / sh / expand.c
2011-08-21 Peter Avalossh: Fix duplicate prototypes for builtins.
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 unquoted $@/$* if IFS=''.
2011-08-21 Peter Avalossh: Add UTF-8 support to pattern matching.
2011-08-21 Peter Avalossh: Add UTF-8 support to ${#var}.
2011-03-24 Peter Avalossh: Fix typo in comment.
2011-02-12 Peter Avalossh: Sync with FreeBSD
2009-10-26 Simon Schubertsh: fix spurious newline slips in backquote expansion
2009-08-16 Stathis Kamperissh(1): Expand $LINENO to the current line number.
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2007-01-07 Peter AvalosFix expanding of quoted positional parameters in case...
2007-01-07 Peter AvalosAdd the "wordexp" shell built-in command.
2006-09-28 Peter AvalosFix most compiler warnings. The last warnings at WARNS...
2005-07-03 Simon SchubertFix shell expansion to cover dangling symlinks as well.
2004-03-19 Chris PresseyClean up the code in bin/ to reduce warnings from GCC3.
2004-02-05 Joerg SonnenbergerFix bug when doing backquote expansion.
2003-08-24 David RhodusCleaned up dead declarations.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: