Age | Commit message (Expand) | Author | Lines |
2010-06-23 | Release v2.1HEAD2.1master | Daniel Friesel | -1/+6 |
2010-06-23 | Add --help/--version switches | Daniel Friesel | -6/+46 |
2010-03-27 | Support CFLAGS, PREFIX & LDFLAGS in Makefile; pretty make install output | Daniel Friesel | -17/+26 |
2010-02-27 | envify: Properly handle quoted arguments with spaces | Daniel Friesel | -1/+1 |
2010-01-23 | Release v2.0.42.0.4 | Daniel Friesel | -1/+6 |
2010-01-06 | Remove typoed leading : in an error message | Daniel Friesel | -1/+1 |
2010-01-04 | use "filename: errormessage" for all errors | Daniel Friesel | -11/+11 |
2010-01-04 | Makefile: test/main no longer accepts --extended | Daniel Friesel | -1/+1 |
2010-01-03 | Preserve leading spaces, document shell problems with whitespaces & IFS | Daniel Friesel | -3/+22 |
2009-12-11 | Release v2.0.32.0.3 | Daniel Friesel | -0/+4 |
2009-12-11 | Makefile: Don't run the test script with zsh. Fail. | Daniel Friesel | -1/+1 |
2009-12-09 | Update Changelog for 2.0.22.0.2 | Daniel Friesel | -0/+6 |
2009-12-09 | Fix the output of empty values (like envstore save foo '') | Daniel Friesel | -1/+8 |
2009-12-08 | test/main: Remove binary test, the UTF-8 one should suffice for now | Daniel Friesel | -10/+0 |
2009-12-08 | Rewrite test in sh (binary foo is missing so far) | Daniel Friesel | -130/+108 |
2009-12-05 | Add a forgotten newline for "envsore list" | Daniel Friesel | -1/+1 |
2009-12-02 | Release v2.0.12.0.1 | Daniel Friesel | -0/+6 |
2009-12-01 | Use mdoc for the manuals (thx Zaba) | Daniel Friesel | -50/+86 |
2009-12-01 | Slightly extend/update envstore(1) | Daniel Friesel | -7/+4 |
2009-12-01 | envstore(1): Fix formatting | Daniel Friesel | -2/+2 |
2009-12-01 | envify(1): Explicitly state that arguments are (of course) passed on | Daniel Friesel | -2/+5 |
2009-12-01 | envstore(1): Fix a paste error in NAME section | Daniel Friesel | -1/+1 |
2009-12-01 | test/main: Apply patches by mxey | Daniel Friesel | -2/+2 |
2009-11-20 | store_open: Update the return NULL comment | Daniel Friesel | -4/+3 |
2009-11-19 | print_escaped: Add a comment about escapism^wshell quoting | Daniel Friesel | -0/+8 |
2009-11-11 | Simplified envstore (no need for linked lists) | Daniel Friesel | -153/+98 |
2009-11-02 | Rewrite in C, release v2.0 (from branch 'v2')2.0 | Daniel Friesel | -247/+373 |
2009-09-28 | zsh completion: Match "special" parameters etc. | Daniel Friesel | -1/+1 |
2009-09-20 | Cleanup | Daniel Friesel | -19/+30 |
2009-07-11 | envify(1): Added LIMITATIONS / Documented how to deal with newline values | Daniel Friesel | -0/+8 |
2009-07-11 | Added tests for binary crap in variable values | Daniel Friesel | -1/+11 |
2009-07-11 | envstore(1): Added LIMITATIONS | Daniel Friesel | -0/+12 |
2009-07-10 | Added a test for envify | Daniel Friesel | -0/+6 |
2009-07-09 | Release v1.21.2 | Daniel Friesel | -0/+5 |
2009-07-09 | envstore: Use given/when instead of if/elsif | Daniel Friesel | -21/+29 |
2009-07-09 | envstore: Try to produce slightly more helpful error messages | Daniel Friesel | -3/+3 |
2009-07-09 | envstore: Change the store file by setting ENVSTORE_FILE | Daniel Friesel | -11/+14 |
2009-07-09 | envstore: Use nstore to store the environment | Daniel Friesel | -2/+2 |
2009-07-09 | Updated zsh completion | Daniel Friesel | -1/+1 |
2009-07-09 | README: Added installation notes | Daniel Friesel | -0/+7 |
2009-07-09 | test: Backup an existing store file before testing | Daniel Friesel | -0/+9 |
2009-07-08 | Fixed a spelling mistake in envstore(1) | Daniel Friesel | -1/+1 |
2009-07-08 | test/main: Updated help | Daniel Friesel | -2/+1 |
2009-07-08 | Removed benchmark | Daniel Friesel | -19/+0 |
2009-07-07 | Make test target more common | Maximilian Gass | -2/+2 |
2009-07-07 | Ported to Storable | Maximilian Gass | -5/+3 |
2009-07-07 | Added tests to Makefile | Daniel Friesel | -1/+4 |
2009-07-07 | Renamed manuals to *.pod | Daniel Friesel | -1/+1 |
2009-07-03 | test: Simplified podchecker usage | Daniel Friesel | -3/+1 |
2009-07-03 | benchmark: Don't use envstore to save the test values | Daniel Friesel | -4/+5 |