]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-10-15 John Benediktssonrandom.blum-blum-shub: fix tests for recent random...
2011-10-15 John Benediktssonbootstrap.image: disable auto-use. Fixes #263.
2011-10-15 John Benediktssonrandom: random integers is 90% faster.
2011-10-15 John Benediktssonbenchmark.splay: adding a splay-tree benchmark.
2011-10-15 John Benediktssontrees.splay: fix delete-at.
2011-10-14 John Benediktssondebugger: remove double namespace using.
2011-10-14 John Benediktssonwebapps.mason: redirect index to dashboard. Fix #178.
2011-10-14 Joe Groffstack-checker: update tests
2011-10-14 Joe Groffcontinuations: document full effect of cleanup
2011-10-14 John Benediktssonmath.bitwise: bits is clearer this way.
2011-10-14 John Benediktssonbrainfuck: cleanup.
2011-10-14 John BenediktssonRemove trim-whitespace in favor of [ blank? ] trim.
2011-10-14 John BenediktssonCleanup more lint warnings.
2011-10-14 Doug ColemanRemove some duplication in lists
2011-10-14 John BenediktssonCleanup lint warnings.
2011-10-14 Joe Groffkernel: higher-order effects for *keep
2011-10-14 Doug ColemanCleanups found with lint tool
2011-10-14 Doug ColemanDon't report aliases as having a duplicate word definit...
2011-10-14 John Benediktssonmath.parser: cleanup uses of 16/8/2 >base/base>.
2011-10-14 John BenediktssonRe-commit otoburb's fix for #257.
2011-10-14 Doug ColemanRemove bogus test in lint
2011-10-14 Doug ColemanRevive the lint tool
2011-10-14 John Benediktssonwebapps.help: remove frames. Fixes #242.
2011-10-14 John Benediktssonio.files.info.unix.linux: fix more M: stack effects.
2011-10-14 John Benediktssonio.files.info.unix.linux: fix M: stack effect.
2011-10-14 John Benediktssonnamespaces: adding a "with-global" word to replace...
2011-10-14 John Benediktssoncpu.8080.emulator: use get/set-global.
2011-10-13 John Benediktssongeneric.parser: adding tests.
2011-10-13 John BenediktssonFix M:: stack effects.
2011-10-13 John BenediktssonChange method parsing to validate stack effects. Fixes...
2011-10-13 John BenediktssonFix M: stack effects.
2011-10-13 Doug ColemanLink ?first ?second ?last from an article.
2011-10-13 John Benediktssonreadline: change to create alien at run-time. Fixes...
2011-10-13 John Benediktssonsequences: adding ?last for symmetry.
2011-10-13 John Benediktssonsequences: define ?first and ?second.
2011-10-13 Doug ColemanFix using list for http.server tests
2011-10-13 John Benediktssonhttp.server: ignore preceding whitespace before request...
2011-10-13 John Benediktssonhttp.client: too aggressive with ?CRLF.
2011-10-13 John Benediktssonsequences: adding find-index.
2011-10-12 John Benediktssonhash2: remove since it is now unused.
2011-10-12 John Benediktssonunicode.data: remove dependency on hash2.
2011-10-12 John Benediktssonhttp: change client/server to support LF and CRLF delim...
2011-10-12 John Benediktssonio.crlf: add a word that reads an optional CR.
2011-10-12 John Benediktssonwebapps.benchmark: better main name.
2011-10-12 John Benediktssonunicode.breaks: >words is now 90+% faster.
2011-10-12 Doug Colemanbenchmark.file-server hit the array-capacity limit...
2011-10-12 Doug ColemanRemove *timesinkbsd from webapps.mason grids
2011-10-12 Doug ColemanAdd 2/4/8le>, 2/4/8be> -- 30% faster on the 8-byte...
2011-10-12 Doug ColemanRename benchmarks -> benchmark
2011-10-12 Doug Colemanmason.release.archive was testing strings against symbo...
2011-10-12 Doug ColemanFix test failure for random number speedup from using...
2011-10-12 Doug ColemanSimple network benchmark for sending large file between...
2011-10-12 Doug Colemanstream-element-type on output-ports was broken -- it...
2011-10-12 John BenediktssonMerge pull request #250 from mrjbq7/binary
2011-10-12 John Benediktssonrandom: be> is faster (and they are random anyway)...
2011-10-12 John Benediktssonvm: remove math::bignum_producer.
2011-10-12 John Benediktssonio.binary: make le> and be> faster (20% and 75%, respec...
2011-10-12 Doug ColemanOptimize byte-reverse macro in alien.endian -- it was...
2011-10-12 Doug ColemanProgress bars for long-running operations that yield.
2011-10-11 Doug ColemanFix using list because I'm dumb for developing Windows...
2011-10-11 Doug ColemanProper double-quote and backslash escaping for windows...
2011-10-11 Doug ColemanOn Windows, escape command line arguments with double...
2011-10-11 Slava Pestovalien.complex: fix docs
2011-10-11 Doug Colemanslots.syntax: fix example.
2011-10-11 Slava Pestovcallback-error: don't use -e until we fix issue #245
2011-10-11 Slava Pestovregexp.classes: remove dependency on mirrors vocab
2011-10-11 Slava Pestovbootstrap.compiler: now that C types are named by words...
2011-10-11 Doug ColemanDeleting staging images in factor.cmd should never...
2011-10-11 Doug ColemanAdd copy-slots{ word to slots.syntax. Alias slots{...
2011-10-11 Joe Grofftools.test.fuzz tests: missing using
2011-10-10 Slava Pestovcompiler.tree.identities: the identity on mod was usele...
2011-10-10 Joe Groffnew module tools.test.fuzz: quickcheck-style probabilis...
2011-10-10 Joe Grofftools.test: move fake-unit-test utility from test suite...
2011-10-10 Slava Pestovcompiler.cfg.representations: fix unit test, it depende...
2011-10-10 Slava Pestovcompiler.tree.propagation.transforms: fix rem and mod...
2011-10-10 Slava Pestovcompiler.codegen.gc-maps: fix tests
2011-10-09 Slava PestovFix custom-inlining for mod and rem, which was converti...
2011-10-09 Slava PestovRemove identities on / and rem, which were no-ops becau...
2011-10-08 Doug ColemanUpdate serial library so it's usable.
2011-10-08 Doug ColemanI got 99 bottles and a bitch ain't one.
2011-10-07 Doug ColemanOn Windows, the overlapped structure high bits were...
2011-10-07 Doug ColemanDelete staging images when running factor.cmd. Fixes...
2011-10-07 Doug ColemanMixin classes in redefine25 test are forgotten, but...
2011-10-06 Doug ColemanRename forget-struct-slot-accessors -> forget-slot...
2011-10-06 Doug ColemanAdd examples to encode/decode docs.
2011-10-06 Doug ColemanThrow an error if an odd number of hex digits gets...
2011-10-06 John Benediktssonclasses.tuple: can't assume hashcode* returns fixnum.
2011-10-06 John BenediktssonRevert "sequences: change to use tuple-hashcode algorit...
2011-10-06 John Benediktssonsequences: change to use tuple-hashcode algorithm,...
2011-10-05 Doug ColemanRename method -> lookup-method in three places.
2011-10-04 Doug ColemanDocument reset-class, forget-class, forget-method....
2011-10-04 John Benediktssonwebapps.help: changing <alloy> to only apply to search...
2011-10-04 John Benediktssonio.encodings.utf8: assume streams are largely ascii.
2011-10-04 Doug ColemanRename the STRUCT: point word to something else because...
2011-10-04 Doug ColemanForget struct slot accessors when structs classes are...
2011-10-03 Doug ColemanFix delegate vocab for lookup-method change.
2011-10-03 Doug ColemanUpdate docs for lookup-method.
2011-10-03 Doug ColemanMake M\ throw an error upon lookup failure. Change...
2011-10-03 Doug ColemanLess use of eval( in unit tests
next