]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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.
2011-10-02 Doug ColemanRemove all non-core uses of (scan-token)
2011-10-02 Doug Colemanhybrid -> alphanum in stack effects
2011-10-02 John Benediktssoneffects: removing split-shuffle.
2011-10-02 John Benediktssonsequences: removing 2unclip-slice.
2011-10-02 John Benediktssonsorting.human: rename <hybrid> to <alphanum>. Fixes...
2011-09-30 John Benediktssonxml: 25% (or more) faster.
2011-09-29 John Benediktssonhelp.html: better to set all recent help entries to...
2011-09-29 John BenediktssonRevert "ui.clipboards: adding a gadget-copy-all."
2011-09-29 John Benediktssonui.clipboards: adding a gadget-copy-all.
2011-09-29 John Benediktssonhelp.html: don't display recent searches. Fixes #211.
2011-09-29 Doug ColemanRefactor the lexer/parser to expose friendlier words...
2011-09-27 John Benediktssonhashtables.wrapped: re-adding prettyprint.
2011-09-27 John Benediktssonwebaps.help: display errors in red, add a main method.
2011-09-27 John Benediktssonwebsites.concatenative: Wrap <help-webapp> in an <alloy...
2011-09-27 John Benediktssonhashtables.wrapped: adding prettyprint vocab.
2011-09-27 Doug ColemanRemove require for hashtables.wrapped.prettyprint
2011-09-27 John BenediktssonSquashed commit of the following:
2011-09-27 John Benediktssongpu.state: use qualified for all c-types.
2011-09-27 John Benediktssonspecialized-arrays: remove unused -cast.
2011-09-27 Doug ColemanFixes the symptom but not the problem. See bug #201.
2011-09-26 John Benediktssonspecialized-arrays: fix tests for >c-array change.
2011-09-26 John Benediktssonvalues: fix docs (need to escape "\").
2011-09-26 Doug ColemanTrim down a few using lists
2011-09-26 John BenediktssonMerge remote-tracking branch 'upstream/master'
2011-09-26 John Benediktssonalien.data: need to mark ">c-array" inline.
2011-09-26 Doug ColemanFix typo on datagram docs
2011-09-26 John Benediktssonclasses.tuple: error-class should call-next-method...
2011-09-26 John Benediktssonsee: revert prettyprint change for error-classes (for...
2011-09-26 John Benediktssonspecialized-arrays: performed some cleanup.
2011-09-26 John Benediktssonassocs: improve stack effect docs for "?at".
2011-09-26 John BenediktssonRemoving "to:" syntax from values.
2011-09-26 John Benediktssonclasses.tuple: adding test cases for error-class and...
2011-09-26 John BenediktssonDefining an "error-class", and printing error tuples...
next