Commit Graph

155 Commits (7a5d48cadb7c67c0859cd71879a68b7c58e355c7)

Author SHA1 Message Date
Slava Pestov 4af765629a Monitors work in progress 2008-02-02 18:14:26 -06:00
sheeple ff46bfaa96 Linux inotify support work in progress 2008-02-02 11:51:16 -06:00
Slava Pestov d58cc176fe Merge branch 'master' of git://factorcode.org/git/factor 2008-02-02 16:23:34 -06:00
Slava Pestov ff40513165 Cleaning up monitors in preparation for Linux inotify 2008-02-02 16:23:04 -06:00
Slava Pestov ba6660cabe Fix bootstrap 2008-02-02 15:44:43 -06:00
Slava Pestov 70b685fad8 Load fixes, FreeType memory usage fix 2008-02-02 15:00:16 -06:00
Slava Pestov 36a43a6c3f Fix conflict 2008-02-02 13:36:26 -06:00
Slava Pestov 8575bc62e3 Updating extra/ to use flags 2008-02-02 13:29:09 -06:00
Slava Pestov 4d24978507 Fix IO timeouts 2008-02-02 00:30:47 -06:00
Slava Pestov 2d381ed84e Fix http server 2008-02-01 22:47:01 -06:00
Slava Pestov 0cd8eb8745 Merge branch 'master' of git://littledan.onigirihouse.com/git/littledan 2008-02-01 18:31:13 -06:00
Slava Pestov f710d192f7 Fix inaccurate notifications in io.monitor on Windows 2008-02-01 17:13:57 -06:00
Daniel Ehrenberg b7a4e2c6bc Merge branch 'master' of git://factorcode.org/git/factor 2008-02-01 16:19:27 -06:00
Slava Pestov 8dd333cbb5 Fix unit tests and fix string clone 2008-02-01 16:02:02 -06:00
Daniel Ehrenberg fad00e2316 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	extra/html/elements/elements.factor
	extra/html/html.factor
	extra/tar/tar.factor
	extra/webapps/pastebin/pastebin.factor

Resolving my stupid use conflict
2008-02-01 15:39:42 -06:00
Slava Pestov ff55f0f4cc New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
Doug Coleman 71bac0da21 Load fixes 2008-01-31 23:59:29 -06:00
Slava Pestov da1d8967c4 Load fixes 2008-01-31 23:48:51 -06:00
Slava Pestov a234995c97 Merge branch 'master' of http://dharmatech.onigirihouse.com/factor into record1_strings 2008-01-31 23:21:29 -06:00
Eduardo Cavazos d7c1349c8d Fix a bunch of load-everything hiccups 2008-01-31 23:21:06 -06:00
Slava Pestov 2ef76798b0 record1 strings 2008-01-31 23:00:08 -06:00
Slava Pestov 92ebcc3619 New timeout implementation 2008-01-31 12:27:37 -06:00
Daniel Ehrenberg 4e3426d871 Fixing various use clauses 2008-01-31 12:21:49 -06:00
Daniel Ehrenberg b98dc7ec0a Fixing use of a qualified name 2008-01-31 12:16:34 -06:00
Slava Pestov 5478f22524 Don't blow away timeouts on reload 2008-01-31 01:16:10 -06:00
Slava Pestov 5bf2cbf4c6 Merge branch 'master' of http://dharmatech.onigirihouse.com/factor 2008-01-31 00:53:33 -06:00
Slava Pestov 926e09a46a New dispose word and with-dispose combinator, docs for io.monitor, working on O(1) stream timeouts 2008-01-31 00:52:06 -06:00
Eduardo Cavazos 9d5b944ec1 io.launcher: update docs 2008-01-30 23:16:20 -06:00
Doug Coleman eeade1d2b6 Merge git://factorcode.org/git/factor
Conflicts:

	extra/hardware-info/windows/nt/nt.factor
	extra/hardware-info/windows/windows.factor
2008-01-30 12:51:11 -06:00
Doug Coleman adc6f4de73 fix load error 2008-01-30 12:49:20 -06:00
Eduardo Cavazos c9fd6f2c8d Merge branch 'master' of git://factorcode.org/git/factor 2008-01-29 13:44:09 -06:00
Doug Coleman 44d058c676 fix windows launcher code 2008-01-29 12:13:08 -06:00
Slava Pestov 19555da91c Non-blocking directory change notification support for Windows 2008-01-28 01:21:44 -06:00
Slava Pestov 417e475857 Clean up UDP a little 2008-01-28 01:06:27 -06:00
Slava Pestov c79b8d8471 Clean up Windows I/O 2008-01-27 23:59:36 -06:00
Eduardo Cavazos 83aa8d0d6e Fix wait loop bug (fixed by Slava) 2008-01-27 19:10:28 -06:00
Slava Pestov 1c91a286e5 Updating summary and authors 2008-01-27 01:02:31 -04:00
Slava Pestov a09e216582 Replace memory>string and string>memory with four primitives and update io.windows.nt.monitor 2008-01-26 23:38:30 -04:00
Slava Pestov 62ded50c8b Directory change notification work in progress. Only on Windows right now, blocking 2008-01-26 03:40:09 -04:00
Slava Pestov 077c403dd0 Merge git://factorcode.org/git/erg 2008-01-26 01:59:30 -04:00
Slava Pestov 76e4702f38 Got Windows launcher redirection working 2008-01-25 02:37:37 -04:00
Slava Pestov 993684ebb0 More work in progress 2008-01-25 02:21:27 -04:00
Slava Pestov 034b4dcaa6 Windows launcher work in progress 2008-01-25 01:49:03 -04:00
Doug Coleman d09bc942ac Get file redirection working in Unix io.launcher 2008-01-25 00:21:49 -06:00
Slava Pestov 62f076d0c3 Fix FD leak 2008-01-24 23:48:28 -04:00
Slava Pestov 00d2122a4c Working on Unix io.launcher redirection 2008-01-24 23:45:56 -04:00
Doug Coleman 0b4be5f0a2 Fix Unix io.launcher 2008-01-24 22:41:55 -06:00
Slava Pestov b5a337bb2a Fix Linux I/O 2008-01-24 21:10:17 -04:00
Slava Pestov 783e63781f I/O fixes 2008-01-24 19:21:10 -04:00
Doug Coleman 741b10d4f9 Merge erg@factorcode.org:/git/erg
Conflicts:

	extra/io/windows/nt/backend/backend.factor
2008-01-24 15:49:32 -06:00