]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-07-20 Doug Colemanfactor: FUNCTION: rename by hand...
2015-07-19 John Benediktssonmath.parser: simplify { integer ratio } >base.
2015-07-19 John Benediktssonmath: moving >fraction to math.
2015-07-19 Doug Colemanfactor: rename files that are not loadable on mac, too
2015-07-19 Doug Colemanwindows.ddk.setupapi: fix function syntax
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-19 Doug Colemanfactor: change FUNCTION: and similar to not have trailing ;
2015-07-19 Doug Colemanopenssl.libssl: Fix FUNCTION: error exposed after parse...
2015-07-19 John Benediktssongraphviz.render: add preview-open which uses open-file.
2015-07-19 John Benediktssonalien.parser: change scan-c-args to always use ";"...
2015-07-19 John Benediktssonhelp.markup: simplify $example slightly.
2015-07-19 John Benediktssonui.gadgets.tabbed: use named color constant.
2015-07-19 John Benediktssonrosetta-code.probabilistic-choice: cleanup.
2015-07-19 John Benediktssonupdate some more MACRO: effects.
2015-07-19 John Benediktssonmacros: fix bug, needed this fry actually.
2015-07-19 John Benediktssonmacros: check macro effect is real-macro-effect.
2015-07-19 John Benediktssonmath.parser: re-use number-parse and float-parse objects.
2015-07-19 Doug Colemanfactor: Rename MACRO: and MACRO: to have quot as the...
2015-07-19 Doug Colemanfactor: trim more whitespace from #! comments
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-19 John Benediktssonui.gadgets.grid-lines: fix using.
2015-07-19 John Benediktssonui.gadgets.grid-lines: fix tests.
2015-07-18 John Benediktssonopengl: change rect-vertices to draw inside.
2015-07-18 John Benediktssonopengl: fix drawing artifact around rectangles.
2015-07-18 John Benediktssonui.gadgets.grid-lines: fix rough edges on right and...
2015-07-18 Doug Colemantools.image-analyzer: fix using
2015-07-18 John Benediktssonxml: add some $quotation help.
2015-07-18 John Benediktssonui: add some $quotation help.
2015-07-18 Doug Colemanhashtables: Don't test word's hashcode as a bignum...
2015-07-18 Doug Colemanword hashcodes: Don't unsafely set the hashcode for...
2015-07-18 Doug Colemantools.image-analyzer.gc-info: Fix unit test since llvm...
2015-07-18 Doug ColemanRevert "tools.image-analyzer.gc-info: don't use unmaint...
2015-07-18 John Benediktssontools.image-analyzer.gc-info: don't use unmaintained...
2015-07-18 Doug Colemanllvm: move to unmaintained. it segfaults and the tests...
2015-07-18 Doug Colemancore: declare word's hashcode an integer. Make word...
2015-07-18 John Benediktssonprettyprint: keep the cleanup from the last commit...
2015-07-18 John BenediktssonRevert "prettyprint: remove { soft hard } line-break...
2015-07-18 John Benediktssonsequences: integer length for repetition, use English.
2015-07-17 John Benediktssonmath.numerical-integration: make sure length is an...
2015-07-17 John Benediktssonprettyprint: cleanup using.
2015-07-17 John BenediktssonRevert "sequences: simplify find-from and find-last...
2015-07-17 John Benediktssonprettyprint: remove { soft hard } line-break types...
2015-07-17 Doug Colemanmath.parser.tests: Fix whitespace.
2015-07-17 John Benediktssonsplitting.monotonic: a bit faster.
2015-07-17 John Benediktssonsequences: use check-length to force integer partial...
2015-07-17 John Benediktssonsequences: define a 2each-from, use each-from more.
2015-07-17 John Benediktssonsequences: simplify find-from and find-last-from.
2015-07-17 John Benediktssonsplitting.monotonic: cleanup and simplify monotonic...
2015-07-17 John Benediktssonsplitting: use unsafe in split-when, simplify split...
2015-07-17 John Benediktssonsequences: adding a subseq-unsafe that doesn't check...
2015-07-17 Doug Colemanmacros: Fix docs to show macros output a quot.
2015-07-17 John Benediktssonsplitting.monotonic: return array from empty trends.
2015-07-17 John Benediktssonsplitting.monotonic: faster and simpler monotonic-slice.
2015-07-17 John Benediktssonsequences: fix help-lint.
2015-07-16 John Benediktssonsequences: integer slots in slice, don't store reason...
2015-07-16 John Benediktssonlocals: use a test tuple instead of a slice.
2015-07-16 John Benediktssongrouping: integer slots in circular-slice.
2015-07-16 John Benediktssonio.sockets: make host-name a hook and throw correct...
2015-07-16 Doug Colemanrelease.archive: pretty sure the path to Factor.app...
2015-07-16 John Benediktssonbootstrap.image: minor cleanup.
2015-07-16 John Benediktssonbootstrap.image.upload: use with-resource-directory.
2015-07-16 John Benediktssonmath.parser: simplify using member-eq?.
2015-07-16 John Benediktssoncombinators: fix linear-case-quot to order the comparis...
2015-07-16 John Benediktssonmath.parser: with-radix-char quot shouldn't get called...
2015-07-16 John Benediktssonpeg: use escaped character classes.
2015-07-16 John Benediktssonbase64: separate read-into-ignoring.
2015-07-16 John Benediktssonbase85: cleanup using.
2015-07-16 John Benediktssonmath.parser: remove unnecessary with-no-radix, thanks...
2015-07-16 John Benediktssonbase85: simplify (encode-base85).
2015-07-16 John Benediktssonbase64: simplify (encode-base64).
2015-07-16 Doug Colemanmason.release.archive: not sure which directory we...
2015-07-16 John Benediktssonbase64: big speedup and cleanup.
2015-07-16 Doug Colemanbase64: include alphabet-inverse in compilation unit
2015-07-16 Doug Colemanbase85: same as base64 patch.
2015-07-16 Doug Colemanbase64: Fix load error. $[ and ${ run at parse-time...
2015-07-16 John Benediktssonbase85: use literals to compute the inverse array inste...
2015-07-16 John Benediktssonbase64: use literals to compute the inverse array inste...
2015-07-15 John Benediktssonchecksums.sha: benchmark.sha1 is 15% faster.
2015-07-15 Doug Colemanmason.release.archive: use code-array literal
2015-07-15 Doug Colemanmason.release.archive: Sign the .app if ~/config/mac_ap...
2015-07-15 John BenediktssonFix some tests broken by optimized? rename.
2015-07-15 John Benediktssonvm: rename emit_quot to emit_quotation.
2015-07-15 John Benediktssonvm: rename some primitives, and some cleanup.
2015-07-15 John Benediktssonmisc/vim: syntax highlight PRIMITIVE:.
2015-07-15 John Benediktssonmath.parser: okay time for sleep, maybe this works...
2015-07-15 John Benediktssonio.encodings.ascii: make sure encode-string gets a...
2015-07-15 John Benediktssonmath.parser: fix a regression.
2015-07-15 John Benediktssonhashtables: fix docs differently.
2015-07-15 John BenediktssonFix some things broken by hashtable capacity changes.
2015-07-15 John Benediktssonproject-euler.150: use cum-sum.
2015-07-15 John Benediktssonopencl: cleanup strings>char*-array and fix cl-queue...
2015-07-15 John Benediktssondice: little bit faster this way.
2015-07-15 John Benediktssonmath.parser: fix ``"-.5" dec>``.
2015-07-15 John Benediktssonmath.parser: fix "most-negative-fixnum number>string...
2015-07-15 John Benediktssonmisc/atom: more readme updates.
2015-07-15 John Benediktssonmisc/atom: minor update to readme.
2015-07-15 John Benediktssonmisc/atom: adding an Atom bundle for syntax highlighting.
2015-07-15 John Benediktssonhash-sets: make sure capacity and growth use same load...
2015-07-15 John Benediktssonhashtables: make sure capacity and growth use same...
2015-07-15 John Benediktssonvocabs: fix help lint error.
next