]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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...
2016-04-01 Björn Lindqvistcompiler.cfg.linear-scan.live-intervals: simplify uses...
2016-04-01 Björn Lindqvistcompiler.cfg.linear-scan.*: removed start and end from...
2016-04-01 John Benediktssonio.files.unix: more test cleanup.
2016-04-01 John Benediktssonio: fix some temp-file uses in tests.
2016-04-01 Björn Lindqvistzoneinfo.tests: a few trivial tests, for diagnosing...
2016-04-01 Björn Lindqvistzoneinfo: removing a few empty words and unused tuples
2016-03-31 John BenediktssonRevert "ui.backend.gtk: try yield in idle callback."
2016-03-31 John BenediktssonRevert "ui.backend.gtk: only use the timer when not...
2016-03-31 Doug Colemanmason.release.sign: use build-dir not build-dir get...
2016-03-31 John Benediktssonsequences.frozen: adding virtual "frozen" sequences.
2016-03-31 John Benediktssonvocabs.parser: sift the search-vocabs.
2016-03-31 Doug Colemanmath: fix docs for binary printing.
2016-03-31 Doug Colemancompiler.tests.stack-trace: remove temp-file usage.
2016-03-31 John Benediktssontools.test: maybe "continue running tests" isn't a...
2016-03-31 John Benediktssontools.test: add a restartable-tests? flag to control...
2016-03-31 Jon Harperhttp.client, proxy defaults to http protocol like for...
2016-03-31 Jon Harperhttp.client, request-url don't try to fix unfixable...
2016-03-31 Jon Harperhttp.client: throw if the proxy not empty and not valid
2016-03-31 John Benediktssonunicode: get the tests to run again.
2016-03-31 John Benediktssonio: fix some temp-files in the tests to use unique...
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-31 John Benediktssontools.test: better restart checking.
2016-03-31 Doug Colemanregexp: Fix / escape in regexp. Fixes validators test.
2016-03-31 Doug Colemanprettyprint: Print .b .o .h with prefixes so it's not...
2016-03-31 Doug Colemansyntax: Fix docs for removed article syntax.comments.
2016-03-31 Doug Colemantags.txt: Remove empty files.
2016-03-31 Doug Colemanauthors.txt: Remove empty lines.
2016-03-31 Doug Colemansummary.txt: Delete empty lines and empty files.
2016-03-31 Doug Colemanvocabs.metadata: Refactor metadata so that all metadata...
2016-03-31 Doug Colemanvocabs.metadata: Allow empty lines in platforms.txt...
2016-03-31 John Benediktssonregexp: need this to be (parse-raw).
2016-03-31 Doug Colemanio.encodings.utf16n: Fix using.
2016-03-31 John Benediktssonlexer: make CHAR: ! work.
2016-03-31 John Benediktssonlexer: support universal comments.
2016-03-31 John Benediktssonregexp: one R/ syntax to rule them all, simpler this...
2016-03-31 Doug Colemanenglish: move to basis. closes #1587.
2016-03-31 Doug Colemanbasis: Cleaning up tests using lists and IN: forms.
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-31 Björn Lindqvistbootstrap.image.primitives: attempt 2 at putting all...
2016-03-31 Doug Colemanio.files: make tests not use temp-file
2016-03-31 Doug Colemanio.streams.c: use unique-file
2016-03-31 Doug Colemanio.pathnames: don't use temp-file
2016-03-31 John Benediktssoneffects.parser: allow generic methods not in current...
2016-03-30 John Benediktssontools.test: rethrow any restart failures from tests.
2016-03-30 Doug Colemanio.mmap: Clean up mmap tests so they can run at the...
2016-03-30 John Benediktssonparser: require an IN: for any word definitions (even...
2016-03-30 Doug Colemanmason.release.sign: Default cert-path.
2016-03-30 Doug ColemanGNUmakefile: add -pedantic now that there are no warnings.
2016-03-30 Doug Colemanvm: Fix four compile warnings reported by gcc with...
2016-03-30 Björn Lindqvistwebapps.mason.*: new docs and tests
2016-03-30 Björn Lindqvisttools.deploy.test: new word test-image-path
2016-03-30 Björn LindqvistVM: fixes to make some if-else statements read better
2016-03-30 John Benediktssonopengl: log all mac os errors where framebuffer is...
2016-03-30 John Benediktssonio.encodings: add a test that tell doesn't work anymore.
2016-03-30 John BenediktssonRevert "io.encodings: Add a stream-tell method for...
2016-03-30 John Benediktssonprettyprint: add an unsupported-number-base error.
2016-03-30 John Benediktssonmath.parser: add tests for change to not throw zero...
2016-03-30 Jon Harpermath.parser: number>string, don't throw zero division...
2016-03-30 John Benediktssonsummary: revert "a foo tuple" back to "foo".
2016-03-30 Doug Colemaneuler.b-rep.io.obj: remove triple strings.
2016-03-30 John Benediktssonpeg.ebnf: different (better) error for peg.ebnf.semanti...
2016-03-30 John Benediktssonhttp.client: make no-proxy? to do less work with no...
2016-03-30 Jon Harperhttp.client, allow to use http proxies
2016-03-30 Jon Harperhttp.client, automatically add basic auth from urls...
2016-03-30 Jon Harperhttp.client, don't write the anchor in the request...
2016-03-30 Jon Harperhttp.client, fix GETs after POSTs redirects
2016-03-30 John Benediktssonsummary: use "a" or "an" when describing tuple.
2016-03-30 John Benediktssonpeg.ebnf: add a note for bug #23 and prefix articles...
2016-03-30 John Benediktssoneffects.parser: fix some incorrect can't-nest-definitio...
2016-03-30 John BenediktssonRevert "bootstrap.image.primitives: make more primitive...
2016-03-30 Doug Colemanmason.release.sign: Oops needed ${ after all.
2016-03-30 Doug Colemanmason.release: Move code signing to its own vocab....
2016-03-30 John Benediktssonmaintain gml, euler, flatland, pong, multi-methods...
2016-03-30 John Benediktssonpeg: simplify parse-satisfy.
2016-03-30 John Benediktssonmath.floats.env: restore test cases that were disabled.
2016-03-30 Doug Colemansmalltalk.parser: cleaner grammar (?)
next