]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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.
2015-07-15 John Benediktssonopengl.textures: fix merge whoops.
2015-07-15 John Benediktssonpack: whoops, need to dup result.
2015-07-15 John Benediktssonopengl.textures: use cum-sum0 from math.statistics.
2015-07-15 John Benediktssonpack: use cum-sum0 from math.statistics.
2015-07-15 John Benediktssonmath.primes: commas look better.
2015-07-15 Björn LindqvistFUEL: lets have a menu for the neat scaffolding system...
2015-07-15 Björn LindqvistFUEL: fix the lookup of user name for copyright headers
2015-07-15 Björn LindqvistFUEL: font-lock errors the same as tuples -- it looks...
2015-07-15 Björn LindqvistFUEL: a few unused font faces
2015-07-15 Björn LindqvistFUEL: better hl of a lot of syntax like RENAME: FROM...
2015-07-15 Björn LindqvistFUEL: colorize :>
2015-07-15 John Benediktssonimages: adding an "each-pixel" that iterates over pixel...
2015-07-14 John Benediktssonlists: adding deeplist>array.
2015-07-14 John Benediktssonmisc: fix factor.vim.fgen for words->vocab-words refactor.
2015-07-14 John Benediktssonimages.viewer.prettyprint: don't default to prettyprint...
2015-07-14 John Benediktssonxkcd: save the comic number with XKCD: syntax.
2015-07-14 John Benediktssonmath.matrices.elimination: avoid double length call.
2015-07-14 John Benediktssonunits.reduction: avoid double length calls in find...
2015-07-14 John BenediktssonUse $sequence in a few places.
2015-07-14 John Benediktssonhelp.markup: adding $sequence for describing sequence...
2015-07-14 John Benediktssonui.gadgets.buttons: simplify.
2015-07-14 John Benediktssonui.gadgets.status-bar: use color constants.
2015-07-14 John Benediktssonui.gadgets.buttons: add button quot effect.
2015-07-12 Björn Lindqvisttools.image-analyzer.gc-info.tests: the test for scrub...
2015-07-12 Björn Lindqvisttools.image-analyzer.data-heap-reader: payload should...
2015-07-12 Doug Coleman.gitignore: ignore the code signature directory
2015-07-12 Björn LindqvistVM: let's merge (save-image) and (save-image-and-exit... 1385/head
next