]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2020-01-24 Doug ColemanLICENSE.txt: Update the copyright year!
2020-01-17 Doug Colemanbyte-arrays: Add a byte-sequence protocol for byte...
2020-01-15 John Benediktssontuple-arrays: final-class wasn't a predicate class.
2020-01-15 John Benediktssonclasses: fix a couple of check-instance uses.
2020-01-15 John Benediktssoncontinuations: more use of check-instance.
2020-01-15 John Benediktssonclasses: use check-instance in a few places, to remove...
2020-01-15 John Benediktssonclasses: adding a check-instance for checking type...
2020-01-09 John Benediktssonurls.encoding: support byte-array values for encoding.
2020-01-09 John Benediktssonbencode: support decoding byte-arrays.
2020-01-09 John Benediktssonbencode: alloe bencode of byte-arrays.
2020-01-09 Doug Colemantools.deploy: Up the deploy sizes for mac32.
2020-01-08 John Benediktssonbencode: use linked-assocs to preserve ordering, fix...
2020-01-08 John Benediktssonllvm.ffi: ...
2020-01-08 John Benediktssontensors.tensor-slice: make step-slice not extend slice.
2020-01-08 John Benediktssonllvm.ffi: need to fix stack effect for the false case.
2020-01-06 John Benediktssonio: fix for win32-error not throwing on zero.
2020-01-06 John Benediktssonio.files: quot effects in change-file-lines and change...
2020-01-06 John Benediktssongame.loop: last-tick-percent-offset counts down to...
2020-01-06 Alexander Iljinwindows.errors: fix a compilation error
2020-01-06 Alexander Iljinwindows.errors: streamline error handling and throwing
2020-01-06 Alexander IljinReplace "win32-error-string throw" with windows-error...
2020-01-06 Alexander IljinReplace "n>win32-error-string throw" with windows-error...
2020-01-06 Alexander IljinDelete throw-win32-error, replace with win32-error...
2020-01-06 Alexander Iljinio.files.windows: replace "-1 <alien>" with INVALID_HAN...
2020-01-06 Alexander IljinReplace inline INVALID_HANDLE_VALUE checks with check...
2020-01-06 Alexander Iljinwindows.errors: make check-invalid-handle throw windows...
2020-01-06 John Benediktssongame.loop: using timer's next-nanos, which is in the...
2020-01-06 John Benediktssonllvm.ffi: fix cond.
2020-01-05 Doug Colemangpu.demos.bunny: use while* instead of each-morsel
2020-01-05 Doug Colemanio.files.info: Fix linux file-system-info recursion
2020-01-04 Doug Colemangame.loop: Fix game loop for timers change
2020-01-04 Doug Colemanbuild: Fix paths...
2020-01-04 Doug Colemanmason.disk: fix word name
2020-01-04 Doug Colemanio.files.info: Fix find-mount-point.
2020-01-04 Doug ColemanRevert "build.cmd: github is source of truth now"
2020-01-04 Doug Colemanio.files.info: fix circularity regression in file-syste...
2020-01-04 Doug Colemanmason.git: new repo location
2020-01-03 Doug Colemanio: Fix word to find disk space if a file is missing.
2020-01-03 Doug Colemanbuild.cmd: github is source of truth now
2020-01-03 Doug Colemanmason.disk: Fix usage of word
2020-01-03 Doug ColemanRevert "windows.errors: make check-invalid-handle throw...
2020-01-03 Doug ColemanRevert "Replace inline INVALID_HANDLE_VALUE checks...
2020-01-03 Doug ColemanRevert "io.files.windows: replace "-1 <alien>" with...
2020-01-03 Doug ColemanRevert "Delete throw-win32-error, replace with win32...
2020-01-03 Doug ColemanRevert "Replace "n>win32-error-string throw" with windo...
2020-01-03 Doug ColemanRevert "Replace "win32-error-string throw" with windows...
2020-01-03 Doug ColemanRevert "windows.errors: streamline error handling and...
2020-01-03 Doug Colemanio: Trim using lists.
2020-01-03 Doug Colemanmason.disk: Better handling of free disk space.
2019-12-18 John Benediktssontimers: simplify by setting delay-nanos directly.
2019-12-14 John Benediktssonmisc/vim: update syntax for cartesian-find.
2019-12-14 John Benediktssonsequences.product: adding product-find.
2019-12-14 John Benediktssonsequences: adding cartesian-find.
2019-12-13 John Benediktssontimers: allow timers to re-use threads when restarted...
2019-12-13 John Benediktssontensors: faster tensor/number operations by forcing...
2019-12-13 Nandeeka Nayaktensors: optimize matrix operations.
2019-12-13 John Benediktssonmisc/vim: update vim syntax keywords.
2019-12-13 John Benediktssoncore/basis/extra: using while* in a few places.
2019-12-13 John Benediktssonkernel: adding while* that passes the predicate result...
2019-12-10 nomennescioSupport for MinGW compiler. Need to instal MinGW compil...
2019-12-09 Doug Coleman.travis: Don't upgrade ruby, it takes too long.
2019-12-09 Doug Coleman.travis: install correct version of ruby
2019-12-09 Doug Coleman.travis: rvm reload
2019-12-09 Doug Coleman.travis: use newer ruby and turn off brew updating
2019-12-09 Doug Colemantravis: upgrade rvm first
2019-12-08 Doug Coleman.travis: more testing
2019-12-08 Doug Coleman.travis: fixing ruby?
2019-12-08 Doug Coleman.travis: Delete old rubygems after we install it.
2019-12-08 Doug Coleman.travis: Trying to fix macos.
2019-12-08 Doug Coleman.travis.yml: Don't run long-running tests.
2019-12-08 John Benediktssontools.test: adding a warning for possible long unit...
2019-12-08 Cat Stevensmath.matrices: rewrite, modernize and overhaul
2019-12-07 Doug Colemanwebapps.pastebin: Cleaner url derivation, better variab...
2019-12-07 Doug Colemanwebapps.pastebin: fix
2019-12-07 Doug Colemanwebapps.pastebin: fix using. oops.
2019-12-07 Doug Colemanwebapps.pastebin: Fix the url
2019-12-07 Doug Colemanwebsites.concatenative: endpoint for syncing github...
2019-12-07 Doug Colemanwebapps.pastebin: Email a list on every paste.
2019-12-05 John Benediktssonllvm.ffi: adding macOS location (when using homebrew).
2019-11-29 Rudi GrinbergRedirect when using curl
2019-11-25 Alexander Iljinwindows.errors: streamline error handling and throwing
2019-11-25 Alexander IljinReplace "win32-error-string throw" with windows-error...
2019-11-25 Alexander IljinReplace "n>win32-error-string throw" with windows-error...
2019-11-25 Alexander IljinDelete throw-win32-error, replace with win32-error...
2019-11-25 Alexander Iljinio.files.windows: replace "-1 <alien>" with INVALID_HAN...
2019-11-25 Alexander IljinReplace inline INVALID_HANDLE_VALUE checks with check...
2019-11-25 Alexander Iljinwindows.errors: make check-invalid-handle throw windows...
2019-11-24 Niklas LarssonDon't use rm from the nmake build.
2019-11-24 John Benediktssontensors: fix help-lint warnings.
2019-11-24 Nandeeka Nayaktensors: create basic tensors vocabulary.
2019-11-17 Doug ColemanAdd description of '-help' switch to documentation...
2019-11-15 Alexander Iljinrandom.passwords: new vocab
2019-11-11 Cat Stevenssoundex: move to extra as it's unused; fix authors...
2019-11-09 Cat Stevenshelp.lint.coverage: fix for shadowing "empty" word...
2019-11-09 John Benediktssonllvm.ffi: adding LLVMBuildMul.
2019-11-08 nomennescioAdd description of '-help' switch to documentation.
2019-11-08 John Benediktssonmath.extras: don't shadow B (breakpoint).
2019-11-08 John Benediktssonmath.extras: adding integer-sqrt.
2019-11-07 John Benediktssontools.test: add silent-tests? that hides unit-tests.
2019-11-07 John Benediktssonui.tools.listener: better future-proofing with code...
next