]> gitweb.factorcode.org Git - factor.git/history - extra/yaml
scryfall: make decks better, import from moxfield
[factor.git] / extra / yaml /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-07-20 Alexander IlinFix some English spelling: outputted -> output
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-28 Doug Colemanfactor: fix some whitespace
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-07-31 Doug Colemanyaml: with2 is kernel:withd now
2022-01-20 Doug Colemanfactor: trim more using lists.
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2018-07-07 Doug Colemanyaml: Docs don't help-lint unless the yaml library...
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-02-07 John Benediktssonyaml: using ?adjoin.
2017-02-07 John Benediktssonusing map-reduce instead of unclip reduce.
2017-01-04 Björn Lindqvistcalendar.format: moving parsing words to a new vocab...
2016-03-29 John Benediktssonsets: rename unordered-set back to set.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-08-12 Doug Colemanextra: fix sets rename
2015-08-12 Doug Colemanfactor: rename set to unordered-set.
2015-07-26 John Benediktssonfix a couple string escapes.
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-22 Doug Colemanregexp: remove R" R[ and R{, there are still plenty...
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-15 John BenediktssonFix some things broken by hashtable capacity changes.
2015-07-03 Doug Colemanyaml.conversion: Use the R" syntax. No big deal, just...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-07-10 John Benediktssonuse "of" in place of "swap at".
2014-07-09 Doug Colemanyaml.ffi: Fix library names. (for Windows, it's called...
2014-07-09 John Benediktssonyaml.ffi: fix library names.
2014-07-08 Jon HarperYAML: allow configuration of !!merge and !!value
2014-07-08 Jon HarperYAML: support !!value in !!map
2014-07-08 Jon HarperYAML: support !!merge in !!map
2014-07-08 Jon HarperYAML: support !!timestamp
2014-07-08 Doug ColemanMerge branch 'master' of factorcode.org:/git/factor
2014-07-08 Doug Colemanalien.libraries.finder: More robust finder code that...
2014-05-22 Jon HarperYAML: oops, fix according to help-lint
2014-05-22 Jon HarperYAML: better docs for >yaml, typos
2014-05-22 Jon HarperYAML: tests for emitter-line-break variable
2014-05-22 Jon HarperYAML: add output configuration options
2014-05-22 Jon HarperYAML: expose libyaml's emitter options, use unicode...
2014-05-22 Jon HarperYAML: don't use aliases/anchors for fixnums
2014-05-22 Jon HarperYAML: make it more obvious that we use LibYAML
2014-05-22 Jon HarperYAML: Remove wrong comment
2014-05-22 Jon HarperYAML: correctly free yaml_event before reusing
2014-05-01 John Benediktssonyaml: accidentally these lines.
2014-04-27 John Benediktssonyaml: some formatting/cleanup.
2014-04-27 Jon HarperYAML: expose libyaml's errors
2014-04-27 Jon HarperYAML: handle recursive data and anchors' identity
2014-04-27 Jon HarperYAML: cleanup, don't prettyprint the linked-assoc
2014-04-27 Jon HarperYAML: simple error when constructing undefined anchors
2014-04-27 Jon HarperYAML: cleanup, remove unreachable code
2014-04-27 Jon HarperYAML: correctly emit f as "!!bool false"
2014-04-27 Jon HarperYAML: docs
2014-04-27 Jon HarperYAML: support !!set, !!omap and !!pair
2014-04-27 Jon HarperYAML: workaround deep-copy structs
2014-04-27 Jon HarperYAML: Add tests for anchors in yaml>
2014-04-27 Jon HarperYAML: parse anchors
2014-04-27 Jon HarperYAML: cleanup USING:
2014-04-27 Jon HarperYAML: convert some factor types to/from yaml types
2014-04-27 Jon HarperYAML: add some tests from pyyaml test suite.
2014-04-27 Jon HarperYAML: declare function parameters as bools
2014-04-27 Jon HarperYAML: add a debug word to check sizes of structs
2014-04-27 Jon HarperYAML: add a debug vocab
2014-04-27 Jon HarperYAML: fix parsing when key is f
2014-04-27 Jon HarperYAML: use factor's c-string in more places
2014-04-27 Jon HarperYAML: don't test types on complex key test
2014-04-27 Jon HarperYAML: ffi, fix default tags
2014-04-27 Jon HarperYAML: ffi typo cleanup
2014-04-27 Jon HarperYAML: cleanup, tags are defined in the ffi
2014-04-27 Jon HarperYAML: indent/docs
2014-04-27 Jon HarperYAML: add yaml-docs> and >yaml-docs
2014-04-27 Jon HarperYAML: support non-scalar keys
2014-04-27 Jon Harperyaml: load lib for windows and macosx
2014-04-27 Jon HarperYAML: add simple tests for >yaml and >yaml
2014-04-27 Jon HarperYAML: convert from factor object <-> strings
2014-04-27 Jon HarperYAML: add FFI (from "yaml.h")