]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2020-02-11 John Benediktssoncore/basis/extra: use flags{ } in places.
2020-02-11 John Benediktssonio.directories.windows: don't need to wrap.
2020-02-09 John Benediktssonvocabs.hierarchy: change sorting to sort visible-dirs.
2020-02-09 John Benediktssonvocabs.hierarchy: faster all-disk-vocabs-recursive.
2020-02-07 John Benediktssonio.files.windows: make win32-file-attributes a little...
2020-02-06 John Benediktssonmath.statistics: adding interquartile-range, midhinge...
2020-01-30 John Benediktssontensors: cleanup using, and make a few float math opera...
2020-01-30 John Benediktssongobject-introspection: support more number type constants.
2020-01-29 Chris DoubleFix linux find-so failure if no old ld entries exist
2020-01-29 John Benediktssonmath.matrices: use any? and all? directly in tests.
2020-01-29 John Benediktssonmath.matrices: update using on tests.
2020-01-29 John Benediktssonbittorrent: fix check-bitfield, add a test.
2020-01-29 John Benediktssonpersistent.hashtables: cleanup.
2020-01-29 John Benediktssonmath: use sorted-histogram values in a few places.
2020-01-29 John Benediktssonui.gadgets.panes: fix for big strings on windows and...
2020-01-24 John Benediktssonui.backend.cocoa.views: some formatting cleanup.
2020-01-24 kusumotonorioTests for System V AMD64 ABI (#2233)
2020-01-24 John BenediktssonMerge pull request #2235 from kusumotonorio/system...
2020-01-24 John Benediktssonbittorrent: initial commit of message parsing.
2020-01-24 Doug ColemanLICENSE.txt: Update the copyright year!
2020-01-23 kusumotonoriounix.factor: Bug fix etc., boxing.factor: Improves... 2235/head
2020-01-20 kusumotonorioboxing.factor: Swap first and second positions
2020-01-20 kusumotonorioboxing.factor: Use count
2020-01-20 kusumotonoriounix.factor: Use count
2020-01-19 kusumotonorioput alien.factor, ffi_test.* back
2020-01-19 kusumotonorioput alien.factor back
2020-01-19 kusumotonorioAdd Callback Tests
2020-01-19 kusumotonorioStop inc-not-f and dec-not-f, etc
2020-01-17 Doug Colemanbyte-arrays: Add a byte-sequence protocol for byte...
2020-01-16 kusumotonorioboxing.factor: Change Stack Effects
2020-01-16 kusumotonorioRemove an extra space
2020-01-16 kusumotonorioImprove System V AMD64 ABI compliance
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.
next