Commit Graph

11843 Commits (c708bfcbca96759c9049408b4922eb291d0207cb)

Author SHA1 Message Date
Doug Coleman cd82735dea remove zlib 2009-02-13 09:55:56 -06:00
Doug Coleman f3e8bc1247 make hexdump work for byte-vectors 2009-02-13 09:55:38 -06:00
Joe Groff 92f3ae39ad gotta load urls.secure to use https 2009-02-12 22:56:46 -06:00
Joe Groff e3f531cba4 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-12 22:40:51 -06:00
Joe Groff 7f8e890f1f twitta 2009-02-12 22:39:48 -06:00
Joe Groff 2bb9448ebc add set-basic-auth to http, and make http-request stuff the response body in the error message on failure 2009-02-12 22:39:26 -06:00
Daniel Ehrenberg 1682a5512a Minor docs fix and cleanup in http.server.static 2009-02-12 22:26:44 -06:00
Doug Coleman 237f16b4db move zlib to zlib.compression and update 2009-02-12 22:13:34 -06:00
Jason Merrill fe55e939f9 Added math.dual and math.derivatives for computing with dual numbers. Also
made a few more methods in math.functions generic in order to specialize them
on dual numbers.
2009-02-12 23:13:16 -05:00
Doug Coleman 0ac55c4be5 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-12 22:11:25 -06:00
Doug Coleman 12ee26566e working on lzw compression 2009-02-12 22:11:11 -06:00
Doug Coleman b5cb425708 new bitstream api works, refactor time 2009-02-12 22:10:32 -06:00
Daniel Ehrenberg 1a7e4b6576 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-12 22:00:09 -06:00
Daniel Ehrenberg d09567e31e Failing test case for db.sqlite 2009-02-12 21:59:59 -06:00
Doug Coleman 127ff76c08 add using 2009-02-12 21:45:34 -06:00
Doug Coleman 81d0f52e32 remove bad lzw tests, real tests still to come.. 2009-02-12 21:43:25 -06:00
Daniel Ehrenberg ff265aa919 XMode doesn't use parser combinators at all; regexes allow parens for grouping 2009-02-12 20:42:32 -06:00
Doug Coleman 18276a863b initial bitstreams checkin 2009-02-12 17:44:43 -06:00
Doug Coleman 6ffe298189 support lzw uncompression in images.tiff 2009-02-12 17:44:15 -06:00
Doug Coleman 745e011ccc add lzw compression 2009-02-12 17:44:04 -06:00
Doug Coleman 8993e0536b rename db-table to db-table-name, use db-table-name instead of class name in creating triggers for sqlite 2009-02-12 17:29:31 -06:00
Daniel Ehrenberg 4e5b7bfa21 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-12 17:14:20 -06:00
Daniel Ehrenberg c4f45e3f74 Fixing bug in db (don't use unparse!), adding still-failing unit test 2009-02-12 17:13:01 -06:00
Doug Coleman 1f6c50fd91 use constant in tar, remove ignore-errors 2009-02-12 16:40:45 -06:00
Doug Coleman 2e33f13c40 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-12 16:36:40 -06:00
Doug Coleman d46764d346 use CONSTANT: in db 2009-02-12 16:36:29 -06:00
Daniel Ehrenberg d0d615fb2b Starting to switch xmode to regexp; getting rid of <TAGS 2009-02-12 13:18:43 -06:00
Slava Pestov 489bb32a98 Fix potential load order issue with alien.complex; it used a slot defined in alien.structs but didn't reference that file by name 2009-02-12 09:48:50 -06:00
Slava Pestov 215127e9f6 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-12 09:20:35 -06:00
Slava Pestov 2c88d339d0 Improve type inference for struct returns 2009-02-12 09:20:32 -06:00
Doug Coleman 76ae3fd224 Fix compile error in ui.render.test; images API changed... 2009-02-12 08:39:52 -06:00
sheeple 3c1ddde1f9 Fix complex float support on NetBSD 2009-02-12 08:10:21 -06:00
sheeple facd455e92 Working on complex float support in FFI on NetBSD 2009-02-12 06:25:07 -06:00
Slava Pestov cf9e7d1e75 Add byte-order slot to image tuple; rename <image> to load-image, add <image> for making images from scratch 2009-02-12 04:25:33 -06:00
Slava Pestov a550c9874c kernel: add {bi,tri}-curry{,*,@} combinators from new_ui branch 2009-02-12 04:23:35 -06:00
Slava Pestov 421631eebb bootstrap.image: update documentation (found by mnestic) 2009-02-12 04:16:08 -06:00
Slava Pestov 7361bb90fa images: fix load errors 2009-02-12 02:41:47 -06:00
Slava Pestov 2220515947 Re-organize images and images.backend into images and images.loader 2009-02-12 02:41:37 -06:00
Slava Pestov 793fe45fd6 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-12 02:19:53 -06:00
Slava Pestov 13af3b4801 combinators.smart: add map-reduce-outputs 2009-02-12 02:19:41 -06:00
Slava Pestov dd57fe7a23 editors: better error message if definition does not have an associated source file
when editing a word-link, go to the word itself if the word has no help
2009-02-12 02:19:31 -06:00
Daniel Ehrenberg ccfd9f9c52 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-12 01:40:01 -06:00
Daniel Ehrenberg eaaf2af7b7 Fixing db.sqlite bug: database schema don't need primary keys 2009-02-12 01:39:14 -06:00
Daniel Ehrenberg 6215c38676 Fixing minor CSV bug 2009-02-12 01:32:06 -06:00
Daniel Ehrenberg 19eb0471bb Creating XML component 2009-02-12 01:31:54 -06:00
Joe Groff 0bc16d0cf8 documentation ambiguity 2009-02-11 20:11:33 -06:00
Joe Groff ff33f38a02 annotations docs 2009-02-11 19:58:28 -06:00
Joe Groff 87c9ab72c3 don't want to filter nonword annotation usages 2009-02-11 18:58:42 -06:00
Joe Groff 6c723642bd annotations tests 2009-02-11 18:42:01 -06:00
Joe Groff a3115d0215 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-11 18:35:23 -06:00