Commit Graph

10963 Commits (eccf5890dbde6d81f74dceb3cda6f4362fabf084)

Author SHA1 Message Date
Doug Coleman 3fb80fe84e html.components: Fix test name 2013-03-25 11:57:25 -07:00
John Benediktsson dff02636c6 compression.zlib: faster by using byte-vectors. 2013-03-25 11:36:08 -07:00
Doug Coleman 4120978b64 basis/extra: Fix load errors 2013-03-24 22:19:28 -07:00
Doug Coleman 05b5dc759e lists: Fix lists 2013-03-24 21:48:40 -07:00
Doug Coleman d650862212 html.components: Fix load 2013-03-24 21:40:39 -07:00
Doug Coleman fc0dd53ddb io.pools: Fix load 2013-03-24 21:40:29 -07:00
John Benediktsson 48a8ca7b11 peg.search: create a stream-tree-write. 2013-03-24 17:29:48 -07:00
John Benediktsson 6e25df79cb promises: rename. 2013-03-24 15:33:19 -07:00
John Benediktsson 58cf1738ca xml: use ERROR: 2013-03-24 14:24:28 -07:00
John Benediktsson 5b02cfc320 lists: fix for renaming. 2013-03-24 14:15:32 -07:00
Doug Coleman 8bca8573c5 io.launcher.unix, unix.ffi: Reset ignored signal in process launcher. Fix SIG_DFL etc. 2013-03-24 12:38:02 -07:00
Doug Coleman e57b83ed7d io.encodings.strict: Rename 2013-03-24 10:11:18 -07:00
Doug Coleman f2fc2303a6 promises: Rename 2013-03-24 10:11:18 -07:00
Doug Coleman 84965e3f8b html.forms: Rename 2013-03-24 10:11:18 -07:00
Doug Coleman 73360c0982 tools.coverage: Rename 2013-03-24 10:11:17 -07:00
Doug Coleman a11dab0208 io.pools: Rename 2013-03-24 10:11:17 -07:00
Doug Coleman 8caaaf8efc tools.trace: Rename 2013-03-24 10:11:17 -07:00
Doug Coleman 370f2154a2 iokit: Rename 2013-03-24 10:11:17 -07:00
Doug Coleman 96bd8184d4 lists: Rename some list words 2013-03-24 10:11:17 -07:00
John Benediktsson 8223b179a5 graphs: fix stack effect to be more clear on closure. 2013-03-24 09:34:05 -07:00
Doug Coleman 075576ba0f math: Revert clone on median algorithm, perhaps need to revisit this. Call clump for moving-median 2013-03-24 01:14:35 -07:00
Doug Coleman 3fbea56d11 compiler: Fix tuple literals in tests. 2013-03-24 01:09:37 -07:00
Doug Coleman fb63c0e661 math.statistics: Median now changes the order of the sequence, so clone it first. 2013-03-24 01:08:28 -07:00
Doug Coleman 55693b9fd4 html.templates.chloe: Rename cached-template 2013-03-23 23:16:54 -07:00
Doug Coleman a801025e00 xml-rpc: Use ERROR: 2013-03-23 23:10:30 -07:00
Doug Coleman fe408ed83e xml: Rename unclosed. 2013-03-23 23:08:15 -07:00
Doug Coleman 7a6ec2b15a compiler.cfg.linear-scan.live-inervals: Rename live-interval 2013-03-23 22:59:18 -07:00
Doug Coleman 672e781602 compiler: Rename value-info, live-interval 2013-03-23 22:56:47 -07:00
Doug Coleman 41927d9b97 compiler.tree: Fix compiler test with merge-state 2013-03-23 22:56:16 -07:00
Doug Coleman cf2164e8e7 unix.stat.linux: stat-func 2013-03-23 22:48:57 -07:00
Doug Coleman 6e8a2e0a9c unix.stat: Rename stat. 2013-03-23 22:38:38 -07:00
Doug Coleman 0095775178 unix.statfs etc: Naming conflicts. 2013-03-23 22:38:38 -07:00
Doug Coleman abc12f7d42 core-foundation.run-loop: Rename run-loop. 2013-03-23 22:38:38 -07:00
John Benediktsson e0d619d519 basis: fewer tokens when possible using if*. 2013-03-23 22:25:02 -07:00
Doug Coleman 009fe7ac48 tools,help: Fix error-type. 2013-03-23 22:07:40 -07:00
John Benediktsson 5158e502ba bit-sets: use adjoin-all. 2013-03-23 22:07:22 -07:00
John Benediktsson 3bec7d98ca help.lint: fix error-type-holder. 2013-03-23 22:04:49 -07:00
Doug Coleman 8ed87af4a9 debugger: Fix undefined-word. 2013-03-23 21:44:37 -07:00
Doug Coleman dc655594a9 strings, multiline: Fix unexpected-eof. 2013-03-23 21:42:26 -07:00
Doug Coleman 6880a4323a vocabs.metadata: Rename unsupported-platform. 2013-03-23 21:35:36 -07:00
Doug Coleman 1f74334c31 source-files.errors: Rename error-type. 2013-03-23 21:25:19 -07:00
Doug Coleman a519748326 compiler: Use lookup-library. 2013-03-23 21:23:23 -07:00
Doug Coleman a0be6ff5aa tools.deploy.shaker: Fix call to lookup-library. 2013-03-23 20:03:51 -07:00
Doug Coleman 9bfa15c195 opengl.annotations: Fix tuple slot name. 2013-03-23 20:00:41 -07:00
Doug Coleman 49d923694b io.files.info.windows: Fix file-info-tuple inheritance. 2013-03-23 19:14:28 -07:00
John Benediktsson bd3a6b7413 compiler.cfg.ssa.construction.tdmsc: fix previous broken commits. 2013-03-23 18:44:49 -07:00
John Benediktsson 02643c8f18 Revert "compiler.cfg.ssa.construction.tdmsc: more use of ?adjoin."
This reverts commit 6bf55a6d89.
2013-03-23 18:39:15 -07:00
John Benediktsson 557b74d0ad Revert "compiler.cfg.ssa.construction.tdmsc: pass visited set on stack."
This reverts commit ec2834300b.
2013-03-23 18:25:53 -07:00
John Benediktsson ec2834300b compiler.cfg.ssa.construction.tdmsc: pass visited set on stack. 2013-03-23 18:13:17 -07:00
John Benediktsson 6bf55a6d89 compiler.cfg.ssa.construction.tdmsc: more use of ?adjoin. 2013-03-23 17:57:41 -07:00
John Benediktsson 252732129f compiler: more use of ?adjoin. 2013-03-23 17:47:07 -07:00
Doug Coleman 892f8bc38c unix: rename C function kevent. 2013-03-23 17:44:00 -07:00
Doug Coleman dedb5c7a9a ui.tools: Fix restart. 2013-03-23 17:39:48 -07:00
Doug Coleman 4ace0fae0a ui.tools.error-list: Fix reset-memoized. 2013-03-23 17:35:18 -07:00
Doug Coleman cfd21993d9 io.files.info: Fix unit test. 2013-03-23 17:20:00 -07:00
Doug Coleman 0bae183d5f continuations: Rename restart to continue-restart. 2013-03-23 17:18:09 -07:00
Doug Coleman 2ac6657cd9 alien.libraries: Rename library to lookup-library. 2013-03-23 17:16:46 -07:00
Doug Coleman be7026b492 ui.tools.error-list: Rename error-list-gadget. 2013-03-23 17:14:04 -07:00
Doug Coleman dfb8af2782 compiler.tree.modular-arithmetic: Fix test for iota change. 2013-03-23 17:12:16 -07:00
Doug Coleman 27526a730e compiler.tests: Fix test for <groups> change. 2013-03-23 17:11:27 -07:00
Doug Coleman 5cc39fd294 compiler.errors: Rename linkage-error. 2013-03-23 17:10:11 -07:00
Doug Coleman adb8156357 tools.test: Rename did-not-fail. 2013-03-23 17:09:19 -07:00
Doug Coleman 863c6d895e help.lint: Rename help-lint-error. 2013-03-23 17:06:37 -07:00
Doug Coleman 9caf50d9f7 cococa.messages: Rename selector. 2013-03-23 16:54:55 -07:00
Doug Coleman 27b2a25803 delegate: Rename consult-method. 2013-03-23 16:51:34 -07:00
Doug Coleman 9453abd846 tools.deprecation: Rename deprecation-note 2013-03-23 16:48:41 -07:00
Doug Coleman 26dbe03f6f ui.gadgets.slider: Rename. 2013-03-23 16:47:04 -07:00
Doug Coleman 6e2019a21b ui.tools: Fix definition? usage. 2013-03-23 16:46:51 -07:00
Doug Coleman 4c184fdeae io.files.info: Rename file-info and file-system-info. 2013-03-23 16:43:32 -07:00
Doug Coleman ca83b988aa concurrency.count-downs: Rename count-down tuple. 2013-03-23 16:41:58 -07:00
Doug Coleman 34e87d9823 ui.gadgets: Rename grid-layout. 2013-03-23 16:41:02 -07:00
Doug Coleman 70c1d1ecf4 definitions: Separate definition definitions. 2013-03-23 16:34:33 -07:00
Doug Coleman a9c313c8c8 peg.ebnf: Regexp fail. 2013-03-23 16:30:57 -07:00
Doug Coleman f69ee71327 peg.ebnf: Rename tokenizer in peg.ebnf, fix whitespace. 2013-03-23 16:27:00 -07:00
Doug Coleman 8a71ab1c82 opengl: Rename gl-error to gl-error-tuple. 2013-03-23 16:26:43 -07:00
Doug Coleman 9a22d35cb7 words: Change word -> last-word, set-word -> set-last-word. 2013-03-23 16:12:03 -07:00
Doug Coleman 1a7db84ec1 stack-checker: Rename literal -> literal-tuple. 2013-03-23 16:12:03 -07:00
Doug Coleman dcccd60268 ui.gestures: Class vs word name duplication. Sorry for the lame names, this can get cleaned up with a tool once there are no more conflicts. 2013-03-23 16:12:03 -07:00
Doug Coleman 25fa30e46d editors.notepad: Make this Windows only. 2013-03-23 15:14:51 -07:00
Doug Coleman 38f11415c8 assocs: Add of and ?of. Change all the things at once! Fixes #701. 2013-03-23 14:59:07 -07:00
Doug Coleman 91fb609950 basis/extra: Update last usages of <sliced-groups> to <groups>. 2013-03-23 12:08:18 -07:00
Doug Coleman 36b8b56b2c grouping: Remove <clumps> and <circular-clumps> and rename <sliced-clumps>
and <sliced-circular-clumps> to those. Fixes #765.
2013-03-23 11:38:05 -07:00
Doug Coleman b792bd1f55 grouping: Remove <groups>, old <sliced-groups> is now <groups>. Fixes 2013-03-23 11:37:51 -07:00
John Benediktsson 348923153b lcs: more performance improvements. 2013-03-21 21:16:34 -07:00
John Benediktsson 0604a65dbd compiler.tree: fewer namespace lookups. 2013-03-21 19:36:07 -07:00
John Benediktsson 5bf3c4ed06 compiler: fewer namespace lookups. 2013-03-21 19:11:20 -07:00
John Benediktsson 18cfef8d9e disjoint-sets: ahem. 2013-03-21 18:13:24 -07:00
John Benediktsson f112a7101a boxes: don't check occupied twice. 2013-03-21 17:57:03 -07:00
John Benediktsson 021a80416f lcs: performance improvements. 2013-03-21 17:55:09 -07:00
John Benediktsson 00828338da base64: faster encode and decode. 2013-03-21 17:46:07 -07:00
John Benediktsson 07ce8bb651 math: some style cleanup. 2013-03-21 08:54:14 -07:00
John Benediktsson 7b23dcc4a1 tools.completion: fix test cases. 2013-03-20 23:08:00 -07:00
John Benediktsson 5a569a2474 tools.completion: matching names. 2013-03-20 16:51:09 -07:00
Doug Coleman 8b06a2b8ab tools, ui.tools: Rename complete-P"? to complete-pathname? 2013-03-20 16:18:30 -07:00
Doug Coleman 08bed475fa math.ranges: Stopgap fix for math.ranges unit tests. See issues #803, #800, #508. 2013-03-20 15:54:57 -07:00
John Benediktsson 6b81afa1a7 prettyprint: fix length limit to be 'maximum length before truncation'. 2013-03-20 15:30:29 -07:00
Doug Coleman 8273e8fbf6 prettyprint: Don't print ~1 more~ when there is only one element left. Fixes #524. 2013-03-20 14:26:05 -07:00
Doug Coleman 52c8fae1e0 math.ranges: Add a bunch more tests for empty ranges. 2013-03-20 13:52:03 -07:00
Doug Coleman 3b76d51219 typed: Add unit test for #778. 2013-03-20 11:14:09 -07:00
John Benediktsson ec83995999 typed: prevent TYPED: definitions without types. 2013-03-20 11:09:34 -07:00