]> gitweb.factorcode.org Git - factor.git/history - basis/db
Add absolute-path to normalize any new root path. E.G. permit ~user
[factor.git] / basis / db /
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemancore: map-integers -> map-integers-as
2022-07-31 Doug Colemanfactor: use new words
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-02 John Benediktssonhelp.markup: adding $vocab-subsections which renders...
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-21 Doug Colemanfactor: use more split/join words
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-03-22 John Benediktssondb.sqlite.lib: stop using sequences.extras.
2020-11-29 Doug Colemandb.sqlite: Add some more constants and a way to see...
2020-11-21 John Benediktssondb.sqlite: fix string.
2020-11-21 John BenediktssonA few more fixes for string parsing.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-08-27 Doug Colemandb: Fix using list for walker.
2020-05-27 Doug Colemandb.sqlite.ffi: Update the sqlite3 bindings a bit.
2019-04-23 Alexander Iljincontinuations[-docs]: add the finally word
2019-01-03 John Benediktssondb.sqlite: make sure select-tuple throws sql-table...
2019-01-01 Alexander Iljindb.tuples[{-docs,-tests}]: add reject-tuples
2018-12-31 Doug ColemanRevert "db.tuples[{-docs,-tests}]: add reject-tuples"
2018-12-31 Alexander Iljindb.tuples[{-docs,-tests}]: add reject-tuples
2018-08-21 Alexander Iljin*-docs: remove extra space character at the end of...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-03-04 Alexander Iljindb.types-docs: mention the +primary-key+ in the appropr...
2018-03-04 Alexander Iljindb.sqlite: support the +primary-key+ modifier
2018-02-22 John Benediktssondb.tuples: use natural-sort in test case.
2018-02-22 John Benediktssondb.tuples: simplify recreate-table.
2018-02-22 John Benediktssondb.tuples: use recreate-table in tests.
2018-02-22 John Benediktssondb.tuples: fix tests for select-me table not exists.
2018-02-21 Alexander Iljindb.tuples-tests: add tests for each-tuple and update...
2018-02-21 Alexander Iljindb.tuples[-docs]: update copyright headers
2018-02-21 Alexander Iljindb.tuples[-docs]: add update-tuples
2018-02-21 Alexander Iljindb.tuples[-docs]: add each-tuple
2018-02-21 Alexander Iljindb.{tuples,types}-docs: fix an indefinite article
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2018-02-14 John Benediktssondb.sqlite: remove unused "db-table" namespace variable.
2018-02-14 John Benediktssondb.tuples: simplify count-tuples.
2018-02-14 John Benediktssondb.queries: set the "table-name" inside a with-variables.
2018-02-14 John Benediktssondb.errors: cleanup using.
2018-02-14 John Benediktssondb.tuples: use fry instead of curry, fix stack effect...
2018-02-14 John Benediktssondb.tuples: more efficient with-disposals if sequence...
2018-02-14 John Benediktssondb.types: simplify filter-ignores.
2018-01-16 Alexander Iljindb[.tuples|.types]-docs: replace "a SQL" with "an SQL"
2018-01-16 Alexander Iljindb-docs: add a missing space
2018-01-16 Alexander Iljindb-docs: fix the documentation for query-each and query-map
2017-08-06 Doug Colemanpeg.ebnf: Clean up EBNF: syntax.
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-02-09 John Benediktssonusing ignore-errors instead of [ drop ] recover.
2017-01-22 John Benediktssonno need to clone empty byte-array.
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2017-01-05 Björn Lindqvistcalendar.*: replacing hms>timestamp and timestamp>hms...
2017-01-04 Björn Lindqvistcalendar.format: moving parsing words to a new vocab...
2017-01-02 Alexander Iljindb-docs: remove double period at the end of a sentence
2017-01-02 Alexander Iljindb-docs: add a missing newline to separate groups of...
2016-11-18 Björn Lindqvistcontinuations: new words for ignoring masked errors
2016-11-08 John Benediktssondb.sqlite: use temporary test.db for tests.
2016-10-31 Björn LindqvistDocs: bunch of random doc updates
2016-08-25 Björn Lindqvistdb.sqlite: fix the delete constraint for the restrict...
2016-08-25 Björn Lindqvistdb.sqlite: fix text of generated triggers
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-22 Doug Colemandb.sqlite: Fix NULL returns for INTEGER columns in...
2016-07-11 John Benediktssonuse ?delete-file instead of [ delete-file ] ignore...
2016-06-29 Alexander Iljindb.errors: update ignore-error parameter list to be...
2016-06-29 Alexander Iljindb.queries: add ensure-index
2016-06-29 Alexander Iljindb.(sqlite.)errors: add sql-index-exists error
2016-06-29 Alexander Iljindb.sqlite.errors: simplify implementation
2016-04-04 John Benediktssonuse with-temp-file and with-temp-directory in some...
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-22 John Benediktssondb.errors: move to db.{postgresql,sqlite}.errors.
2016-03-18 John Benediktssonio.files.unique: change to create unique files and...
2015-12-12 John Benediktssondocs: using $maybe.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-13 Doug Colemandb.sqlite: fix ERROR:
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-20 Doug Colemanfactor: superclass -> superclass-of, superclasses ...
2015-07-20 Doug Colemandb.postgresql.ffi: fix
2015-07-20 Doug Colemanfactor: fix a few spots where FUNCTION: was malformed
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-04-19 John Benediktssoninterpolate: don't break backwards compatibility.
2015-04-19 John Benediktssoninterpolate: some fixes for recent API change.
2014-11-13 John Benediktssonbasis/extra: cleanup uses of add-library.
2014-11-13 John BenediktssonRevert "alien.libraries.finder: using find-library...
2014-10-08 Doug Colemandb.postgresql: This is not actually the case on my...
next