Commit Graph

21978 Commits (bcc9739391fd8fe2b68d64dd052e7dd191a7796c)

Author SHA1 Message Date
Erik Charlebois bcc9739391 Merge branch 'master' of git://github.com/slavapestov/factor 2011-07-11 22:02:28 -04:00
otoburb b56c2b9589 json.writer: Updated docs to mention the dynamic variable jsvar-encode? 2011-07-05 00:07:59 -04:00
otoburb dc47d523ed Merge branch 'master' of github.com:otoburb/factor 2011-07-04 23:27:56 -04:00
otoburb 063076cfa5 json.writer: Ability to turn jsvar-encode substituion on/off via jsvar-encode? dynamic variable. Removed whitespace in tuple>fields json output. Added tests to json.writer-tests. 2011-07-05 03:16:38 +00:00
otoburb fb95a19352 json.writer: Currified jsvar-encode. Removed whitespace in tuple>fields json output. Added tests to json.writer-tests. 2011-07-04 23:14:51 -04:00
otoburb 210228b911 json.writer: Ability to turn jsvar-encode substitution on/off via jsvar-encode? dynamic variable. Added test cases. 2011-06-23 01:28:24 -04:00
Erik Charlebois 3acee3e55e Run vim synchronously
If you run vim from the terminal asynchronously, vim and factor will conflict accessing stdin and stdout.
2011-06-23 01:18:35 -04:00
Erik Charlebois 679b03f8db Remove unnecessary -std=gnu99
Flag isn't needed anymore with g++ and it causes warnings with clang.
2011-06-23 01:17:24 -04:00
Joe Groff 40c45e08ca Merge remote branch 'erikc/master' 2011-06-13 11:28:02 -07:00
Joe Groff b6cf76b547 Merge branch 'master' of factorcode.org:/git/factor 2011-06-07 09:44:35 -07:00
Joe Groff 27f5f07dbc peg.ebnf: add rule~ syntax to discard a matching subrule from the AST; document (grouping) and {grouping} syntax 2011-06-06 16:32:19 -07:00
Joe Groff e4b1417dd2 math.functions: fix documentation for 10^ 2011-06-06 16:27:56 -07:00
Slava Pestov 38910df57c Merge branch 'master' of git://github.com/ex-rzr/factor 2011-06-03 18:33:05 -07:00
otoburb 76b5399d68 http.client-docs: Added documentation for HEAD, TRACE, OPTIONS and DELETE methods 2011-05-24 22:05:27 -04:00
otoburb 03267aa42c Merge branch 'master' of http://factorcode.org/git/factor 2011-05-24 18:21:47 -04:00
Erik Charlebois c492ff62a7 Add vocab completion for readline when line begins with USING: 2011-05-24 04:02:10 -04:00
Erik Charlebois b9e18184c6 Convert side mouse buttons to backward/forward 2011-05-23 23:36:14 -04:00
Erik Charlebois 019224348b Only do mouse selections for button 1 2011-05-23 23:36:14 -04:00
Erik Charlebois b504c9af47 Modify the listener vocabulary so that readline can hook in. Add the readline-listener listener that provides word completion and readline editing. 2011-05-23 23:36:14 -04:00
Erik Charlebois 215e720513 Raw FFI bindings to libreadline and a few higher level words 2011-05-23 23:36:14 -04:00
Erik Charlebois e28e48beea Create a setter for C-GLOBAL words 2011-05-23 23:36:14 -04:00
Erik Charlebois 0507e6ec53 Raw clang FFI bindings 2011-05-23 23:36:14 -04:00
Erik Charlebois 64252dbdbc 32 and 64 bit Linux PPC support 2011-05-23 23:36:14 -04:00
Erik Charlebois 662bc3b07b Fix bugs in unix ffi usage 2011-05-23 23:36:14 -04:00
Erik Charlebois 91e94a8438 Fix GDB-based disassemble for GDB 7 2011-05-23 23:36:13 -04:00
Erik Charlebois 013209bd17 epoll working on linux 2011-05-23 23:36:13 -04:00
Erik Charlebois 305dcf1551 Use .factor-rc etc on Windows too, files can begin with dots just fine 2011-05-23 23:36:13 -04: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
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
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