Commit Graph

  • de4495875f checksums.md5: minor thing. John Benediktsson 2016-07-11 14:02:33 -0700
  • f0d47b7329 random: no need to zero bytes in M\ object random-bytes*. John Benediktsson 2016-07-11 14:00:53 -0700
  • 800d643c2d random.mersenne-twister: simplify seed-random. John Benediktsson 2016-07-11 14:00:15 -0700
  • 6b12e2e3bc use ?delete-file instead of [ delete-file ] ignore-errors. John Benediktsson 2016-07-10 20:28:46 -0700
  • bd630d1464 math.integers: use must-fail instead of ignore-errors. John Benediktsson 2016-07-10 20:28:28 -0700
  • b67b1c0287 unicode: add the number of tests... John Benediktsson 2016-07-10 18:18:41 -0700
  • dd4fb140b6 unicode.normalize: better tests that don't spam the console. John Benediktsson 2016-07-10 16:54:02 -0700
  • 55565ace6d unicode.collation: better tests that don't spam the console. John Benediktsson 2016-07-10 16:36:14 -0700
  • 77bb2c4146 http.server.responses: less dynamic but equal. John Benediktsson 2016-07-10 15:44:54 -0700
  • cab9a3d625 http.server.responses: load trivial responses from a text file. John Benediktsson 2016-07-10 15:26:58 -0700
  • f7e2f3af79 checksums.common: don't need next-level anymore thanks to cleanup. Doug Coleman 2016-07-10 11:40:16 -0500
  • 6b9d6c00c0 checksums.common: simplify add-checksum-bytes. John Benediktsson 2016-07-09 20:58:14 -0700
  • 217b7f2b0c checksums: Ugly fix for incremental checksums. Add randomized unit tests to ensure that varying length payloads are the same incrementally or all at once. Doug Coleman 2016-07-09 16:59:15 -0500
  • d6d4e0e903 checksums: Really fix... only add the number of extra bytes in the last unchecksummed block. Doug Coleman 2016-07-09 14:17:59 -0500
  • 2c5a2e9600 checksums.common: Checksums was calculating the new length based on the entire array, not on the number of recently added bytes. Reported by Александр Ilin. Doug Coleman 2016-07-09 13:53:30 -0500
  • e4f2770456 http.server.static: add sorts on columns Jon Harper 2016-06-26 20:35:25 +0200
  • 679abfa5d7 http.server.static, html table listings Jon Harper 2016-06-22 23:20:48 +0200
  • 5345e32b84 FUEL: readding factor-method-definition-regex Björn Lindqvist 2016-07-02 15:27:33 +0200
  • ecb462cf29 FUEL: unused function removed Björn Lindqvist 2016-07-02 15:26:41 +0200
  • 1e7e0e9876 FUEL: better symbol-capturing regexp and support for X-FUNCTION Björn Lindqvist 2016-07-02 03:28:19 +0200
  • 114ced868a FUEL: new indentation system based on smie Björn Lindqvist 2016-07-02 03:24:46 +0200
  • c646db3ae5 VM: fixing small style issues Björn Lindqvist 2016-06-30 13:44:18 +0200
  • 6e83fd4068 windows.ole32: use sets in tests. John Benediktsson 2016-07-01 07:55:50 -0700
  • 58dd52e82e hashcash: quick fix for string argument to checksum-bytes. John Benediktsson 2016-06-30 14:50:47 -0700
  • 8d61ace2b4 checksums: fix test using. John Benediktsson 2016-06-30 14:47:18 -0700
  • 5abccb1391 io.backend: remove unused normalize-directory word. John Benediktsson 2016-06-30 14:11:24 -0700
  • 180bb32e86 checksums: remove doc for stream-checksum. John Benediktsson 2016-06-30 12:34:36 -0700
  • 2255d6d876 checksums: some cleanup. John Benediktsson 2016-06-30 11:41:27 -0700
  • e146309a0c io.encodings.binary: move to core. John Benediktsson 2016-06-30 11:36:08 -0700
  • b6367aba06 checksums.common: some cleanup, remove unused stuff. John Benediktsson 2016-06-30 11:13:51 -0700
  • a284660490 FUEL: makes accessors and tuple slots with backslashes highlight correctly Björn Lindqvist 2016-06-30 02:42:23 +0200
  • e8a62460aa FUEL: fix highlighting of strings escaping quote characters Björn Lindqvist 2016-06-30 01:00:42 +0200
  • d9f17317e3 checksums.openssl: make evp-md-context private. John Benediktsson 2016-06-29 14:31:32 -0700
  • 0feed3c35d checksums.stream: article title must begin with a capital letter. John Benediktsson 2016-06-29 14:30:24 -0700
  • 853d470179 db.errors: update ignore-error parameter list to be more self-documented Alexander Iljin 2016-06-28 09:13:16 +0300
  • 14f6f920ea checksums.openssl: refactor checksum-stream and checksum-bytes Alexander Iljin 2016-06-28 09:11:56 +0300
  • 54b80a4223 checksums.openssl: implement common checksum interface Alexander Iljin 2016-06-23 10:10:57 +0300
  • 66b9770f77 checksums: make add-checksum-bytes a generic word Alexander Iljin 2016-06-21 15:21:17 +0300
  • e606ce278d db.queries: add ensure-index Alexander Iljin 2016-02-20 22:14:02 +0400
  • 9c9764cc2d db.(sqlite.)errors: add sql-index-exists error Alexander Iljin 2016-02-20 22:00:50 +0400
  • ca19a01c1b db.sqlite.errors: simplify implementation Alexander Iljin 2016-02-20 21:07:42 +0400
  • 2da68f908b windows.ole32: add create-guid Alexander Iljin 2016-06-27 19:07:40 +0300
  • c054cb7a78 checksums-docs: add note on using checksums.stream Alexander Iljin 2016-06-26 15:08:48 +0300
  • 0c56a7cec1 checksums-docs: fix heading in checksum-file Alexander Iljin 2016-06-26 15:07:32 +0300
  • 87e4015976 checksums.stream-docs: initial commit Alexander Iljin 2016-06-26 15:04:22 +0300
  • 6834f93ad1 tools.scaffold: fix scaffold-docs generating $var-decsription for classes Alexander Iljin 2016-06-25 23:13:36 +0300
  • ef29e0947f io.directories.windows: remove synchronous copy-file implementation Alexander Iljin 2016-06-19 12:12:20 +0300
  • 801c70e9da VM: removes the signal_handler_impl methods from factor_vm Björn Lindqvist 2016-06-29 02:31:52 +0200
  • 880d43d638 cocoa.views: more constants. John Benediktsson 2016-06-29 09:08:20 -0700
  • ba7f71abc8 cocoa.views: add some constants for opengl. Doug Coleman 2016-06-28 22:47:11 -0700
  • fd475c8320 modern: even more arity stuff. locals-and-roots Doug Coleman 2016-06-28 00:43:14 -0700
  • 4ac6523473 sequences.cords: use funktors Doug Coleman 2016-06-28 00:42:55 -0700
  • 7f0e232125 cords: fix arity. Doug Coleman 2016-06-28 00:34:27 -0700
  • b7e98407f8 language: funktors kind of work? Doug Coleman 2016-06-28 00:24:35 -0700
  • 647d5fffef vocabs.parser: add eval-in-current( ) word for funktors. Doug Coleman 2016-06-28 00:23:30 -0700
  • 9324457dbb pong: fix syntax Doug Coleman 2016-06-27 22:38:31 -0700
  • 57549b0f5f bank: uses money, -> unmaintained Doug Coleman 2016-06-27 22:32:01 -0700
  • c32b99e6c7 modern.refactor: working on some refactoring words. Doug Coleman 2016-06-27 22:25:29 -0700
  • 47e54698e4 factor: FOO: a b FOO: c d works again! Doug Coleman 2016-06-27 22:24:50 -0700
  • c0223d28f0 core: back to ; optional now. Doug Coleman 2016-06-27 22:06:23 -0700
  • 77b6f610d9 modern.out: reorder arities Doug Coleman 2016-06-27 21:52:41 -0700
  • 15410f483f smalltalk.library: fix selector: syntax Doug Coleman 2016-06-27 21:49:58 -0700
  • b72db611f1 factor: escape more char: Doug Coleman 2016-06-27 21:49:21 -0700
  • 6903949936 modern.out: fix pixel word and arity of QUALIFIED: Doug Coleman 2016-06-27 21:25:02 -0700
  • 700746e346 modern.out: more arity omg Doug Coleman 2016-06-27 21:19:06 -0700
  • 3de3a0804c smalltalk: fix smalltalk. Doug Coleman 2016-06-27 21:17:46 -0700
  • 34db513942 factor: more escapes Doug Coleman 2016-06-27 21:09:25 -0700
  • 1c19a815c1 modern.out: add more arities Doug Coleman 2016-06-27 21:08:33 -0700
  • ad904e0a72 8-bit: fix SYNTAX: Doug Coleman 2016-06-27 21:02:40 -0700
  • 234cfbdbcd multi-methods: RENAME: doesn't know \ Doug Coleman 2016-06-27 21:01:26 -0700
  • 662c96ebe4 modern.out: more arities Doug Coleman 2016-06-27 20:52:03 -0700
  • 03a78f06e3 functors: C: is arity 2, no stack effects. Doug Coleman 2016-06-27 20:50:57 -0700
  • d728f9342f modern.out: disable arity, add more arities Doug Coleman 2016-06-27 20:48:12 -0700
  • e0b5ddb07c modern.out: messing with arity. Doug Coleman 2016-06-27 20:45:34 -0700
  • c1c08dda52 modern.paths: normalize-paths before rejecting. Doug Coleman 2016-06-27 20:28:22 -0700
  • 12ea950408 pong: FROM: doesn't support \ so fully qualify it. Doug Coleman 2016-06-27 20:27:47 -0700
  • 0ad2c54f55 modern: Fix arity for paths. Doug Coleman 2016-06-27 20:23:28 -0700
  • b7c82eed0c flatland: fix import. Doug Coleman 2016-06-27 20:12:22 -0700
  • 44de5f8b6a modern.out: Deal with ARITY: words. Doug Coleman 2016-06-27 19:59:11 -0700
  • 7ac0b9c254 sequences: fix cut word Doug Coleman 2016-06-27 19:58:33 -0700
  • 86684fcb95 syntax: experimenting with pathnames. Doug Coleman 2016-06-27 18:36:15 -0700
  • 7075e5fede regexp: Add R` Doug Coleman 2016-06-27 11:30:58 -0700
  • 0e6fd48c11 collections: add cut word Doug Coleman 2016-06-27 11:30:44 -0700
  • 19510ea5a7 libs.xkcd: fix regexp for not needing \ all over Doug Coleman 2016-06-27 11:30:12 -0700
  • ec17b254e6 sequences.extras: move some words here, add more words Doug Coleman 2016-06-26 18:25:04 -0700
  • ecd0bb350c vocabs.loader: add a word to clear the vocab-cache. Doug Coleman 2016-06-26 17:12:39 -0700
  • 71a6aa4c9b libs: move money, taxes library to unmaintained because they have a redundant decimal: word and are janky. Doug Coleman 2016-06-26 12:39:42 -0700
  • dadf13a846 factor: fix naming convention for more words. Doug Coleman 2016-06-26 02:18:09 -0700
  • ff6f1deddf cpu.8080: fix naming convention. Doug Coleman 2016-06-26 02:13:49 -0700
  • ba4f81c5e6 language: fix naming scheme for some SYNTAX: words. Doug Coleman 2016-06-26 02:09:48 -0700
  • a10475bec0 gml: fix bad rename. Doug Coleman 2016-06-26 02:06:59 -0700
  • b34b8522af modern: don't expand -- yet Doug Coleman 2016-06-26 02:03:31 -0700
  • 434c864f0a html: fix skip usage. Doug Coleman 2016-06-26 02:03:15 -0700
  • f99c684cc5 VM: set_border_locked is the same on windows and unix Björn Lindqvist 2016-06-27 16:27:56 +0200
  • a331ad3788 VM: factor_vm::set_callstack and set_retainstack is not needed Björn Lindqvist 2016-06-27 16:08:58 +0200
  • 70c413e403 FUEL: simplifying Björn Lindqvist 2016-06-26 13:36:03 +0200
  • b2e0501292 factor: escape/rename more @words. Doug Coleman 2016-06-25 23:21:36 -0700
  • 381b0940d7 images.atlas: no need to make up conventions like @x @y for local variables! Doug Coleman 2016-06-25 22:57:45 -0700
  • 0efa16c1f1 factor: rename :> to set: Doug Coleman 2016-06-25 17:43:42 -0700
  • a0d1316c8d factor: move literals to core. rename $ to $\ Doug Coleman 2016-06-25 17:11:54 -0700