]> gitweb.factorcode.org Git - factor.git/history - basis
factor: FUNCTION: rename by hand...
[factor.git] / basis /
2015-07-20 Doug Colemanfactor: FUNCTION: rename by hand...
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 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 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 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 John Benediktssonxml: add some $quotation help.
2015-07-18 John Benediktssonui: add some $quotation help.
2015-07-18 Doug Colemanword hashcodes: Don't unsafely set the hashcode for...
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-17 John Benediktssonprettyprint: cleanup using.
2015-07-17 John Benediktssonprettyprint: remove { soft hard } line-break types...
2015-07-17 John Benediktssonsplitting.monotonic: a bit faster.
2015-07-17 John Benediktssonsplitting.monotonic: cleanup and simplify monotonic...
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-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 John Benediktssonbootstrap.image: minor cleanup.
2015-07-16 John Benediktssonbootstrap.image.upload: use with-resource-directory.
2015-07-16 John Benediktssonbase64: separate read-into-ignoring.
2015-07-16 John Benediktssonbase64: simplify (encode-base64).
2015-07-16 John Benediktssonbase64: big speedup and cleanup.
2015-07-16 Doug Colemanbase64: include alphabet-inverse in compilation unit
2015-07-16 Doug Colemanbase64: Fix load error. $[ and ${ run at parse-time...
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 John BenediktssonFix some tests broken by optimized? rename.
2015-07-15 John Benediktssonvm: rename some primitives, and some cleanup.
2015-07-15 John Benediktssonio.encodings.ascii: make sure encode-string gets a...
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 John Benediktssonimages: adding an "each-pixel" that iterates over pixel...
2015-07-14 John Benediktssonlists: adding deeplist>array.
2015-07-14 John Benediktssonmath.matrices.elimination: avoid double length call.
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 LindqvistVM: let's merge (save-image) and (save-image-and-exit... 1385/head
2015-07-10 John Benediktssonui.gadgets.labels: trigger relayout when string changes.
2015-07-10 John Benediktssonprettyprint.stylesheet: use assoc-union! and set-at...
2015-07-09 Doug Colemanshuffle: Simpler definition imo.
2015-07-09 John Benediktssontools.scaffold: use vocabs:check-vocab-name.
2015-07-09 John Benediktssondebugger: give bad-vocab-name a better summary.
2015-07-09 John Benediktssontools.scaffold: check vocab name in scaffold-vocab.
2015-07-09 John Benediktssonsystem-info.macosx: adding OS X 10.11 "El Capitan".
2015-07-08 John Benediktssonlocals.parser: fix tests for now so we get clean builds.
2015-07-07 Doug Colemancompiler.cfg.value-numbering: tests need to have this...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanalien.parser: add a couple of commas
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-03 Doug Colemanunix.ffi: Fix syntax for FUNCTION:
2015-07-02 Doug Colemanmath.floats.env: Make sure answers are array. So much...
2015-07-02 Doug Colemanmultiline: trailing space is necessary. new parser...
2015-07-02 Doug Colemantests: prefer ${ } instead of 1array
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-07-01 John Benediktssoneditors.atom: make it work better with Mac OS X.
2015-06-30 Doug Colemanmath.combinatorics: private docs again. oops
2015-06-30 Doug Colemanhelp.syntax: Don't throw a sequence error when article...
2015-06-30 Doug Colemanmath.complex: Fix PRIVATE>
2015-06-30 Doug Colemancore, basis: Don't use the IN: foo.private feature...
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-29 Doug Colemanvim: Add tabbed window option.
2015-06-27 Björn Lindqvistcompiler.tree.propagation.known-words: better way to... 1373/head
2015-06-27 Björn LindqvistVM: fixes a bug with the handling of 0 bignums, and...
2015-06-27 Björn Lindqvistcompiler.tree.propagation.*: new and fixed tests for...
2015-06-27 Björn Lindqvistcompiler.tree.propagation.*: implements downgrading...
2015-06-27 Björn Lindqvistcompiler.tree.propagation.known-words: more precise...
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-25 Doug Colemancompiler.cfg.debugger: alien-invoke insn nodes were...
2015-06-25 Doug Colemanio.standard-paths: On mac when you launch Factor from...
2015-06-23 John Benediktssonlocals.parser: fix help-lint warning.
2015-06-22 John Benediktssonlocals.parser: only need to clone manifest.
next