Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-05 | HOSTCC; from rahnds | Theo de Raadt | |
1996-12-14 | -Wall'ing. | Michael Shalayeff | |
1996-12-01 | Parser fix from NetBSD (christos) | Todd C. Miller | |
- ! was only recognized in the beginning of pipelines. Now we are recognizing it everywhere like ksh, so the following works. ! if [ a = b ]; then ! echo c && ! true; else ! echo d; fi | |||
1996-11-24 | Fix truncation of options list in getopts builtin. | Todd C. Miller | |
Noticed by Matthieu Herrb <Mathieu.Herrb@mipnet.fr> | |||
1996-11-24 | Sync w/ NetBSD (christos) | Todd C. Miller | |
Fix miscellaneous getopts problems: - the 3 argument version of getopts would not reset properly - OPTARG did not get cleared after a non argument option was found - OPTIND was not set properly after a non argument option. | |||
1996-11-03 | sh can now be started in a directory whose fully qualified pathname | bitblt | |
is between 255 and MAXPATHLEN-1 characters. | |||
1996-11-02 | Fix my fix! | Todd C. Miller | |
1996-11-02 | Fix eval of $1, a typo, and a thinko. | Todd C. Miller | |
1996-10-20 | Sync with NetBSD. Adds better POSIX compliance amongst others. | Todd C. Miller | |
1996-10-12 | use HOSTCC; from dale | Theo de Raadt | |
1996-09-27 | unused sample way of getting around type missing in ash; from woods@weird.com | Theo de Raadt | |
1996-09-16 | /tmp//_shXXXXXX -> /tmp/_shXXXXXX | Todd C. Miller | |
1996-09-16 | These should always be static. | Jason Downs | |
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-15 | document ``ulimit'' builtin. | Todd C. Miller | |
1996-08-22 | __OpenBSD__ | Theo de Raadt | |
1996-08-02 | zap getopt() case of -?, come on, it is the default! | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-06-18 | from netbsd; Fix PR/2504: return with no args returns 0 instead of | Theo de Raadt | |
the return value of the previous command in functions | |||
1996-05-22 | Fix growstackblock() 'newlen' calculations: | Theo de Raadt | |
(1) it needs to be ALIGNed for both halves of the 'if,' and (2) if you're going to claim that you now have ALIGN(newlen) bytes left, you should have actually allocated ALIGN(newlen), rather than just 'newlen' bytes. | |||
1996-05-21 | do newline correct inside ``, netbsd pr#2384 | Theo de Raadt | |
1996-03-08 | From NetBSD: | Niklas Hallqvist | |
- parser.c: Fix prompting in old style backquote expansion. Fixes PR/2139 and many user complaints why the shell hangs in echo "`" - eval.c: Fix exitstatus invalid resetting in `if' statements were: if (exit 3); then echo foo $? else echo bar $? fi printed 'bar 0' instead of bar 3 Return zero status if `else' clause is empty. | |||
1996-03-03 | From NetBSD: | Niklas Hallqvist | |
Changed so that INTOFF/INTON are paired in getpwd(). From Matthias Pfaller <leo@marco.de>. Fixes PR #2130. | |||
1996-03-03 | From NetBSD: | Niklas Hallqvist | |
Fix problems with the way init.o is built: * Prevent gratuitous rebuilds when nothing has changed. * Make sure it is rebuilt if a .h file is updated. | |||
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Fix PR/2070: Ksh style variable modifiers were broken in /bin/sh, from enami tsugutomo | |||
1995-12-17 | do not treat symbolic links special; from cgd@netbsd.org; netbsd pr#1776 | Theo de Raadt | |
1995-12-14 | whoops, add this | Theo de Raadt | |
1995-12-14 | update from netbsd, including: | Theo de Raadt | |
Fix PR/1760, where 'cd -' before any other command could cause a reference to an uninitialized pointer. Use getcwd() to get the current working directory, instead of forking /bin/pwd [per Scott's suggestion] | |||
1995-11-22 | handle "cd -" causing crash if used as first sh command; from ↵ | Theo de Raadt | |
scottr@Plexus.COM; netbsd pr#1760 | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |