]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2017-08-06 Doug Colemanwindows.directx: Fix some TYPEDEF: lines that end in...
2017-08-06 Doug Colemancocoa: CLASS: ; -> <CLASS: ;CLASS>
2017-08-06 Doug Colemanfunctors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR>
2017-08-06 Doug Colemanextra: Add cli.git and github.sync.
2017-08-03 Doug Colemanio: Add with-ensure-directory and ?file-info.
2017-07-30 Doug Colemanmachine-learning.functions: Add selu
2017-07-29 Alexander Iljinchecksums.ripemd-docs: fix some typos.
2017-07-25 John Benediktssontools.test: less duplication in unit-test~/v~.
2017-07-25 John Benediktssontools.test: better errors when unit-test-~/v~ fail.
2017-07-23 Doug Colemantools.test: Fix unit-test~ and a couple of tests.
2017-07-23 Doug Colemanmath.vectors.simd.intrinsics: Add a comment so I am...
2017-07-22 Doug Colemanmachine-learning.functions: Add softmax, softmin, relu...
2017-07-22 Doug Colemanarrays.shaped: A bit of work on arrays.shaped.
2017-07-22 Doug Colemanbasis: Add unit-test~ and unit-test-v~ for testing...
2017-07-16 Jon Harperchecksums: add ripemd-160 (based on the md5 implementation) 1846/head
2017-07-15 Björn Lindqvistllvm: looks like we need not tested tags on the subvoca...
2017-07-14 Björn Lindqvistllvm.examples.sumfunc: making the example work with...
2017-07-14 Björn Lindqvistllvm: more of the old api added, and some tests
2017-07-14 Björn Lindqvistllvm.ffi: add-library if found, should fix loading...
2017-07-14 Björn Lindqvistllvm: not loaded tag to avoid build machine failures
2017-07-13 Björn Lindqvistllvm: more of the unmaintained llvm bindings fixed
2017-07-12 Björn Lindqvistllvm: turning off testing for now
2017-07-12 Björn Lindqvistllvm: more vocabs from factor-unmaintained added back
2017-07-11 Björn Lindqvistllvm: "salvaging" these vocabs from factor-unmaintained
2017-07-09 Björn Lindqvistbasis/: more docs
2017-07-09 Björn LindqvistFUEL: fixing markup to indent multiline code correctly
2017-07-08 Jon Harperformatting, workaround bug for "%.0e" and "%.0f" on...
2017-07-08 Jon Harperformatting: fix exception when formatting the integer...
2017-07-08 Björn Lindqvistbasis/,core/,extra/: more tags
2017-07-07 Björn LindqvistFUEL: need to specify vocab containing developer-name
2017-07-07 Björn LindqvistFUEL: breadcrumb system on vocabs/tag and vocabs/author...
2017-07-06 Björn Lindqvistbasic/, extra/: even more tags
2017-07-06 Björn Lindqvistbasis/,core/,extra/: many new tags
2017-07-06 John Benediktssonhash-sets/hashtables: remove wrapped-key, use slot...
2017-07-06 John Benediktssonhashtables/hash-sets: add some error checking...
2017-07-05 John Benediktssonsorting.slots: make sort-keys-by and sort-values-by...
2017-07-05 Björn LindqvistFUEL: ensures fuel-listener-mode and factor-mode has...
2017-07-05 Björn LindqvistFUEL: more consistent font-locking of strings
2017-07-05 John Benediktssonvocabs.metadata: remove filter-don't-test (inline it...
2017-07-05 John Benediktssonmisc/fuel: fix typo.
2017-07-05 Björn Lindqvistcompiler.crossref: stray char broke bootstrap, sorry
2017-07-04 Björn Lindqvistvocabs.metadata: removing words not used anymore
2017-07-04 Björn Lindqvistbasis/,extra/: lots of new tags.txt files
2017-07-04 Björn Lindqvistopenssl.test: updating cert for openssl 1.1 (#1843)
2017-07-04 Björn Lindqvistcompiler.*: more docs
2017-07-04 Björn LindqvistFUEL: indenting the code examples in fuel looks cool
2017-07-04 Björn Lindqvistfuel.help: breadcrumbs in article pages too
2017-07-04 Björn LindqvistFUEL: cool breadcrumb navigation for help pages
2017-07-04 Björn Lindqvistirc.*: removing more EXCLUDE: (#1839)
2017-07-04 Björn LindqvistFUEL: fixing the name of the $vocab markup word
2017-07-04 Doug Colemanroms.lunar-rescue: Fix docs link.
2017-07-04 Doug Colemanalien.endian: Add a couple more types. This vocab needs...
2017-07-04 Björn LindqvistFUEL: clickabe http urls in fuel help
2017-07-04 Björn Lindqvistspace-invaders,lunar-rescue,balloon-bomber: let's move...
2017-07-04 Björn Lindqvistballoon-bomber,lunar-rescue,space-invaders: fixing...
2017-07-04 Björn Lindqvistwindows.fullscreen: fix IN: declaration
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-07-03 Björn Lindqvistldcache: fixing article title
2017-07-02 Björn Lindqvistio.standard-paths.unix: ofc /bin/ps should be included...
2017-07-02 Björn Lindqvistldcache: new vocab for reading and parsing the /etc...
2017-07-02 Björn Lindqvistnumber-game: need to flush the output
2017-07-02 Björn Lindqvistfullscreen: looks like the vocab belongs in the windows...
2017-07-02 Björn Lindqvistio.standard-paths.unix: ifconfig isnt installed everywh...
2017-07-01 Björn Lindqvistchecksums,openssl.libcrypto: make it work with openssl 1.1
2017-07-01 Björn Lindqvistopenssl: docs
2017-07-01 Björn Lindqvistopenssl.*,io.sockets.*: support for openssl 1.1
2017-07-01 Björn Lindqvistopenssl.*: adding functions that are different in libbs...
2017-06-30 Björn Lindqvistui.tools: setting the initial tool dim as a multiple...
2017-06-30 Björn LindqvistVM: removing init_globals(), calling init_mvm() instead
2017-06-30 Björn LindqvistFUEL: make the req-id always a 5-digit number.. prettie...
2017-06-30 Björn LindqvistFUEL: improved logging
2017-06-29 Björn LindqvistBuild: let's remove the NO_UI variable
2017-06-28 Björn Lindqvistformatting.tests: conditioning some tests to pass on...
2017-06-28 Björn Lindqvistmath.parser: fill argument must not be an empty byte...
2017-06-27 Björn Lindqvistui: more docs and tests
2017-06-27 Björn Lindqvistui: the ui-thread variable isn't needed
2017-06-27 Björn Lindqvistui: better handling of cascading errors
2017-06-27 Björn LindqvistFUEL: can use the factor-on-vocab function instead
2017-06-27 John BenediktssonRevert "compiler.cfg.gvn.avail: use ?infimum"
2017-06-26 Alexander Iljincompiler.cfg.gvn.avail: use ?infimum
2017-06-26 Björn LindqvistVM: removing the annotations to please musl (#1836)
2017-06-26 Björn Lindqvisthelp: fix to make the orphan articles index page render...
2017-06-26 Björn Lindqvistfuel.help: fix for a small help bug on vocabs without...
2017-06-26 Björn LindqvistFUEL: confirmation prompt for cleaning browsing history...
2017-06-26 Björn LindqvistFUEL: need to specify used vocabs
2017-06-26 Björn Lindqvistfuel.eval: fixing the manifest gunk more
2017-06-26 Björn LindqvistFUEL: this looks unused
2017-06-26 Björn Lindqvistfuel.eval: refactoring to remove the globals eval-error...
2017-06-26 Björn Lindqvistfuel.eval: better manifest handling in eval-in-context
2017-06-25 Alexander Iljinsequences.extras: add ?supremum and ?infimum
2017-06-25 Björn LindqvistFUEL: workaround for a bug caused by session.el
2017-06-24 Björn LindqvistVM: we can save the process by throwing a normal error...
2017-06-24 Björn LindqvistVM: merging the profiling_sample and profiling_sample_c...
2017-06-24 Björn Lindqvistfile-picker.linux: fixing open-file-dialog and save...
2017-06-24 Björn Lindqvistio.sockets.secure.openssl,openssl.libssl: ENUM: over...
2017-06-24 Björn Lindqvistcore/: bunch of more docs
2017-06-24 Björn Lindqvistbasis/,extra/: removing some unnecessary EXCLUDE declar...
2017-06-23 Björn Lindqvisttools.trace: we can surely hardcode the excluded vocab...
2017-06-21 Alexander Iljinpixel-format-docs: add a missing space 1837/head
2017-06-21 Alexander Iljinsytax-docs: mention that numbers may contain commas
next