Commit Graph

  • dd323d9638 odbc: fix TYPEDEF:s Alexander Iljin 2016-10-30 00:04:08 +0300
  • 3579ffac4d snake-game.*: fix name in the copyright Alexander Iljin 2016-10-31 01:16:13 +0300
  • 1fbd1d6c7b odbc-docs: fix a typo Alexander Iljin 2016-10-29 21:32:27 +0300
  • eeeb65d7d8 compiler.cfg.stacks-docs: fix a typo Alexander Iljin 2016-10-29 22:19:42 +0300
  • 47cd2861fb compiler.tree.debugger-docs: fix a typo Alexander Iljin 2016-10-29 21:09:31 +0300
  • 560caf8e4d io.directories.search-docs: fix indentation Alexander Iljin 2016-10-29 20:25:12 +0300
  • c74a669dad compiler.tree.propagation.info: undid a3be724f5a to see if it solves #1513 Björn Lindqvist 2016-10-30 19:00:38 +0100
  • 563fa33382 gopher.server: sillyness. John Benediktsson 2016-10-28 15:18:06 -0700
  • 1a29e1b03e sequences-docs: fix wording Alexander Iljin 2016-10-25 00:53:12 +0300
  • 9a3a3c0170 peg.ebnf-docs: add note on including "-" in the character classes Alexander Iljin 2016-09-30 18:54:17 +0300
  • 6bdb62d142 docs: typos: occurence -> occurrence Jon Harper 2016-10-28 12:11:43 +0200
  • 86b5efb9eb gopher-ui: move to gopher.ui. John Benediktsson 2016-10-27 09:52:17 -0700
  • 7fb7eae02b gopher.server: fix length of ".." link. John Benediktsson 2016-10-27 09:32:16 -0700
  • 924880cb50 Add cp437 8-bit encoding, AKA IBM437 Alexander Iljin 2016-10-27 12:48:23 +0300
  • 55fdf79afd vm: fix missing CAPS enum. John Benediktsson 2016-10-26 19:52:18 -0700
  • 920d693205 gopher: some aesthetics. John Benediktsson 2016-10-26 19:50:00 -0700
  • 3ce5146235 gopher.server: adding a Gopher server. John Benediktsson 2016-10-26 16:47:00 -0700
  • a8d6f0d418 gopher: adding generic image support. John Benediktsson 2016-10-26 16:37:27 -0700
  • 68b3e4613b gopher-ui: better looking toolbars. John Benediktsson 2016-10-26 15:42:44 -0700
  • 77d8475228 gopher: fix gopher urls to include the type character properly. John Benediktsson 2016-10-26 15:41:54 -0700
  • 4dbc377383 webapps.wee-url: random-url can use random-string Björn Lindqvist 2016-10-26 09:06:19 +0200
  • 417e296d46 help.stylesheet: use table-border-color instead of line-color. John Benediktsson 2016-10-22 09:24:15 -0700
  • 1c97b0d76e menus: allow keyboard control Sankaranarayanan Viswanathan 2016-10-21 18:44:22 -0400
  • f070a47ec0 VM: add marking as a timed gc phase Björn Lindqvist 2016-10-20 07:46:21 +0200
  • 752c895d23 VM: refactor gc_event so that the phase times are stored in an array Björn Lindqvist 2016-10-19 10:31:53 +0200
  • 51408b66cb VM: the jit class doesn't need to store the code block type Björn Lindqvist 2016-10-19 09:28:59 +0200
  • 453eca66c4 VM: changing case of code_block_type Björn Lindqvist 2016-10-19 09:14:58 +0200
  • f147bd4404 VM: uppercasing gc_op Björn Lindqvist 2016-10-19 09:05:15 +0200
  • df171b0485 VM: changing case of enums values bignum_comparison and generation Björn Lindqvist 2016-10-19 08:57:33 +0200
  • 4f6381587c VM: removing update_code_roots_for_sweep() Björn Lindqvist 2016-10-19 08:12:40 +0200
  • e187d63d3c oauth2: support for renewing the access token using refresh Björn Lindqvist 2016-10-18 11:09:59 +0200
  • 1715f84d52 google.gmail: no need for symbol wrapping here Björn Lindqvist 2016-10-18 08:10:00 +0200
  • 0fe633848b google.gmail: GMail API support Björn Lindqvist 2016-10-17 13:09:43 +0200
  • 08d2c6867d oauth2: vocab for oauth2 protocol Björn Lindqvist 2016-10-17 13:05:18 +0200
  • 917d611df5 oauth: let's rename vocab to oauth1 Björn Lindqvist 2016-10-17 08:02:30 +0200
  • 7d9bad465c VM: refactoring allot_code_block() to work like allot_large_object() Björn Lindqvist 2016-10-13 15:43:15 +0200
  • 026b626203 VM: move allot_code_block() to the allot.hpp file Björn Lindqvist 2016-10-13 03:01:28 +0200
  • d8554ad24e redis.command-writer: adding SWAPDB command. John Benediktsson 2016-10-14 16:54:32 -0700
  • d59b2d2f3d menus: ESC should close menu popup Sankaranarayanan Viswanathan 2016-10-13 23:53:38 -0400
  • 3911f7b88c VM: init_data_heap() isn't needed Björn Lindqvist 2016-10-13 16:24:22 +0200
  • 67bb9a7c71 VM: checking addresses differ before memmoving Björn Lindqvist 2016-10-14 13:50:47 +0200
  • aace892527 VM: rename of collect_growing_heap_op and collect_growing_heap() Björn Lindqvist 2016-10-13 01:46:52 +0200
  • 55e6ccb708 VM: remove the reversing from sampling profiler callstack collection #452 Björn Lindqvist 2016-10-11 10:45:09 +0200
  • 46105b62f6 VM: change callstack>array primitive so it doesn't reverse anymore Björn Lindqvist 2016-10-11 09:32:55 +0200
  • 98db13fe9d VM: merge of clone_object() and primitive_clone() Björn Lindqvist 2016-10-09 11:17:30 +0200
  • 8a720c7889 concurrency.semaphores: fix typo in docs. John Benediktsson 2016-10-12 10:14:09 -0700
  • 716bc89c53 webapps.*: make it so the webapps aren't initialized when compiling the vocabs Björn Lindqvist 2016-10-09 00:58:24 +0200
  • 32825b9f5f bootstrap.image.primitives: array>quotation can't be foldable Björn Lindqvist 2016-10-08 15:12:39 +0200
  • 88b2ed482c math.parser: (format-float) can only be flushable Björn Lindqvist 2016-10-08 12:26:57 +0200
  • bbd71ae975 math.parser: (format-float) doesn't need to zero-terminate returned byte-array Björn Lindqvist 2016-10-08 11:31:08 +0200
  • 560900275a tools.image-analyzer.gc-info.tests: trying again to fix the test Björn Lindqvist 2016-10-08 16:42:32 +0200
  • 402a416ace tools.image-analyzer.gc-info.tests: fix tc so it works on windows Björn Lindqvist 2016-10-08 13:55:03 +0200
  • 2b366028bb tools.image-analyzer.gc-info: updating vocab to work with new gc system Björn Lindqvist 2016-10-08 09:52:35 +0200
  • 43e5118591 FUEL: support for the HINTS: syntax Björn Lindqvist 2016-10-08 07:13:46 +0200
  • ac44f3069a VM: indent comment and change error message Björn Lindqvist 2016-10-08 07:13:08 +0200
  • ae9818db87 VM: simpler code for find_object_containing_card Björn Lindqvist 2016-10-08 07:11:47 +0200
  • 8cacf7bf8d VM: simpler code for reallot_array Björn Lindqvist 2016-10-08 07:10:26 +0200
  • a102f7ad5d compiler.cfg.*: bunch of doc updates Björn Lindqvist 2016-10-08 07:08:00 +0200
  • c2f4fdb172 VM: merge of the free_list and free_list_allocator classes Björn Lindqvist 2016-10-03 05:09:02 +0200
  • f0eec26f3c VM: reorg and more comments Björn Lindqvist 2016-10-02 03:09:53 +0200
  • fe9ceffad5 tools.walker: Improve docs for breakpoint words Sankaranarayanan Viswanathan 2016-10-06 22:45:11 -0400
  • 25a9b9a92a ui.gadget.menus: improve show-menu Sankaranarayanan Viswanathan 2016-10-06 22:56:47 -0400
  • 2628dbc5c9 io.directories.search.windows: merging with io.standard-paths.windows. John Benediktsson 2016-10-06 14:57:40 -0700
  • 2063703354 editors.notepad: cleanup using. John Benediktsson 2016-10-06 14:56:56 -0700
  • 303367c57a io.launcher.windows: need to USE: io.launcher.private. John Benediktsson 2016-10-06 13:50:04 -0700
  • 8f6ac5d457 Revert "hash-sets,hashtables: make it so the array backing the hash is non-empty" John Benediktsson 2016-10-06 11:18:41 -0700
  • db46b16d10 Revert "hash-sets,hashtables: improved key@ word" John Benediktsson 2016-10-06 11:18:35 -0700
  • 6f10f06c27 hash-sets,hashtables: make it so the array backing the hash is non-empty Björn Lindqvist 2016-10-05 19:09:55 +0200
  • 78d9065db0 VM: UAP_SET_TOC_POINTER appears to be a noop on all platforms Björn Lindqvist 2016-09-29 07:14:30 +0200
  • 9eab4b5652 VM: make visit_instruction_operands() skip over uninitialized blocks Björn Lindqvist 2016-09-29 06:35:35 +0200
  • 9e4a520862 compiler.test: this word is not used Björn Lindqvist 2016-09-29 03:29:14 +0200
  • 603f5f9bbf VM: better? comment for uninitialized_blocks Björn Lindqvist 2016-09-28 20:38:52 +0200
  • 91843ef22d VM: removing end_gc() Björn Lindqvist 2016-09-28 05:22:32 +0200
  • 8899914697 VM: better start_gc_again() code Björn Lindqvist 2016-09-28 05:20:12 +0200
  • c42c7aabbc command-line,tools.deploy.shaker: removes refs to executable which i forgot Björn Lindqvist 2016-09-27 00:31:35 +0200
  • d18fbb1678 benchmark: fix benchmark selection so it works like tools.test Björn Lindqvist 2016-09-26 10:35:42 +0200
  • c6faf98c86 VM: return the loop, it is needed for best performance Björn Lindqvist 2016-09-26 05:16:33 +0200
  • da670c053f command-line: executable symbol isn't needed, vm-path is better Björn Lindqvist 2016-09-25 23:37:04 +0200
  • e32e45e590 benchmark: make it so you can select benchmarks to run Björn Lindqvist 2016-09-25 20:45:52 +0200
  • a6df4168af bootstrap.layouts: sync note in comments Björn Lindqvist 2016-09-25 20:10:16 +0200
  • 70c7f9e029 hash-sets,hashtables: improved key@ word Björn Lindqvist 2016-09-25 20:07:08 +0200
  • d71bd83f57 VM: removing the 1-arg overload of iterate() (better to be explicit about the fixup) Björn Lindqvist 2016-09-22 17:03:38 +0200
  • 764a604467 VM: moving initialize_code_blocks() into primitive_modify_code_heap() Björn Lindqvist 2016-09-22 15:16:07 +0200
  • f8b94c2679 VM: allot_large_object fits better in the allot.hpp file Björn Lindqvist 2016-09-22 13:13:55 +0200
  • c02d913579 VM: big refactoring removing the gc_workhorse Björn Lindqvist 2016-09-22 12:35:38 +0200
  • a0df88f20b VM: renaming verify_memory_protection_error to set_memory_protection_error Björn Lindqvist 2016-09-22 01:49:12 +0200
  • 65a2281188 io.launcher-docs: add notes on the hidden slot usage Alexander Iljin 2016-09-20 22:51:31 +0300
  • c8126ec17e help-docs: describe $unchecked-example Alexander Iljin 2016-09-20 22:21:37 +0300
  • da6ee64786 checksums.process: change docs to use $unchecked-example. John Benediktsson 2016-09-20 07:04:59 -0700
  • c822395597 io.launcher: hide processes created by (process-stream) Alexander Iljin 2016-06-30 01:26:11 +0300
  • 85710ced87 io.launcher: add the hidden slot to the process tuple Alexander Iljin 2016-06-21 23:34:44 +0300
  • 73c153fa21 checksums.process: super minor cleanup, simplify trim-head. John Benediktsson 2016-09-19 20:20:59 -0700
  • 082e59d187 checksums.process: in the process-state tuple rename proc slot to process Alexander Iljin 2016-09-20 00:10:06 +0300
  • 817338360c checksums.process: reimplement trim-hash and add tests Alexander Iljin 2016-09-20 00:09:12 +0300
  • 3cfc4c69ff checksums-docs: add link to checksums.process-docs Alexander Iljin 2016-06-26 15:00:52 +0300
  • 7bab7c3c67 checksums.process: initial commit Alexander Iljin 2016-06-22 04:07:55 +0300
  • d0c083c068 jamshred.sound: re-adding bang.wav that went missing awhile back. John Benediktsson 2016-09-19 08:16:37 -0700
  • c590ad1201 globs: fix glob for literal path. John Benediktsson 2016-09-16 17:41:31 -0700
  • b0495b5fe3 io.backend.unix.tests: missed this none reference Björn Lindqvist 2016-09-16 19:38:02 +0200
  • 96610a47a8 none: looks like this vocab isn't needed Björn Lindqvist 2016-09-16 15:26:58 +0200