| Better "motivation" description |
|
More...
|
over 11 years ago
|
| Add note about fish and tcsh to README |
|
More...
|
over 11 years ago
|
| For non-POSIX shells (mainly fish and tcsh), print vars in a standard "sh" subshell |
|
More...
|
over 11 years ago
|
| Include shell output in error upon non-zero exit |
|
More...
|
over 11 years ago
|
| Capitalize MELPA |
|
More...
|
over 11 years ago
|
| tcsh doesn't support the ${VAR-default} syntax |
|
More...
|
over 11 years ago
|
| Don't fail when printing undefined vars if shell -e option is set |
|
More...
|
over 11 years ago
|
| Include shell output in debug messages |
|
More...
|
over 11 years ago
|
| Require non-zero exit code, and allow debug output |
|
More...
|
over 11 years ago
|
| Provide better info when the shell doesn't printf vars as expected |
|
More...
|
over 11 years ago
|
| Merge pull request #14 from lunaryorn/customizable-args |
|
More...
|
over 11 years ago
|
| [Fix #13] Make shell arguments customizable |
|
More...
|
over 11 years ago
|
| Add missing custom type |
|
More...
|
over 11 years ago
|
| Append exec-directory to exec-path, as is conventional |
|
More...
|
about 12 years ago
|
| Update copyright year |
|
More...
|
about 12 years ago
|
| With tcsh, examine each variable with a separate shell invocation |
|
More...
|
over 12 years ago
|
| Use the system-wide printf binary (if available) instead of shell built-in |
|
More...
|
over 12 years ago
|
| Use -d in place of --login for tcsh (fixes #7) |
|
More...
|
over 12 years ago
|
| Better docstrings |
|
More...
|
almost 13 years ago
|
| Tidier code for double-quoting printf args |
|
More...
|
almost 13 years ago
|
| Explicitly double-quote args, so empty var values don't mess things up |
|
More...
|
almost 13 years ago
|
| Can now single-quote format argument to printf |
|
More...
|
almost 13 years ago
|
| Make use of printf safer, in case env var values contain escapes (see #5) |
|
More...
|
almost 13 years ago
|
| Fully escape interspersed null characters too (see #5) |
|
More...
|
almost 13 years ago
|
| Unambigiously escape the null character (fixes #5) |
|
More...
|
almost 13 years ago
|
| Use parse-colon-path to split $PATH |
|
More...
|
almost 13 years ago
|
| Set checkdoc-minor-mode in local vars without using exec |
|
More...
|
almost 13 years ago
|
| Use printf instead of echo (thanks @bradleywright) |
|
More...
|
almost 13 years ago
|
| Force use of -e with built-in echo, which is not default in bash |
|
More...
|
almost 13 years ago
|
| Set all variables using just one shell invocation |
|
More...
|
almost 13 years ago
|