]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2014-01-06 John Benediktssonuse swapd in a few places.
2014-01-06 John Benediktssonsequences.extras: use either?.
2014-01-06 John Benediktssonmath.matrices: add error for negative m^n (and test).
2014-01-06 John Benediktssonmath.polynomials: add test for negative p^.
2013-12-21 John BenediktssonRevert "alien.libraries: dlopen should handle resource...
2013-12-19 John Benediktssongrouping.extras: fix stack effect names for (group...
2013-12-18 John Benediktssongrouping.extras: group-by is faster with vectors.
2013-12-14 Björn Lindqvistgrouping.extras: new word group-by, like sql GROUP...
2013-12-13 John Benediktssonrandom: add help for random-unit.
2013-12-13 John Benediktssonsplitting.extras: need to hint split-harvest.
2013-12-13 John Benediktssonmath.bits: fix docs for make-bits to be more clear.
2013-12-13 Björn Lindqvistalien.libraries.tests: compressed USING line.. at least...
2013-12-13 Björn Lindqvistalien.libraries: dlopen should handle resource:-paths
2013-12-12 Björn LindqvistFUEL: need to catch and handle scan-error that forward...
2013-12-12 Björn LindqvistFUEL: fixed font-locking of SYMBOLS
2013-12-11 John Benediktssonuu: protect from invalid input.
2013-12-08 John Benediktssonspider: reuse url ref inside fill-spidered-result.
2013-12-07 Doug Colemanspider: Don't try to parse non-html as html.
2013-12-07 Doug Colemanhtml.parser.analyzer: Add javascript links. Clean up...
2013-12-07 Doug Colemanurls: Allow URLs of the form //foo.com, which take...
2013-12-06 John Benediktssonvm: speed up bignum log2.
2013-12-03 John Benediktssonio.streams: make stream-element-type inline on string...
2013-12-03 Björn Lindqvistpcre: pcre_config returns a long for some parameters...
2013-12-03 Björn Lindqvistpcre: pcre-fullinfo throws on error
2013-12-03 Björn Lindqvistpcre: pcre-config throws bad-option on error
2013-12-03 Björn Lindqvistpcre.ffi: using find-library to locate shared lib
2013-12-01 Björn LindqvistFUEL: correct font-locking of nested stack effect decla...
2013-12-01 Björn LindqvistFUEL: improved font-locking of DESTRUCTOR and FORGET
2013-12-01 Björn LindqvistFUEL: correct highlighting of GENERIC# and MACRO:
2013-12-01 Björn LindqvistFUEL: improved regexps for setters and getters, now...
2013-12-01 Björn LindqvistFUEL: correct colorizing for FROM and EXCLUDE
2013-12-01 Björn LindqvistFUEL: fixed regexp for C-GLOBAL and RENAME
2013-12-01 Björn LindqvistFUEL: colorizing for PROTOCOL and some uncommon parsing...
2013-12-01 Björn LindqvistFUEL: highlight predicates
2013-12-01 Björn LindqvistFUEL: font-lock ENUMs
2013-11-28 Doug Colemanio.sockets.secure.openssl: Fix docs.
2013-11-28 Doug Colemanalien.cpp: Add comment about allocation.
2013-11-28 John Benediktssonmsgpack: fix help-lint errors.
2013-11-28 John Benediktssonpcre: fix help-lint errors.
2013-11-28 John Benediktssongraphviz.render.windows: adding platforms.txt.
2013-11-27 Doug ColemanMerge avondrak's graphviz branch.
2013-11-26 John Benediktssontzinfo: simplify magic check.
2013-11-26 John Benediktssonmath.text.english: accidentally i's and j's.
2013-11-26 John Benediktssonmath.text.english: support ratio, float, complex.
2013-11-26 John Benediktssongrouping.extras: adding group-as and clump-as.
2013-11-26 John Benediktssonbson: some cleanup.
2013-11-26 John Benediktssoncompiler.tree.propagation.transforms: faster H{ } and...
2013-11-26 John BenediktssonRevert "math.functions: make float sqrt a little faster."
2013-11-26 John Benediktssonsummary: adding summary of sets.
2013-11-25 John Benediktssoncompiler.tree.propagation.transforms: rename to non...
2013-11-25 John Benediktssoncompiler.tree.propgation.transforms: make bit? use...
2013-11-25 John Benediktssonmath.functions: make float sqrt a little faster.
2013-11-25 John Benediktssonmath.floats: shorten definitions using "bit?".
2013-11-25 John Benediktssonbenchmark.msgpack: adding msgpack benchmark.
2013-11-25 John Benediktssonfix some uses of "1 tail" to be "rest".
2013-11-25 John Benediktssonfix some uses of "1 head*" to be "but-last".
2013-11-25 Doug Colemanbootstrap.primitives: Add comment for where "random...
2013-11-25 Doug Colemanos-windows: Remove FACTOR_DLL which is NULL and only...
2013-11-25 Doug Colemanvm: init_parameters_from_args calls default_parameters...
2013-11-25 John Benediktssonio.encodings: slight performance improvement to byte...
2013-11-25 John Benediktssonio.encodings.string: faster decode by using sbufs.
2013-11-25 John Benediktssonio.encodings.string: faster for ascii and utf8.
2013-11-24 John Benediktssonio.encodings.utf8: fix accidentally scratchpad.
2013-11-24 John Benediktssonio.encodings: string>byte-array-fast for when aux>...
2013-11-24 John Benediktssonmath.bitwise: removing bit-clear? since it is just...
2013-11-24 John Benediktssonio.binary: speed up signed>.
2013-11-24 John Benediktssonmath.bitwise: speed up >signed.
2013-11-24 John Benediktssonmsgpack: use byte-array instead of strings, faster.
2013-11-24 John Benediktssonchecksums.superfast: use bits word.
2013-11-24 John Benediktssonchecksums.murmur: use bits word.
2013-11-24 John Benediktssonio.binary.fast: write generic be> and le> words.
2013-11-24 John Benediktssonchecksums.superfast: reuse more code, slightly faster...
2013-11-24 John Benediktssonio.binary: faster le> and signed-be>.
2013-11-24 John Benediktssonchecksums.superfast: reuse code and make a bit faster.
2013-11-23 John Benediktssonpcre: handle long values in pcre-config and throw errors.
2013-11-23 John Benediktssonchecksums.superfast: make checksum on byte-arrays much...
2013-11-23 John Benediktssonchecksums.murmur: make checksum on byte-arrays much...
2013-11-23 John Benediktssonchecksums.superfast: implementation of SuperFastHash.
2013-11-23 John Benediktssoncombinators: fix docs for dispatch since it isn't in...
2013-11-23 John Benediktssonchecksums.murmur: should be unsigned int32.
2013-11-22 John Benediktssonchecksums.murmur: implementation of MurmurHash.
2013-11-22 John Benediktssonchecksums.fletcher: adding Fletcher's checksum in 16...
2013-11-21 John Benediktssonconcurrency.combinators: adding parallel-assoc-map.
2013-11-21 John Benediktssonyoutube: adding downloader for youtube.com.
2013-11-21 Doug Colemanwebsites.factorcode: WTF typo. I blame Caltrain.
2013-11-21 John Benediktssoncuesheet: adding parser for cue files.
2013-11-21 John Benediktssoncolors: implement no-op color conversions.
2013-11-21 Doug Colemanwebsites.factorcode: Add Rackspace logo to bottom of...
2013-11-21 John Benediktssonpcre: stop using mirror and cloning matchers.
2013-11-21 John Benediktssonhints: add string specializer to member-eq?.
2013-11-20 John Benediktssonpcre: remove platforms.txt it works on windows too.
2013-11-20 John Benediktssonpcre: smaller public interface?
2013-11-20 John Benediktssonpcre: using private to hide implementation details.
2013-11-20 John Benediktssonpcre: add platforms.txt to restrict to unix only.
2013-11-20 John Benediktssonpcre: fix bug with macosx .
2013-11-20 Björn Lindqvistpcre: ensure we aren't using 16 or 32 bit pcre because...
2013-11-20 Björn Lindqvistpcre: filename for macosx
2013-11-20 Björn Lindqvistpcre: authors and summary files
2013-11-20 Björn Lindqvistpcre: Stub documentation
2013-11-20 Björn Lindqvistpcre: moved from basis/ to extra/
next