Slava Pestov
e81ec2dcf6
Merge branch 'master' into new_ui
2009-01-26 02:41:36 -06:00
Slava Pestov
a2a7666be4
Merge branch 'master' of git://factorcode.org/git/factor
2009-01-26 02:39:24 -06:00
Slava Pestov
1c65b61f80
Make interpolate-locals public again
2009-01-26 02:39:15 -06:00
Slava Pestov
e95cd5e19e
Clear font cache on startup
2009-01-26 02:36:49 -06:00
Slava Pestov
bb27511753
Fixing code for first-class fonts
2009-01-26 02:21:28 -06:00
Slava Pestov
4f5a927afb
Move UI text backends to ui.text.*, move UI backends to ui.backend.*, add font datatype
2009-01-26 00:36:37 -06:00
Daniel Ehrenberg
5615bbe330
Merge branch 'master' of git://factorcode.org/git/factor
2009-01-26 00:13:58 -06:00
Daniel Ehrenberg
2f177a194b
Removing old XML generation library
2009-01-26 00:05:13 -06:00
Daniel Ehrenberg
ef8747ee72
Syndication uses new xml.interpolate vocab
2009-01-25 23:53:02 -06:00
Daniel Ehrenberg
c33dd1105b
XML fry
2009-01-25 23:52:25 -06:00
Slava Pestov
255680160d
Make interpolate-locals public again
2009-01-25 23:21:48 -06:00
Slava Pestov
acd49fa557
Merge branch 'master' into new_ui
2009-01-25 23:20:52 -06:00
Slava Pestov
3458f8bbef
Fix bug in re-split reported by kib2
2009-01-25 23:20:17 -06:00
Slava Pestov
daf490e4dd
Update strings docs to mention Unicode
2009-01-25 23:04:44 -06:00
Slava Pestov
7851aac222
Replace some usages of prepose with fry
2009-01-25 23:04:35 -06:00
Slava Pestov
7360cd5b30
Clean up some duplication in interpolate
2009-01-25 23:04:19 -06:00
Slava Pestov
4d080b8785
Fix bug in locals found by littledan: [let inside [let didn't work in top-level forms
2009-01-25 23:04:11 -06:00
Slava Pestov
d4122b5715
Update Unicode docs
2009-01-25 23:03:49 -06:00
Slava Pestov
4d547653b5
Clean up basis/ascii/ and update docs
2009-01-25 23:03:36 -06:00
Slava Pestov
8a3c0ce2cc
Add change-doc-range combinator
2009-01-25 23:03:13 -06:00
Slava Pestov
f6bc5c0b75
Clean up stack shuffling in basis/delegate/
2009-01-25 22:57:11 -06:00
Slava Pestov
6e2f60729f
Use fry in io.styles
2009-01-25 22:56:47 -06:00
Slava Pestov
b95a587ce1
Add join lines command, C+j
2009-01-25 22:56:35 -06:00
Daniel Ehrenberg
39e49c3554
XML interpolation
2009-01-25 21:06:45 -06:00
Slava Pestov
c6415c7b7d
Fix <CFString> and CF>string to allow null bytes
2009-01-25 19:02:59 -06:00
Slava Pestov
fe7c2fecbe
Eliminate some more usages of tuck
2009-01-25 17:55:27 -06:00
Slava Pestov
577fde6e91
Merge branch 'master' into new_ui
2009-01-25 17:07:02 -06:00
Slava Pestov
fad7520323
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
2009-01-25 17:06:50 -06:00
Slava Pestov
5c20705ed3
Add failing unit test for regexp
2009-01-25 17:06:08 -06:00
Jose A. Ortega Ruiz
40382f9c5f
FUEL: Font lock and indent support for alien parsing words.
2009-01-25 13:49:10 +01:00
Jose A. Ortega Ruiz
f64303a3c8
FUEL: Better $snippet handling.
2009-01-25 11:57:27 +01:00
Jose A. Ortega Ruiz
8d943b9625
FUEL: Better, if hackish, to fix the f problem.
2009-01-25 11:42:35 +01:00
Jose A. Ortega Ruiz
91460f5479
FUEL: Pretty print f as 'f' instead of 'nil'.
2009-01-25 10:22:53 +01:00
Jose A. Ortega Ruiz
7891c6ebdb
Merge commit 'origin/master' into emacs
2009-01-25 10:22:09 +01:00
Slava Pestov
2aa84a9b4f
Fix a couple of bootstrap errors
2009-01-25 00:11:06 -06:00
Slava Pestov
ef223f26d5
Fix conflict
2009-01-24 23:56:33 -06:00
Slava Pestov
c074740746
Split off data_heap.c from data_gc.c; split off write_barrier.h, local_roots.h from data_gc.h, misc other cleanups
2009-01-24 23:39:00 -06:00
Jose A. Ortega Ruiz
5b571d60f4
Merge commit 'origin/master' into emacs
2009-01-25 03:23:36 +01:00
Slava Pestov
622015adab
Fix regression in ui.gadgets:screen-rect
2009-01-24 20:17:21 -06:00
Slava Pestov
60f36cd9c8
Update user-space code for modify-code-heap primitive change
2009-01-24 20:17:11 -06:00
Jose A. Ortega Ruiz
b1d0f90567
Merge commit 'origin/master' into emacs
2009-01-25 03:16:24 +01:00
Slava Pestov
ed1a2855b5
Big code GC refactoring
...
- Move code block-specific parts of code_gc.c to code_heap.c
- code_gc.c is now a generic malloc-style heap
- New code_block.c to split up large code_heap.c
- Clean up relocation code and remove some duplication
- Fix problems with code heap not being updated properly with uninterned words (bug re
ported by doublec)
- Remove boolean parameter from modify-code-heap primitive
- Less unnecessary fixup speeds up bootstrap slightly
2009-01-24 20:13:17 -06:00
Slava Pestov
670d0106d1
Clean up some duplication
2009-01-24 17:42:28 -06:00
Slava Pestov
32bb531621
Move literal tables out of code heap, instead each code block holds a reference to the literal table
2009-01-24 17:01:01 -06:00
Jose A. Ortega Ruiz
16ca29410b
Merge commit 'origin/master' into emacs
2009-01-24 21:38:45 +01:00
Slava Pestov
29b561a7ee
Fix load error
2009-01-23 21:10:23 -06:00
Slava Pestov
7b344408ff
Working on better POST and PUT requests
2009-01-23 20:02:14 -06:00
Slava Pestov
f34c14a0f5
Remove some usages of tuck
2009-01-23 18:20:47 -06:00
Daniel Ehrenberg
b87b9af458
DTDs are a separate type now; all variables in xml.state
2009-01-23 15:29:28 -06:00
Slava Pestov
a2cd1dd0e5
Merge branch 'for-slava' of git://git.rfc1149.net/factor
2009-01-23 15:20:19 -06:00