another wildcard MX hack
[unix-history] / usr / src / bin / sh /
1995-06-09 Christos Zoulasadded string.h
1995-06-09 Christos ZoulasObey PATH=newpath command
1995-06-06 Christos ZoulasInstead of special casing SIGKILL, pretend that trap
1995-06-06 Christos ZoulasFake trapping SIGKILL, because we know it will fail.
1995-05-29 Christos Zoulasfixed FOO=1 . ./foo; echo $FOO where foo contained...
1995-05-20 Christos Zoulas$ ); echo $? echoed 0,all other shells echo 2.
1995-05-17 Christos ZoulasFixed ${#} which was incorrectly parsed as ${#var}
1995-05-15 Christos Zoulasfixed bug
1995-05-14 Christos ZoulasFix new bug where if exitstatus was not correct if...
1995-05-12 Christos Zoulasfixed so that existatus is preserved in x=`false`
1995-05-05 Keith Bosticdelete printf.o
1995-05-05 Keith Bosticsomebody didn't try "make"
1995-05-05 Christos Zoulasadd fd >&$var fix
1995-05-05 Christos Zoulasmisc cleanup
1995-05-05 Christos ZoulasNo changes
1995-05-05 Christos Zoulasmerged netbsd changes
1995-05-05 Christos Zoulas(no message)
1995-05-05 Christos Zoulasdate and time created 95/05/04 17:59:13 by christos
1995-05-05 Christos Zoulasdate and time created 95/05/04 17:59:12 by christos
1995-05-05 Keith Bosticdelete printf.o
1995-04-29 Keith Bosticadd the documented in the manual but not implemented...
1995-04-29 Keith Bosticprettiness police
1995-04-28 Keith BosticThis patch fixes some broken behavior with empty comman...
1995-04-28 Keith BosticJ.T. Conklin's changes for signals mean that we don...
1995-04-28 Keith BosticJ.T. Conklin's changes for signals mean that we don...
1995-04-28 Keith Bosticgetpgrp no longer takes an argument
1995-04-28 Keith BosticPOSIX.2 says that a successful variable assignment...
1995-04-28 Keith BosticPOSIX.2 (and common sense) dictates that the file speci...
1995-04-28 Keith BosticDon't dump core when evaluating X % 0.
1995-04-28 Keith BosticThis patch changes the shell to use the sys_siglist...
1995-04-28 Keith BosticWhen a "&" is encountered in a list, all the prior...
1995-04-28 Keith BosticPOSIX.2 requires that the shell's dot builtin do a...
1995-04-28 Keith Bosticmake umask POSIX.2 compliant
1995-04-28 Keith Bosticdon't reference the Ash General Public License, we...
1995-04-28 Keith BosticThe POSIX.2 requirement that "false" (among others...
1994-04-19 Keith Bosticspelling
1994-04-18 Keith Bostictypo
1994-04-16 Keith Bosticbug in sh 'read' with no variable argument...
1993-12-31 Kirk McKusickcopyediting for Usenix manuals
1993-10-23 Chris Torekfix for nested backquote expansion; test case, eg,...
1993-08-15 Kirk McKusick4.4BSD snapshot (revision 8.1)
1993-08-11 Elan Amirneed .LD rather than .DS.
1993-08-10 Elan AmirMH = Murray Hill, NJ
1993-08-10 Elan Amirfixed typos and DC definition.
1993-08-10 Elan Amirneed refer and ms macros
1993-06-14 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-14 Kirk McKusickproper formating
1993-06-09 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-09 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-06 Keith Bosticnew doc.mk; document numbering changes for 4.4BSD
1993-06-02 Keith Bosticdon't compile -g by default
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-01 Keith Bosticfix the SCCS/copyright; 4.4BSD snapshot (revision 8...
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-01 Keith Bosticfix copyright notice, SCCS header
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-01 Keith Bosticfix the SCCS notice/copyright
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-01 Keith Bosticadd an SCCS/copyright header
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-01 Keith Bosticfix the copyright/SCCS notice
1993-06-01 Keith Bosticyank to 8.1
1993-06-01 Keith Bosticadd copyright notices, SCCS headers, yank to 8.1
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-01 Keith Bosticadd copyright notices, SCCS headers, yank to 8.1
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-25 Marc Teitelbaumfixes to support old style handling of ` ` (quoting...
1993-04-20 Chris Torekallow "for i do echo $i; done"
1993-04-20 Marc Teitelbaumcheckin by torek before fixing `for i do'
1993-04-20 Chris Torekset $? from backquote expansion: test case is `(exit...
1993-03-03 Marc Teitelbaummake feeble attempt at compatability with old (broken...
1992-12-01 Keith Bosticfc without arguments dereferences argv[1]; from Christos
1992-11-30 Keith Bostictypo, missing comma
1992-10-18 Craig LeresFix sccs header.
1992-10-16 Marc Teitelbaumminor cleanups
1992-10-16 Marc Teitelbaumclean up y.tab.h
1992-09-03 Keith Bosticdon't assume mounted under /usr/src
1992-08-01 Marc Teitelbaumtilde wasen't being expanded directly after the "=...
1992-08-01 Marc Teitelbaumfix null indirection
1992-08-01 Marc Teitelbaumadd a word
1992-07-31 Marc Teitelbaumfix bug where quoted pattern to case(1) wasen't being...
1992-07-18 Marc Teitelbaumminor fixes
1992-07-18 Marc Teitelbaumfixes
1992-07-18 Marc Teitelbaumfirst pass on new man page
1992-07-17 Marc Teitelbaumneed jobs.h
1992-07-17 Marc Teitelbaumshift n>$# is error
1992-07-17 Marc Teitelbaumhistory search goes other way now
1992-07-17 Marc Teitelbaumprint (decompiled) body of function for hash -v (well...
1992-07-17 Marc Teitelbaumalways source ENV (posix, and correct anyway)
1992-07-17 Marc Teitelbaumalways source ENV (posix)
1992-07-16 Marc Teitelbaumreset numeof after any command
1992-07-16 Marc Teitelbaumcheck for stopped jobs before exiting
1992-07-16 Marc Teitelbaumdidn't get the hack right. REPLACE WITH FNMATCH...
1992-07-16 Marc Teitelbaumadd displayhist variable
1992-07-16 Marc Teitelbaumremove dirent.c
1992-07-16 Marc Teitelbaumremove debug routine
1992-07-16 Marc Teitelbaumadd cd -
1992-07-16 Marc Teitelbaumlookupvar -> bltinlookup inside fc command
1992-07-16 Marc Teitelbaumhistory support, new options
next