Keith Lazuka
405e5d015b
docs: change $subsection to $subsections
2009-10-02 12:15:48 -04:00
Slava Pestov
05f3f9dcb9
Fixing unit tests for stack effect inference changes
2009-04-20 21:15:19 -05:00
Slava Pestov
0d0c7f2d55
Fix unit test failures caused by stricter type checking in M: encoder stream-write
2009-04-20 20:05:17 -05:00
Slava Pestov
47820bda51
Oops
2009-04-19 03:04:35 -05:00
Slava Pestov
1c123e7e22
Remove some usages of -rot and tuck
2009-04-18 21:53:22 -05:00
Slava Pestov
4c3d5cffac
smtp: make content-type configurable
2009-04-17 17:52:41 -05:00
Doug Coleman
89e6ea1bbe
add tutorial for setting up smtp to work with gmail
2009-03-14 11:59:18 -05:00
Slava Pestov
6b25e99470
Add summary for heaps more vocabs
2009-02-16 21:05:13 -06:00
Daniel Ehrenberg
fcb56cf6db
Factored out io.crlf
2009-01-27 18:42:17 -06:00
Daniel Ehrenberg
85c6efa718
SMTP supports Unicode subjects and contents
2009-01-13 19:13:01 -06:00
Slava Pestov
e6aa33ac12
Add new intersects? word and use it in a few places instead of intersect empty?
2009-01-12 01:51:38 -06:00
Slava Pestov
daf2857d7b
define-inline now takes an effect parameter
...
C: now sets the stack effect of the new word to slot names
add new basis/constants vocab; CONSTANT: foo bar is equivalent to : foo bar ; inline
(going to fold CONSTANT:, ALIAS: and qualified into core soon perhaps)
tighten the screws: inline words now need a stack declaration too
update some usages of inline words
2008-12-15 19:44:56 -06:00
Slava Pestov
951d46ccdc
Merge branch 'master' of git://factorcode.org/git/factor
2008-12-15 01:37:20 -06:00
Slava Pestov
50e214c152
io.files split up and general refactoring work in progress
2008-12-14 20:03:00 -06:00
Doug Coleman
3dc417ae64
bool -> ?
2008-12-11 18:52:22 -06:00
Doug Coleman
14fb58f448
swap ... 3append -> surround in basis
2008-12-06 18:58:45 -06:00
Slava Pestov
a7a1fa2b57
Fix USING:
2008-11-30 17:49:46 -06:00
Slava Pestov
b7d4fccf56
Fix smtp tests
2008-11-30 15:11:03 -06:00
Slava Pestov
14377c6e36
Fix AUTH PLAIN support,and add STARTTLS support; clean up response handling code a bit, to make better error messages; fix a bug where the first line initially sent by the server was not being read
2008-11-30 13:53:13 -06:00
Slava Pestov
dce74a6915
Add support for AUTH PLAIN to smtp library
...
Update documentation
The smtp.server used for testing now starts on a random port instead of hard-coding 4321
2008-11-30 10:12:08 -06:00
Slava Pestov
7788b3e0db
Merge branch 'master' into microseconds
2008-11-23 03:06:32 -06:00
Doug Coleman
fb8bdfe7e5
rename last-slice1 to slice1-last
2008-11-22 20:00:37 -06:00
Slava Pestov
8819f23312
Replace millis primitive with micros primitive
...
Add millis as a library word
sleep now takes either a duration or a microsecond count; code using durations doens't need to be updated, code using millisecond counts updated to use durations for the most part
2008-11-19 01:50:05 -06:00
Slava Pestov
c19f2257f4
Fix permission bits
2008-10-02 08:34:49 -05:00
Slava Pestov
9a6408623b
More doc fixes
2008-09-23 16:19:32 -05:00
Slava Pestov
5f04b99bad
Fix bad <inet>
2008-09-14 01:50:55 -05:00
Doug Coleman
88ef60fe1d
better smtp docs
2008-09-12 10:29:34 -05:00
Slava Pestov
cf80dd122a
Updating code for make and fry changes
2008-09-10 22:11:40 -05:00
Doug Coleman
12322932ef
better docs for smtp
2008-09-09 18:55:49 -05:00
Slava Pestov
aea0fed14c
Fixing basis -> extra dependencies
2008-09-05 19:29:14 -05:00
Doug Coleman
89d5a8e80e
fix tests, docs
2008-08-29 16:48:29 -05:00
Doug Coleman
8cd2f34db4
spacing
2008-08-28 23:19:51 -05:00
Doug Coleman
3eae1ffe4b
add docs
...
move some words to private
2008-08-28 23:19:18 -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
dbddc8d590
add types to TUPLE: email
2008-08-16 15:59:32 -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
d66f887736
Create basis vocab root
2008-07-28 22:03:13 -05:00