Doug Coleman
|
7799c6f217
|
tools.scaffold: Make a better scaffold-examples word in hopes it will cause more examples to get written. Add more docs. Fix spacing bug in scaffold-undocumented.
|
2014-10-31 17:45:48 -07:00 |
John Benediktsson
|
42fd891cbb
|
cocoa: switch back to an assoc, used by tools.deploy.shaker.strip-cocoa.
|
2014-10-31 16:52:40 -07:00 |
John Benediktsson
|
7d0039babe
|
cocoa: fix requirement that mac deploys have high reflection.
|
2014-10-31 11:34:08 -07:00 |
Doug Coleman
|
0c5ff7e2c6
|
editors.sublime: oops.
|
2014-10-30 19:41:59 -07:00 |
Doug Coleman
|
5ba7343406
|
editors.sublime: Prefer sublime 3 over sublime 2 on mac.
|
2014-10-30 19:16:31 -07:00 |
John Benediktsson
|
0fea91ff94
|
graphs: using conjoin.
|
2014-10-30 11:30:21 -07:00 |
John Benediktsson
|
321186f6c5
|
io.backend.unix.macosx: need this for deploy.
|
2014-10-27 19:40:22 -07:00 |
Doug Coleman
|
964cbf894b
|
core/basis: Trim or reorganize a few using lists. Playing around with auto-use restarts and private words.
|
2014-10-27 13:39:30 -07:00 |
Doug Coleman
|
6f5ff6579e
|
ui.event-loop: Fix using list.
|
2014-10-26 16:27:33 -07:00 |
John Benediktsson
|
1fc1c4f091
|
images: cleanup using.
|
2014-10-24 18:18:45 -07:00 |
John Benediktsson
|
8033741135
|
io/ui: slim down the USE: list
|
2014-10-24 17:33:27 -07:00 |
Doug Coleman
|
be232dac9b
|
io.backend: Remove duplicate definition of file-mode. Add mkdir-mode using non-magic symbols. Cleanup imports.
|
2014-10-24 17:16:40 -07:00 |
John Benediktsson
|
01187b378c
|
libc: don't use unparse which requires prettyprint.
|
2014-10-24 17:09:27 -07:00 |
John Benediktsson
|
c96bf37b3a
|
ui.gadgets.tables: show summary for mouse row or selected row.
|
2014-10-24 16:32:21 -07:00 |
John Benediktsson
|
6767928091
|
ui.gadgets.buttons: use hide-status on button-leave.
|
2014-10-24 16:30:29 -07:00 |
John Benediktsson
|
c0670893b3
|
help.topics: make wrappers unwrap into links.
|
2014-10-23 17:10:05 -07:00 |
Doug Coleman
|
bc26dbb3ee
|
peg.ebnf: Update docs for peg change.
|
2014-10-23 13:47:40 -07:00 |
John Benediktsson
|
e9ed1f3a72
|
peg.debugger: don't use formatting.
|
2014-10-23 12:01:51 -07:00 |
Björn Lindqvist
|
3ed3e10074
|
peg: add 'got' slot to parse-error, so you get a little more info about why the parsing fails
|
2014-10-23 11:31:27 -07:00 |
Björn Lindqvist
|
84663ca054
|
http.server: handle certain parse-errors from the peg vocab
Browsers that can't verify the certificate doesn't send any request at
all which causes parse-errors to be unnecessarily thrown and logged.
|
2014-10-23 11:31:17 -07:00 |
Doug Coleman
|
1ee9a8ea13
|
compiler.cfg.stacks.local: Have unit test load prettyprint implementation for ds-loc so that it always prints as "D 4".
|
2014-10-22 10:31:27 -07:00 |
Björn Lindqvist
|
cb83f3b39b
|
compiler.tests.alien: use the with-callback combinator to plug the memory leaks in the tests
|
2014-10-22 07:02:55 -07:00 |
Björn Lindqvist
|
aad8d4b8d6
|
alien,stack-checker.alien: new word with-callback
Since callbacks aren't automatically deallocated this word intends to
make sure "inline" callbacks are.
|
2014-10-22 07:02:55 -07:00 |
John Benediktsson
|
465aa8786f
|
cpu.x86.assembler.operands: fix help-lint.
|
2014-10-20 09:24:20 -07:00 |
John Benediktsson
|
c8cfaee9af
|
stack-checker: make this an unchecked-example.
|
2014-10-19 08:29:51 -07:00 |
John Benediktsson
|
af2a53239e
|
compiler: resolve duplicate doc for "compiled".
|
2014-10-19 08:27:59 -07:00 |
Björn Lindqvist
|
961d0c4eb9
|
compiler.codegen.gc-maps: update docs so that they match how factors gc-maps currently work
|
2014-10-19 14:17:54 +02:00 |
Björn Lindqvist
|
a617855aef
|
Docs: fixing smaller help-lint nitpicks
|
2014-10-19 14:05:06 +02:00 |
Björn Lindqvist
|
164af978ba
|
compiler.cfg.*: more stub docs for cfg construction words
|
2014-10-19 13:45:42 +02:00 |
Björn Lindqvist
|
81a84266d3
|
compiler.codegen.*: help for resolve-label misplaced -- move it
|
2014-10-19 13:41:45 +02:00 |
Björn Lindqvist
|
5152c49eb3
|
cpu.*: docs and tests for words in the assembler
|
2014-10-19 13:40:41 +02:00 |
Björn Lindqvist
|
83cf4b9d57
|
compiler,cpu: more docs
|
2014-10-17 23:18:57 +02:00 |
Björn Lindqvist
|
476ebf5b25
|
compiler.cfg.*: more docs, tests and a small refactoring of the
admissible-registers word
|
2014-10-17 23:18:57 +02:00 |
Björn Lindqvist
|
88fb349bd0
|
stack-checker,compiler: docs for stack-checker and compiler words
|
2014-10-17 23:18:57 +02:00 |
Björn Lindqvist
|
40df5df231
|
cpu.architecture: %save-context example
|
2014-10-17 23:17:49 +02:00 |
Björn Lindqvist
|
425031e4b3
|
compiler.codegen.gc-maps: initial docs
|
2014-10-17 23:17:49 +02:00 |
Björn Lindqvist
|
275082d603
|
compiler.*: doc improvements
|
2014-10-17 23:17:49 +02:00 |
Doug Coleman
|
026aa163c8
|
io.launcher.windows: Make unit tests show that process fails rather than
reporting bogus error. Fixes #1152 (it wasn't really a bug, just bad
tests).
|
2014-10-16 16:40:49 -07:00 |
Björn Lindqvist
|
78830a476a
|
images.loader.tests: restructure the tests because the gtk linux backend doesn't handle some formats that the windows backend does
|
2014-10-10 10:55:52 -07:00 |
Björn Lindqvist
|
9d384c14ba
|
images.loader.gtk: fix fall-through in case problem in image>GdkPixbuf
|
2014-10-10 10:55:45 -07:00 |
Doug Coleman
|
38e0b0643f
|
prettyprint: @mrjbq7's funny word for . that doesn't limit the length of things.
|
2014-10-09 18:54:14 -07:00 |
Björn Lindqvist
|
c0b4537e1a
|
images.loader.gdiplus: implementation of the image>stream word for GDI+
for Windows
|
2014-10-09 14:37:58 -07:00 |
Björn Lindqvist
|
c10c5f5736
|
images: move rowstride to the images vocab because it will be used by
gdi too
|
2014-10-09 14:37:58 -07:00 |
Doug Coleman
|
56217afcbb
|
tools.deploy-tests: inc size for linux32
|
2014-10-09 12:23:12 -07:00 |
Doug Coleman
|
8fc2ecc281
|
stack-checker.alien: We just want to track callbacks to see if we leak them, but not actually dispose of them yet. Fixes #1151.
|
2014-10-09 09:56:28 -07:00 |
John Benediktsson
|
794baf3222
|
calendar.format: change rfc3339 to always print microseconds.
|
2014-10-08 15:40:04 -07:00 |
Doug Coleman
|
7328fa306f
|
tools.deploy: Bump the build size. This is a comparatively sizeable bump
compared to usual, but I really want clean builds.
|
2014-10-08 11:41:34 -07:00 |
Doug Coleman
|
d4234ab1af
|
smtp: Make the test pass on Windows.
|
2014-10-08 11:37:19 -07:00 |
Doug Coleman
|
f8e858652d
|
db.postgresql: This is not actually the case on my Mac.
|
2014-10-08 10:12:16 -07:00 |
Doug Coleman
|
63895f04e4
|
db.tester: postgresql template1 database name should be "template1"
|
2014-10-08 10:11:04 -07:00 |