]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2020-12-31 Dave CarltonAdded UTExportedTypeDeclarations to Info.plist
2020-12-31 Arnaut DanielUpdate Raylib from 2.5 -> 3.5
2020-12-28 John Benediktssonpeg.javascript: fix docs.
2020-12-28 John Benediktssonbenchmark.javascript: removing for now.
2020-12-27 Doug Colemanreservoir-sampling: Sample k elements from an unknown...
2020-12-27 Doug Colemanhttp.parsers: Allow a lot more characters in the cookie...
2020-12-27 Doug Colemanescape-strings: sha delimiters for fun
2020-12-27 Doug Colemancalendar: Add more predicates.
2020-12-24 John Benediktssonstrings.parser: adding line continuations.
2020-12-24 John Benediktssonpeg.javascript: fix tests.
2020-12-24 John Benediktssonpeg.javascript: support more features
2020-12-24 John Benediktssonpeg.javascript: simplify to one file.
2020-12-24 John Benediktssonbenchmark.javascript: update jquery to 3.5.1 to avoid...
2020-12-21 Doug Colemansemantic-versioning: Better comparison code.
2020-12-21 Doug Colemansemver: Add more semver code to parse ranges. Need...
2020-12-21 Doug Colemanitunes: Add a way to query top podcasts from itunes.
2020-12-21 Doug Colemansequences.extras: Add find-pred
2020-12-21 Doug Colemanpeg.ebnf: Fix bug with ~ ignore and labels and add...
2020-12-18 John Benediktssonstrings: embed sequence-hashcode algorithm in rehash...
2020-12-18 John BenediktssonRevert "time.unix: faster set-system-time."
2020-12-18 John Benediktssonclasses.tuple: shoot, meant this to be in .private.
2020-12-18 John Benediktssonclasses.tuple: need to defer tuple-layout.
2020-12-18 John Benediktssonbootstrap: cleanup using.
2020-12-18 John Benediktssonclasses.union: make sure tuple-class has tuple-layout.
2020-12-18 John Benediktssontime.unix: faster set-system-time.
2020-12-18 John Benediktssonbootstrap: this is more fragile than I would like.
2020-12-18 John Benediktssonimages.processing.rotation: disable on linux temporarily.
2020-12-17 John Benediktssonsorting.extras: adding compare-with.
2020-12-17 John Benediktssoncalendar.format: fix timestamp>ymdhms (bad merge).
2020-12-17 John Benediktssoncalendar: really fix test.
2020-12-17 John Benediktssoncalendar: fix quarter, add tests.
2020-12-17 John Benediktssonwords: removing unused "constructor-word".
2020-12-17 John Benediktssonhelp.syntax: add / and " syntax lookups.
2020-12-17 John Benediktssondescriptive: fix reset-word on descriptive words.
2020-12-17 John Benediktssoncalendar: remove unnecessary test.
2020-12-17 John Benediktssonlocals.definition: fix reset-word for M::, MACRO::...
2020-12-17 John Benediktssonvocabs.parser: fix with-words to be properly restartable.
2020-12-16 John Benediktssoncalendar: change >gmt, >local-time to clone.
2020-12-16 John Benediktssonhelp.syntax: $examples with all strings should be turne...
2020-12-16 John Benediktssongrouping.extras: slightly slower but easier to maintain.
2020-12-16 John Benediktssongrouping.extras: much faster group-map.
2020-12-16 John Benediktssongrouping.extras: better {clump,group}-map.
2020-12-16 John Benediktssongrouping.extras: adding ngroup-map and some utility...
2020-12-16 John Benediktssoncalendar: use clone >gmt in a few places.
2020-12-16 John Benediktssonhelp.syntax: more blocks.
2020-12-16 John Benediktssonvocabs.parser: use finally instead of ``[ ] cleanup``.
2020-12-16 John Benediktssonhelp.syntax: prevent unnecessary ambiguous-use-errors.
2020-12-16 John BenediktssonRevert "help.syntax: prevent unnecessary ambiguous...
2020-12-16 John Benediktssonhelp.syntax: prevent unnecessary ambiguous-use-errors.
2020-12-16 Benjamin Pollacksets: rename combine/refine to union-all/intersect-all
2020-12-16 John Benediktssonfunctors: use with-words instead of more fragile qualif...
2020-12-15 John Benediktssonlocals.parser: use with-words again.
2020-12-15 John Benediktssonvocabs.parser: fix with-words.
2020-12-15 John Benediktssonctags.etags: fix ARTICLE: docs.
2020-12-15 John Benediktssonmath.matrices.elimination: fix $snippet to $link in...
2020-12-15 John Benediktssoncalendar.holidays.us: cleanup using.
2020-12-15 John Benediktssonhelp.syntax: short circuit earlier when search returns f.
2020-12-15 John Benediktssonsets: add docs about sequence ordering with members.
2020-12-15 John Benediktssonhelp.syntax: allow help.markup to be parsed as a literal.
2020-12-15 John Benediktssonroman: try easy-help on article.
2020-12-15 John Benediktssonhelp.syntax: simplify code-lines.
2020-12-15 John Benediktssonhelp.syntax: some fixes for $examples blocks with text.
2020-12-15 John Benediktssonregexp: fixing the name collision for ^.
2020-12-15 John Benediktssonhelp.syntax: some fixes for newlines and spaces in...
2020-12-15 John Benediktssonhelp.syntax: start to make ARTICLE: work.
2020-12-15 Doug Colemanroman: Trying out easy-help
2020-12-15 John Benediktssonhelp.syntax: when using multiline strings, need to...
2020-12-15 John BenediktssonRevert "help.markup: make headings titlecase."
2020-12-15 John Benediktssonhelp.syntax: fix intermediate double spaces.
2020-12-15 John Benediktssonhelp.syntax: require string examples to be multi-line.
2020-12-15 John Benediktssonhelp.syntax: can't treat $code as text.
2020-12-15 John Benediktssonhelp.syntax: simplify $example.
2020-12-15 John Benediktssonhelp.syntax: make sure $example is an array.
2020-12-15 John Benediktssonhelp.syntax: more tests.
2020-12-15 John Benediktssonhelp.syntax: don't double spaces in backwards compatibi...
2020-12-15 John Benediktssonhelp.syntax: parse-help-values needs to parse-array...
2020-12-15 John BenediktssonRevert "locals.parser: use with-words."
2020-12-15 John Benediktssonhelp.syntax: merge easy-help ideas into HELP:.
2020-12-15 John Benediktssoneasy-help: removing prototype.
2020-12-15 John Benediktssoneasy-help: better $examples.
2020-12-15 John Benediktssoneasy-help: some cleanup and add EASY-HELP: to test...
2020-12-15 John Benediktssonpeg.ebnf: use with-words.
2020-12-15 John Benediktssonlocals.parser: use with-words.
2020-12-15 John Benediktssonvocabs.parser: make a with-words combinator that cleans up.
2020-12-15 John Benediktssoneasy-help: adding tests.
2020-12-14 John Benediktssoneasy-help: no spaces when punctuation follows.
2020-12-14 John Benediktssoneasy-help: use $nl instead of \n.
2020-12-14 John Benediktssoneasy-help: experiment in new help syntax.
2020-12-14 John Benediktssonhelp.markup: make headings titlecase.
2020-12-14 John Benediktssonhelp.markup: $values print None if ... none.
2020-12-14 John Benediktssoncalendar.holidays: clone timestamps and make holidays...
2020-12-14 John Benediktssonsequences.extras: fix pad-center output type.
2020-12-14 John Benediktsson.travis.yml: change help-lint to not do extra.
2020-12-14 John Benediktsson.travis.yml: don't load extra for now, we don't have...
2020-12-14 John Benediktsson.travis.yml: adding libsodium.
2020-12-14 John Benediktsson.travis.yml: try this for parser-quiet?.
2020-12-14 John Benediktsson.travis.yml: try this to get vocab loading output.
2020-12-14 John Benediktsson.travis.yml: split out extra loads.
2020-12-14 John Benediktsson.travis.yml: fix call to load-from-root.
2020-12-14 John Benediktsson.travis.yml: split load into two since travis_wait...
next