Commit Graph

21209 Commits (c28d5589a2daa66b6e273f03fbff272278a9fb15)

Author SHA1 Message Date
Joe Groff a35344d462 io.streams.throwing: implement read-until 2010-07-09 14:26:01 -07:00
Joe Groff 89307d2f94 images.loader and friends: push throws-on-eof down to the loaders that want it 2010-07-09 14:20:32 -07:00
Joe Groff fc35dc8a28 io.streams.throwing: implement tell and seek 2010-07-09 14:08:54 -07:00
Joe Groff 47a47f8e76 io.streams.limited: remove unlimit* 2010-07-09 13:52:15 -07:00
Joe Groff aeea244b1c clear up roles docs 2010-07-09 13:30:15 -07:00
Doug Coleman d7a7e493e2 Merge branch 'master' of github.com:erg/factor 2010-07-09 13:34:49 -05:00
Doug Coleman d00ea1892a Split off io.streams.throwing from io.streams.limited and update usages of limited streams 2010-07-09 13:32:09 -05:00
Doug Coleman ce0d76a580 Clean up vocabulary list, remove unused/poorly-named word from io 2010-07-09 13:32:09 -05:00
Doug Coleman 64e8f1872c Add an article for roles 2010-07-09 13:32:08 -05:00
Doug Coleman ef21a8c61a Allow variants to be spread across multiple parsing words with a VARIANT-MEMBER: word. Fix typo in docs 2010-07-09 13:32:08 -05:00
Doug Coleman 4abe5ea8a7 Fix typo in timers 2010-07-09 13:32:07 -05:00
Slava Pestov f3ae3b7fc8 parser: update unit test 2010-07-08 15:41:28 -04:00
Joe Groff 3af17c6bfc cpu.x86.assembler: add MOVQ xmm, xmm/m64 and MOVQ xmm/m64, xmm instructions 2010-07-08 10:19:11 -07:00
Slava Pestov 066a4597b4 io.ports: fix stream-seek with seek-relative seek type (reported by Joe Groff) 2010-07-07 17:32:30 -04:00
Slava Pestov df9fefade5 compiler.tree.propagation.known-words: don't want a type function on clone, all the methods are inline and it was wrong (reported by Joe Groff) 2010-07-07 17:25:32 -04:00
Slava Pestov feb2c5952b io.ports: fix stream-tell implementation 2010-07-07 02:27:34 -04:00
Slava Pestov b0cfc34b3a cocoa.subclassing: cleaner CLASS: syntax; ui.backend.cocoa: ignore events delivered after window closed to fix FEP (reported by Doug Coleman) 2010-07-06 19:02:52 -04:00
Slava Pestov 736530766e cocoa.subclassing: new METHOD: syntax cleans up class definitions 2010-07-06 17:59:35 -04:00
Slava Pestov 69d0a3ce9b Remove Cocoa exception handling support since it no longer works 2010-07-06 17:48:37 -04:00
Slava Pestov 8bbb0c3dbe Remove cocoa.callbacks since nothing uses it 2010-07-06 17:45:50 -04:00
Slava Pestov e935681743 Add a scan-token word which is like scan, except throws an error on EOF; document scan-object word; mention that scan-token/scan-object are preferred over scan/scan-word 2010-07-06 16:20:08 -04:00
Slava Pestov fa1b962cdb urls.encoding: tweak assoc>query to fix problem with OAuth 2010-07-06 00:57:41 -04:00
Joe Groff 65c1c1cf36 new ICO for windows 2010-07-05 21:00:12 -07:00
Joe Groff 602f616e8e new icns file for OS X 2010-07-05 20:53:24 -07:00
Joe Groff ba34aaf4e9 math.polynomials: unclip drop => rest 2010-07-05 20:53:24 -07:00
Joe Groff 011aa77c11 stacky the raptor was feeling kind of blue. cheer him up a bit 2010-07-05 20:53:24 -07:00
Slava Pestov 262354d67a tools.deploy: fix deployment of apps that use vocab: paths -- regression from recent patch that adds add-vocab-root word 2010-07-05 23:41:27 -04:00
Slava Pestov 45c31b5532 twitter: use https to get request and access tokens now that http.client is up to spec 2010-07-05 22:55:32 -04:00
Slava Pestov c564506d4a http: host header should not include the port number 2010-07-05 22:55:20 -04:00
Slava Pestov 1eae4c95d0 mason: update for twitter vocab changes 2010-07-05 22:18:02 -04:00
Slava Pestov e0c9ed68ae twitter: update to use OAuth 2010-07-05 22:17:16 -04:00
Slava Pestov b59bd90191 oauth: basic implementation of an OAuth consumer 2010-07-05 22:14:06 -04:00
Slava Pestov 96dea984d6 Merge branch 'mongodb-changes' of git://github.com/x6j8x/factor 2010-07-05 20:40:09 -04:00
Slava Pestov 86e3184cbf Merge branch 'gdbm' of http://github.com/dmsh/factor 2010-07-05 20:35:54 -04:00
Joe Groff c9ecf3462d math.polynomials: update pdiff for no-integers-as-sequences (reported by rswarbrick) 2010-07-04 09:23:43 -07:00
Dmitry Shubin e4bf774ee3 gdbm: add shorthands for common cases 2010-07-04 02:12:07 +04:00
Slava Pestov 8fd5d3c86a FFI rewrite part 6: deconcatenatize 2010-07-02 15:44:12 -04:00
Joe Groff d294c9a513 unix.ffi: third argument of ioctl should be void*, not c-string (reported by ceninan) 2010-06-30 09:09:16 -07:00
Niklas.Waern 88c617d2b2 libudev bindings in resource:extra 2010-06-29 19:25:26 +02:00
Slava Pestov d190eeb3f8 http.server: more doc fixes 2010-06-28 17:42:48 -04:00
Slava Pestov b988253396 http.server: tweak docs 2010-06-28 17:31:45 -04:00
Slava Pestov 724c633bf0 ui.tools.traceback: make it a tool window so that its size is saved, and workspace shortcuts work 2010-06-28 17:10:15 -04:00
Joe Groff 879c71a1b3 prettyprint.backend: leave nesting-limit unset when prettyprinting hashtables without a nesting limit, fixing the bug where it would get set to 1 and print nothing (reported by Blei) 2010-06-28 09:10:16 -07:00
Dmitry Shubin 14d3299e6a gdbm: move enums to main vocab 2010-06-28 03:50:06 +04:00
Dmitry Shubin 98e650814b gdbm: each-key - higher order combinator for sequential access 2010-06-28 03:30:52 +04:00
Dmitry Shubin 1d1b0f46f1 gdbm: drop "gdbm-" prefix 2010-06-28 02:17:11 +04:00
Dmitry Shubin d29e7ee823 gdbm: add metadata 2010-06-28 02:14:50 +04:00
Dmitry Shubin 7341789c18 gdbm: add gdbm-info 2010-06-28 01:52:36 +04:00
Dmitry Shubin 68b80a81d7 gdbm: documentation addendum 2010-06-28 01:46:20 +04:00
Dmitry Shubin ab34af8d5f gdbm: add unit tests 2010-06-28 01:45:05 +04:00