]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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...
2020-12-14 John Benediktsson.travis.yml: wait 20 min for load-all.
2020-12-13 John Benediktssoncompiler.cfg.gc-checks: need IN: for ABOUT:
2020-12-13 John Benediktssoncompiler: fix PRIVATE docs.
2020-12-13 John Benediktssonmath.combinatorics: IN: definitions not needed in docs.
2020-12-13 John Benediktsson.travis.yml: load-all and help-lint extra.
2020-12-13 John Benediktssonmath.matrices: adding matrix-map-index.
2020-12-13 John Benediktssonjson.reader: fix for rename.
2020-12-13 John Benediktssoncalendar: omg.
2020-12-13 John Benediktssoncalendar: fix timestamp>year-dates-gmt.
2020-12-13 John Benediktssonsequences: change surround to return type of ``seq2``.
2020-12-13 John Benediktssoncalendar.format: fix for mutating words.
2020-12-13 John Benediktssonbase36: adding base36 encoder/decoder.
2020-12-13 John Benediktssonbase62: adding a base63 encoder/decoder.
2020-12-12 John Benediktssonmisc/vim: generate syntax.
2020-12-12 John Benediktssontools.cal: remove tests.
2020-12-12 John Benediktssonsequences: improving cartesian-product to return type...
2020-12-11 John Benediktssonjson.reader: rename read-json-objects to read-json.
2020-12-11 John Benediktssoncalendar: add some tests for time-.
2020-12-11 John Benediktssoncalendar: rename >local back to >local-time.
2020-12-11 John Benediktssonslots.syntax: moving to basis/
2020-12-11 John Benediktssoncalendar: no need to use sequences.rotated.
2020-12-11 John Benediktssonmath.combinatorics: fix $values for all-selections.
2020-12-11 John Benediktssonmath: rename selections to all-selections.
2020-12-11 John Benediktssoncalendar: speed up time+.
2020-12-11 John Benediktssonsequences: change replace-slice to return type of seq...
2020-12-11 John BenediktssonRevert "sequences: change test case for replace-slice."
2020-12-11 John Benediktssoncalendar.parser: use duration*.
2020-12-11 John Benediktssoncalendar: faster /rem.
2020-12-11 John Benediktssonunix.time: better struct slot names for timezone.
2020-12-11 John Benediktssoncalendar: use now in some places instead of now-gmt.
2020-12-11 John Benediktssoncalendar: fix docs.
2020-12-11 John BenediktssonRevert "calendar: make now faster, remove now-gmt."
2020-12-11 John Benediktssoncalendar: make now faster, remove now-gmt.
2020-12-11 John Benediktssoncalendar: simplify am/pm.
2020-12-11 John Benediktssoncalendar: rename time* to duration*.
2020-12-11 John Benediktssoncalendar: 12am is midnight, 12pm is noon.
2020-12-11 John Benediktssoncalendar: simplify (time+).
2020-12-11 John Benediktssoncalendar: fix tests for nth-day-of-month.
2020-12-11 John Benediktssoncalendar: simplify time-since-midnight.
2020-12-11 John Benediktssoncalendar: fix nth-day-this-month to mutate.
2020-12-11 John Benediktssoncalendar: fix more words to be mutating.
2020-12-11 John Benediktssoncalendar: more cleanup.
2020-12-11 John Benediktssonsequences: change test case for replace-slice.
2020-12-11 John Benediktssonbootstrap: change stage1 to do a load-all of resource...
2020-12-11 John Benediktssoncalendar: cleanup some of the API by making words mutat...
2020-12-11 John Benediktssoncalendar: rename convert-timezone back.
2020-12-11 John Benediktssonsequences.extras: fix docs for pad-center.
2020-12-11 John Benediktssonmisc/vim: generate syntax.
2020-12-11 John Benediktssonsequences: fix docs for reversed.
2020-12-11 John Benediktssonsequences.extras: simplify pad-center, add docs.
2020-12-11 John Benediktssonsequences: make padding private, add docs.
2020-12-11 John Benediktssonsequences: adding surround-as and glue-as.
2020-12-11 John Benediktssoncalendar.format: more tests.
2020-12-10 John Benediktssoncalendar.format: adding tests.
2020-12-10 John Benediktssoncalendar.format: fix duration>hms handling of seconds.
2020-12-10 John Benediktssoncalendar: adding >local-time! and some docs.
2020-12-10 John Benediktssoncalendar: remove normalize-timestamp, cleanup convert...
2020-12-10 John Benediktssoncalendar: rename zeller-congruence to (day-of-week).
2020-12-10 John Benediktssoncalendar.format: simplify month.
2020-12-10 John Benediktssoncalendar.format: format year. in 3 columns, use in...
2020-12-10 John Benediktssoncalendar.elapsed: moving words to calendar.format.
2020-12-10 John Benediktssoncalendar.elapsed: change elapsed-time to be integer...
2020-12-10 John Benediktssoncalendar.format: adding ctime format.
2020-12-10 John Benediktssonlogging: delete old test logs.
2020-12-10 John Benediktssonstrings.parser: fix blank.
2020-12-10 John Benediktssonlogging.server: use rfc3339.
2020-12-10 John Benediktssontools.deploy: fix test.
2020-12-09 John Benediktssonlogging: fix uses of (timestamp>string).
2020-12-09 John Benediktssoncalendar: some cleanup to format and parser.
2020-12-08 John Benediktssoneditors.vim.generate-syntax: adding summary.txt.
2020-12-07 John Benediktssonbase24: adding base24 encoding.
2020-12-07 John Benediktssontalks.hmc-talk: adding some slides I used recently.
2020-12-07 John Benediktssonimages.processing.rotation: resurrecting from factor...
2020-12-07 John Benediktssonimages.jpeg: resurrecting from factor-unmaintained.
2020-12-07 John Benediktssonstrings.parser: use single quotes around got.
next