summaryrefslogtreecommitdiff
path: root/bin/sh
AgeCommit message (Expand)Author
1995-06-12Changed type of rlimit values from quad_t to rlim_t. Cast rlim_t's tojtc
1995-06-10Add a DPADD.mycroft
1995-06-09Changed so that 'PATH=newpath command' works, instead of looking at thechristos
1995-06-07needs string.hcgd
1995-06-07Ignore result of sigaction when setting traps. Traps will succeed evenchristos
1995-06-05Avoid trapping SIGKILL. Pretend that we did, so that we will not keepchristos
1995-05-28Fixed bug wherechristos
1995-05-19Changed so that syntax errors (EXERROR) set the exit status to 2,christos
1995-05-17Fixed bug where ${#} was interpreted incorrectly as ${#var} and thuschristos
1995-05-15re-add an #endif that was (apprently) clobbered.cgd
1995-05-15Fixed new bug the previous fix introduced:christos
1995-05-14Fixed bug caused by previous x=`false` not preserving the exit status fix.christos
1995-05-11Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0christos
1995-04-11Added missing resource limits and recognize "unlimited" as RLIM_INFINITYchristos
1995-03-311. Don't core dump on 'fc -l' (From Gerard J van der Grinten)christos
1995-03-26Reverted to set - turning off -x and -v. Charles corrected me... It is partchristos
1995-03-25set -christos
1995-03-23Fix typo in previous.mycroft
1995-03-21Use sigprocmask(), not sigsetmask().mycroft
1995-03-21convert to new RCS id conventions.cgd
1995-02-28Oops... typo in the IFS previous fix.christos
1995-02-28Changed so that backquote expansion eats all trailing newlines, not justchristos
1995-02-28Changed IFS string-splitting so that it breaks spaces even when IFS does notchristos
1995-01-30Use S_IS*().mycroft
1995-01-23I added the documented in the manual but not implemented variable expansions:christos
1995-01-20Remove `.' from default PATH.mycroft
1995-01-15Clean up deleted files.mycroft
1995-01-15Remove the gratuitous `security' warning.mycroft
1995-01-12Describe the : shell builtin.jtc
1994-12-31Fix that last bug in a less expensive way.mycroft
1994-12-31take two: make grabstackstr() work correctly, in the face of strange filling.cgd
1994-12-30Remove previous misguided change.mycroft
1994-12-23be more careful with casts.cgd
1994-12-23pull prototypes into scope for string functions.cgd
1994-12-23pull some prototypes into scope.cgd
1994-12-23don't play fast and loose with memory block allcation. try to allocatecgd
1994-12-23 eliminate two wrong-sized variables which were unused.cgd
1994-12-06adjust; from jimj.cgd
1994-12-05clean up further. more patches from Jim Jegerscgd
1994-12-04from James Jegers <jimj@miller.cs.uwm.edu>: quiet -Wall, and squelchcgd
1994-11-04ulimit builtin (PR #388)jtc
1994-09-23Eliminate uses of some obsolete functions.mycroft
1994-08-29Fix problem with character classes matching a terminating NUL, from Henrymycroft
1994-08-24Fix a core dump and another parse error related to null commands.mycroft
1994-08-03Don't source the file specified by $ENV if either the real and effectivejtc
1994-07-15Don't dump core when evaluating X % 0.jtc
1994-07-07Fix some problems with empty commands.mycroft
1994-07-07Bandaid quoting.mycroft
1994-06-24Clean up deleted files.mycroft
1994-06-24Renamed builtins to builtins.def to eliminate make's (incorrect) circularjtc