Commit Graph

23481 Commits (dcb71dcea8cb3b71124e30f61aba3e5352e77c81)

Author SHA1 Message Date
Doug Coleman dcb71dcea8 issue #358: rename no-current-vocab 2012-06-21 08:38:05 -07:00
Doug Coleman dce69faa59 issue #358: change line-break to add-line-break 2012-06-21 08:38:04 -07:00
Doug Coleman 69b3422bf9 issue #358: delete unused word 2012-06-21 08:38:03 -07:00
Doug Coleman 68d0daae00 issue #358: rename ole32-error -> check-ole32-error 2012-06-21 08:38:02 -07:00
Doug Coleman 795c9ed26a issue #358: fix a couple compiler errors 2012-06-21 08:35:47 -07:00
Doug Coleman 264cf4002d issue #358: command-map -> get-command-at 2012-06-21 08:35:46 -07:00
Doug Coleman ecaedab7af issue #358: code-blocks -> get-code-blocks 2012-06-21 08:35:45 -07:00
Doug Coleman 117d57ad92 issue #358: Rename all of the words depends-on-* to add-depends-on* 2012-06-21 08:35:45 -07:00
Doug Coleman 19e7b1ea77 issue #358: Finish renaming <apropos> to <apropos-search> 2012-06-21 08:35:44 -07:00
Doug Coleman 0159912996 issue #358: fix images.gif 2012-06-21 08:35:43 -07:00
Doug Coleman 5757aef118 issue #358: annotation -> lookup-annotation 2012-06-21 08:35:42 -07:00
Doug Coleman dca84c4194 issue #358: Rename check-method and check-mixin-class TUPLE:s to ERROR:s. 2012-06-21 08:35:41 -07:00
Doug Coleman 72b4d53639 issue #358: Rename button-pen -> lookup-button-pen. 2012-06-21 08:35:40 -07:00
Doug Coleman 104778d1da issue #358: Rename apropos tuple -> apropos-search. 2012-06-21 08:35:39 -07:00
Doug Coleman 095e22cb42 issue #358: Make a word lookup-article so that article is just a tuple. 2012-06-21 08:35:38 -07:00
Doug Coleman bbf5cfbc4d io.files.info.windows: Fix file-systems word in two ways. First, don't
allocate 32k on the local alloc stack (which causes a 'double fault.')
Second, if the volume doesnt look up to a real path, don't make a dummy
object for that. volume
Use alien>native-string and native-string>alien wherever possible instead of
utf16n for Windows.
2012-06-21 08:32:53 -07:00
Doug Coleman 47a977277a sequences.windowed: Add vocabulary for doing windowed sequences that look
n steps back. Different from clumps in that maping over them gives you a
sequence that's as long as the underlying sequence.
2012-06-20 21:42:16 -07:00
Doug Coleman e90c0b8c75 random: Add random-integers and random-units words. 2012-06-20 21:42:15 -07:00
John Benediktsson 2edcde1060 splitting: adding split*, a variant that keeps elements we split upon. 2012-06-20 19:57:11 -07:00
John Benediktsson 8c23020b90 24-game: add division operation. 2012-06-20 17:55:11 -07:00
John Benediktsson 897069de38 math.blas.config: deal with OS X libblas ABI mess
x86-64 libblas uses different ABIs on 10.5 and 10.7, and is broken on 10.6.
Modified from patch by Joe Groff.
2012-06-20 17:17:49 -07:00
John Benediktsson fd74dd4f23 alien.fortran: add a bad-fortran-abi object
Use this to represent an invalid Fortran library ABI with information about how to fix it.
Modified from patch by Joe Groff.
2012-06-20 17:16:50 -07:00
Doug Coleman 0adf1b7c79 24-game: Fix the docs. 2012-06-20 00:37:09 -07:00
John Benediktsson f006c43f85 24-game: flush output, add some tests. 2012-06-19 23:11:10 -07:00
John Benediktsson 0248e8f855 24-game: simplify and cleanup. 2012-06-19 23:09:56 -07:00
John Benediktsson 1a88a72b30 tools.deploy: use splitting, sigh. 2012-06-19 18:56:45 -07:00
Slava Pestov de4952b3ea environment: Add change-os-env, docs, example, etc. 2012-06-19 18:45:53 -07:00
John Benediktsson 351b5267fd tools.deploy: fix test for staging name. 2012-06-19 17:57:22 -07:00
John Benediktsson 151aef27b7 tools.deploy: whoops, need bootstrap.image. 2012-06-19 17:32:46 -07:00
John Benediktsson aac9ddbf3a tools.deploy: delete all cached staging images in deploy tests. 2012-06-19 17:13:45 -07:00
John Benediktsson cd01766de9 tools.deploy.backend: include arch in staging image name. 2012-06-19 17:13:33 -07:00
John Benediktsson 300699915c math.extras: adding nonzero. 2012-06-19 14:23:00 -07:00
John Benediktsson 023898f569 benchmark.completion: adding a benchmark of tools.completion. 2012-06-19 14:09:38 -07:00
John Benediktsson d4d57a32e0 tools.completion: 5-7% performance improvement. 2012-06-19 13:50:50 -07:00
John Benediktsson a5b9bab28e mason.docs: make docs archive have relative paths. 2012-06-19 10:08:14 -07:00
John Benediktsson 0e559c138d websites.factorcode: remove trailing semi-colon. 2012-06-18 17:45:05 -07:00
John Benediktsson b523463599 websites.factorcode: adding a happy birthday example. 2012-06-18 17:43:32 -07:00
John Benediktsson ab2c150363 io.streams.memory: adding with-memory-reader. 2012-06-18 17:24:21 -07:00
Slava Pestov 6771c07a10 macosx: Remove /opt/local prefix on some mac ffi libs. 2012-06-18 17:01:29 -07:00
John Benediktsson 1a72249983 math: using if-zero in more places. 2012-06-18 14:32:39 -07:00
John Benediktsson ff6efb78ae tools.deploy.windows: need to use io.files.temp. 2012-06-18 14:20:40 -07:00
John Benediktsson d066e3fc44 wake-on-lan: adding support for Wake-on-LAN protocol. 2012-06-18 12:47:21 -07:00
John Benediktsson 7e67289daa tools.deploy.windows: use temp directory. 2012-06-18 12:34:34 -07:00
John Benediktsson 11f3e316f2 alien.remote-control: using temp directory. 2012-06-18 12:33:14 -07:00
John Benediktsson 128c92e571 http: using temp directory. 2012-06-18 12:33:07 -07:00
John Benediktsson d053432dcf webapps.help: fixing location of generated html docs. 2012-06-18 12:32:44 -07:00
John Benediktsson f84cc7ed83 mason.docs: fix making and uploading of docs archive. 2012-06-18 12:26:02 -07:00
John Benediktsson 53c54b86ab io.files.temp: adding with-temp-directory and with-cache-directory. 2012-06-18 12:22:59 -07:00
Doug Coleman 73fe611543 tools.ps: Fix ps tool for linux < 3. 2012-06-18 09:51:07 -07:00
Doug Coleman 9d8cc34f6f deploy test 5: use new temp directory. 2012-06-13 11:30:15 -07:00