Commit Graph

6848 Commits (707ce03f7196fcf02389db5144ec3985e96f7105)

Author SHA1 Message Date
Slava Pestov 707ce03f71 Merge branch 'master' of git://factorcode.org/git/factor 2008-08-18 16:41:10 -05:00
Slava Pestov 8b55b53269 Re-implement reverse to fix obscure problem 2008-08-18 16:40:50 -05:00
Doug Coleman 4a1a87521c add some metadata 2008-08-18 11:29:30 -05:00
Doug Coleman 9f73644575 put the regexp library into git
it still needs these fixes: empty \Q\E, lookahead, group captures, unicode character classes, reluctant matching if possible
2008-08-18 11:24:18 -05:00
Doug Coleman 16342a8a40 fix ?at, if-at and add unit tests 2008-08-17 21:54:10 -05:00
Doug Coleman ab56eb0e48 add ?at, simplify if-at 2008-08-17 21:27:35 -05:00
Doug Coleman c56a769fef add if-at, when-at, and unless-at
it's like if-empty
2008-08-17 12:01:04 -05:00
Doug Coleman 507f814d48 remove old accessors before major refactoring 2008-08-17 10:50:26 -05:00
Doug Coleman 8f00739601 remove old accessors, cleanup 2008-08-17 10:38:34 -05:00
Doug Coleman a3e25491c0 dno't send Cc in header if it's not set 2008-08-17 09:37:04 -05:00
Doug Coleman 4bbf2de249 add support for cc and bcc to smtp 2008-08-16 17:28:38 -05:00
Doug Coleman 5e247325b2 refactor smtp to not clone the email
add email>headers word instead
2008-08-16 17:20:18 -05:00
Doug Coleman 0eea37c13d add quad combinator
inline the do-while combinator
2008-08-16 16:05:00 -05:00
Doug Coleman dbddc8d590 add types to TUPLE: email 2008-08-16 15:59:32 -05:00
Doug Coleman 107cadf604 add the %chance combinator 2008-08-16 15:20:34 -05:00
Doug Coleman bd8dcd4e0a move quad to quadruple in utf8 2008-08-16 14:20:36 -05:00
Doug Coleman fa5cff02e8 move more throws to ERROR: 2008-08-16 14:20:13 -05:00
Doug Coleman 21518ff78e better error handling in smtp 2008-08-16 14:14:20 -05:00
Slava Pestov a452dd86f6 Better fix 2008-08-15 18:57:00 -05:00
Slava Pestov 713cf91f2a Fix memory leak 2008-08-15 16:13:13 -05:00
Slava Pestov 7b736fb8f0 Merge branch 'master' of git://factorcode.org/git/factor 2008-08-15 04:10:21 -05:00
Slava Pestov cf556faf66 Cleanup 2008-08-15 04:09:34 -05:00
Doug Coleman 37bd1bd86d Merge branch 'master' of git://factorcode.org/git/factor 2008-08-14 23:55:57 -05:00
Doug Coleman b333583da4 fix usings 2008-08-14 23:54:57 -05:00
Doug Coleman 5cc5d347ae moved serial to io.serial 2008-08-14 23:44:39 -05:00
Slava Pestov 1c2f76f964 Merge branch 'master' of git://factorcode.org/git/factor 2008-08-14 23:37:31 -05:00
Slava Pestov b06fe6fe9a Fix help lint 2008-08-14 23:35:35 -05:00
Doug Coleman b26c526b90 Merge branch 'master' of git://factorforge.org/git/william42 2008-08-14 00:25:20 -05:00
William Schlieper 7a701c9501 irc.ui: Fixed bug in constructor 2008-08-14 01:24:56 -04:00
Doug Coleman a84404bc0d add some more utility words like when-empty 2008-08-14 00:21:10 -05:00
Doug Coleman ec4aabcf31 Merge branch 'master' of git://factorforge.org/git/william42 2008-08-13 23:52:52 -05:00
William Schlieper 2186999fee irc.ui: Fixed userlist>> bug 2008-08-14 00:52:29 -04:00
Doug Coleman 867459e4c7 Merge branch 'master' of git://factorforge.org/git/william42 2008-08-13 23:40:37 -05:00
Doug Coleman d9074c9d4e fix bootstrap 2008-08-13 23:20:44 -05:00
Doug Coleman d50afc2a35 remove unfinished code for now 2008-08-13 23:13:13 -05:00
Doug Coleman 805cb650bd add find-hrefs word 2008-08-13 23:09:43 -05:00
Doug Coleman f98729eb91 more bsd flags 2008-08-13 22:04:12 -05:00
Doug Coleman c5e3bdf668 add constants for bsd serial 2008-08-13 21:51:25 -05:00
Doug Coleman e033d2e1b7 Merge branch 'master' of git://factorcode.org/git/factor 2008-08-13 21:33:27 -05:00
William Schlieper 83574cb5ee irc.ui: Removed userlist slot from irc-tab 2008-08-13 20:58:05 -04:00
William Schlieper ca27c897d0 irc.ui: Removed reference to irc.messages.private 2008-08-13 20:52:30 -04:00
William Schlieper 176fb3cebd Merge branch 'master' of git://tiodante.com/git/factor 2008-08-13 20:50:34 -04:00
Slava Pestov bb76f2f617 Fix combinatorics tests 2008-08-13 18:57:57 -05:00
sheeple 7afa9959f8 Merge branch 'master' of git://factorcode.org/git/factor 2008-08-13 15:19:06 -05:00
sheeple 21fb13f450 initial chicken of serial 2008-08-13 15:18:50 -05:00
sheeple bbb3597ac2 add a couple constants for unix file access 2008-08-13 15:13:55 -05:00
Slava Pestov f683c63da1 Fix code duplication 2008-08-13 14:20:09 -05:00
Slava Pestov 35a1ca3201 Improve ranges docs 2008-08-13 14:19:58 -05:00
Slava Pestov 6f78e38ab4 Add a couple of words to disjoint-sets 2008-08-13 14:19:48 -05:00
Doug Coleman 5263cc371c Merge branch 'master' of git://factorforge.org/git/william42 2008-08-13 00:10:50 -05:00