]> gitweb.factorcode.org Git - factor.git/history - basis/json
Add absolute-path to normalize any new root path. E.G. permit ~user
[factor.git] / basis / json /
2022-07-31 Doug Colemansequences: add index-of-last
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-12 Doug Colemanbasis: trim using lists
2021-12-22 John Benediktssonjson.reader: less declare/unsafe.
2021-03-11 John Benediktssonjson.reader: make path>jsons check for balanced brackets.
2021-03-11 Doug Colemanjson.reader: Add a path>jsons for files that have multi...
2020-12-13 John Benediktssonjson.reader: fix for rename.
2020-12-11 John Benediktssonjson.reader: rename read-json-objects to read-json.
2020-10-26 Abtin MolaviJSON reader improvements (#2353)
2019-12-13 John Benediktssoncore/basis/extra: using while* in a few places.
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-07-06 Björn Lindqvistbasic/, extra/: even more tags
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2016-09-04 Björn LindqvistAdding escaping to CHAR: " -> CHAR: \"
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-12 John Benediktssonusing [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*.
2016-03-05 Benjamin PollackImport a few extra JSON tests from Jansson
2016-02-18 Doug Colemanjson.prettyprint: Add a simple json prettyprinter.
2015-09-10 John Benediktssonsyntax: removing #! as a comment character.
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-03 Doug Colemanjson.reader: Fix json reader for empty files to parse...
2015-07-29 John Benediktssonjson.reader: fix segfault when parsing non-JSON documents.
2015-07-29 John Benediktssonjson.reader: enforce json> takes a string.
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemantests: prefer ${ } instead of 1array
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-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-11 Jon Harperjson.writer: add an explicit error when serializing...
2015-06-11 Jon Harperjson.reader: read Infinity, -Infinity and NaN
2015-06-11 Jon Harperjson.reader: read UTF-16 surrogate pairs
2015-06-10 John BenediktssonFix tests broken by word hashcode change.
2015-01-04 John Benediktssonjson.writer: make sure we make hex values two digits...
2015-01-03 John Benediktssonjson.writer: support escaping unicode > 0x10000. Thank...
2014-12-25 John Benediktssonjson.writer: don't escape spaces, thats weird.
2014-11-29 John Benediktssonjson: rename json-allow-nans? to json-allow-fp-special?.
2014-11-28 John Benediktssonjson: rename to json-coerce.
2014-11-28 John Benediktssonjson: cleanup and add more parameters for writing.
2014-11-27 John Benediktssonjson: better support for escaped strings.
2014-11-23 Doug Colemanjson.writer: Didn't end up using present vocab after...
2014-11-23 Doug Colemanjson.writer: Allow more objects to be keys in >json...
2014-11-15 John Benediktssonjson.writer: handle special floats.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-05-24 John Benediktssonbasis: fix some doc usings.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2013-03-15 John Benediktssonjson: some performance improvements.
2012-07-12 John Benediktssonjson.writer: slightly faster using first2.
2012-07-12 John Benediktssonjson.writer: using interleave is much cleaner (thanks...
2012-07-12 John Benediktssonjson.writer: faster writing, makes the json benchmark...
2012-07-12 John Benediktssonjson.reader: make json parsing faster for files that...
2011-11-24 Joe Groffuse radix literals
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-09-15 John Benediktssonjson.reader: cleanup and speed up when handling heavily...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-08-01 Joe GroffMerge branch 'master' of https://github.com/yac/factor
2011-07-28 John BenediktssonMerge branch 'master' into highlight
2011-07-20 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-07-12 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2011-07-11 John BenediktssonMerge remote branch 'upstream/master'
2011-07-05 otoburbjson.writer: Updated docs to mention the dynamic variab...
2011-07-05 otoburbjson.writer: Ability to turn jsvar-encode substituion...
2011-07-05 otoburbjson.writer: Currified jsvar-encode. Removed whitespace...
2011-06-23 otoburbjson.writer: Ability to turn jsvar-encode substitution...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-06-15 Daniel EhrenbergMerge branch 'master' into propagation
2010-06-07 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-06-05 Slava PestovMerge branch 'master' of http://github.com/Blei/factor
2010-06-04 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-06-03 Joe Groffjson.reader: factor read-jsons from json>
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-14 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2010-02-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-09 Slava PestovMerge branch 'master' of git://github.com/littledan...
2010-02-08 Slava PestovRemove math.floats.parser now that its no longer needed
2010-02-07 Slava Pestovmath.floats.parser: new vocabulary with old string...
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-02-07 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-05 Joe Groffjson: if-json-null combinator, in the same vein as...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-12-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-26 Slava PestovMerge branch 'eliminating_register_variables'
2009-12-26 Alec Berrymanjson reader: correctly handle empty objects in objects
2009-10-12 Guillaume Nargeotmerge project-euler.factor
2009-10-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-06 Doug ColemanMerge branch 'a7a39d3766624227966bca34f0778030592d82c2...
next