]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2012-08-26 Doug Colemanio: Make stream-contents call stream-contents* and...
2012-08-25 Doug Colemanimages: gdiplus had a resource leak (file descriptor...
2012-08-24 John Benediktssonsets: minor improvements to sequence-as-sets.
2012-08-24 Doug Colemancore: in-definition -> with-definition.
2012-08-24 Doug Colemancore: rename in-word-definition to in-definition
2012-08-24 Doug Colemancore: Don't allow nested defintions in :, ::, M:, M...
2012-08-24 John Benediktssonxml.tokenize: minor speedups.
2012-08-24 John Benediktssonunicode.case: slightly faster >title.
2012-08-24 Doug Colemanhashtables: Enforce shape on hashtable literals. Fixes...
2012-08-24 John Benediktssonunicode.breaks: removing unused word.
2012-08-24 John Benediktssonunicode.breaks: better version of previous patch.
2012-08-24 John Benediktssoninterval-maps: allow interval-at and interval-key?...
2012-08-24 John Benediktssoninterval-maps: first2 is faster.
2012-08-24 John BenediktssonRevert "unicode.breaks: use find-index-from instead...
2012-08-24 John Benediktssonunicode.breaks: use find-index-from instead of slices.
2012-08-24 John Benediktssoninterval-maps: speed up interval-at.
2012-08-24 Doug Colemanassocs: Add sift-keys and sift-values. Remove three...
2012-08-24 John Benediktssonxml.name: simpler parse-name makes benchmark 12% faster.
2012-08-24 John BenediktssonRevert "memoize: faster memoize for single argument...
2012-08-24 John Benediktssonmemoize: faster memoize for single argument words.
2012-08-24 John Benediktssoncombinators: M\ array hashcode* makes memoize faster.
2012-08-23 John Benediktssonio.streams.256color: adding support for bold and italic.
2012-08-23 John Benediktssonmath.primes.erato: bit faster by inlining.
2012-08-23 John Benediktssonvm: simplify a bit the fixnum_divmod code.
2012-08-23 John Benediktssonvm: speed up primitive_fixnum_divmod by 10-12%.
2012-08-23 John Benediktssonvm: use tabs instead of spaces in bignum_gcd.
2012-08-22 John Benediktssonbootstrap.syntax: removed deprecated ((.
2012-08-22 John Benediktssonlayouts: defining "fixnum-bits".
2012-08-22 John Benediktssonbit-arrays: move toggle-bit to bit-arrays.private.
2012-08-17 Doug Colemanxkcd: Print images inline.
2012-08-17 John Benediktssonmason.release.archive: fix extension name on release...
2012-08-17 John BenediktssonFactor.app: update copyright.
2012-08-17 Doug Colemanxkcd: Typos.
2012-08-17 John Benediktssonui.tools.browser: fix stack effect name.
2012-08-17 Doug Colemanxkcd: XKCD Literals. Duh.
2012-08-17 John BenediktssonFactor.app: fix "About Factor" version number. It reall...
2012-08-17 John BenediktssonREADME: minor introduction changes.
2012-08-16 Doug Colemanrandom: Bump up the random unit tests from 50k to 500k... similar-0.95
2012-08-16 Doug Colemanvm: Add more comments about functions that allocate.
2012-08-16 Doug Colemanvm: Add messages about things that can allocate. Fix...
2012-08-16 Doug Colemanerrors.cpp: Previous fix was correct, except we shouldn...
2012-08-16 Doug Colemanerrors.cpp: Patch looked like it would work. It either...
2012-08-15 Doug Colemanerrors.cpp: general_error() throws away its args when...
2012-08-15 Doug Colemanhelp.tutorial: Explain the workflow before telling...
2012-08-15 John Benediktssoncalendar.unix: inline some things.
2012-08-15 Doug Colemanbignum.cpp: Fix calls to reallot_array() -- bignums...
2012-08-15 Doug Colemanmath.cpp: Fix theoretical gc bug.
2012-08-15 John Benediktssonslots: make predicates return booleans.
2012-08-14 John Benediktssonio: improve docs for stream-copy*.
2012-08-14 John Benediktssoncommand-line: need to check for run differently.
2012-08-14 John Benediktssoncommand-line: need to check rest of args.
2012-08-14 John Benediktssoncombinators.smart: adding smart-with.
2012-08-14 John Benediktssoneditors.vim: use string as article name.
2012-08-14 John Benediktssonrosetta-code.bulls-and-cows: digit> is better.
2012-08-14 John Benediktssongraphviz: fix test errors on the mac.
2012-08-14 Alex Vondrakgraphviz: add some unit tests (stuff from the gallery)
2012-08-14 John Benediktssonui.tools.operations: fix crash clicking on a model...
2012-08-13 John Benediktssoncommand-line: if run is specified first non-param start...
2012-08-13 John Benediktssonwebapps.mason: show all the configured build machines...
2012-08-13 John Benediktssonui.tools.listener.completion: make sure "IN:<Ctrl-h...
2012-08-13 John Benediktssonvocabs.cache: bringing back the fry change.
2012-08-13 John BenediktssonRevert "vocabs.cache: use fry, its cleaner."
2012-08-13 John BenediktssonRevert "vocabs.cache: oops."
2012-08-13 John Benediktssonvocabs.cache: oops.
2012-08-13 John Benediktssonvocabs.cache: use fry, its cleaner.
2012-08-13 John Benediktssonhelp.html: fix test case back to original version.
2012-08-13 John Benediktssonvocabs.cache: clear only the vocab that changed from...
2012-08-13 John Benediktssonvocabs: change vocabs-changed to be vocab-changed and...
2012-08-13 John Benediktssonmemoize: fix invalidate-memoized for 0 args.
2012-08-13 John Benediktssonvocabs.hierarchy: much faster using directory entries.
2012-08-13 John Benediktssonvocabs.loader: early exit for private vocab.
2012-08-13 John Benediktssoneditors: these should understand private.
2012-08-13 John Benediktssonvocabs: reverting recent private vocab changes.
2012-08-13 John Benediktssonmath.functions: make it clear that 0 = is the more...
2012-08-12 Doug Colemanhelp.html: Fix unit test.
2012-08-12 Doug Colemanmath.complex: Fix using list.
2012-08-11 John BenediktssonRevert "math.functions: cleaner rect>."
2012-08-11 John Benediktssonvocabs.refresh: skip private vocabs.
2012-08-10 Doug Colemanmath.complex: Check C{ } syntax -- can only have two...
2012-08-10 John Benediktssonmath.functions: cleaner rect>.
2012-08-10 John Benediktssontools.time: flush the banner so you can use time in...
2012-08-10 John Benediktssonvocabs.loader: adding tests for recent changes.
2012-08-10 John Benediktssonvocabs.loader: simplify.
2012-08-10 John Benediktssonvocabs.loader: more private fixes.
2012-08-10 John Benediktssonvocabs.loader: better fix for append-vocab-dir.
2012-08-10 John Benediktssonvocabs.loader: vocab-dir should work with private vocab...
2012-08-10 John Benediktssonvocabs: make source/docs/tests work for private vocabs.
2012-08-10 John Benediktssonbignum: incorporate some fixes from @slavapestov.
2012-08-10 Doug ColemanREADME.md: A few more cleanups suggested by @mrjbq7.
2012-08-10 Doug ColemanREADME.md: Don't assume the user has downloaded Factor...
2012-08-09 John Benediktssonsequences.extras: moved 2each-index to extras for now.
2012-08-09 John Benediktssonsequences.repeating: fix repeat bug.
2012-08-09 John Benediktssonsequences.extras: adding even and odd indices virtual...
2012-08-09 John Benediktssonmath.transforms.fft: bit simpler, faster.
2012-08-09 John Benediktssonmath.transforms.fft: specify algorithm.
2012-08-09 John Benediktssonmath.transforms.fft: using 2map-index to simplify.
2012-08-09 John Benediktssonsequences.extras: adding 2map-index.
2012-08-09 John Benediktssonmath.transforms.fft: adding cross-correlation.
2012-08-09 John Benediktssonsequences.extras: adding 2map!.
2012-08-09 John Benediktssonsequences.extras: adding 2map-into.
next