Commit Graph

210 Commits (bf32fb7a53342e89e9a6d205af1dd5d933c580fc)

Author SHA1 Message Date
Slava Pestov bf32fb7a53 Load fix 2007-11-05 11:13:31 -05:00
Slava Pestov 599f1c6087 Finish cleaning up erg's changes, remove queues 2007-11-05 11:01:11 -05:00
Doug Coleman f26d8efa06 Add dlists and heaps to the handbook 2007-11-05 02:26:16 -06:00
Doug Coleman 1df90f392d Move delete-random to sequences.lib 2007-11-05 02:25:53 -06:00
Doug Coleman 5719eeda88 Document a couple of words in random
Add a word to get a random 256-bit integer
2007-11-05 02:25:16 -06:00
Doug Coleman 18a554ad4d Merge git://factorcode.org/git/factor
Conflicts:

	extra/concurrency/concurrency.factor
2007-11-05 02:24:32 -06:00
Doug Coleman 1e60000395 Fix concurrency 2007-11-05 02:05:01 -06:00
Doug Coleman 40752e447d Fix random number mechanism in remote channels 2007-11-05 02:04:33 -06:00
Doug Coleman cd34d676ab Remove a unit test 2007-11-05 02:03:59 -06:00
Doug Coleman 6de2fc5399 Moved delete-random to sequences.lib
Add a space to a lot of lines =-O
2007-11-05 01:51:38 -06:00
Doug Coleman 3e40ab714e Move delete-random to sequences.lib
Add some unit tests
2007-11-05 01:50:19 -06:00
Doug Coleman f301d36535 Move dlists to core/
Delete heaps
2007-11-05 01:41:23 -06:00
Slava Pestov 86f98eac40 Deploy generates a stage1 image now if necessary 2007-11-05 01:37:07 -05:00
Slava Pestov b85af601c0 Document deployment 2007-11-05 01:23:48 -05:00
Slava Pestov b4f6d7aa1c Fix accidental tools.deploy -> compiler dependency 2007-11-05 01:12:21 -05:00
Slava Pestov 821cabeb44 Fix hello-world deploy config 2007-11-05 01:08:28 -05:00
Slava Pestov e0d8a52a29 chmod the executable 2007-11-05 01:08:19 -05:00
Slava Pestov fdf251103d Update deploy.factor files for renaming of config flag 2007-11-05 00:47:13 -05:00
Slava Pestov d8d1da96d7 Update libraries for parent-dir rename 2007-11-05 00:46:03 -05:00
Slava Pestov 6d2f1bc4bd Rename parent-dir to parent-directory, add copy-file and copy-directory words, start Windows deploy tool 2007-11-05 00:45:02 -05:00
Slava Pestov a4f8bf05b9 Update deploy configs for various modules 2007-11-04 22:58:00 -05:00
Slava Pestov 206bf56b30 Add deploy-word-defs? deploy flag to make lsys happy 2007-11-04 22:52:25 -05:00
Slava Pestov 667f26249e Small fixes 2007-11-04 22:51:34 -05:00
Slava Pestov ac8b30a30e Remove erronous tags 2007-11-04 21:24:50 -05:00
Slava Pestov 4485bc0c01 Remove code duplication 2007-11-04 21:24:22 -05:00
Slava Pestov 943fe1b6cf Deploy tool fixes 2007-11-04 21:24:08 -05:00
Slava Pestov cf39de0a33 Remove breakpoints from extra/mad 2007-11-04 18:07:11 -05:00
Slava Pestov 72c1276837 Update editors docs 2007-11-04 18:07:03 -05:00
Slava Pestov 092d18d1b9 OpenGL errors are now thrown instaed of just being printed 2007-11-04 18:06:47 -05:00
Slava Pestov 4cc86d74ff Update more libraries for unfold change 2007-11-04 18:06:34 -05:00
Slava Pestov 781bd15625 Fix long line 2007-11-04 17:33:18 -05:00
Slava Pestov de582084a4 Refactor I/O a bit so that C types are resolved at compile time -- better for deployment 2007-11-04 17:32:18 -05:00
Slava Pestov dfeb154bb1 Change unfold word 2007-11-04 17:32:01 -05:00
Slava Pestov 8e8273a316 Merge commit 'zedas/master' 2007-11-04 17:22:36 -05:00
Zed A. Shaw 7b3fee0b64 Bug fix for range to restrict results to within assigned range. Tests for all range behavior. 2007-11-04 17:23:33 -05:00
Eduardo Cavazos 049ceb7044 Merge branch 'master' of git://factorcode.org/git/factor 2007-11-04 13:42:26 -06:00
Eduardo Cavazos 1364674546 Added execv, and some constants used with waitpid to unix vocab 2007-11-04 13:42:18 -06:00
Slava Pestov d366ced0a8 Fix load problem 2007-11-03 16:24:17 -04:00
Slava Pestov e0104549cb Move channels to unmaintained for the time being, so that load-everything can work 2007-11-03 16:22:40 -04:00
Slava Pestov 1cac7d54a6 Move checkbox and radio button renders to ui.gadgets.buttons 2007-11-03 15:42:51 -04:00
Slava Pestov 8584e7e95d Deploy tool can now strip out libc debugging 2007-11-03 15:42:30 -04:00
Slava Pestov fe9563ece2 Move io.buffers to extra 2007-11-03 15:38:45 -04:00
Slava Pestov b31440a574 Fix deployment, remove image compression since its useless and broken 2007-11-02 14:26:04 -04:00
Slava Pestov 59f197df9a Merge commit 'erg/master' 2007-11-01 19:51:57 -04:00
Slava Pestov 8c87610fc6 Improved deploy tool 2007-11-01 13:50:02 -04:00
Slava Pestov 0f46ff8a15 Fix unnecessary dup 2007-10-31 21:52:46 -04:00
Slava Pestov a01a7e4383 Improved deploy tool 2007-10-31 20:26:24 -04:00
Slava Pestov 0a8682ce9b Improved border gadget 2007-10-31 20:26:12 -04:00
Doug Coleman 688ccb8a14 Optimize the way random IDs are generated for the callback responder
It's about 10x more efficient this way
2007-10-31 19:04:13 -05:00
Doug Coleman 0aeb676866 Port extra/store to new module system
add unit tests
2007-10-31 18:59:25 -05:00