]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-06-17 Doug Colemanxkcd: Everybody stand back. I know regular expressions.
2018-06-15 Doug Colemantools.scaffold: delete from root cache but allow vocab...
2018-06-15 John Benediktssontools.scaffold: quick fix for scaffold-vocab bug.
2018-06-15 Doug Colemans3: Fix get-object to allow signing. Add sorted-bucket...
2018-06-14 Doug Colemanio.directories.search: link-info better than file-info...
2018-06-06 Cat Stevensfinish up fixes to help.lint.coverage
2018-06-04 John Benediktssonsystem-info.macosx: new code name Mojave.
2018-06-04 Doug ColemanRevert "VM: removing the unused callstack-bounds primitive"
2018-06-04 Doug Colemanassocs: kv-with word.
2018-06-04 Doug Colemanhtml.parser.analyzer: find-classes-named word.
2018-06-03 Cat Stevensmath.functions docs: add logn to "powers and logarithms...
2018-05-08 John Benediktssonheaps: simplify by using data vector directly.
2018-05-04 John Benediktssongame.input.demos.key-caps: more fun with button texts.
2018-05-04 John Benediktssonvm/mach_signal.cpp: didn't need mach_msg_return_t.
2018-04-19 John Benediktssondecimals: fix stack effect for decimal>float.
2018-03-22 John Benediktssonmath.functions: one line logn
2018-03-22 Cat Stevensbasis/math: add logn to math.functions (fix #1981)
2018-03-22 John Benediktssonpong: use different colors.
2018-03-22 John Benediktssonvm: fix COMPILE-TIME to use __DATE__ and __TIME__
2018-03-22 John Benediktssonminesweeper: adding games tag.
2018-03-22 John Benediktssonpong: adding demos tag.
2018-03-22 John Benediktssonflatland: moving back to unmaintained.
2018-03-22 John Benediktssonpong: fix some bugs, cleanup, little fancier.
2018-03-22 John Benediktssonui.gadgets.sliders: prevent negative elevator-length.
2018-03-17 Doug Colemanwindows.surface-dial: Add surface-dial COM interface.
2018-03-17 Doug Colemanwindows.com.wrapper: Fix up docs example so it runs.
2018-03-17 Doug Colemanwindows: Add some more win32 calls.
2018-03-16 Doug Colemaneditors.visual-studio-code: Fix command-line args url.
2018-03-16 Doug Colemanio.launcher.windows: Actually support +new-group+ and...
2018-03-16 Doug Colemaneditors: Launch editors as child processes. Hopefully...
2018-03-15 Doug Colemansystem: flush so we get the same behavior on windows...
2018-03-15 Doug ColemanNmakefile: Let cl decide how many threads to use.
2018-03-15 Doug ColemanNmakefile: Parallel!
2018-03-15 Doug ColemanRevert "use tilde paths instead of home append-path."
2018-03-15 Doug ColemanRevert "help.pdf: use tilde paths."
2018-03-15 Doug ColemanRevert "fix a couple more tilde paths."
2018-03-15 Doug ColemanRevert "mason.build: Can't resolve path ~/builds/factor...
2018-03-15 John Benediktssontools.scaffold: adding scaffold for error classes.
2018-03-14 John Benediktssontools.hexdump: fix tests for slightly changed output.
2018-03-14 John Benediktssonunicode.collation: minor cleanup.
2018-03-14 John Benediktssongame-of-life: simpler wraparound logic in count-neighbors.
2018-03-14 Doug Colemanmason.build: Can't resolve path ~/builds/factor, not...
2018-03-14 John Benediktssontools.hexdump: smaller binary sizes without formatting.
2018-03-14 John Benediktssontools.hexdump: don't require stream-length
2018-03-14 John BenediktssonRevert "io.backend.unix: fix handle-length on stdin."
2018-03-14 Doug Colemanmason.release: Sign the .dmg on macOS.
2018-03-14 John Benediktssontools.hexdump: much faster hexdump.
2018-03-13 John Benediktssontools.hexdump: adding deploy file.
2018-03-13 John Benediktssontools.hexdump: support stdin hexdump.
2018-03-13 John Benediktssonio.backend.unix: fix handle-length on stdin.
2018-03-13 John Benediktssontools.cocoa: fix use of each-method-in-class.
2018-03-13 John Benediktssoncocoa: cleanup ?-> syntax and implementation.
2018-03-13 John Benediktssoncocoa: change ?-> to always cache stubs in syntax word.
2018-03-13 John Benediktssoncocoa.touchbar: another experiment for the 10.11 build...
2018-03-13 John Benediktssonui.backend.cocoa.views: prepareOpenGL can use ?-> syntax.
2018-03-13 John BenediktssonRevert "cocoa.touchbar: quick hack to experiment with...
2018-03-13 John Benediktssonui.backend.cocoa.views: cleanup some method signatures.
2018-03-13 John Benediktssoncocoa.messages: fix for ".cxx_destruct" selector name.
2018-03-13 John Benediktssoncocoa.messages: bind classname.methodname selectors...
2018-03-12 John Benediktssoncocoa.touchbar: quick hack to experiment with 10.11...
2018-03-12 John Benediktssongame-of-life: little bit more.
2018-03-12 John Benediktssongame-of-life: cleanup play/stop and some count-neighbors.
2018-03-12 John Benediktssongame-of-life: use row directly in next-step.
2018-03-11 John Benediktssongame-of-life: cleanup using.
2018-03-11 John Benediktssongame-of-life: even faster by factoring out the neighbor...
2018-03-11 John Benediktssongame-of-life: more ugly faster code.
2018-03-11 Alexander Iljinbuild.cmd: fix cmd script syntax
2018-03-11 Doug ColemanNmakefile, build.cmd: Set the build information in...
2018-03-10 John Benediktssongame-of-life: more speed in count-neighbors.
2018-03-10 John Benediktssongame-of-life: count-neighbors needs circular wraparound...
2018-03-10 John Benediktssongame-of-life: flip scroll direction.
2018-03-09 John Benediktssongame-of-life: faster com-random.
2018-03-09 John Benediktssongame-of-life: fix inevitable bug in faster code.
2018-03-09 John Benediktssongame-of-life: ugly code that makes next-step faster.
2018-03-09 John Benediktssongame-of-life: small updates.
2018-03-09 John Benediktssongame-of-life: implement scrolling and resizable windows.
2018-03-09 John Benediktssongame-of-life: experimental Conway's Game of Life.
2018-03-09 John Benediktssoncrontab: adding first version of crontab parser.
2018-03-07 John Benediktssonminesweeper: fix stack effect in adjacent-flags.
2018-03-07 John Benediktssonminesweeper: reduce duplicated code in count-neighbors.
2018-03-06 John Benediktssonminesweeper: reduce duplicated code for click/mark...
2018-03-06 John Benediktssongrouping: change chunking to throw bounds-errors in...
2018-03-06 Alexander Iljinui-docs: add help for resize-window
2018-03-06 John Benediktssonchecksums.metrohash: don't need uint8_t-array.
2018-03-05 John Benediktssonui.backend.windows: fix resize-window to use "adjusted...
2018-03-05 John Benediktssonminesweeper: re-use click-cells-around.
2018-03-05 John Benediktssonminesweeper: adding docs for middle-click.
2018-03-05 Philip Dexterminesweeper: add classic middle-click functionality
2018-03-05 John Benediktssonspecialized-arrays: slightly faster nth-unsafe.
2018-03-05 John Benediktssonchecksums.multi: making these checked $examples.
2018-03-05 John Benediktssonchecksums.multi: fix $slot help-lint error.
2018-03-04 John Benediktssonchecksums.multi: use resource: to make sure test works.
2018-03-04 Alexander Iljinchecksums.multi: new vocab
2018-03-04 Alexander Iljinwindows.kernel32: add the FILE_* constants for GetVolum... 1965/head
2018-03-04 Alexander Iljindb.types-docs: mention the +primary-key+ in the appropr...
2018-03-04 Alexander Iljindb.sqlite: support the +primary-key+ modifier
2018-03-04 Alexander Iljinmultiline-docs: amend the help for /*
2018-03-04 John Benediktssongobject-introspection: cleanup using.
2018-03-04 John Benediktssongobject-introspection: using xdg vocab.
next