]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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
2014-04-27 Jon HarperYAML: convert from factor object <-> strings
2014-04-27 Jon HarperYAML: add FFI (from "yaml.h")
2014-04-27 John Benediktssonlinked-assocs: adding test for equality.
2014-04-27 John Benediktssonlinked-assocs: implement M\ linked-assoc equal?.
2014-04-27 John Benediktssonlinked-assocs: fix assoc-map on linked-assocs.
2014-04-26 Doug Colemanftp.server: Fix bug where serving directory is always...
2014-04-26 John Benediktssonimap: try and make tests work from multiple builders...
2014-04-26 Doug Colemanmarvel: Add new vocabulary.
2014-04-25 Björn LindqvistFUEL: make it so fuel-con-error is shown in *fuel debug*
2014-04-24 John Benediktssoncore-text.fonts: change to "LucidaGrande" to match...
2014-04-24 John Benediktssonnamespaces: removing make-assoc in favor of explicit...
2014-04-24 Doug Colemanatom: Add support for github's atom editor.
2014-04-24 John Benediktssonhtml.entities: minor refactor for clarity.
2014-04-24 Doug Colemanio.sockets.windows: Fix using.
2014-04-23 Doug Colemandeploy: Up the size.
2014-04-23 John BenediktssonRevert "tools.deploy.test: use temp directory for deplo...
2014-04-23 John Benediktssontxon: can just use replace instead of re-replace.
2014-04-23 John Benediktssonwikipedia: use html-unescape.
2014-04-22 John Benediktssonimages: remove redundancy in some of the test code.
2014-04-22 John Benediktssontools.deploy.test: use temp directory for deploy image.
2014-04-22 John Benediktssontools.deploy.config: some docs for deploy-directory.
2014-04-22 John Benediktssonhtml.entities: adding some examples to the docs.
2014-04-22 John Benediktssonhtml.entities: fix minor doc error.
next