Joe Groff
|
ccdd8999e1
|
swizzle word to swizzle sequences
|
2009-02-04 19:46:19 -06:00 |
Daniel Ehrenberg
|
fa0d5de2e4
|
Speeding up xml.literals by 3x using code generation
|
2009-02-04 17:29:35 -06:00 |
Doug Coleman
|
3d84d17cc6
|
use the console factor for tests
|
2009-02-04 13:28:19 -06:00 |
Daniel Ehrenberg
|
c7a070ba8e
|
Fixing typo in xml.dispatch
|
2009-02-04 13:25:51 -06:00 |
Daniel Ehrenberg
|
292ebd4a4c
|
Fixing xml.dispatch
|
2009-02-04 12:34:18 -06:00 |
Daniel Ehrenberg
|
009ea7ad45
|
Fixing bug in XML where prolog isn't considered; whenever you write XML, the encoding is listed as UTF-8.
|
2009-02-04 12:32:47 -06:00 |
Daniel Ehrenberg
|
354830e983
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-04 11:30:57 -06:00 |
Slava Pestov
|
dfa0931db1
|
Merge branch 'master' into new_ui
|
2009-02-04 05:26:32 -06:00 |
Slava Pestov
|
4c5b79ea57
|
ui.gadgets.debug: some gadgets for testing purposes
|
2009-02-04 05:26:01 -06:00 |
Slava Pestov
|
489019acd0
|
io.encodings.chinese and io.encodings.japanese: use [1234]byte-array words instead of B{ } new-sequence and [1234]array >byte-array
|
2009-02-04 05:14:00 -06:00 |
Slava Pestov
|
4ee7fb1c30
|
Minor performance improvement for io.encodings.chinese: don't call 'linear' all the time
|
2009-02-04 04:58:19 -06:00 |
Slava Pestov
|
feb5688296
|
Merge branch 'master' into new_ui
|
2009-02-04 04:45:33 -06:00 |
Slava Pestov
|
cb174f0db1
|
Regression: HTTP server would fail to serve files with binary encoding after Dan's io.encodings.iana changes from earlier today
|
2009-02-04 04:17:24 -06:00 |
Slava Pestov
|
cd77ecfab3
|
'case' didn't work if the default was a non-quotation callable, like a curry; this could come up with macro expansion. Bug reported by Dan
|
2009-02-04 02:41:30 -06:00 |
Daniel Ehrenberg
|
babe9bb2fd
|
Making xml.dispatch compile
|
2009-02-04 01:25:48 -06:00 |
Slava Pestov
|
1085487028
|
help.stylesheet: Use a real bullet instead of a dash
|
2009-02-04 00:51:47 -06:00 |
Slava Pestov
|
e1260031b6
|
Grid layout now respects baselines when fill attribute is off
Paragraph gadgets now compute a baseline
|
2009-02-04 00:50:04 -06:00 |
Daniel Ehrenberg
|
067681334f
|
Bug fix and docs in wrap
|
2009-02-03 22:12:04 -06:00 |
Daniel Ehrenberg
|
594f21e5bd
|
Fixing HTTP and IANA tests
|
2009-02-03 19:44:28 -06:00 |
Daniel Ehrenberg
|
246c4bb13c
|
Fixing encodings/XML
|
2009-02-03 17:32:05 -06:00 |
slava
|
a3e52f283b
|
Fix io.encodings.japanese
|
2009-02-03 00:33:55 -06:00 |
slava
|
f340e4d649
|
Re-add 8dfc63eb99
|
2009-02-03 00:33:22 -06:00 |
slava
|
7c804591b1
|
Re-add 334a96f25c
|
2009-02-03 00:32:23 -06:00 |
slava
|
e29f18a2f4
|
Trying to fix a bad merge...
Revert "Merge branch 'master' of git://factorcode.org/git/factor"
This reverts commit da639739bd , reversing
changes made to 346a61f497 .
|
2009-02-03 00:27:34 -06:00 |
Daniel Ehrenberg
|
da639739bd
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-02 21:22:29 -06:00 |
Daniel Ehrenberg
|
8dfc63eb99
|
Adding Japanese and Chinese encodings to io.encodings docs and io.encodings.iana
|
2009-02-02 21:20:55 -06:00 |
Daniel Ehrenberg
|
334a96f25c
|
GB 18030 support
|
2009-02-02 21:01:39 -06:00 |
Doug Coleman
|
346a61f497
|
slight cleanup in memoize
|
2009-02-02 16:37:36 -06:00 |
Doug Coleman
|
e9f2197590
|
remove a couple usings and nrev
|
2009-02-02 16:35:30 -06:00 |
Slava Pestov
|
aa331e451b
|
Eliminate more tuck usages
|
2009-02-02 16:11:16 -06:00 |
Slava Pestov
|
69974440c4
|
Clean up ui.gadgets.grids
|
2009-02-02 15:58:28 -06:00 |
Slava Pestov
|
3eb5222186
|
Add CHAR: completion to UI listener
|
2009-02-02 15:58:09 -06:00 |
Slava Pestov
|
3ed8d9ccce
|
Correctly compute pref-dim of gadgets with baseline alignment
|
2009-02-02 15:14:46 -06:00 |
Slava Pestov
|
a5116d0b5d
|
Remove two swapd usages
|
2009-02-02 14:26:54 -06:00 |
Daniel Ehrenberg
|
e7bb0d21d1
|
Fixing interval maps docs typo; Minor change to io.encodings.japanese
|
2009-02-02 13:53:08 -06:00 |
Slava Pestov
|
193be29964
|
Working on baseline alignment
|
2009-02-02 13:45:06 -06:00 |
Slava Pestov
|
a4362512f7
|
<CFString> doesn't bomb if string contains invalid codepoints > 0x10ffff
|
2009-02-02 13:44:44 -06:00 |
Slava Pestov
|
669548e62e
|
Clean up some usages of tuck, and add Joe's curried cleave/spread/apply combinators to kernel vocabulary
|
2009-02-02 13:43:54 -06:00 |
Slava Pestov
|
6cd835e567
|
Fix conflict
|
2009-02-02 06:07:59 -06:00 |
Slava Pestov
|
d2590bb2bf
|
Foo
|
2009-02-02 06:07:06 -06:00 |
Slava Pestov
|
e88812b76a
|
map infimum => [ min ] map-reduce
|
2009-02-02 06:04:29 -06:00 |
Slava Pestov
|
25f8eeab6f
|
Fix io.encodings.japanese on case-sensitive file sysems
|
2009-02-02 05:49:21 -06:00 |
Slava Pestov
|
bb2452c86e
|
Fix biassocs docs
|
2009-02-02 05:47:29 -06:00 |
Slava Pestov
|
0497132a47
|
Refactor basis/wrap to have a more flexible API
|
2009-02-02 03:47:45 -06:00 |
Slava Pestov
|
b684db297a
|
Use [ max ] map-reduce instead of map supremum; would be nice to find a good name for this and put it in sequences vocab
|
2009-02-02 03:46:10 -06:00 |
Slava Pestov
|
dd4aea9ca8
|
strings.tables: use [ max ] map-reduce
|
2009-02-02 03:33:23 -06:00 |
Slava Pestov
|
abb6c01a62
|
Refactor ui.gadgets.paragraphs to use wrap
|
2009-02-02 03:32:13 -06:00 |
Slava Pestov
|
32bde32018
|
Merge branch 'master' into new_ui
|
2009-02-02 00:22:48 -06:00 |
Daniel Ehrenberg
|
ce83be67a4
|
Cleanup of various encodings implementations
|
2009-02-02 00:16:33 -06:00 |
Slava Pestov
|
7512ec1110
|
Add >biassoc word, and define new-assoc on biassocs so that assoc-map and such can produce biassocs when given biassocs as inputs
|
2009-02-02 00:11:33 -06:00 |
Slava Pestov
|
d31b902f96
|
Add horizontal and vertical orientation constants, working on baseline alignment
|
2009-02-02 00:02:55 -06:00 |
Slava Pestov
|
7b2a705352
|
<border> now takes a pair instead of an integer
|
2009-02-02 00:00:45 -06:00 |
Slava Pestov
|
f93b2f1c29
|
Clean up line-metrics code
|
2009-02-01 23:58:05 -06:00 |
Daniel Ehrenberg
|
1360e5d1e0
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-01 23:53:38 -06:00 |
Daniel Ehrenberg
|
3c75dfd2e0
|
Shift-JIS support; minor cleanup of io.binary
|
2009-02-01 23:47:36 -06:00 |
Slava Pestov
|
ecf3d4f447
|
Add ui.text:line-metrics word, and core-text implementation
|
2009-02-01 20:32:49 -06:00 |
Slava Pestov
|
790dee3d7e
|
core-graphics: fix problem when rendering transparent offscreen bitmaps, use calloc instead of malloc so that memory is zeroed
|
2009-02-01 20:32:26 -06:00 |
Slava Pestov
|
93afebdb30
|
colors: add an opaque? word and a transparent color
|
2009-02-01 20:32:00 -06:00 |
Slava Pestov
|
0835eb374b
|
UI cleanup: make some ui.gadgets words private, give labels a virtual slot instead of label-string/set-label-string words
|
2009-02-01 20:31:42 -06:00 |
Slava Pestov
|
c48149831e
|
interval-maps: clean up some shuffling
|
2009-02-01 20:30:54 -06:00 |
Slava Pestov
|
4513417657
|
Clean up some messy stack shuffling
|
2009-02-01 19:14:43 -06:00 |
Daniel Ehrenberg
|
f660c7e7e8
|
Cleanup of io.encodings.utf32
|
2009-02-01 18:54:06 -06:00 |
Daniel Ehrenberg
|
ec22af4dbd
|
UTF-32 encoding/decoding
|
2009-02-01 15:36:07 -06:00 |
Slava Pestov
|
00fb6496fb
|
Links to words in apropos work better
|
2009-02-01 06:33:44 -06:00 |
Slava Pestov
|
92708c7231
|
Fix com-stack-effect
|
2009-02-01 03:27:10 -06:00 |
Slava Pestov
|
5d4a113e60
|
Merge branch 'master' into new_ui
|
2009-02-01 02:07:21 -06:00 |
Slava Pestov
|
e089ce6df0
|
Fix http test
|
2009-02-01 02:02:09 -06:00 |
Slava Pestov
|
da44f198f6
|
Fix core-text.utilities
|
2009-01-31 23:09:56 -06:00 |
Slava Pestov
|
69938925ee
|
Fix conflict
|
2009-01-31 22:41:26 -06:00 |
Slava Pestov
|
fae0d8bac1
|
Fix validation error rendering
|
2009-01-31 21:56:39 -06:00 |
Slava Pestov
|
4e779820b8
|
Fix load error
|
2009-01-31 21:23:56 -06:00 |
Slava Pestov
|
83116c6439
|
Change example to unchecked-example since on netbsd math functions return 0 instead of NaN on domain errors
|
2009-01-31 21:02:13 -06:00 |
Slava Pestov
|
1194ce38aa
|
Fix some bugs in xml.utilities and add new unit tests
|
2009-01-31 21:01:55 -06:00 |
Slava Pestov
|
7a8dc80426
|
Fix some issues in http.server
|
2009-01-31 20:54:49 -06:00 |
Slava Pestov
|
938d9c733e
|
Fix help.html for Dan's recent changes
|
2009-01-31 20:44:30 -06:00 |
Slava Pestov
|
0408788518
|
Rewrite html.streams to use xml.literals
|
2009-01-31 20:44:17 -06:00 |
Slava Pestov
|
42c3c3383a
|
Merge branch 'master' into new_ui
|
2009-01-31 03:03:39 -06:00 |
Slava Pestov
|
ad40042663
|
Fix regression in xmode.code2html:htmlize-lines
|
2009-01-31 03:02:10 -06:00 |
Slava Pestov
|
b88f537bc9
|
Fix circular dependency between db.tuples and db.types docs
|
2009-01-31 03:01:56 -06:00 |
Slava Pestov
|
3d533c94ca
|
Working on listener completion
|
2009-01-31 02:40:03 -06:00 |
Slava Pestov
|
c253a81c99
|
Add gesture>operation word
|
2009-01-31 02:39:38 -06:00 |
Slava Pestov
|
7d632980d8
|
Add key-gesture superclass for key-down and key-up
|
2009-01-31 02:39:27 -06:00 |
Daniel Ehrenberg
|
43ab7947ae
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-01-31 01:06:00 -06:00 |
Daniel Ehrenberg
|
58d6e68855
|
Minor changes to web framework; fixing websites.concatenative:init-testing
|
2009-01-31 01:01:54 -06:00 |
Slava Pestov
|
36ebb97dc5
|
Fix usage. operation to run in listener
|
2009-01-30 23:52:17 -06:00 |
Slava Pestov
|
8e5c085b57
|
Fix commands tests, and chop off trailing dot
|
2009-01-30 23:52:02 -06:00 |
Slava Pestov
|
e090c6ed92
|
Merge branch 'master' into new_ui
|
2009-01-30 23:30:00 -06:00 |
Slava Pestov
|
a15ccb3812
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-01-30 23:27:17 -06:00 |
Slava Pestov
|
b2ee879c07
|
Fix load error
|
2009-01-30 23:26:41 -06:00 |
Doug Coleman
|
12ca0eec41
|
blas from netbsd pkgsrc depends on f2c runtime libs
|
2009-01-30 22:42:36 -06:00 |
Doug Coleman
|
a50ed0d76d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-01-30 21:38:38 -06:00 |
Joe Groff
|
191415dc8f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-01-30 21:55:30 -06:00 |
Joe Groff
|
e701e66399
|
Load right blas libraries on netbsd
|
2009-01-30 21:46:47 -06:00 |
Daniel Ehrenberg
|
a6a1b56169
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-01-30 19:53:49 -06:00 |
Slava Pestov
|
b876e08b56
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-01-30 19:34:52 -06:00 |
Slava Pestov
|
f8092480a6
|
Fix a couple of bugs in xmode and add a unit test
|
2009-01-30 19:34:31 -06:00 |
Daniel Ehrenberg
|
d4f865d5f0
|
Fixing some things I broke
|
2009-01-30 19:28:16 -06:00 |
Doug Coleman
|
05ff26d523
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-01-30 19:24:48 -06:00 |
Doug Coleman
|
9c2a476d98
|
minor cleanup
|
2009-01-30 19:24:35 -06:00 |
Doug Coleman
|
f1a1760e6e
|
add csv>file and file>csv words, better docs for csv, a few cleanups
|
2009-01-30 19:23:04 -06:00 |