Commit Graph

9658 Commits (bf189675ca45ed37b2bb8beb41db30d1a464e034)

Author SHA1 Message Date
John Benediktsson bf189675ca sequences.extras: adding a trim-as word. 2012-07-15 09:47:44 -07:00
John Benediktsson 37ca8ab2a0 sequences.extras: adding a contains? (a faster sequence intersects?). 2012-07-15 09:17:31 -07:00
John Benediktsson e87feb1c11 sequences.extras: bounds-check in rotate! and do exchange-unsafe. 2012-07-14 15:12:18 -07:00
John Benediktsson d7d4db823a benchmark.csv: adding a benchmark for csv. 2012-07-13 22:20:34 -07:00
John Benediktsson d38a3fc44a "H{ } substitute" is faster than "{ } substitute". 2012-07-13 19:06:38 -07:00
John Benediktsson 59b7f2686b assocs.extras: adding (in-place) substitute!. 2012-07-13 19:00:49 -07:00
John Benediktsson 5568f759e6 benchmark.binary-search: remove print in favor of assert. 2012-07-13 16:11:01 -07:00
John Benediktsson 7525c1d99a benchmark.dlists: adding a dlist benchmark. 2012-07-13 15:15:26 -07:00
John Benediktsson dcd91bd259 assocs.extras: fixing stack effect, inline words. 2012-07-11 22:15:44 -07:00
John Benediktsson 6faf85d9f5 assocs.extras: adding a "zip-as" that is faster than "zip >hashtable". 2012-07-11 20:37:12 -07:00
John Benediktsson 0bf89b2c97 benchmark.json: adding a json benchmark. 2012-07-11 18:43:22 -07:00
John Benediktsson e4ccdaca86 sequences.repeating: minor style cleanup. 2012-07-10 17:03:13 -07:00
John Benediktsson 139150444c sequences.repeating: rename repeating to cycle and add repeat 2012-07-10 16:47:33 -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 4ddb4ff502 fuel.help: fix use of lookup-article. 2012-06-21 11:53:46 -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 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
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 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 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 d066e3fc44 wake-on-lan: adding support for Wake-on-LAN protocol. 2012-06-18 12:47:21 -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
Doug Coleman 6db7576f33 calendar.holidays.us: Donuts too often 2012-06-01 18:03:42 -07:00
Doug Coleman bf29ed77f7 calendar.holidays.us: Today is National Donut Day. 2012-06-01 17:19:45 -07:00
John Benediktsson 860845a969 benchmark.busy-loop: make sure fixnum math on 32-bit. 2012-06-01 16:26:46 -07:00
John Benediktsson 0937cd43a9 benchmark.busy-loop: adding a busy-loop "control" benchmark. 2012-06-01 16:18:29 -07:00
John Benediktsson 8f76de9bd7 fastcgi: removing dependency on unix-only. 2012-06-01 14:34:36 -07:00
John Benediktsson 98c5ddf2fd sequences.extras: adding sift-as and harvest-as. 2012-05-31 11:01:16 -07:00
John Benediktsson c2e1496374 sequences.extras: even simpler round-robin. 2012-05-31 10:46:42 -07:00
John Benediktsson a62cf7fc68 sequences.extras: simpler round-robin. 2012-05-31 08:17:08 -07:00
John Benediktsson e48cd2e1a0 sequences.extras: adding round-robin. 2012-05-30 17:50:00 -07:00
John Benediktsson c1323fbe5a fix some tests broken by the prepend change. 2012-05-29 16:58:58 -07:00
John Benediktsson 37edc8fa8b sequences.extras: move min-by/max-by to math.compare. 2012-05-19 11:26:01 -07:00
John Benediktsson 6bc1ab2d57 assocs.extras: more tests for deep-at. 2012-05-17 09:40:43 -07:00
John Benediktsson be3558c55f assocs.extras: adding deep-at. 2012-05-14 17:04:52 -07:00