aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault on empty --env/-E and --sep argumentsJoseph Hunkeler2022-06-151-0/+9
|
* Fix space in delimiter stringJoseph Hunkeler2022-04-121-1/+1
|
* Support tcshJoseph Hunkeler2022-04-121-2/+23
|
* General fixesJoseph Hunkeler2022-02-171-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 Hunkeler2022-02-161-6/+6
|
* Add missing LF to usage stringJoseph Hunkeler2022-02-161-1/+1
|
* Go by the part_nelem rather than length of dataJoseph Hunkeler2022-02-161-2/+7
|
* --all to emit eval-friendly outputJoseph Hunkeler2022-02-161-2/+2
| | | | | * To view as a list (previous behavior) use --all-list * Fix minor branch leak(s)
* --all to emit eval-friendly outputJoseph Hunkeler2022-02-161-2/+16
| | | | * To view as a list (previous behavior) use --all-list
* Defer unset until the end.Joseph Hunkeler2022-02-151-3/+11
| | | | * bash 4.1.2 did not react well to unset calls mixed between assignments
* Unset empty variables in --all modeJoseph Hunkeler2022-02-151-1/+6
|
* Initialize do_all_sys_vars to zeroJoseph Hunkeler2022-02-151-0/+1
|
* Do not touch exported functions in --all modeJoseph Hunkeler2022-02-151-0/+8
|
* Implement --all/-AJoseph Hunkeler2022-02-141-19/+77
| | | | * Apply filters to all environment variables
* Exit on first invalid argument1.0.0Joseph Hunkeler2021-05-171-6/+0
|
* Add test for --default (#8)Joseph Hunkeler2021-05-161-1/+1
| | | | | * Add test for --default * Remove trailing semi-colon from windows path
* Add default path (#6)Joseph Hunkeler2021-05-161-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 Hunkeler2021-05-121-1/+1
|
* Warn once about regex on windows from cleanpath utility, not libraryJoseph Hunkeler2021-05-081-0/+3
|
* Improvements (#4)Joseph Hunkeler2021-05-071-7/+40
| | | | | | | | | * Move display code into functions * Mark windows supported * Guard against overruns * Add --list argument to docs
* Add windows (#3)Joseph Hunkeler2021-05-061-1/+1
| | | * Add windows support
* Initial commitJoe Hunkeler2021-05-041-0/+167