]> gitweb.factorcode.org Git - factor.git/history - basis
Added UTExportedTypeDeclarations to Info.plist
[factor.git] / basis /
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-21 Doug Colemansequences.extras: Add find-pred
2020-12-21 Doug Colemanpeg.ebnf: Fix bug with ~ ignore and labels and add...
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 Benediktssonhelp.syntax: add / and " syntax lookups.
2020-12-17 John Benediktssoncalendar: remove unnecessary test.
2020-12-17 John Benediktssonlocals.definition: fix reset-word for M::, MACRO::...
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 Benediktssoncalendar: use clone >gmt in a few places.
2020-12-16 John Benediktssonhelp.syntax: more blocks.
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 Benediktssonhelp.syntax: short circuit earlier when search returns f.
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 Benediktssonhelp.syntax: merge easy-help ideas into HELP:.
2020-12-15 John Benediktssonpeg.ebnf: use with-words.
2020-12-14 John Benediktssonhelp.markup: make headings titlecase.
2020-12-14 John Benediktssonhelp.markup: $values print None if ... none.
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 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 Benediktssoncalendar.format: fix for mutating words.
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 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 Benediktssoncalendar: cleanup some of the API by making words mutat...
2020-12-11 John Benediktssoncalendar: rename convert-timezone back.
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.format: adding ctime format.
2020-12-10 John Benediktssonlogging: delete old test logs.
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 Benediktssonregexp.disambiguate: use sets:refine.
2020-12-05 Doug Colemanbootstrap.assembler: Move arm code to arm.64. We can...
2020-12-02 John Benediktssonsequences.product: additional product-find test.
2020-12-02 John Benediktssonsequences.product: fix product-find.
2020-12-02 Benjamin Pollacksequences.product: fix a typo/error in product-find...
2020-11-30 John Benediktssoncore-foundation.fsevents: more constants.
next