Commit Graph

23501 Commits (311a6a42bf3db68379da0a87e4445adcca28f5db)

Author SHA1 Message Date
John Benediktsson 311a6a42bf build-support: make factor.sh check the git branch. 2012-07-11 12:08:29 -07:00
Doug Coleman a344a6bc2e cairo: Store the error number in the error tuple. 2012-07-10 17:24:54 -07:00
John Benediktsson e4ccdaca86 sequences.repeating: minor style cleanup. 2012-07-10 17:03:13 -07:00
John Benediktsson 96a36b34b9 math.statistics: minor style cleanup. 2012-07-10 17:03:01 -07:00
John Benediktsson 139150444c sequences.repeating: rename repeating to cycle and add repeat 2012-07-10 16:47:33 -07:00
Doug Coleman 6f7c2694e0 Config.macosx: first two digits of 'xcodebuild -version' number is enough; throw away rest of version number.
$ xcodebuild -version
Xcode 4.3.3
Build version 4E3002
Fixes #543.
2012-06-22 15:23:07 -07:00
Doug Coleman 9c954c305d cocoa.plists: Remove duplicate using. 2012-06-22 13:47:17 -07:00
John Benediktsson ee91a9dd30 math.functions: minor cleanup. 2012-06-22 08:38:34 -07:00
John Benediktsson 42c70e10b3 graphviz.ffi: use unless-zero. 2012-06-22 08:36:56 -07:00
John Benediktsson 1790a4dbdb math.text.french: removing duplicate if-zero definition. 2012-06-22 08:36:37 -07:00
John Benediktsson ad3d29e5d5 ui.tools.listener: adding docs for emacs-style key bindings. 2012-06-21 20:18:43 -07:00
Doug Coleman b9babdfa48 parser: Drunk coding is buzzed coding. 2012-06-21 17:35:24 -07:00
Doug Coleman 13b1c184a7 parser: last fix. 2012-06-21 14:18:55 -07:00
Doug Coleman 5e6aa80c51 pixel-format-attribute was just (pixel-format-attribute)
Rename the GENERIC: (pixel-format-attribute) to pixel-format-attribute ?
2012-06-21 12:12:57 -07:00
Doug Coleman ff8e144340 renaming fixes: Forgot some words. 2012-06-21 11:54:43 -07:00
John Benediktsson 4ddb4ff502 fuel.help: fix use of lookup-article. 2012-06-21 11:53:46 -07:00
Doug Coleman 5a955d262a debugger: summary on check-mixin-class-error 2012-06-21 09:12:15 -07:00
Doug Coleman f8d1af5d75 utf16n: botched merge commit. oops 2012-06-21 09:04:09 -07:00
Doug Coleman 500c3aace2 debugger: put method on no-current-vocab-error 2012-06-21 09:02:17 -07:00
Doug Coleman 9e5bafe5e2 debugger: Put method on check-method-error. 2012-06-21 08:56:57 -07:00
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