]> gitweb.factorcode.org Git - factor.git/history - extra/gdbm/gdbm.factor
use radix literals
[factor.git] / extra / gdbm / gdbm.factor
2011-11-24 Joe Groffuse radix literals
2011-10-03 Doug ColemanFix abuse of spread in gdbm
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-07-17 Anton GorenkoMerge branch 'gtk' of git://github.com/Blei/factor
2010-07-17 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-09 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-07-07 Joe GroffMerge branch 'master' into native-image-loader
2010-07-06 Slava PestovMerge branch 'mongodb-changes' of git://github.com...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-07-03 Dmitry Shubingdbm: add shorthands for common cases
2010-06-27 Dmitry Shubingdbm: move enums to main vocab
2010-06-27 Dmitry Shubingdbm: each-key - higher order combinator for sequential...
2010-06-27 Dmitry Shubingdbm: drop "gdbm-" prefix
2010-06-27 Dmitry Shubingdbm: add gdbm-info
2010-06-27 Dmitry Shubingdbm: replace ALIAS: with normal definition for documen...
2010-06-27 Dmitry Shubingdbm: fix stack effect comment
2010-06-27 Dmitry Shubingdbm: add <gdbm> constructor
2010-06-26 Dmitry Shubingdbm: more user-friendly initial configuration
2010-06-26 Dmitry Shubingdbm: better option setters
2010-06-26 Dmitry Shubingdbm: switch back to simpler error handling scheme
2010-06-16 Dmitry Shubingdbm: implement gdbm-setopt
2010-06-16 Dmitry Shubingdbm: better exception handling
2010-06-13 Dmitry Shubingdbm: code cleanup
2010-06-13 Dmitry Shubingdbm: add higher level interface