]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2014-05-20 John Benediktssonmultiline: pass the lexer around instead of using names...
2014-05-20 John Benediktssonmultiline: fix lexer eof detection.
2014-05-20 John Benediktssonunicode.breaks: change to using constants instead of...
2014-05-20 John Benediktssonregexp.parser: fix for recent unicode.scripts change.
2014-05-19 John Benediktssonlexer: change line-text to always be a string.
2014-05-19 John Benediktssonunicode.script: change to use a constant instead of...
2014-05-19 John Benediktssonstrings.parser: use sbuf accumulator instead of make.
2014-05-19 John Benediktssonhelp: use effect>string instead of present.
2014-05-19 John Benediktssonhelp.lint.checks: temporary fix for $quotation changes.
2014-05-19 John BenediktssonRevert "regexp.compiler: slightly faster with t/f check."
2014-05-19 John Benediktssoninterval-sets: can just check one side or the other.
2014-05-19 John Benediktssoninterval-sets: a little bit faster by not using slices.
2014-05-19 John Benediktssonunicode.data: using interval-sets.
2014-05-19 John Benediktssoninterval-sets: faster find-interval.
2014-05-19 John Benediktssonunicode: some performance improvements to category...
2014-05-19 John Benediktssonbenchmark.regexp: longer benchmark.
2014-05-19 John Benediktssonregexp.compiler: slightly faster with t/f check.
2014-05-19 John Benediktssoninterval-maps: some inline.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-05-18 John Benediktssonhtml.entities: switch to using re-replace-with.
2014-05-18 John Benediktssonregexp: adding re-replace-with.
2014-05-12 John Benediktssonvectors: small speedup to ``f ?push`` and inline 1vector.
2014-05-11 John Benediktssoncompile.codegen.relocation: make doc example work on...
2014-05-11 Doug ColemanWindows: Add two new targets, x86-32-vista and x86...
2014-05-11 Björn LindqvistVM: attempt to cancel blocking system calls when ctrl...
2014-05-11 Björn LindqvistDocs: mostly fixes for doc errors found by help lint
2014-05-11 Björn LindqvistDocs: docs for compiler.* and cpu.* words
2014-05-11 Björn LindqvistDocs: docs for compiler-related vocabs
2014-05-11 Björn LindqvistDocs: for compiler.cfg and compiler.codegen
2014-05-11 Björn LindqvistDocs: for node and #call tuples
2014-05-11 Björn LindqvistDocs: docs for cpu.* vocabs
2014-05-11 Björn LindqvistDocs: more compiler documentation
2014-05-11 Björn LindqvistDocs: for cpu.x86.* words
2014-05-11 Björn LindqvistDocs: initial docs for the compiler.cfg.* vocabs
2014-05-11 Björn LindqvistDocs: initial docs for compiler.tree.propagation.*...
2014-05-11 Björn LindqvistDocs: stub docs for cpu.architecture
2014-05-11 Björn LindqvistDocs: generic.math and layouts
2014-05-11 Björn LindqvistDocs: stub docs for some compiler-related words
2014-05-07 Doug Colemancode_blocks: Same error message in two places, make...
2014-05-07 Doug ColemanGNUMakefile: Use -g for symbols.
2014-05-07 Doug Colemandeploy-tests: Bump the sizes to get a Linux32 build.
2014-05-06 Benjamin PollackUpdate redis vocabulary to use the modern protocol
2014-05-06 Doug Colemanwebapps.calculator: Utility word to run the calculator...
2014-05-01 John Benediktssonyaml: accidentally these lines.
2014-05-01 John Benediktssonui.tools.listener.history: cleanup and minor bugfix.
2014-04-30 John Benediktssonbit-sets: some cleanup, small performance improvement...
2014-04-30 John Benediktssonmath.bitwise: simplify byte-array-bit-count.
2014-04-29 John Benediktssonwebapps.factorcode: minor cleanup, removing double...
2014-04-29 John Benediktssonbase64: inline the { 3 2 1 0 } [ -6 * ].
2014-04-29 John Benediktssonbase64: faster decoding, use an sbuf instead of replica...
2014-04-29 John BenediktssonRevert "unix.ffi: be more explicit about dirent64."
2014-04-29 John Benediktssonunix.ffi: be more explicit about dirent64.
2014-04-29 John Benediktssonio.directories.unix.linux: fix using.
2014-04-29 John Benediktssonio.directories: faster directory-entries by caching...
2014-04-29 John Benediktssonsource-files: this looks cleaner.
2014-04-29 John Benediktssonio.streams.memory: use constructor syntax.
2014-04-28 John Benediktssonui.tools.common: reuse code.
2014-04-28 John Benediktssonui.backend.cocoa.views: clear cache to remove possibly...
2014-04-28 Doug Colemanaline.libraries.finder.linux: Fix spacing. oops
2014-04-28 Doug Colemanalien.libraries.finder: Linux32 ldconfig has (libc6...
2014-04-28 Doug ColemanRevert "pcre.ffi: Fix pcre for Arch Linux 32bit on...
2014-04-28 Doug ColemanRevert "alien.libraries.finder: Add utiltity word find...
2014-04-28 Doug Colemanpcre.ffi: Fix pcre for Arch Linux 32bit on 64bit multilib.
2014-04-28 Doug Colemanalien.libraries.finder: Add utiltity word find-first...
2014-04-28 Doug Colemanmason.test: Check the user-init-errors so we get a...
2014-04-28 John Benediktssonsorting.insertion: faster due to fewer nths.
2014-04-28 John Benediktssonsorting.insertion: skip the zero'th element.
2014-04-27 John Benediktssonyaml: some formatting/cleanup.
2014-04-27 John BenediktssonRevert "Temporary patch for dlists equality testing"
2014-04-27 John BenediktssonRevert "Temporary patch for assoc-map on linked-assoc"
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 HarperTemporary patch for assoc-map on linked-assoc
2014-04-27 Jon HarperTemporary patch for dlists equality testing
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
next