]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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
2011-10-03 Doug ColemanFix using list in classes.struct tests
2011-10-03 Slava Pestovtools.continuations: >c and c> are gone
2011-10-03 Slava PestovAdd RT_INLINE_CACHE_MISS relocation type to avoid frequ...
2011-10-03 Slava PestovFix linkage-errors test to not clobber its own linkage...
2011-10-03 Slava PestovRework non-optimizing compiler backend to use compiler...
2011-10-03 Slava PestovSplit up compiler.codegen.fixup into compiler.codegen...
2011-10-03 Slava PestovDisplay a system-alert for callback errors in the UI...
2011-10-03 Slava Pestovconcurrency.mailboxes: linked-thread's error reporting...
2011-10-03 Doug ColemanMake histogram example unchecked since hashtables print...
2011-10-03 Doug Colemancompiler.tree.modular-arithmetic needs shallow-spread...
2011-10-03 Slava PestovFix infinite loop and empty-dlist error when an error...
2011-10-03 Doug ColemanFix abuse of spread in gdbm
2011-10-03 Doug ColemanFix abuse of spread in persistent.hashtables.
2011-10-03 John Benediktssonhashtables: moving hash-combine to hashtables.
2011-10-03 Doug ColemanRename spread>quot to deep-spread>quot, and spread...
2011-10-03 Doug ColemanDefine reset-class for struct-classes, add unit tests...
2011-10-03 Doug ColemanClean up a parser docs as per suggestions.
2011-10-03 Slava Pestovcompiler.cfg.builder.alien: fix compilation of callback...
2011-10-03 John Benediktssonwords: since word names can be tuples (i'm looking...
2011-10-03 Doug ColemanSpread now infers with the correct stack effect. Make...
2011-10-03 John BenediktssonFix help-lint errors for recent hashtable changes.
2011-10-02 John Benediktssonxml.char-classes: fix upper bound.
2011-10-02 John Benediktssonbenchmark.ant: switching to tuples now that they are...
2011-10-02 John Benediktssonclasses.tuple: switch to python's tuplehash(). Fixes...
2011-10-02 John Benediktssonhashtables: switch to quadratic probing.
2011-10-02 John Benediktssonwords: prevent zero hashcodes. Fixes #222.
next