Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-06-25 | wordexp cannot use we_offs unless WRDE_DOOFFS flag is set | Rich Felker | -1/+2 | |
previously, a potentially-indeterminate value from we_offs was being used, resulting in wrong we_wordc and subsequent crashes in the caller. | ||||
2011-04-19 | block cancellation in wordexp, handle more errors | Rich Felker | -2/+17 | |
2011-04-19 | avoid malloc of potentially-large string in wordexp | Rich Felker | -10/+28 | |
2011-04-15 | remove stupid debug code in wordexp | Rich Felker | -1/+0 | |
2011-04-15 | implement wordexp. first try, may be buggy. intended to be safe. | Rich Felker | -0/+128 | |