Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix segfault on empty --env/-E and --sep arguments | Joseph Hunkeler | 2022-06-15 | 1 | -0/+9 |
* | Fix space in delimiter string | Joseph Hunkeler | 2022-04-12 | 1 | -1/+1 |
* | Support tcsh | Joseph Hunkeler | 2022-04-12 | 1 | -2/+23 |
* | General fixes | Joseph Hunkeler | 2022-02-17 | 1 | -15/+8 |
* | Avoid clobbering environ (defined by libc) | Joseph Hunkeler | 2022-02-16 | 1 | -6/+6 |
* | Add missing LF to usage string | Joseph Hunkeler | 2022-02-16 | 1 | -1/+1 |
* | Go by the part_nelem rather than length of data | Joseph Hunkeler | 2022-02-16 | 1 | -2/+7 |
* | --all to emit eval-friendly output | Joseph Hunkeler | 2022-02-16 | 1 | -2/+2 |
* | --all to emit eval-friendly output | Joseph Hunkeler | 2022-02-16 | 1 | -2/+16 |
* | Defer unset until the end. | Joseph Hunkeler | 2022-02-15 | 1 | -3/+11 |
* | Unset empty variables in --all mode | Joseph Hunkeler | 2022-02-15 | 1 | -1/+6 |
* | Initialize do_all_sys_vars to zero | Joseph Hunkeler | 2022-02-15 | 1 | -0/+1 |
* | Do not touch exported functions in --all mode | Joseph Hunkeler | 2022-02-15 | 1 | -0/+8 |
* | Implement --all/-A | Joseph Hunkeler | 2022-02-14 | 1 | -19/+77 |
* | Exit on first invalid argument1.0.0 | Joseph Hunkeler | 2021-05-17 | 1 | -6/+0 |
* | Add test for --default (#8) | Joseph Hunkeler | 2021-05-16 | 1 | -1/+1 |
* | Add default path (#6) | Joseph Hunkeler | 2021-05-16 | 1 | -6/+40 |
* | Proper namespace for the header file. Bump version. | Joseph Hunkeler | 2021-05-12 | 1 | -1/+1 |
* | Warn once about regex on windows from cleanpath utility, not library | Joseph Hunkeler | 2021-05-08 | 1 | -0/+3 |
* | Improvements (#4) | Joseph Hunkeler | 2021-05-07 | 1 | -7/+40 |
* | Add windows (#3) | Joseph Hunkeler | 2021-05-06 | 1 | -1/+1 |
* | Initial commit | Joe Hunkeler | 2021-05-04 | 1 | -0/+167 |