]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2014-11-21 John Benediktssonuse swapd instead of [ swap ] dip.
2014-11-21 John Benediktssonlibc: reduce code duplication.
2014-11-21 John Benediktssonlibc: rename (io-error) to throw-errno.
2014-11-21 John Benediktssondestructors: change check-disposed not to drop the...
2014-11-21 John Benediktssonalien.cxx.demangle.libstdcxx: fix using list.
2014-11-21 Björn LindqvistVM: move next_object_after() and first_object() to...
2014-11-21 Björn LindqvistVM: get rid of the duplicated nursery instance in vm...
2014-11-21 Björn LindqvistVM: each_object() can't iterate the nursery so instead...
2014-11-21 John Benediktssonlibc: removing &(free) and |(free) destructors which...
2014-11-21 John Benediktssonio: use errno case instead of cond.
2014-11-21 John Benediktssoncuda.memory: use binary-object.
2014-11-21 John Benediktssonio.streams.c: use binary-object.
2014-11-21 John Benediktssonio.buffers: unsafe code is more unsafe.
2014-11-21 John Benediktssonio.ports: use fixnum where possible, assert c-ptr since...
2014-11-21 John Benediktssonio.ports: some cleanup before optimizations.
2014-11-20 John Benediktssonio.buffers: simplify test word.
2014-11-20 John Benediktssonio.buffers: adding a buffer-read-into that can take...
2014-11-20 John Benediktssonio.backend.unix: { fixnum } read will be a { fixnum } .
2014-11-18 Doug Colemancompiler.cfg.build-stack-frame: Fix test for win64
2014-11-18 Doug Colemanio.directories: Add unit test for #890.
2014-11-18 Doug Colemanio.sockets.windows: Spacing cleanup.
2014-11-18 Doug Colemanio.launcher.windows: Don't cd to directory when calling...
2014-11-18 Doug Colemanio.sockets.windows: Fix unit test--recover leaves socke...
2014-11-18 Doug Colemanpcre.ffi: Use pcre.dll on Windows.
2014-11-18 Björn Lindqvistproject-euler: [ + ] 2map -> v+
2014-11-18 Björn Lindqvistmath.vectors: changes so that some vocabs that can...
2014-11-18 Björn Lindqvistmath.vectors: new word v>integer = [ >integer ] map
2014-11-18 Björn Lindqvistfuel.xref: refactor of normalize-loc and group-xrefs...
2014-11-18 Björn LindqvistFUEL: big refactoring of fuel-xref-mode and the fuel...
2014-11-18 Björn LindqvistFUEL: corrected name of *fuel xref* buffer
2014-11-18 Björn LindqvistFUEL: words-matching outputs an assoc so pick only...
2014-11-18 Björn LindqvistVM: FACTOR_ASSERT so that data_root never wraps a null...
2014-11-18 Björn LindqvistVM: fixed bignum_divide_unsigned_large_denominator...
2014-11-18 Björn LindqvistVM: remove bignum_roots.clear() (snuck in during rebase)
2014-11-18 Björn LindqvistVM: adding a few forgotten .untagged() calls
2014-11-18 Björn LindqvistVM: bignum_roots traversal code deleted!
2014-11-18 Björn LindqvistVM: Erasing the last traces of GC_BIGNUM from bignum.cpp
2014-11-18 Björn LindqvistVM: cell -> ret
2014-11-18 Björn LindqvistVM: conversion of many more bignum.cpp methods to use...
2014-11-18 Björn LindqvistVM: bignum_new_sign, bignum_maybe_new_sign and bitnum_m...
2014-11-18 Björn LindqvistVM: windows bignum_gcd variant fixed
2014-11-18 Björn LindqvistVM: a lot of methods in bignum.cpp converted to use...
2014-11-18 Björn LindqvistVM: the copy assignment operator is overloaded so you...
2014-11-18 Björn LindqvistVM: change the BIGNUM_TO_POINTER macro so that it autom...
2014-11-18 Björn LindqvistVM: reallot_array already data_roots the array, so...
2014-11-17 Doug Colemanmath.vectors.simd: Attempt to print out full simd failu...
2014-11-17 Doug Colemanalien.syntax: We have to include alien.arrays somewhere...
2014-11-17 Doug Colemanforestdb: Update forestdb api.
2014-11-17 John Benediktssonio.launcher: really minor cleanup.
2014-11-17 John Benediktssonalien: cleanup using.
2014-11-17 John Benediktssonio.buffers: cleanup interface a bit.
2014-11-17 John Benediktssoncompiler.cfg.instructions: fix help-lint.
2014-11-16 John Benediktssonio.streams.c: faster M\ c-reader stream-read-until.
2014-11-16 Björn LindqvistDocs: more various compiler doc improvements
2014-11-16 Björn Lindqvistcompiler.codegen.gc-maps: docs and tests
2014-11-16 Björn Lindqvistcpu.architecture: docs and some tests
2014-11-16 Björn Lindqvistcompiler.cfg.linear-scan.*: stub docs and tests
2014-11-16 Björn Lindqvistcompiler.cfg.def-use: docs
2014-11-16 Björn Lindqvistcompiler.cfg.instructions: more docs
2014-11-16 Björn LindqvistDocs: smallish improvements to compiler vocabs
2014-11-16 Björn Lindqvistcompiler.cfg.linear-scan.assignment: stub docs
2014-11-16 Björn Lindqvistcompiler.cfg.linear-scan.allocation.state: sub docs...
2014-11-16 Björn Lindqvistcompiler.cfg.stack-frame: stub docs and tests for vocab
2014-11-16 Björn Lindqvistcompiler.cfg.build-stack-frame: stub docs and tests...
2014-11-16 Björn LindqvistDocs: compiler.cfg.instructions improvements
2014-11-16 John Benediktssonsplitting.monotonic: faster monotonic-split.
2014-11-16 John Benediktssonmason: cleanup usings and misc stuff.
2014-11-16 John Benediktssonbootstrap.image.download: use my-boot-image-name.
2014-11-15 John Benediktssonbasis: some more os require cleanup.
2014-11-15 John Benediktssonbasis/extra: cleanup some platform requires.
2014-11-15 John Benediktssonjson.writer: handle special floats.
2014-11-15 John Benediktssonui.tools.deploy: change article title.
2014-11-15 John Benediktssonxmode: cleanup using.
2014-11-13 John Benediktssonbasis/extra: cleanup uses of add-library.
2014-11-13 John Benediktssonreadline-listener: print version-info.
2014-11-13 John Benediktssonbasis/extra: switch to "vocab." os name>> append require.
2014-11-13 John Benediktssonlistener: print version-info in command-line.
2014-11-13 John Benediktssonsystem: separate version-info to two lines.
2014-11-13 John Benediktssonmagic.ffi: add platforms.txt.
2014-11-13 John BenediktssonRevert "alien.libraries.finder: using find-library...
2014-11-13 John Benediktssontools.scaffold: support more types and maybe types.
2014-11-13 John Benediktssonxkcd: need to html-unescape.
2014-11-13 John Benediktssonxkcd: fix comic-text.
2014-11-13 Björn Lindqvistcompiler.tests.alien: tests to make sure #1021 stays...
2014-11-13 Björn LindqvistBuild: other hpp's use utilities.hpp so it must be...
2014-11-13 Björn Lindqvistio.sockets.windows.tests: plugs the socket leaks (...
2014-11-12 Doug Colemansystem: Move cpu string to Factor area so it's more...
2014-11-12 John Benediktssonassocs: moving map-index back to sequences, change...
2014-11-12 John Benediktssonbasis/extra: fix using for map-index move back to seque...
2014-11-12 John BenediktssonRevert "tools.gc-decode: Dumb fix for zip change."
2014-11-12 John BenediktssonRevert "checksums.interleave: Dumb fix for zip change."
2014-11-12 John BenediktssonRevert "tr: zip had a string as input. call { } zip...
2014-11-12 Doug Colemansystem: Add cell-bits (32/64 bit) and build number...
2014-11-11 Doug Colemansystem: Remove bogus word added during merge commit.
2014-11-11 Doug ColemanRevert "version number: 0.98 -> 0.98-git. @bjourne...
2014-11-11 Doug Colemanversion number: 0.98 -> 0.98-git. @bjourne suggested...
2014-11-11 Doug ColemanGNUmakefile: Remove LIBPATH from the build system since...
2014-11-11 Björn Lindqvistsystem: dont let any errors interfere with the shutdown...
2014-11-11 Björn LindqvistVM: debug code which memsets the resetted space
2014-11-11 Björn Lindqvistffi: test functions for bug #1021
next