Commit Graph

  • fff7bc72a4 sequences.extras: add ?supremum and ?infimum Alexander Iljin 2017-06-22 13:32:46 +0300
  • f87d017624 FUEL: workaround for a bug caused by session.el Björn Lindqvist 2017-06-25 20:06:45 +0200
  • 134a9fbcb4 VM: we can save the process by throwing a normal error here Björn Lindqvist 2017-06-25 01:43:31 +0200
  • abbf8f8f1f VM: merging the profiling_sample and profiling_sample_count classes Björn Lindqvist 2017-06-25 01:15:40 +0200
  • e66b1a594a file-picker.linux: fixing open-file-dialog and save-file-dialog Björn Lindqvist 2017-06-24 23:49:07 +0200
  • 0d8338ceb8 io.sockets.secure.openssl,openssl.libssl: ENUM: over syntax Björn Lindqvist 2017-06-24 16:46:00 +0200
  • 483325d0f0 core/: bunch of more docs Björn Lindqvist 2017-06-24 16:42:59 +0200
  • f2a8a79a1a basis/,extra/: removing some unnecessary EXCLUDE declarations Björn Lindqvist 2017-06-24 16:38:34 +0200
  • 3f818637cd tools.trace: we can surely hardcode the excluded vocab list Björn Lindqvist 2017-06-24 00:14:52 +0200
  • c53895e03d pixel-format-docs: add a missing space Alexander Iljin 2017-06-21 01:15:38 +0300
  • 581489b64f sytax-docs: mention that numbers may contain commas Alexander Iljin 2017-06-20 21:51:14 +0300
  • df576aa6c3 models-docs: update documentation Alexander Iljin 2017-06-20 21:50:23 +0300
  • 5cc07a1c5f ui.gadgets.panes-docs: add a missing parenthesis Alexander Iljin 2017-06-16 01:37:21 +0300
  • 106e1ea4f3 sequences-docs: add short help for the words longest and shortest Alexander Iljin 2017-06-11 23:14:40 +0300
  • 24a071d6e6 ui.gadgets-docs: fix wording Alexander Iljin 2017-06-07 22:33:43 +0300
  • 13e7ed3986 math.parser: allow 0B, 0O, and 0X number prefixes. John Benediktsson 2017-06-15 15:53:01 -0700
  • 3bd0776630 ui.gadgets.line-support: even though 1/.0 parses, change to 1/0. John Benediktsson 2017-06-12 07:28:33 -0700
  • dc0b8994f0 Factor.app: update copyright. John Benediktsson 2017-06-11 14:16:53 -0700
  • 7202cf0fb4 prettyprint: make sure float number-base is tested. John Benediktsson 2017-06-11 13:45:22 -0700
  • 7b65b5193f prettyprint: remove tests for float .b and .o. John Benediktsson 2017-06-11 13:43:02 -0700
  • bf6300b7b0 prettyprint: fix .b, .o, and .h for negative numbers. John Benediktsson 2017-06-11 10:57:01 -0700
  • 634df46db9 prettyprint.backend: allow octal and binary float printing. John Benediktsson 2017-06-11 10:54:13 -0700
  • 3018010f67 prettyprint.sections: don't create empty strings with zero indent. John Benediktsson 2017-06-11 10:53:55 -0700
  • e8cef24486 ui.tools.inspector: improve performance for large arrays and hashtables. John Benediktsson 2017-06-11 08:59:45 -0700
  • 0fddbc2af1 formatting: revert change to %d, %o, %b, %x for now. John Benediktsson 2017-06-10 13:31:26 -0700
  • c503659a93 math.functions: fix another test impacted by float truncate change. John Benediktsson 2017-06-09 11:28:21 -0700
  • f086b54067 odbc: Minor style fixes and add an error function. Doug Coleman 2017-06-08 21:05:03 -0500
  • 67c44bcf62 base64: Fix base64 for strings that don't end in equal signs. Doug Coleman 2017-06-08 21:02:13 -0500
  • 57de1f5ab0 math.functions: make -0.3 truncate return 0.0 instead of -0.0. John Benediktsson 2017-06-08 11:27:48 -0700
  • 1dceb069ad formatting: fix bug when using %e and the number rounds up in magnitude Jon Harper 2017-04-09 20:29:11 +0200
  • 4df21818f5 formatting: change %.0f and %.0e to remove the radix character. It's more standard. Jon Harper 2017-04-09 20:26:39 +0200
  • 756184607b formatting: make these tests actually test the expected code path Jon Harper 2017-04-09 20:25:28 +0200
  • 552791d1cf formatting: don't force the presence of ".0" for %f and %e when precision is 0 Jon Harper 2017-02-26 16:55:49 +0100
  • 762b22e1a8 formatting-docs, document ' ' as an alternative to '+' for positive numbers sign prefixing Jon Harper 2017-02-26 16:14:52 +0100
  • 6061da92be formatting, allow uppercase exponent for bin floats in base 2 and 8 Jon Harper 2017-02-26 15:54:35 +0100
  • ccbb8116fc formatting, make %d, %o, %b work for ratios and floats Jon Harper 2017-02-26 15:50:38 +0100
  • 438e22fceb formatting, fix %f and %e for ratios and integers Jon Harper 2017-02-24 17:01:45 +0100
  • e1df9df735 formatting: fix missing '+' for %+e with negative exponent Jon Harper 2017-02-26 15:15:47 +0100
  • 80e9d7c115 move math.extras:round-to-even to math.functions to use in basis:formatting Jon Harper 2017-02-24 17:00:07 +0100
  • bf852cea6a add basis.math.functions.integer-logs: exact integer logarithms Jon Harper 2017-02-24 13:14:00 +0100
  • 34f36a529e math.functions, speed up truncate for floats Jon Harper 2017-02-25 16:36:36 +0100
  • c74cfe6c54 math.functions: fix truncate and round to output -0.0 for negative floats near 0 Jon Harper 2017-02-25 15:34:38 +0100
  • 271c7d9519 math.functions, fix round for ratios between -1/2 and -1 Jon Harper 2017-02-25 14:37:23 +0100
  • acf14a7bd1 io.directories.windows: add size slot to windows-directory-entry tuple Alexander Iljin 2017-06-05 13:18:22 +0300
  • 75d8c1e050 Add .gitattributes to enforce EOL policy for factor sources Alexander Iljin 2017-06-05 23:02:52 +0300
  • 6d355c998b help.lint.spaces: new vocab Alexander Iljin 2017-06-05 20:17:57 +0300
  • 2ffa446f5b *-docs: replace double spaces with single spaces Alexander Iljin 2017-06-05 20:13:54 +0300
  • 445b55b3e5 test runner: non-zero exit code in case of failed tests Robert Vollmert 2017-05-05 18:11:33 +0200
  • 27423b78aa classes.intersection: Fix typo in commented-out unit-test. Doug Coleman 2017-06-04 16:14:22 -0500
  • d0766692ef compiler.cfg.registers: Missed a renmae for d: and r:. char-rename Doug Coleman 2017-06-04 17:06:48 -0500
  • 7a92c91b6d multiline: HEREDOC: -> heredoc: Doug Coleman 2017-06-04 16:15:38 -0500
  • 477900b075 classes.intersection: Fix typo in commented-out unit-test. Doug Coleman 2017-06-04 16:14:22 -0500
  • c520a7269f factor: D: -> d:, R: -> r: Doug Coleman 2017-06-04 16:13:32 -0500
  • c091ed4afc factor: FOO: -> foo: if it's not a top-level definition word. Doug Coleman 2017-06-04 16:10:50 -0500
  • a85ae72783 factor: CHAR: -> char: Doug Coleman 2017-06-04 16:00:02 -0500
  • b9d2e154c5 factor: ALIEN: -> alien: Doug Coleman 2017-06-04 15:59:20 -0500
  • 1fa0f4100c factor: DECIMAL: -> decimal:, ROMAN: -> roman: Doug Coleman 2017-06-04 15:57:26 -0500
  • 9aacb29667 unmaintained: New repo here: https://github.com/factor/factor-unmaintained Doug Coleman 2017-06-04 15:39:41 -0500
  • 9e76899dbd tools.test: Make the flag public. Finish porting tester changes to fuzzer. unmaintained Doug Coleman 2017-06-04 14:47:35 -0500
  • 1708c8011f classes.singleton: Update another test. Doug Coleman 2017-06-04 12:57:38 -0500
  • 50fbf0457a tools.deploy: Change unit-test to long-unit-test for deploy tests. Doug Coleman 2017-06-04 12:55:58 -0500
  • be1175b3c5 tools.test: Add long-unit-test and refactor a bit. Doug Coleman 2017-06-04 12:30:51 -0500
  • 06fd324379 singleton: Move definitions to top level in tests. Doug Coleman 2017-06-04 10:41:26 -0500
  • b540feb95d Nmakefile: add the /largeaddressaware linker option for 32-bit builds Alexander Iljin 2017-06-03 19:52:37 +0300
  • b3ba829601 cuda.devices: Utility word to print all cuda devices. Doug Coleman 2017-06-03 20:59:51 -0500
  • acffb259f7 kernel: Fix the docs for curry/compose a bit. Doug Coleman 2017-06-03 02:10:06 -0500
  • 72eaa9d466 compiler.tree.propagation.call-effect: I deleted an important method on compose on accident. Doug Coleman 2017-06-02 23:31:35 -0500
  • 7a703658f1 sequences: Remove start for real in favor of subseq-start. Doug Coleman 2017-06-02 17:40:13 -0500
  • 48344ab55c factor: last iota -> <iota> fix. Doug Coleman 2017-06-02 17:39:40 -0500
  • 32710df620 core/basis: Rename tuples kernel:curry -> curried, kernel:compose -> composed. Doug Coleman 2017-06-02 17:02:08 -0500
  • 1dc65c13e7 words: Remove dummy ``word`` word and comment. Totally bogus. Doug Coleman 2017-06-02 16:58:14 -0500
  • 195630f637 iota: Fix second iota -> <iota> in line several times. Doug Coleman 2017-06-02 15:38:05 -0500
  • e189954ecc core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; Doug Coleman 2017-06-01 16:59:35 -0500
  • 0ca1b4656f ui.backend.cocoa.views: Use ?-> to avoid objc lookup errors if backingScaleFactor selector does not exist. Doug Coleman 2017-06-01 12:27:33 -0500
  • d838f95370 cocoa: Allow ?-> syntax for methods that might not exist. Doug Coleman 2017-06-01 11:55:08 -0500
  • f7ce73b962 gml.runtime: Don't let gml double up on class/word names. Doug Coleman 2017-06-01 15:19:11 -0500
  • 88bff3a034 sequences: Add start as an alias for subseq-start, start* aliasing subseq-start-from. Doug Coleman 2017-06-01 14:55:15 -0500
  • 42a7a8e572 compiler: Rename start -> start-compilation, finish -> finish-compilation. Doug Coleman 2017-06-01 14:51:18 -0500
  • c5b563ed09 factor: Rename start -> subseq-start, start* -> subseq-start-from. Doug Coleman 2017-06-01 14:45:54 -0500
  • c706bdae4e factor: Fix misc/ for GENERIC# -> GENERIC#: rename. Doug Coleman 2017-06-01 14:05:15 -0500
  • 7c7bb93c55 factor: Rename GENERIC# to GENERIC#:. Doug Coleman 2017-06-01 13:58:58 -0500
  • 5aa89e6251 factor: Add newlines to every line. Doug Coleman 2017-06-01 13:46:32 -0500
  • df189eada5 io.files.info.windows: Fix using list. Doug Coleman 2017-05-31 18:40:08 -0500
  • e93d8f82bc core: Add TH{ for making assoc tuples. Doug Coleman 2017-05-30 20:14:29 -0500
  • f3bbc30c8a namespaces: Way better implementation of with-variable-on. Doug Coleman 2017-05-30 19:53:22 -0500
  • dd22d6efa4 cocoa.touchbar: Add platforms file. Doug Coleman 2017-05-30 18:14:39 -0500
  • a632337ba2 cocoa: Add basic support for TouchBar. Doug Coleman 2017-05-30 12:09:02 -0500
  • 75d6395849 multiline: Add [[ as string/comment parsers. Doug Coleman 2017-05-30 12:04:35 -0500
  • f3ed43dc74 cocoa: Import more classes for TouchBar support. Doug Coleman 2017-05-29 12:36:35 -0500
  • e6d0c06f17 namespaces: Add with-variable-on/off combinators. Doug Coleman 2017-05-29 12:36:16 -0500
  • 5b1198e20c file-picker.operations: fix invalid parameter order in save-as Alexander Iljin 2017-05-29 19:28:38 +0300
  • 55d5577961 tools.test: fix fake unit test to notify observers after clearing test failures. John Benediktsson 2017-05-29 08:42:32 -0700
  • 68e7a69572 cocoa.dialogs: simple fix for split-path errors with empty string input. John Benediktsson 2017-05-29 08:27:58 -0700
  • c1d33065ad editors: added pref-dim* for action-editor nicolas-p 2017-05-24 13:44:19 +0200
  • c8e02d880e file-picker.operations: use set-file-contents. John Benediktsson 2017-05-29 08:07:12 -0700
  • b000f124a0 file-picker*: add copyright and licence headers, and authors.txt files Alexander Iljin 2017-05-26 16:05:53 +0300
  • 0464e6f84b file-picker.operations: new vocab with save-as operation for byte-arrays Alexander Iljin 2017-05-26 13:18:48 +0300
  • 4ceb098907 file-picker: implement save-file-dialog on windows Alexander Iljin 2017-05-25 02:37:39 +0300
  • 646f14f249 ui-docs: mark an optional output parameter with the "/f" suffix Alexander Iljin 2017-05-24 20:14:14 +0300
  • 632961798f alien.data-docs: add a missing space between sentences Alexander Iljin 2017-05-24 20:12:44 +0300