]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2022-06-20 John Benediktssonvm: remove debug printout in begin_callback
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/master'
2022-06-19 Doug Colemanhtml5: move to extra, use take-char
2022-06-19 John Benediktssontools.completion: fix logic
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-19 John Benediktssonhelp.html: faster qualified search using an index
2022-06-19 John Benediktssontools.completion: don't search qualified if no string...
2022-06-19 Doug ColemanMerge branch 'arm64-bootstrap2'
2022-06-19 Doug Colemanfry: slight cleanup of shufflers
2022-06-19 John Benediktssonwebapps.help: css...
2022-06-19 John Benediktssonwebapps.help: more css
2022-06-19 John Benediktssonwebapps.help: more borders
2022-06-19 John Benediktssonwebapps.help: remove double border.
2022-06-19 John Benediktssonwebapps.help: forgot one
2022-06-19 John Benediktssonwebapps.help: more better dark css.
2022-06-19 John Benediktssonwebapps.help: update css for dark mode
2022-06-19 John Benediktssonwebapps.help: fix using, strip qualified prefix
2022-06-19 John Benediktssonhelp.html: quick fix for qualified searching of words
2022-06-19 John Benediktssonwebapps.help: show vocabulary in word title.
2022-06-18 John Benediktssonmason.build: fix using
2022-06-18 John Benediktssonmason.build: need to normalize-path in clone-source.
2022-06-18 John BenediktssonRevert "Revert "use tilde paths in more places.""
2022-06-18 John BenediktssonRevert "use tilde paths in more places."
2022-06-18 John Benediktssonsequences: adding a test for map-index change.
2022-06-18 Kacarottfix map-index always producing array
2022-06-18 mariarifuel.remote: remove integer? check
2022-06-18 Doug Colemancpu.arm.assembler: no io.binary arm64-bootstrap2
2022-06-17 Doug Colemanvm: rename arm file
2022-06-17 Doug Colemanarm: link to src code for prolog epilog
2022-06-17 Doug Colemanarm: implement prolog and epilog
2022-06-17 Doug Colemanarm: notes
2022-06-17 Doug Colemanarm64: implementing sub primitives
2022-06-17 Doug Colemancpu.arm.assembler: Update for opcode change
2022-06-17 Doug Colemanarm.assembler.opcodes: Directly output to make.
2022-06-17 Doug Colemanbootstrap: working on arm
2022-06-17 Doug Colemancpu.arm.assembler: Use make for the relocation feature.
2022-06-17 Doug Colemancpu-arm.64: flush_icache from compiler-rt
2022-06-17 Doug Colemanicache: something like this might flush the icache
2022-06-17 Doug Colemanarm: 128 byte red zone
2022-06-17 Doug Colemancpu.arm.assembler: More words to encode, bounds checking
2022-06-17 Doug Colemanarm: work
2022-06-17 Doug Colemancpu.arm.assembler: Add some more instructions
2022-06-17 Doug Colemanarm64: ADR ADRP fix encoding
2022-06-17 Doug Colemanarm64: just jump to begin_callback...please
2022-06-17 Doug Colemanarm64: ADR encoding
2022-06-17 Doug Colemanarm: try to call begin_callback from asm
2022-06-17 Doug Colemanasdf2
2022-06-17 Doug Colemanasdf
2022-06-17 Doug Colemanasdf
2022-06-17 Doug Colemanarm64: fix
2022-06-17 Doug Colemanarm64: moving things around
2022-06-17 Doug Colemanarm64: more subprimitives
2022-06-17 John Benediktssonuse tilde paths in more places.
2022-06-17 Doug Colemangeneralizations: macro implementation of nrotates ...
2022-06-17 Doug Colemansequences.extras: fix builds, stack checker doesn't...
2022-06-17 Doug Colemaneditors.visual-studio-codium: rename from editors.codium
2022-06-17 Doug Colemancombinators.extras: Add some weird combinators that...
2022-06-17 Doug Colemangeneralizations: Add nrotates and -nrotates.
2022-06-16 John Benediktssonbare: lookup-user-type and insert-user-type
2022-06-16 John Benediktssonbare: better errors for empty enums/unions/structs
2022-06-16 John Benediktssonbare: change how user-types are handled
2022-06-16 John Benediktssonbare: more error checking
2022-06-16 John Benediktssonbare: more error checking
2022-06-16 John Benediktssonbare: adding duplicate field check for structs
2022-06-16 John Benediktssonbare: check duplicates for unions too
2022-06-16 John Benediktssonbare: adding checks for valid union values.
2022-06-16 John Benediktssonbare: check enum values when reading and writing.
2022-06-16 John Benediktssonassocs: adding ?value-at.
2022-06-16 John Benediktssonbare: check duplicate keys too.
2022-06-16 John Benediktssonbare: check enums for duplicate values.
2022-06-16 Doug Colemaneditors.codium: Add codium support
2022-06-16 John Benediktssonbare: more liberal union schema parsing.
2022-06-15 John Benediktssonbare: fix SCHEMA:, add some tests.
2022-06-15 John Benediktssonbare: adding a load-schema word
2022-06-15 John Benediktssonbare: adding docs
2022-06-15 John Benediktssonbare: adding more tests
2022-06-15 John Benediktssonbare: fix usings on tests
2022-06-15 John Benediktssonbare: adding support for user types and structs
2022-06-15 John Benediktssonbare: addinng support for maps
2022-06-15 John Benediktssonshuffle.extras: fix 3keep-{1,2,3}up tests
2022-06-15 John Benediktssonbare: initial support for Binary Application Record...
2022-06-15 Alexander Ilinmath.text.english: fix spelling of some numbers
2022-06-15 Alexander Ilinmath.text.english: expand the supported number range
2022-06-14 John Benediktssongravatar: implement the "email hash" to calculate the...
2022-06-13 John Benediktssonuuid: adding version 6, 7, 8.
2022-06-12 Doug Colemanextra: fix test errors
2022-06-10 Doug Colemanhtml5: It parses a basic html doc without <title> tags! html5-force-push
2022-06-10 Doug Colemanhtml5: do wrong algorithm to get a basic nested tag...
2022-06-10 Doug Colemansequences: move shorten* to sequences.extras
2022-06-10 Doug Colemanhtml5: make &acute; parser compile
2022-06-10 Doug Colemanhtml5: starting on dom insertion
2022-06-10 Doug Colemanhtml5: make it load
2022-06-10 Doug Colemanhtml5: working on named characters
2022-06-10 Doug Colemanhtml5: handle attributes a little.
2022-06-10 Doug Colemanhtml5: Fix some tag name code and doctype state.
2022-06-10 Doug Colemanhtml5: some code for every state!
2022-06-10 Doug Colemanhtml5: implementing more and restructuring
2022-06-10 Doug Colemanhtml5: Initial checkin.
2022-06-10 Doug Colemanshuffle.extras: Add words to keep args and move the...
2022-06-10 Doug Colemanhtml5: Initial checkin.
next