Commit Graph

  • 6cced7dcbf bootstrap.stage2: deploy-vocab is never set when running the stage2 process Björn Lindqvist 2016-09-16 14:54:04 +0200
  • 8368727f8a tools.deploy.shaker: there is no no-def-strip property Björn Lindqvist 2016-09-16 14:23:01 +0200
  • 74bb9e1bc2 opengl.gl.extensions: simpler definition of gl-calling-convention Björn Lindqvist 2016-09-16 06:42:50 +0200
  • 078f576769 opengl.gl.extensions: can use counter here Björn Lindqvist 2016-09-16 06:38:35 +0200
  • b2bb1f8ff4 VM: simplifying the load_image() code Björn Lindqvist 2016-09-15 06:51:52 +0200
  • fd801e7946 ui.tools.listener: protect vocab completion from bad vocab names. John Benediktsson 2016-09-15 15:00:24 -0700
  • f233e2a567 openal.alut: fixing alut so it should throw better error messages Björn Lindqvist 2016-09-14 15:53:29 +0200
  • 1e96eec669 bootstrap.image: making it so special-objects isn't a global Björn Lindqvist 2016-09-14 15:48:35 +0200
  • 409cf9bd3e compiler.codegen: removing the insn-counts global Björn Lindqvist 2016-09-14 14:54:43 +0200
  • 3bbf421043 io.files: the paths are absolute so cwd prepend-path isn't needed Björn Lindqvist 2016-09-14 14:02:11 +0200
  • 3dbec75864 vocabs.metadata.resources: updating the docs i forgot Björn Lindqvist 2016-09-13 17:10:33 +0200
  • b40e6cbd6d vocabs.metadata.resources: new error resource-missing, if a resources.txt line doesnt match something Björn Lindqvist 2016-09-13 06:07:14 +0200
  • c23dbf0f8f vocabs.metadata.resources: refactoring of code for gathering resources Björn Lindqvist 2016-09-13 05:29:15 +0200
  • ab7e077b1d Docs: fixing docs & comments to work with new stack clearing Björn Lindqvist 2016-09-12 02:11:51 +0200
  • 349f99661d compiler.*: Remove the scrubbing part of the GC maps Björn Lindqvist 2016-09-11 20:34:44 +0200
  • bc8525eb02 VM: the small return_address_index function can be implemented in the header Björn Lindqvist 2016-09-10 03:17:00 +0200
  • faaa898975 compiler.codegen.*: removing the init-gc-maps word Björn Lindqvist 2016-09-09 18:57:57 +0200
  • 2f71e91dce compiler.cfg.stacks.*: rename trace-stack-state2 -> trace-stack-state Björn Lindqvist 2016-09-09 08:06:02 +0200
  • 0d57734dab vm: replace block comments /**/ with line comments // Alexander Iljin 2016-08-21 17:26:04 +0300
  • e0acf4f328 Revert "vm: replace line comments // with block comments /**/ for consintency" Alexander Iljin 2016-08-05 15:44:37 +0300
  • 897d0d6eeb Revert "vm: fix typo from c++ comment patch causing compile failure." Alexander Iljin 2016-08-05 15:44:29 +0300
  • 9decb6a91e compiler.cfg.*: better way to store the block height Björn Lindqvist 2016-09-08 01:58:30 +0200
  • 670d2c344e compiler.cfg.stacks.*: new word local-loc>global, replacing untranslate-loc Björn Lindqvist 2016-09-07 05:16:14 +0200
  • 6f06b51443 compiler.cfg.stacks.local: simplified code for getting kill locations Björn Lindqvist 2016-09-06 22:46:10 +0200
  • c640e3b8c1 compiler.cfg.*: changing height-state from a 2-el array to a tuple Björn Lindqvist 2016-09-06 15:44:07 +0200
  • 11ec120c2d metar: some fixes for TAF parsing. John Benediktsson 2016-09-07 16:04:59 -0700
  • 98be09e8ea metar: whoops, fix taf url. John Benediktsson 2016-09-06 18:13:59 -0700
  • 4ab9ef90c3 metar: switching urls from weather.noaa.gov to tgftp.nws.noaa.gov. John Benediktsson 2016-09-06 18:11:28 -0700
  • 2edda80b5e compiler.cfg.*: removing the adjust-d word Björn Lindqvist 2016-09-05 12:12:01 +0200
  • ee5c28f470 compiler.cfg.stacks.*: removing the adjust word which wasn't useful Björn Lindqvist 2016-09-05 10:37:29 +0200
  • bff165c85c ui.*: more tests Björn Lindqvist 2016-09-05 07:47:39 +0200
  • 20711a0fd3 Adding escaping to CHAR: " -> CHAR: \" Björn Lindqvist 2016-09-04 06:40:43 +0200
  • a36ac6e435 compiler.tree: these constructor words aren't needed Björn Lindqvist 2016-09-04 06:23:50 +0200
  • 367bff6339 compiler.cfg.builder: simplification of the shuffling logic Björn Lindqvist 2016-09-04 06:22:54 +0200
  • 61bbb9be06 tools.image-analyzer.*: new word for removing the tag bits Björn Lindqvist 2016-09-02 07:51:42 +0200
  • af7e4903a2 compiler.cfg.debugger: print -> write to not add stray newlines Björn Lindqvist 2016-09-01 09:59:15 +0200
  • 6a7033fccb bootstrap.image.primitives,tools.profiler.sampling: fixing stack effect Björn Lindqvist 2016-09-01 09:00:01 +0200
  • 916bb1678a stack-checker.*: doc updates Björn Lindqvist 2016-09-01 02:24:54 +0200
  • 26d53f9019 compiler.cfg.*: compiler doc updates Björn Lindqvist 2016-09-01 02:16:30 +0200
  • f7542e95a9 compiler.cfg.stacks.finalize: only insert blocks if they aren't empty Björn Lindqvist 2016-09-01 01:50:40 +0200
  • c26379ea7e compiler.cfg.debugger: better code for outputting using the formatting vocab Björn Lindqvist 2016-08-30 04:04:21 +0200
  • b82ea14af0 sets,compiler.cfg.stacks.global: putting the refine word in sets Björn Lindqvist 2016-08-30 02:34:37 +0200
  • 6c88577ee7 compiler.cfg.*: replacing the peek/replace/kill-sets with slots Björn Lindqvist 2016-08-29 12:07:47 +0200
  • e8e1811542 compiler.cfg.stacks.height: removing vocab Björn Lindqvist 2016-08-26 11:06:17 +0200
  • ebdf57d175 db.sqlite: fix the delete constraint for the restrict case Björn Lindqvist 2016-08-25 13:52:44 +0200
  • 66083e263c db.sqlite: fix text of generated triggers Björn Lindqvist 2016-08-25 13:10:42 +0200
  • 0e937e8464 FUEL: highlighting and indentation of more syntax elements Björn Lindqvist 2016-08-25 11:54:28 +0200
  • c0b06c29b9 FUEL: improves the fuel-update-usings feature Björn Lindqvist 2016-08-25 11:52:35 +0200
  • dc3fa20bf6 ui.render.tests: removing bad test Björn Lindqvist 2016-08-24 16:44:35 +0200
  • 36966c1a7d x11.*: auto string to alien conversion for XOpenDisplay Björn Lindqvist 2016-08-24 05:32:44 +0200
  • acb4dec55d Revert "io.pathnames: fix separator when appending paths in Windows" John Benediktsson 2016-08-23 09:54:16 -0700
  • b477c43293 io.pathnames: fix separator when appending paths in Windows masweeney 2016-08-23 06:40:35 -0400
  • a5c0ba98d0 ui.*: new tests Björn Lindqvist 2016-08-23 07:32:17 +0200
  • dcae1baad5 Revert "ui.gadgets.editors: add editor-constrained-dim function to editor" John Benediktsson 2016-08-22 07:52:50 -0700
  • fdcbf0d110 Revert "ui.gadgets.editors: remove extra spaces." John Benediktsson 2016-08-22 07:52:47 -0700
  • 351838fcff ui.gadgets.*: updated docs and new tests Björn Lindqvist 2016-08-22 05:25:06 +0200
  • cb39da4b31 math.vectors: new word vclamp for clamping vectors Björn Lindqvist 2016-08-22 04:08:37 +0200
  • 7a4e345f6c ui.gadgets.editors: remove extra spaces. John Benediktsson 2016-08-21 21:41:08 -0700
  • 16381beddc ui.gadgets.editors: add editor-constrained-dim function to editor masweeney 2016-08-21 18:19:03 -0400
  • 630c4d326f tools.deploy.windows: fix the using ambiguity with the open-file word Björn Lindqvist 2016-08-22 02:05:32 +0200
  • d12c03f759 webbrowser.windows: using absolute-path to make opening relative paths work Björn Lindqvist 2016-08-22 02:02:22 +0200
  • f17fc68a7e tools.deploy.windows: using an empty string seem to solve #1691 Björn Lindqvist 2016-08-21 06:13:45 +0200
  • 1a1e95f669 tools.deploy.*: refactoring of the deploy* words Björn Lindqvist 2016-08-21 05:29:24 +0200
  • 63524a7425 windows.shell32: formatting the long parameter lists Björn Lindqvist 2016-08-21 02:43:22 +0200
  • b6f3cf3199 FUEL: fontification of COLOR: and HEXCOLOR: Björn Lindqvist 2016-08-21 02:23:31 +0200
  • 3d3a930e17 pcre: fix so that version parses "8.36-RC1 2014-04-21" to a number too Björn Lindqvist 2016-08-21 02:20:50 +0200
  • 26304112d6 curses.tests: only run the color test if term is color capable Björn Lindqvist 2016-08-20 06:33:15 +0200
  • 485a45a719 extra/: ensuring tests have an IN:-line ending with .tests Björn Lindqvist 2016-08-20 06:01:16 +0200
  • a26d910b06 FUEL: font-locking improvments Björn Lindqvist 2016-08-20 03:41:51 +0200
  • eb8ce16277 pcre: only include PCRE_UCP on versions >= 8.10 of PCRE Björn Lindqvist 2016-08-19 21:09:00 +0200
  • 3ea34c667d pcre: new word 'version' for getting the version of the library Björn Lindqvist 2016-08-19 20:50:58 +0200
  • 5603e3ff67 pcre.tests: fix tcs that breaks on pcre 8.39 Björn Lindqvist 2016-08-19 17:32:45 +0200
  • 89e661f18c tools.deploy.config: fix + tc for the deploy help error (#1692) Björn Lindqvist 2016-08-19 06:53:18 +0200
  • a70deca651 tools.deploy.backend: refactoring of make-staging-image Björn Lindqvist 2016-08-19 06:17:48 +0200
  • 64d3c01523 tools.deploy.shaker: another global to strip Björn Lindqvist 2016-08-19 03:42:27 +0200
  • 0a5f1689e1 VM: init_inline_caching is not needed Björn Lindqvist 2016-08-19 02:58:19 +0200
  • 4738824fb2 twitter: Changed twitter-url to use >url xzenf 2016-08-17 15:59:08 -0400
  • f8e781ee17 ui.backend.x11.keys: symbolic constants can be used Björn Lindqvist 2016-08-17 04:04:06 +0200
  • 1c3f345396 x11.*: new vocab x11.X for ffi stuff from the X.h header Björn Lindqvist 2016-08-17 03:46:28 +0200
  • acdcc1f2c2 ui.backend.x11.keys: Support for the Windows/Meta key on X11 Björn Lindqvist 2016-08-16 15:05:19 +0200
  • de2e01268e ui.backend.x11.keys: typo on F12 Björn Lindqvist 2016-08-16 14:28:28 +0200
  • 81c6196dc4 bootstrap.image-docs: fix the list of supported architectures Alexander Iljin 2016-08-17 03:02:20 +0300
  • bbc1406a88 checksums.crc16: fix help-lint error. John Benediktsson 2016-08-16 16:30:15 -0700
  • c0dce12ada checksum.internet: add links to both relevant RFC's. John Benediktsson 2016-08-16 16:29:37 -0700
  • ad989bf48b checksums.crc16: moving to basis from extra. John Benediktsson 2016-08-16 16:21:08 -0700
  • d3051ab8b1 checksums.crc16: new vocabulary Alexander Iljin 2016-08-17 01:44:32 +0300
  • 7a15e928eb windows.com.syntax: remove return-type-name import Alexander Iljin 2016-08-17 01:28:56 +0300
  • d4528c36da openssl.libssl: fix tc that breaks if sslv2 is disabled Björn Lindqvist 2016-08-16 04:01:08 +0200
  • a6544c0acb FUEL: use the right quot-char in pcases Björn Lindqvist 2016-08-16 03:23:41 +0200
  • b5c6658ae5 VM: removing the safepoint_state class Björn Lindqvist 2016-08-15 15:13:30 +0200
  • 2f6f69eb5b VM: trying to simplify record_sample and the profiling_sample constructor Björn Lindqvist 2016-08-14 03:12:36 +0200
  • f0834e7b36 compiler.prettyprint: new vocab for prettyprinting compiler types Björn Lindqvist 2016-08-13 16:36:57 +0200
  • b418b434fa alien.debugger: this vocab isn't needed Björn Lindqvist 2016-08-13 15:49:33 +0200
  • e3f6999519 etc-hosts: new vocab. John Benediktsson 2016-08-14 11:43:02 -0700
  • a36c0cb5ac compiler.*: moving all words only relevant for testing to compiler.test Björn Lindqvist 2016-08-12 14:29:01 +0200
  • ae85746787 compiler.cfg.gvn.tests: this vocab in extra appears redundant Björn Lindqvist 2016-08-12 14:14:13 +0200
  • 2a19e00ff3 compiler.cfg.test-words: vocab is unused so we can remove it Björn Lindqvist 2016-08-12 14:06:19 +0200
  • 435a4e29b9 compiler.cfg.stacks.local: using compiler.cfg.debugger to ensure consistent prettyprint output Björn Lindqvist 2016-08-12 13:55:10 +0200
  • 1c94c60541 cpu.*: new generic word enable-cpu-features Björn Lindqvist 2016-08-11 18:05:39 +0200
  • 67f38302d8 system: looks like the name>> accessor can be used here Björn Lindqvist 2016-08-11 17:32:02 +0200