]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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...
2011-09-26 Doug ColemanFix the using for peek streams tests.
2011-09-26 John Benediktssonalarms: removing empty unused vocab.
2011-09-26 Doug ColemanDecouple adding the coverage annotations from setting...
2011-09-26 Doug ColemanRemove extra stack effects in windows.messages
2011-09-26 Doug ColemanRemove extraneous using from math/
2011-09-26 Doug ColemanExtraneous top-level stack-effect
2011-09-26 Doug ColemanPeekable streams wrapper
2011-09-26 Doug ColemanVocabulary to reduce numbers to more convenient represe...
2011-09-26 John Benediktssonbenchmark.ant: needed a MAIN.
2011-09-26 John Benediktssonvocabs: adding docs for 'parent-vocab?' and 'parent...
2011-09-26 John Benediktssonvocabs: adding 'parent-vocab?' and 'parent-vocabs'.
2011-09-26 John Benediktssonclasses.struct: add test cases for see on structs.
2011-09-25 John Benediktssonimages.cocoa: removing unused image loader code.
2011-09-25 John Benediktssonbenchmark.ant: fix vocab name and using.
2011-09-25 John Benediktssonbenchmark.ant: adding the "ant puzzle" benchmark. ...
2011-09-25 John Benediktssonui.gadgets.editors: simplify private word.
2011-09-25 John BenediktssonRemoving unused private words. See #132.
2011-09-25 John Benediktssontools.crossref: now 50% faster.
2011-09-25 John BenediktssonFixing docs for recent stack effects additions.
2011-09-25 Doug ColemanGraphviz now unix only
2011-09-25 John Benediktssonsequences.product: fix help-lint for stack effect changes.
2011-09-25 Joe Groffmath.blas, alien.fortran: move to unmaintained cuz...
2011-09-25 John Benediktssonimages: only register with the images.loader on proper...
2011-09-25 John Benediktssonclasses.struct: Fix prettyprint for PACKED-STRUCT....
2011-09-25 Doug ColemanUse gvplugin_list instead of gvPluginList
2011-09-24 John Benediktssonsequences.product: improve stack effects.
2011-09-24 John Benediktssonmath.order: Removing stack effect (not quite right).
2011-09-24 John BenediktssonAdding stack effects.
2011-09-23 John Benediktssonalien.data: removing unused (and broken?) "require...
next