summary refs log tree commit diff
path: root/src/miscbltin.c (follow)
Commit message (Expand)AuthorAge
* trap: Globally rename pendingsigs to pending_sigDenys Vlasenko2018-03-10
* builtin: Fix handling of trailing IFS white spacesHerbert Xu2016-09-02
* [BUILTIN] Add support for ulimit -rChristoph Mathys2012-07-03
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [BUILTIN] Fix backslash handling in read(1)Herbert Xu2011-03-11
* [BUILTIN] Fix CTLESC clobbering by read(1)Herbert Xu2011-03-10
* [BUILTIN] Fix trailing field bug in read(1)Herbert Xu2010-09-08
* [EXPAND] Fix ifsfirst/ifslastp leakHerbert Xu2010-09-08
* [BUILTIN] Continue after EINTR in read(1) with no pending signalsHerbert Xu2010-05-29
* [BUILTIN] Fix off-by-one recordregion in readcmdHerbert Xu2009-11-26
* [BUILTIN] Avoid compiler warnings on isdigitEric Blake2009-08-31
* [BUILTIN] Fix NUL termination in readcmdHerbert Xu2009-08-31
* [BUILTIN] Honor tab as IFS whitespace when splitting fields in readcmdStefan Potyra2009-08-11
* [BUILTIN] Disable ulimit if there is no getrlimitHerbert Xu2005-10-29
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Renamed error to sh_error.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26