Commit Graph

3998 Commits (7e0f271cf3f4eb428aa40a85369b54b338585572)

Author SHA1 Message Date
Doug Coleman 7e0f271cf3 fix typo in docs 2009-04-02 17:00:29 -05:00
Slava Pestov e0a8def090 Fix generate-help to not open thousands of windows in UI 2009-04-02 13:48:53 -05:00
Aaron Schaefer 5405f530b9 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor:
  Fix UI pane selection
  use unicode instead of ascii again
  Fix up 'demos' vocab
  beginnings of a c preprocessor -- needs #if, #elif, #else
  Tabs are blank (better unicode whitespace support coming soon)
  fix take-rest for out of bounds
  Partial fix for pane selection
  ensure-port outputs a new URL instead of mutating its input
  FUEL: Font lock and no indentation for EBNF: ... ;EBNF forms.
2009-04-02 11:59:59 -04:00
Slava Pestov de357bacdb Merge branch 'master' of git://factorcode.org/git/factor 2009-04-02 09:12:00 -05:00
Slava Pestov 4f19f9b2c1 Fix UI pane selection 2009-04-02 09:09:09 -05:00
Slava Pestov 2aaeb62c4e Fix up 'demos' vocab 2009-04-02 01:17:55 -05:00
Daniel Ehrenberg 4ef0344477 Tabs are blank (better unicode whitespace support coming soon) 2009-04-02 01:12:09 -05:00
Slava Pestov 4dbb2aa491 Partial fix for pane selection 2009-04-01 22:24:49 -05:00
Slava Pestov 318da06a71 ensure-port outputs a new URL instead of mutating its input 2009-04-01 22:05:12 -05:00
Aaron Schaefer ed9a63311c Fix typo and update a combinator usage in calendar 2009-04-01 22:03:45 -04:00
Aaron Schaefer ca9fb1fcf1 Update usages of divisor? where appropriate 2009-04-01 21:53:18 -04:00
Aaron Schaefer c698a83a12 Add divisor? math function 2009-04-01 19:29:19 -04:00
Doug Coleman 1b0c301005 move assoc-heaps to extra 2009-04-01 17:29:58 -05:00
Joe Groff 432ff9b07f Make math.blas library and ABI choice configurable 2009-04-01 14:52:43 -05:00
Doug Coleman 81ec716782 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-01 04:29:28 -05:00
Doug Coleman e37627fa8f fix linux64 blas 2009-04-01 04:28:53 -05:00
Chris Double 087a7acfba Fix peg left recursion handling 2009-03-31 23:59:52 -05:00
Slava Pestov 474e74a232 Re-organize things so that bootstrap.ui doesn't load ui.text 2009-03-31 23:44:38 -05:00
Daniel Ehrenberg 3211270d5b left and right arrow keys move between graphemes in UI 2009-03-31 21:49:14 -05:00
Daniel Ehrenberg 95d9b3a417 Adding functionality to unicode breaks API for future UI changes 2009-03-31 21:48:43 -05:00
Daniel Ehrenberg cee809ead1 Merge branch 'master' of git://factorcode.org/git/factor into unicode 2009-03-31 21:42:22 -05:00
Daniel Ehrenberg b6d292fb23 Merge branch 'master' of git://factorcode.org/git/factor into unicode 2009-03-31 21:15:18 -05:00
Doug Coleman 65cb08c355 fix help-lint for syndication 2009-03-31 11:12:05 -05:00
Slava Pestov 932d44cab8 Small speedup for code using H{ } clone and with-scope 2009-03-31 08:16:04 -05:00
Slava Pestov 39b53817b9 Small size reduction for deployed images 2009-03-31 08:15:27 -05:00
Slava Pestov 1dfa621f4d Tweak some code to reduce deployed image size 2009-03-31 08:03:27 -05:00
Slava Pestov 85fb4aab89 syndication: fix help lint 2009-03-31 04:43:26 -05:00
Slava Pestov eb9164e65d Merge branch 'master' of git://factorcode.org/git/factor 2009-03-30 20:46:09 -05:00
Slava Pestov b32df2100a Fix parse-feed for byte arrays 2009-03-30 20:45:55 -05:00
Doug Coleman 6b6de2b8aa refactor some error handling in peg, more unit tests 2009-03-30 19:42:04 -05:00
Doug Coleman 9550becf92 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-30 08:44:49 -05:00
sheeple 4ce3cdc149 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-30 07:20:28 -05:00
sheeple 42d164db77 Fix C99 complex number support in FFI on Mac OS X/PPC 2009-03-30 07:19:14 -05:00
Doug Coleman c1297ec177 add unit tests for quoting 2009-03-30 00:18:02 -05:00
Slava Pestov e8ec1716e3 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-29 23:13:37 -05:00
Slava Pestov bd91ac56ce Fix model docs 2009-03-29 23:13:30 -05:00
Daniel Ehrenberg f657c60c4f Some cleanup in documents.elements 2009-03-29 22:58:04 -05:00
Daniel Ehrenberg 5ecff284ef Fixing regexp compiler's bounds checks 2009-03-29 22:57:13 -05:00
Doug Coleman 82b6e32945 fix a few compile errors 2009-03-29 21:35:57 -05:00
Daniel Ehrenberg 13f553b284 Fixing farkup's parsing of [aaa] 2009-03-29 20:29:38 -05:00
Slava Pestov a40b4f6dfa Fix docs typo 2009-03-29 19:07:01 -05:00
Slava Pestov d586d49cb6 Fix listener-run-files 2009-03-29 16:28:04 -05:00
Slava Pestov 602fe353e8 Fix another XMode bug 2009-03-28 22:19:55 -05:00
Slava Pestov 2344660811 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-28 22:14:27 -05:00
Slava Pestov fe0a71cd88 Fix an XMode bug exposed in the pastebin 2009-03-28 22:13:58 -05:00
Doug Coleman cd0986509c unit test tools.scaffold, fix a bug in scaffolding docs 2009-03-28 16:40:34 -05:00
Doug Coleman d3bd574820 inline a couple of combinators to fix compile warnings 2009-03-28 16:34:52 -05:00
Slava Pestov 8c37cf596c Merge branch 'master' of git://factorcode.org/git/factor 2009-03-28 15:30:20 -05:00
Slava Pestov fd44378736 Trailing [[ no longer throws an error in farkup parser 2009-03-28 15:29:58 -05:00
Doug Coleman df4d652c0a less stack shuffling 2009-03-28 15:02:28 -05:00