]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2016-04-17 John Benediktssonlists: first pass at some cleanup.
2016-04-17 Friedrich von... Atom package: update paths
2016-04-17 John Benediktssonurls: remove unnecessary >secure-addr indirection.
2016-04-16 John Benediktssonsoundex: make implementation private.
2016-04-16 John Benediktssonsoundex: fix soundex to handle test cases from wikipedia.
2016-04-16 John Benediktssonreplace some 1 head* with but-last.
2016-04-16 John Benediktssonsuffix-arrays.words: removing, not that useful.
2016-04-15 John Benediktssonsuffix-arrays: remove docs of removed private word.
2016-04-15 Doug Colemanftp.server: Don't fetch to the same directory we serve...
2016-04-15 John Benediktssonsuffix-arrays: simplify a bit.
2016-04-15 John Benediktssondelegate: use string word-prop keys.
2016-04-15 John Benediktssonmemory: no need to use memory.private.
2016-04-15 John Benediktssonsource-files: simplify, remove unnecessary error.
2016-04-14 John Benediktssonslots: silly formatting change.
2016-04-14 John Benediktssonbootstrap.image.upload: use vm-git-id.
2016-04-14 John Benediktssonsystem: can use value-at, don't need to split.
2016-04-14 John Benediktssonpoker: simplify a bit.
2016-04-13 John Benediktssonparser: make scan-class assert result is a classoid...
2016-04-13 John Benediktssonclasses: unset defining-class in define-class.
2016-04-13 John Benediktssonclasses.algebra: removing valid-classoid? (enforced...
2016-04-13 John Benediktssonclasses.maybe: this restriction isn't necessary anymore.
2016-04-13 John Benediktssoneffects: swap got expected.
2016-04-13 John BenediktssonRevert "ftp.server: make sure the test file returns...
2016-04-13 John Benediktssonftp.server: make sure the test file returns a normalize...
2016-04-13 Doug Colemaneffects: Fix check-stack-effect. Better to report the...
2016-04-12 Doug Colemanregexp.disambiguate: Make it cleaner imo, but still...
2016-04-12 Doug Colemanassocs: Add assoc-union-as. Use assoc-reject-like.
2016-04-10 Björn Lindqvistbootstrap.primitives: assoc-each to register builtins
2016-04-10 Björn Lindqvistcompiler.cfg.linear-scan.assignment: better vregs>regs
2016-04-10 Björn Lindqvistcompiler.cfg.linear-scan.assignment: refactoring of...
2016-04-10 Doug Colemanunicode: Let upper? lower? etc work with slices by...
2016-04-10 Doug Colemansequences.extras: add a nullable span-slices word that...
2016-04-09 John Benediktssonio.files: fix cd test on windows (needs normalize-path...
2016-04-09 John Benediktssonlinked-sets: adding summary.txt.
2016-04-07 Doug Colemanfactor: remove some extra whitespace.
2016-04-07 Doug Colemansequences.extras: Allow from to be f in ?<slice>
2016-04-07 Doug Colemanio.files: Make sure ascii can't write higher than char...
2016-04-07 Doug Colemanio.files: Ensure that slices can be written to utf8...
2016-04-07 John Benediktssonio.encodings: a bit faster and make ascii support slices.
2016-04-07 John Benediktssonio.encodings: allow encode-string to be called with...
2016-04-07 John Benediktssonalien.prettyprint: forgot to commit the tests fixes.
2016-04-07 John Benediktssonalien.prettyprint: don't print ; or declarations for...
2016-04-07 John Benediktssonhelp: for $default, make sure effect-in is a string.
2016-04-07 John BenediktssonRevert "alien.c-types: Implement present on pointers...
2016-04-07 John Benediktssoncuda: adding prettyprint for cuda functions.
2016-04-07 Doug Colemancontinuations: Moving usages of rethrow below where...
2016-04-07 Doug Colemanui.debugger: quotation stack effect wants ( .. -- ...
2016-04-07 John Benediktssonshell: fix rename of glob-directory to glob.
2016-04-06 Doug Colemanfactor: fix whitespace at end of files.
2016-04-06 John Benediktssonglobs: rename glob-directory to glob.
2016-04-06 John Benediktssonglobs: making glob-matches? support wildcards.
2016-04-06 John Benediktssoncuda: use arg names in stack effect.
2016-04-06 John Benediktssonglobs: fix glob pattern on directories.
2016-04-06 John Benediktssonio.streams.byte-array.fast: don't need >c-ptr.
2016-04-06 Doug Colemanalien.c-types: Implement present on pointers for help...
2016-04-06 Doug Colemansplitting: string-lines is optimized for strings. rever...
2016-04-06 John Benediktssonhelp.lint.checks: ignore words without defined word...
2016-04-05 Doug Colemansplitting-docs: Fix stack effect of string-lines.
2016-04-05 Doug Colemanio.directories.search: Fix unit test using list.
2016-04-05 Doug Colemancore: clean up split-lines with subseq-as. clean up...
2016-04-05 John Benediktssonstrings.parser: allow "\u{snowman}" or "\u{2603}".
2016-04-05 John Benediktssonsets: make null? use cardinality.
2016-04-04 John Benediktssonhelp: small fix because I forgot to test predicates...
2016-04-04 John Benediktssonhelp: adding a default word help if not defined by...
2016-04-04 John Benediktssonstrings.parser: adding error tests.
2016-04-04 John Benediktssonstrings.parser: fix docs for parse-string.
2016-04-04 John Benediktssonstrings.parser: remove parse-short-string, everyone...
2016-04-04 John Benediktssonstrings.parser: better string error messages.
2016-04-04 John Benediktssonui.backend.gtk: simplify calls to gtk_init.
2016-04-04 John Benediktssonimages.http: make it easier to image. stuff.
2016-04-04 John Benediktssoncompiler.tests.stack-trace: use with-test-file.
2016-04-04 Björn LindqvistVM: refactoring which removes two not useful short...
2016-04-04 Doug Colemanui.gadgets.corners: move to unmaintained. trim using...
2016-04-04 Doug Colemansequences.extras: Add a word to ensure that the underly...
2016-04-04 Doug Colemanassocs.extras: Add a word set-once-at that throws if...
2016-04-04 John Benediktssonsequences.extras: make rotate wrap.
2016-04-04 John Benediktssonsequences.extras: make rotate! support negative indices.
2016-04-04 John Benediktssonsequences.extras: make rotate support negative n.
2016-04-04 John Benediktssonsequences.extras: rename back to rotate!.
2016-04-04 John Benediktssoncompiler.cfg.linear-scan.allocation.spilling: fix ...
2016-04-04 John Benediktssonuse with-temp-file and with-temp-directory in some...
2016-04-04 John Benediktssontools.test: adding with-test-file and with-test-directory.
2016-04-04 John Benediktssonui.backend.gtk: simplify <window-handle>.
2016-04-03 Björn Lindqvistcompiler.cfg.linear-scan.allocation.spilling: fix stack...
2016-04-03 Björn Lindqvistcompiler.cfg.linear-scan.live-intervals: hairy- and...
2016-04-03 Björn Lindqvistcompiler.cfg.linear-scan.assignment: refactoring +...
2016-04-03 Björn Lindqvistcompiler.cfg.linear-scan.assignment: refactoring
2016-04-03 Björn Lindqvistcompiler.cfg.linear-scan.live-intervals: better way...
2016-04-03 Doug Colemangraphviz: Fix test for rename of rotate!
2016-04-02 Doug Colemancommand-line: gvim example obsolete. update to new...
2016-04-02 Doug Colemansequences.extras: Check if slices overlap or touch...
2016-04-02 Doug Colemansequences.extras: rename rotate to rotate-headwards...
2016-04-02 John Benediktssonui.debugger: copyrighter.
2016-04-02 Björn Lindqvisttools.deploy.*: refactoring to not use dynamic variable...
2016-04-02 Björn Lindqvistcompiler.cfg.linear-scan.assignment: dont think prepare...
2016-04-02 Björn Lindqvistcompiler.cfg.linear.scan.*: makes it so ranges and...
2016-04-02 Doug Colemanui.debugger: If Linux has a ui error on startup you...
2016-04-01 Björn Lindqvistcompiler.cfg.linear-scan.live-intervals: doc lint fixes
2016-04-01 Björn Lindqvistbasis.compiler.cfg.linear-scan.*: fixing boostrap probl...
2016-04-01 Björn Lindqvistcompiler.cfg.linear-scan.allocation.splitting: fix...
next