]> gitweb.factorcode.org Git - factor.git/history - extra/gdbm
scryfall: better moxfield words
[factor.git] / extra / gdbm /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2022-02-15 John Benediktssongdbm: removing this test case
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2021-12-25 John Benediktssongdbm: more refactor.
2021-12-25 John Benediktssongdbm: finish rename.
2021-12-25 John Benediktssonextra: fix a couple wrong file-exists? renames.
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-10-26 John Benediktssongdbm: disable set-cache-size twice test on macos.
2020-02-17 John Benediktssonhelp.markup: adding a $slots word to document slots...
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2018-01-27 Björn Lindqvistgdbm: patch over an ABI change in version 1.14
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2016-07-11 John Benediktssonuse ?delete-file instead of [ delete-file ] ignore...
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2014-07-08 Doug Colemangdbm: Enable gdbm on Win64.
2014-07-08 Doug ColemanMerge branch 'master' of factorcode.org:/git/factor
2014-07-08 Doug Colemangdbm.ffi: Use find-library-from-list because nobody...
2014-03-12 Doug Colemangdbm.ffi: Use alien library finder except on Windows...
2013-03-29 Doug Colemangdbm: Change the gdbm test file to have a different...
2012-07-19 John Benediktssonmore cleanup of with-scope.
2012-01-03 Slava Pestovgdbm.ffi: fix library name on Linux
2011-11-24 Joe Groffuse radix literals
2011-10-03 Doug ColemanFix abuse of spread in gdbm
2011-09-19 Doug ColemanRemove Windows CE from core/ basis/ and build-support/
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-08-01 Philipp BrüschweilerMerge remote branch 'origin/native-image-loader' into...
2010-07-31 Joe GroffMerge remote branch 'Blei/Native-image-loader' into...
2010-07-26 Slava Pestovgdbm.ffi: fix DLL name on Windows
2010-07-26 Philipp BrüschweilerMerge branch 'gtk' into gtk-image-loader
2010-07-26 Philipp BrüschweilerMerge remote branch 'ex-rzr/master' into gtk
2010-07-25 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-23 Slava Pestovgdbm: fix tests
2010-07-22 Slava Pestovgdbm: don't run tests on 64-bit Windows since there...
2010-07-18 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-07-17 Philipp BrüschweilerMerge remote branch 'origin/native-image-loader' into...
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-13 Slava Pestovgdbm.ffi: fix add-library form
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 metadata
2010-06-27 Dmitry Shubingdbm: add gdbm-info
2010-06-27 Dmitry Shubingdbm: documentation addendum
2010-06-27 Dmitry Shubingdbm: add unit tests
2010-06-27 Dmitry Shubingdbm: add documentation
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: remove obsolete options
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
2010-05-13 Dmitry Shubingdbm: add low-level interface