]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2017-06-11 John BenediktssonFactor.app: update copyright.
2017-06-11 John Benediktssonprettyprint: make sure float number-base is tested.
2017-06-11 John Benediktssonprettyprint: remove tests for float .b and .o.
2017-06-11 John Benediktssonprettyprint: fix .b, .o, and .h for negative numbers.
2017-06-11 John Benediktssonprettyprint.backend: allow octal and binary float printing.
2017-06-11 John Benediktssonprettyprint.sections: don't create empty strings with...
2017-06-11 John Benediktssonui.tools.inspector: improve performance for large array...
2017-06-10 John Benediktssonformatting: revert change to %d, %o, %b, %x for now.
2017-06-10 John Benediktssonmath.functions: fix another test impacted by float...
2017-06-09 Doug Colemanodbc: Minor style fixes and add an error function.
2017-06-09 Doug Colemanbase64: Fix base64 for strings that don't end in equal...
2017-06-08 John Benediktssonmath.functions: make -0.3 truncate return 0.0 instead...
2017-06-08 Jon Harperformatting: fix bug when using %e and the number rounds...
2017-06-08 Jon Harperformatting: change %.0f and %.0e to remove the radix...
2017-06-08 Jon Harperformatting: make these tests actually test the expected...
2017-06-08 Jon Harperformatting: don't force the presence of ".0" for %f...
2017-06-08 Jon Harperformatting-docs, document ' ' as an alternative to...
2017-06-08 Jon Harperformatting, allow uppercase exponent for bin floats...
2017-06-08 Jon Harperformatting, make %d, %o, %b work for ratios and floats
2017-06-08 Jon Harperformatting, fix %f and %e for ratios and integers
2017-06-08 Jon Harperformatting: fix missing '+' for %+e with negative exponent
2017-06-08 Jon Harpermove math.extras:round-to-even to math.functions to...
2017-06-08 Jon Harperadd basis.math.functions.integer-logs: exact integer...
2017-06-08 Jon Harpermath.functions, speed up truncate for floats
2017-06-08 Jon Harpermath.functions: fix truncate and round to output -0...
2017-06-08 Jon Harpermath.functions, fix round for ratios between -1/2 and -1
2017-06-05 Alexander Iljinio.directories.windows: add size slot to windows-direct...
2017-06-05 Alexander IljinAdd .gitattributes to enforce EOL policy for factor...
2017-06-05 Alexander Iljinhelp.lint.spaces: new vocab
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-05 Robert Vollmerttest runner: non-zero exit code in case of failed tests
2017-06-05 Doug Colemanclasses.intersection: Fix typo in commented-out unit...
2017-06-04 Doug Colemanunmaintained: New repo here: https://github.com/factor...
2017-06-04 Doug Colemantools.test: Make the flag public. Finish porting tester... unmaintained
2017-06-04 Doug Colemanclasses.singleton: Update another test.
2017-06-04 Doug Colemantools.deploy: Change unit-test to long-unit-test for...
2017-06-04 Doug Colemantools.test: Add long-unit-test and refactor a bit.
2017-06-04 Doug Colemansingleton: Move definitions to top level in tests.
2017-06-04 Alexander IljinNmakefile: add the /largeaddressaware linker option...
2017-06-04 Doug Colemancuda.devices: Utility word to print all cuda devices.
2017-06-03 Doug Colemankernel: Fix the docs for curry/compose a bit.
2017-06-03 Doug Colemancompiler.tree.propagation.call-effect: I deleted an...
2017-06-02 Doug Colemansequences: Remove start for real in favor of subseq...
2017-06-02 Doug Colemanfactor: last iota -> <iota> fix.
2017-06-02 Doug Colemancore/basis: Rename tuples kernel:curry -> curried,...
2017-06-02 Doug Colemanwords: Remove dummy ``word`` word and comment. Totally...
2017-06-02 Doug Colemaniota: Fix second iota -> <iota> in line several times.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanui.backend.cocoa.views: Use ?-> to avoid objc lookup...
2017-06-01 Doug Colemancocoa: Allow ?-> syntax for methods that might not...
2017-06-01 Doug Colemangml.runtime: Don't let gml double up on class/word...
2017-06-01 Doug Colemansequences: Add start as an alias for subseq-start,...
2017-06-01 Doug Colemancompiler: Rename start -> start-compilation, finish...
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-06-01 Doug Colemanfactor: Fix misc/ for GENERIC# -> GENERIC#: rename.
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-06-01 Doug Colemanfactor: Add newlines to every line.
2017-05-31 Doug Colemanio.files.info.windows: Fix using list.
2017-05-31 Doug Colemancore: Add TH{ for making assoc tuples.
2017-05-31 Doug Colemannamespaces: Way better implementation of with-variable-on.
2017-05-30 Doug Colemancocoa.touchbar: Add platforms file.
2017-05-30 Doug Colemancocoa: Add basic support for TouchBar.
2017-05-30 Doug Colemanmultiline: Add [[ as string/comment parsers.
2017-05-29 Doug Colemancocoa: Import more classes for TouchBar support.
2017-05-29 Doug Colemannamespaces: Add with-variable-on/off combinators.
2017-05-29 Alexander Iljinfile-picker.operations: fix invalid parameter order...
2017-05-29 John Benediktssontools.test: fix fake unit test to notify observers...
2017-05-29 John Benediktssoncocoa.dialogs: simple fix for split-path errors with...
2017-05-29 nicolas-peditors: added pref-dim* for action-editor
2017-05-29 John Benediktssonfile-picker.operations: use set-file-contents.
2017-05-29 Alexander Iljinfile-picker*: add copyright and licence headers, and...
2017-05-29 Alexander Iljinfile-picker.operations: new vocab with save-as operatio...
2017-05-29 Alexander Iljinfile-picker: implement save-file-dialog on windows
2017-05-26 Alexander Iljinui-docs: mark an optional output parameter with the... 1818/head
2017-05-26 Alexander Iljinalien.data-docs: add a missing space between sentences
2017-05-15 Alexander Iljinui.tools.listener-docs: wrap a hotkey in the $snippet tag
2017-05-06 Sankaranarayanan... slides: map 'b' key to previous slide (like unix less)
2017-05-05 John Benediktssongraphviz.notation: fix $example to compile properly.
2017-05-05 John Benediktssonlocals: modify examples to use new "--- Data stack...
2017-05-05 John Benediktssonhelp.lint.checks: improve check-example to print the...
2017-05-05 John Benediktssoncompiler.units: fix modify-code-heap example.
2017-05-04 John Benediktssonsequences: fix example for unless-empty.
2017-05-04 John Benediktssonbinary-search: improve example for search.
2017-05-04 John BenediktssonRevert "binary-search: improve example for search."
2017-05-04 John BenediktssonRevert "help.lint.checks: prettyprints the examples...
2017-05-04 John Benediktssonbinary-search: improve example for search.
2017-05-04 John Benediktssonhelp.lint.checks: prettyprints the examples stack autom...
2017-05-04 John Benediktssoneditors.emacs: add an emacsclient-args on request.
2017-05-04 John Benediktssonmath: fix stack effect for unless-zero and when-zero.
2017-04-25 Alexander Iljincalendar.format: restore the deleted duration>hm 1806/head
2017-04-17 Alexander Iljinui.gadgets.charts.lines: add a division by zero test...
2017-04-17 Alexander Iljinui.gadgets.charts.axes: replace boolean property with...
2017-04-17 Alexander Iljinui.gadgets.charts.lines: make black the default line...
2017-04-17 Alexander Iljinui.gadgets.charts.utils: move some common code to the...
2017-04-17 Alexander Iljinui.gadgets.charts.[axes|demos]: add simple axis drawing
2017-04-17 Alexander Iljinui.gadgets.charts.axes: initial import
2017-04-17 Alexander IljinMove charts* to ui.gadgets.charts* in the resource...
2017-04-17 Alexander Iljincharts.demo: add a red cosine wave to the demo chart
2017-04-17 Alexander Iljincharts.lines: fix edge cases for fix-left-chunk and...
2017-04-17 Alexander Iljincharts.lines: add a test for y-in-bounds?
next