1
0
Fork 0
mirror of https://github.com/vbatts/persistent-shell-history.git synced 2024-11-21 15:15:40 +00:00
Commit graph

9 commits

Author SHA1 Message Date
Vincent Batts
daa5a995d1 bump version for encoding fix 2013-12-11 15:45:45 -05:00
Vincent Batts
106aead462 fixing encoding issues for newer ruby 2013-12-11 15:43:57 -05:00
Vincent Batts
1cecbe0c08 bumping version for a release 2012-09-21 13:20:33 -04:00
Vincent Batts
3617b25466 BIG TIME CHANGES.
Using Marshal, instead of YAML. Reduces my library of +28,000 commands
from 168Mb to 2.1Mb. Also reduces the run time from 4.5 minutes to
5secs.

Included a check for whether the existing [old] format is used, and
migrate it to the new version.
2012-09-21 13:17:38 -04:00
Vincent Batts
789ea644ac -- splitting th loading out to a different step
-- making an abstract history class
-- adding a History marshaller to the oldHistory.
2012-09-20 22:26:27 -04:00
cd1298bf35 renaming the traditional storage, so that current functionaltiy will not
interrupt
2012-08-23 21:18:15 -04:00
7f97ccc568 rearranging classes and beginning to enable the history to have various
datastore types (not just GDBM)
2012-08-23 21:09:09 -04:00
ece93b66e3 moving the class into lib/ 2012-08-23 20:17:36 -04:00
ac1de21224 gemifying this show. 2012-08-23 17:38:33 -04:00