Commit Graph

2786 Commits (60ac79e5ab9db564bf8fb8b7be75325e1577d8fc)

Author SHA1 Message Date
Eduardo Cavazos c5f5e0a61a io.files: rename the *-to words to *-into 2008-03-01 02:58:29 -06:00
Slava Pestov fea927b343 Fix R/W locks 2008-03-01 01:57:34 -06:00
Slava Pestov 5352ea14ff Fix another race... 2008-03-01 01:46:01 -06:00
Slava Pestov 59872525fd Fix 'box empty' error 2008-03-01 01:19:00 -06:00
Doug Coleman b353363c9f Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	core/io/files/files-tests.factor
2008-03-01 00:00:07 -06:00
Slava Pestov 28b170c70e Merge branch 'master' of git://factorcode.org/git/factor 2008-02-29 23:36:29 -06:00
Doug Coleman 4994a0e435 fix with-directory. i thought i did this already.. 2008-02-29 23:17:15 -06:00
Slava Pestov a0a0e36739 Merge branch 'master' of git://factorcode.org/git/factor 2008-02-29 19:15:34 -06:00
Slava Pestov 85ab4c3b5d Oops 2008-02-29 19:11:26 -06:00
Slava Pestov 373a88a77a Fix UI hang, add if-box combinator 2008-02-29 19:10:30 -06:00
Doug Coleman 316a8ad1ae fix io.files.unique 2008-02-29 18:20:45 -06:00
Doug Coleman fc4cac5b2d Merge branch 'master' of git://factorcode.org/git/factor 2008-02-29 18:14:26 -06:00
Doug Coleman 2dffb31e53 remove debug info 2008-02-29 18:05:38 -06:00
Doug Coleman a318a80b99 fix using 2008-02-29 18:04:44 -06:00
Doug Coleman 4f40f10b88 fix stack effect 2008-02-29 18:04:20 -06:00
Doug Coleman adf5cfda59 clean up retry 2008-02-29 18:04:09 -06:00
Doug Coleman 167fdad45f Merge branch 'master' of git://factorcode.org/git/factor 2008-02-29 17:45:55 -06:00
Doug Coleman ac6c91d5a6 fix bootstrap 2008-02-29 17:44:53 -06:00
Doug Coleman 71af041083 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	extra/io/files/temporary/backend/backend.factor
	extra/io/files/temporary/temporary.factor
	extra/io/windows/files/temporary/temporary.factor
2008-02-29 17:12:50 -06:00
Doug Coleman b7f9aac210 fix with-unique-file 2008-02-29 17:10:22 -06:00
Doug Coleman 93a8cbcac3 fix a hack. oops 2008-02-29 15:41:54 -06:00
Doug Coleman 869cfd5463 fix sqlite -- wasn't settin gthe bound? flag 2008-02-29 15:38:20 -06:00
Slava Pestov 24b4fb0df9 Use if-box in http.server 2008-02-29 10:37:39 -06:00
Slava Pestov cc3f226cd3 New HTTPD work in progress 2008-02-29 00:57:38 -06:00
Doug Coleman ad2d06806b s/temporary/unique/ 2008-02-29 00:55:24 -06:00
Doug Coleman 0102689b1e make retry inline 2008-02-29 00:11:50 -06:00
Doug Coleman 6cb5f76893 Merge branch 'master' of git://factorcode.org/git/factor 2008-02-29 00:11:11 -06:00
Doug Coleman edcda314bd add temporary files to docs 2008-02-29 00:11:01 -06:00
Doug Coleman 499948047a rename io.files.temporary to io.files.unique
write documentation
2008-02-29 00:10:37 -06:00
Eduardo Cavazos c9b73f062b Implement file-info 2008-02-28 23:46:27 -06:00
Alex Chapman 7af882a5fb Merge branch 'master' of http://factorcode.org/git/factor into semantic-db
Conflicts:

	extra/db/sqlite/sqlite.factor
2008-02-29 14:11:46 +11:00
Alex Chapman 0da202f178 latest db and semantic-db (not really working) 2008-02-29 13:51:59 +11:00
Doug Coleman 2753b2442a fix io.files.temporary for windows 2008-02-28 16:37:27 -06:00
Doug Coleman 2f7247334e fix with-directory and write unit test 2008-02-28 16:37:04 -06:00
Doug Coleman b71d7bc422 Merge branch 'master' of git://factorcode.org/git/factor 2008-02-28 15:43:06 -06:00
Doug Coleman fbfa1f8de9 add retry combinator to combinators.lib 2008-02-28 15:42:34 -06:00
Doug Coleman 48e305ee49 add words for dealing with temporary files
not tested on windows
2008-02-28 15:42:07 -06:00
Eduardo Cavazos e39783b10a unix: Refactor more things out of unix and into unix.stat
unis.stat: Move some common code to unix.stat from
           unix.stat.linux and unix.stat.macosx
2008-02-28 12:46:01 -06:00
Slava Pestov 5e3aa52a75 Fix conflict 2008-02-28 03:28:26 -06:00
Slava Pestov e79772fce4 Merge branch 'master' of git://factorcode.org/git/factor 2008-02-28 01:33:22 -06:00
Slava Pestov 1c959d0cca Add new checkbox 2008-02-28 01:33:09 -06:00
Slava Pestov 4fcc3d4c1a Use temp-file 2008-02-28 01:32:58 -06:00
Slava Pestov d28117e3e7 Make hello-world smaller 2008-02-28 01:32:49 -06:00
Slava Pestov 9d05d81491 Fix deploy size regression 2008-02-28 01:22:53 -06:00
Slava Pestov 609e6eaa5a Deployment fixes; add unit test which ensures deploy images are not too large 2008-02-28 01:21:30 -06:00
Slava Pestov e47a9cface Add timeout support to simple-monitors (untested) 2008-02-28 01:20:44 -06:00
Slava Pestov 7c24a78281 Fix init-hook regression 2008-02-28 01:20:27 -06:00
Eduardo Cavazos cc0bafecc6 Merge git://factorcode.org/git/factor 2008-02-28 00:03:35 -06:00
Doug Coleman 260acff952 add coprime? to math.primes 2008-02-27 23:09:29 -06:00
Slava Pestov 13290fcd82 Fix load 2008-02-27 22:23:01 -06:00