Commit Graph

5 Commits

Author SHA1 Message Date
Michal Hlavinka
ebf9b31727 fix segfault in job list code
- do not resend signal on termination (#1092132)
- fix brace expansion on/off
- fix incorrect rounding of numsers 0.5 < |x| <1.0 in printf (#1080940)
- fix parser errors related to the end of the here-document marker
- ksh hangs when command substitution fills out the pipe buffer
- using typeset -l with a restricted variabled caused segmentation fault
- monitor mode was documented incorrectly
- do not crash when unsetting running function from another one (#1105139)
- should report an error when trying to cd into directory without execution bit
- job locking mechanism did not survive compiler optimization
- reading a file via command substitution did not work when any of stdin,
  stdout or stderr were closed (#1070308)
- fix lexical parser crash
2014-07-24 13:13:05 +02:00
Michal Hlavinka
a827e4e970 refresh patch 2012-06-22 12:36:00 +02:00
Michal Hlavinka
472d43e5f5 - disable only known to be broken builtins, let other enabled
- skip regression tests if /dev/fd is missing
2010-10-08 20:20:36 +02:00
Michal Hlavinka
9c01939d40 update to 2009-05-01 2009-05-05 09:57:59 +00:00
Tomas Smetana
8a6e4f28df fix SIGTTOU handling, spawned processes, spec file, remove redundant
builtins
2007-05-23 06:52:45 +00:00