]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2014-05-23 John Benediktssoncore: update some help $value types.
2014-05-23 John Benediktssonsearch-deques: simplify pop-front* and pop-back*.
2014-05-23 John Benediktssonuse ``tuple-slots`` instead of ``tuple>array rest``.
2014-05-23 John Benediktssonserialize: some cleanup.
2014-05-23 John Benediktssoncore-foundation.time: change epoch to constant.
2014-05-23 John Benediktssonsimple-tokenizer: cleanup using list.
2014-05-23 John Benediktssonfuel.eval: re-use listener:parse-lines-interactive.
2014-05-22 Jon HarperYAML: oops, fix according to help-lint
2014-05-22 Jon HarperYAML: better docs for >yaml, typos
2014-05-22 Jon HarperYAML: tests for emitter-line-break variable
2014-05-22 Jon HarperYAML: add output configuration options
2014-05-22 Jon HarperYAML: expose libyaml's emitter options, use unicode...
2014-05-22 Jon HarperYAML: don't use aliases/anchors for fixnums
2014-05-22 Jon HarperYAML: make it more obvious that we use LibYAML
2014-05-22 Jon HarperYAML: Remove wrong comment
2014-05-22 Jon HarperYAML: correctly free yaml_event before reusing
2014-05-21 John Benediktssonheaps: cleanup some code, faster heap-compare.
2014-05-21 John Benediktssoneffects: M\ word stack-effect does a little less work.
2014-05-21 John Benediktssonquotations: 1quotation is ever-so-slightly better this...
2014-05-21 John Benediktssonbenchmark.namespaces: adding a namespaces benchmark.
2014-05-21 John Benediktssonbenchmark.interval-sets: adding a benchmark of interval...
2014-05-21 John Benediktssonbenchmark.lexer: adding a lexer benchmark.
2014-05-20 John Benediktssonasn1: use with-string-reader in the tests.
2014-05-20 John Benediktssoncleanup some places to use with-string-writer.
2014-05-20 John Benediktssonformatting: faster strftime and make parse-strftime...
2014-05-20 John Benediktssonbenchmark.make: adding a MAIN:.
2014-05-20 John Benediktssonio.directories.search: some cleanup.
2014-05-20 John Benediktssonio.directories.search: add quot stack effects, simplify...
2014-05-20 John Benediktssonio.directories.search: faster directory traversal.
2014-05-20 John Benediktssonalien.strings: faster string>alien for common cases.
2014-05-20 John Benediktssonio.encodings.ascii: moving to core.
2014-05-20 John Benediktssonlexer: change skip back to public interface.
2014-05-20 John Benediktssonmisc: fix builtin tuple highlighting.
2014-05-20 John Benediktssonmisc: sort vim keywords and fix GENERIC#.
2014-05-20 John Benediktssonhtml.templates.fhtml: fix using.
2014-05-20 John Benediktssonlexer/parser: rename (scan-token) to ?scan-token, ...
2014-05-20 John Benediktssonunicode.collation: minor doc fix.
2014-05-20 John Benediktssonlexer: more type checking.
2014-05-20 John Benediktssonstrings.parser: using type declarations.
2014-05-20 John Benediktssonmultiline: lexer-eof? is just still-parsing?.
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...
next