]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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
2017-06-21 Alexander Iljinmodels-docs: update documentation
2017-06-21 Alexander Iljinui.gadgets.panes-docs: add a missing parenthesis
2017-06-21 Alexander Iljinsequences-docs: add short help for the words longest...
2017-06-21 Alexander Iljinui.gadgets-docs: fix wording
2017-06-15 John Benediktssonmath.parser: allow 0B, 0O, and 0X number prefixes.
2017-06-12 John Benediktssonui.gadgets.line-support: even though 1/.0 parses, chang...
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...
next