Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | opt: Separate optimization from parsing | Tavian Barnes | 2017-09-16 | 1 | -1/+1 |
* | exec: Fix more corner cases with -ok ... + | Tavian Barnes | 2017-07-29 | 1 | -9/+10 |
* | exec: Don't allow anything between {} and + | Tavian Barnes | 2017-07-29 | 1 | -75/+30 |
* | util: Define O_DIRECTORY to 0 if it's not already defined | Tavian Barnes | 2017-07-29 | 1 | -5/+1 |
* | Re-license under the BSD Zero Clause License | Tavian Barnes | 2017-07-27 | 1 | -10/+15 |
* | Handle yes/no prompts correctly according to the locale | Tavian Barnes | 2017-07-15 | 1 | -7/+1 |
* | exec: Clear errno when a multi-exec doesn't fail | Tavian Barnes | 2017-07-08 | 1 | -1/+6 |
* | Implement -D exec | Tavian Barnes | 2017-05-09 | 1 | -5/+44 |
* | exec: Treat -1 from _SC_ARG_MAX as "unlimited" | Tavian Barnes | 2017-04-30 | 1 | -1/+1 |
* | exec: Interpret ARG_MAX corretly. | Tavian Barnes | 2017-04-15 | 1 | -33/+111 |
* | exec: close() the working directory even if !ftwbuf | Tavian Barnes | 2017-04-15 | 1 | -1/+1 |
* | Implement -exec/-execdir ... + | Tavian Barnes | 2017-04-15 | 1 | -0/+456 |