Commit Graph

22327 Commits (22cce1d4e24c07cd2f39294336a7bc87255d327c)

Author SHA1 Message Date
Alex Vondrak e0ba1d07a6 add graphviz vocab 2011-05-22 12:06:48 -07:00
Anton Gorenko 588af74590 fix 'boids' and move it from unmantained to extra; 2011-05-22 17:07:55 +06:00
Anton Gorenko 06c935175f clutter, gstreamer: return .gir files back to pass load-all tests on Windows and MacOS; 2011-05-21 20:58:09 +06:00
Slava Pestov 43e4cf8754 Merge branch 'for-slava' of git://github.com/samueltardieu/factor 2011-05-20 18:40:40 -07:00
Slava Pestov c9753304a5 websites.factorcode: fix double escaping in code example on front page 2011-05-20 18:38:30 -07:00
Samuel Tardieu 23fe76160a Add math.primes:nprimes 2011-05-20 12:38:27 +02:00
otoburb b8b1c30062 http.client: Added OPTIONS, TRACE and HEAD HTTP methods 2011-05-12 01:32:00 +00:00
John Benediktsson b4b694850d websites.factorcode: fix email example. 2011-05-06 21:16:34 -07:00
Slava Pestov 9bd1c1b771 websites.concatenative: oops 2011-05-06 20:32:29 -07:00
Slava Pestov 22dba34fc2 Merge branch 'doc-fixes' of git://github.com/mrjbq7/factor 2011-05-06 20:28:05 -07:00
Slava Pestov d58555d6f5 Merge branch 'cleanup' of git://github.com/mrjbq7/factor 2011-05-06 20:27:59 -07:00
Slava Pestov 29d37737bc Merge branch 'sorting' of git://github.com/mrjbq7/factor 2011-05-06 20:27:52 -07:00
Slava Pestov 26838cce8e Merge branch 'highlight' of git://github.com/mrjbq7/factor 2011-05-06 20:27:42 -07:00
Slava Pestov ed56a9ce83 websites.concatenative: enable recaptcha for wiki 2011-05-06 20:03:44 -07:00
Slava Pestov 4df048f9bd wiki: add a recaptcha 2011-05-06 19:47:32 -07:00
matt knox 8b8d18c4cb updated copyright 2011-05-04 17:19:30 -07:00
John Benediktsson 68681ee8a3 Merge branch 'master' into highlight 2011-05-03 20:52:16 -07:00
John Benediktsson ef98730827 Merge branch 'master' into sorting 2011-05-03 20:51:53 -07:00
John Benediktsson 1778757fa2 Update references to "1 tail" to use "rest". 2011-05-03 20:50:23 -07:00
John Benediktsson 013097e617 io.launcher: fix launcher examples. 2011-04-17 18:12:23 -07:00
Slava Pestov d1666854e8 ui.backend.cocoa: simplify system-alert implementation now that callbacks bug has been fixed 2011-04-16 19:12:08 -07:00
Slava Pestov cbbdd712fc core-foundation.run-loop bug fix for Doug's bug fix 2011-04-16 19:11:43 -07:00
Doug Coleman b9e127eb6c Refactor some duplication in DNS queries and move some parsing into its own word. 2011-04-15 00:18:05 -05:00
Doug Coleman a744e3a370 Bugfix: Only reset-timer on mac if sleep-time returns an integer. If it returns f, don't divide by 1000 and error. 2011-04-15 00:11:15 -05:00
Slava Pestov c36d73e242 Change do-callback to register the current thread with the callback, instead of busy waiting for the current callback to become the right one before returning. Fixes 100% CPU usage issue with system-alert. Thanks to Blei and ex-rzr for doing preliminary analysis of the issue 2011-04-12 21:48:54 -04:00
John Benediktsson eb6c986cd6 Merge branch 'master' into sorting
Conflicts:
	basis/heaps/heaps-tests.factor
2011-04-12 18:09:36 -07:00
John Benediktsson fad33fdfc8 Merge branch 'master' of git://github.com/slavapestov/factor into highlight 2011-04-12 18:07:09 -07:00
John Benediktsson cfbc08e7ac websites.factorcode: add syntax highlighting to the examples. 2011-04-12 18:05:39 -07:00
John Benediktsson 4d18029ae9 xmode.highlight: a syntax highlighting tool. 2011-04-12 18:05:13 -07:00
Joe Groff 07f2d75316 game.debug.tests: fix half-changed accessor names (reported by sf17k) 2011-04-11 11:50:28 -07:00
Doug Coleman aed64f104d Error if domain name has non-ascii characters. Lower timeout to 10s from 30s to see errors more quickly. 2011-04-10 14:56:37 -05:00
Doug Coleman 9b97f22b92 Make print-topic print a newline and adjust usages elsewhere. Reported by mrjbq7. 2011-04-10 14:18:35 -05:00
Doug Coleman 1e78347643 Print a newline after each TXT message in DNS. 2011-04-10 14:10:13 -05:00
Doug Coleman 250d96d7b1 Clean up heaps implementation, test max-heaps. 2011-04-10 12:57:39 -05:00
Doug Coleman 82a88ba57a Decode TXT strings as utf8, use write instead of print. 2011-04-10 12:38:00 -05:00
Doug Coleman 405745ca79 Add support for parsing DNS TXT queries. 2011-04-10 12:35:46 -05:00
Doug Coleman 7aa7b08d42 Change how sequence>assoc and friends work. Now they take two quotations, the first of which prepares the key/value pair and the second insert it into the assoc. mrjbq7's group-by, formerly collect-values, is now called collect-by. 2011-04-09 23:51:14 -05:00
Slava Pestov 38fd731fa9 factor.sh: change install-x11 and install-macosx to deps-linux and deps-macosx which install dependencies only; add Gtk dependecies to apt-get line 2011-04-07 18:14:26 -04:00
John Benediktsson d58bc08aa0 Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
John Benediktsson 9efa64831f sorting: change sort-keys and sort-values to generics. 2011-04-07 08:57:26 -07:00
Doug Coleman 392494733b Fix the console spew on missing libraries. Set NO_UI=1 when gtk libraries are missing on linux/unix platforms. 2011-04-06 18:49:15 -04:00
Slava Pestov b160d08bde Merge branch 'vim' of git://github.com/keitahaga/factor 2011-04-06 18:16:37 -04:00
Slava Pestov 3e2f74b834 Merge branch 'cleanup' of git://github.com/keitahaga/factor 2011-04-06 18:15:59 -04:00
Slava Pestov 7e1b7f70a5 ui.backend.gtk.io.unix: add platforms.txt so that we don't load it on Windows 2011-04-06 17:54:22 -04:00
Slava Pestov 2cbd31d34d Merge commit 'otoburb/master' into merge-otoburb
Conflicts:

	basis/ui/backend/gtk/gtk.factor
2011-04-06 17:54:00 -04:00
Slava Pestov 6b3ba0da22 Merge branch 'gtk-game-input' of git://github.com/Blei/factor 2011-04-06 17:27:31 -04:00
Slava Pestov ee99a64b54 Merge branch 'master' of git://github.com/ex-rzr/factor 2011-04-06 17:26:41 -04:00
Keita Haga 945d5f5c49 misc/vim/syntax/factor.vim: merge two factorComment highlight groups together into one 2011-04-06 15:28:59 +09:00
otoburb 5744764f07 gtk.factor: Changed init behaviour so if $DISPLAY is not set, runs tty listener, otherwise UI listener. 2011-04-06 00:02:15 +00:00
Keita Haga f2528568bc misc/vim/README.md: update filename 2011-04-05 12:37:10 +09:00