Age | Commit message (Expand) | Author | Lines |
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 |
2009-07-03 | Removed excess newline in test | Daniel Friesel | -1/+1 |
2009-07-03 | test/main: Only print help when called with --help | Daniel Friesel | -15/+18 |
2009-07-03 | test/main: Don't display long envstore output (Pod::Usage stuff) | Daniel Friesel | -3/+3 |
2009-07-02 | README: Enclose envstore url in <> instead of () | Daniel Friesel | -1/+1 |
2009-07-02 | Makefile: install: Make sure the file mode is right | Daniel Friesel | -0/+4 |
2009-07-01 | Version bump to 1.11.1 | Daniel Friesel | -0/+6 |
2009-07-01 | Added very minimal README with reference to Simplestore | Daniel Friesel | -0/+3 |
2009-07-01 | Added tests for valid documentation | Daniel Friesel | -0/+5 |
2009-07-01 | envstore(1): POD fixes | Daniel Friesel | -4/+4 |
2009-07-01 | test/main: Default to bin/envstore | Daniel Friesel | -1/+1 |
2009-07-01 | bin/envstore: I prefer my name this way now | Maximilian Gass | -1/+1 |
2009-07-01 | envstore(1): Added AUTHOR information | Daniel Friesel | -0/+6 |
2009-07-01 | Simplified makefile | Daniel Friesel | -5/+2 |
2009-07-01 | Fixed a typo in envify(1) | Daniel Friesel | -1/+1 |
2009-07-01 | Added documentation for envify | Daniel Friesel | -3/+32 |