Commit message (Collapse) | 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 |
| | | | | | | * Remove get_data() * Makes all main functions static * show_listing accepts an [environment] key argument to visually identify strings | ||||
* | 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 |
| | | | | | * To view as a list (previous behavior) use --all-list * Fix minor branch leak(s) | ||||
* | --all to emit eval-friendly output | Joseph Hunkeler | 2022-02-16 | 1 | -2/+16 |
| | | | | * To view as a list (previous behavior) use --all-list | ||||
* | Defer unset until the end. | Joseph Hunkeler | 2022-02-15 | 1 | -3/+11 |
| | | | | * bash 4.1.2 did not react well to unset calls mixed between assignments | ||||
* | 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 |
| | | | | * Apply filters to all environment variables | ||||
* | 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 test for --default * Remove trailing semi-colon from windows path | ||||
* | Add default path (#6) | Joseph Hunkeler | 2021-05-16 | 1 | -6/+40 |
| | | | | | | | | | | | | | | | | | * Add default path * Improve support/implementation logic * Fix braces in tests * Enable warnings * Emit more generalized form of windows path * Change initialization order * Add --default/-D to documentation * Fix platform detection | ||||
* | 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 |
| | | | | | | | | | * Move display code into functions * Mark windows supported * Guard against overruns * Add --list argument to docs | ||||
* | Add windows (#3) | Joseph Hunkeler | 2021-05-06 | 1 | -1/+1 |
| | | | * Add windows support | ||||
* | Initial commit | Joe Hunkeler | 2021-05-04 | 1 | -0/+167 |