Commit Graph

7024 Commits (2ff6c7ed072bd090ea7b51a0d6af9cf80f90c80f)

Author SHA1 Message Date
Slava Pestov c780457ddb Fix up ui.offscreen 2009-04-03 12:54:34 -05:00
Slava Pestov 92cc670c28 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-03 10:25:56 -05:00
Slava Pestov f7ba7b4bfa Fix deploy descriptor for color picker 2009-04-03 10:20:42 -05:00
U-SLAVA-DFB8FF805\Slava 038509f652 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-03 09:22:47 -05:00
U-SLAVA-DFB8FF805\Slava 745a435475 Merge branch 'master' into uniscribe 2009-04-02 13:19:30 -05:00
Slava Pestov c5a511788a Merge branch 'master' of git://projects.elasticdog.com/git/factor 2009-04-02 13:14:03 -05:00
U-SLAVA-DFB8FF805\Slava 6b8f4ecabc Merge branch 'master' of git://factorcode.org/git/factor 2009-04-02 13:11:38 -05:00
U-SLAVA-DFB8FF805\Slava 2c556fbb65 Better error message printout in extra/descriptive 2009-04-02 13:11:06 -05:00
U-SLAVA-DFB8FF805\Slava dba42f9259 Remove DLL-downloading logic since we don't have external deps anymore 2009-04-02 13:07:45 -05:00
Doug Coleman 070e5ef9bf check in more test cases for later 2009-04-02 12:25:41 -05:00
Doug Coleman e841308bf6 adding some preprocessor test files 2009-04-02 11:40:15 -05:00
Doug Coleman 6399f4bc1a handle defines better, save all #if/#elif/#else/#pragma/#include_next. next step: tokenizing and macro replacement 2009-04-02 11:39:18 -05:00
Aaron Schaefer 59145c0672 Minor typo in solution for PE problem 49 2009-04-02 12:10:51 -04: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
Aaron Schaefer d6e646389c Solution to Project Euler problem 49 2009-04-02 11:58:35 -04:00
Slava Pestov de357bacdb Merge branch 'master' of git://factorcode.org/git/factor 2009-04-02 09:12:00 -05:00
Slava Pestov 0db52b0545 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-04-02 08:28:30 -05:00
Doug Coleman 7c7742cafa use unicode instead of ascii again 2009-04-02 01:18:53 -05:00
Slava Pestov 2aaeb62c4e Fix up 'demos' vocab 2009-04-02 01:17:55 -05:00
Doug Coleman 2325710a4f beginnings of a c preprocessor -- needs #if, #elif, #else 2009-04-02 01:17:36 -05:00
U-SLAVA-DFB8FF805\Slava 0cfa22c276 Merge branch 'master' of git://69.93.127.154/git/factor into uniscribe 2009-04-01 22:46:04 -05:00
Doug Coleman 9bee1fe004 fix take-rest for out of bounds 2009-04-01 22:39:20 -05:00
Aaron Schaefer ca9fb1fcf1 Update usages of divisor? where appropriate 2009-04-01 21:53:18 -04:00
Aaron Schaefer d220288356 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (37 commits)
  move assoc-heaps to extra
  remove tokenize-line
  make tokenize-line configurable, fix bug in take-quoted-string
  fix bug in state-parser, add take-token
  Make math.blas library and ABI choice configurable
  state-parser take-quoted-string rewinds if the string is not found
  refactor state parser some more, add a word to parse escaped strings
  set non-key/value attributes to themselves
  rename next to advance
  make html.parser words private
  remove dead code
  fix parsing of attributes for nofollows
  add take-sequence to state parser
  more cleanup
  cleaning up html.parser
  fix deployed name in minneapolis-talk, add summary/deploy to chicago talk
  spider - better handling of relative links for frames, dont spider things twice
  add chicago-talk to demos
  fix linux64 blas
  take-until doesnt pass the element to the quotation anymore
  ...
2009-04-01 18:55:43 -04:00
Aaron Schaefer 9d44708e1d Fix contains? -> any? rename issue 2009-04-01 18:43:45 -04:00
Doug Coleman 1b0c301005 move assoc-heaps to extra 2009-04-01 17:29:58 -05:00
Doug Coleman 7b6260ca8c remove tokenize-line 2009-04-01 17:28:36 -05:00
Doug Coleman 6af6de1aac make tokenize-line configurable, fix bug in take-quoted-string 2009-04-01 15:51:39 -05:00
Doug Coleman d64e07af8b fix bug in state-parser, add take-token 2009-04-01 15:23:05 -05:00
Doug Coleman 947bcc3d33 state-parser take-quoted-string rewinds if the string is not found 2009-04-01 14:50:43 -05:00
Doug Coleman 1e4eebda3a refactor state parser some more, add a word to parse escaped strings 2009-04-01 14:36:08 -05:00
Doug Coleman d52535b63a set non-key/value attributes to themselves 2009-04-01 13:42:38 -05:00
Doug Coleman 09e4d34ff2 rename next to advance 2009-04-01 12:52:02 -05:00
Doug Coleman 28dae46b7d make html.parser words private 2009-04-01 12:48:51 -05:00
Doug Coleman 9ecf8ec3db remove dead code 2009-04-01 12:47:17 -05:00
Doug Coleman 826d9f18c5 fix parsing of attributes for nofollows 2009-04-01 12:44:38 -05:00
Doug Coleman 7060a5905f add take-sequence to state parser 2009-04-01 12:44:06 -05:00
Doug Coleman d82b8ba4eb more cleanup 2009-04-01 11:48:44 -05:00
Doug Coleman fdb8c9da1a cleaning up html.parser 2009-04-01 11:43:30 -05:00
Doug Coleman a172d61f2e fix deployed name in minneapolis-talk, add summary/deploy to chicago talk 2009-04-01 11:11:15 -05:00
Doug Coleman b35bb10123 spider - better handling of relative links for frames, dont spider things twice 2009-04-01 11:08:19 -05:00
Doug Coleman 393df94d38 add chicago-talk to demos 2009-04-01 11:03:10 -05:00
Doug Coleman 9be511909b Merge branch 'master' of git://factorcode.org/git/factor 2009-04-01 03:18:51 -05:00
Doug Coleman 20df429a50 take-until doesnt pass the element to the quotation anymore 2009-04-01 03:13:38 -05:00
Slava Pestov 11eff11fb7 Add silly optimization for 'new'; this will be removed when compiler improves 2009-04-01 02:53:30 -05:00
Slava Pestov 3885ba02a6 Fixing up smalltalk to the point where it can run fib, slowly 2009-04-01 02:47:51 -05:00
Doug Coleman f994654af3 add take-while to state parser 2009-04-01 02:45:20 -05:00
Doug Coleman 99c3cd9517 more renaing get-char to current 2009-04-01 02:33:38 -05:00
Doug Coleman aa37871ff9 rename get-next to peek-next, get-char to current 2009-04-01 02:32:48 -05:00
Slava Pestov 8ab7328899 Add new vocabs 2009-04-01 02:09:49 -05:00