Doug Coleman
|
8336b0a01b
|
Merge branch 'master' into checksums
|
2009-05-16 15:37:03 -05:00 |
Doug Coleman
|
189933be91
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-16 15:19:29 -05:00 |
Doug Coleman
|
2185e48741
|
dont use fry in core
|
2009-05-16 15:17:20 -05:00 |
Doug Coleman
|
f13ff529c6
|
Merge branch 'master' into checksums
|
2009-05-16 14:06:39 -05:00 |
Slava Pestov
|
fe02ad2e92
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-16 13:41:57 -05:00 |
Slava Pestov
|
11fd309874
|
Update unit tests for parser note and lazy list changes
|
2009-05-16 13:41:11 -05:00 |
Slava Pestov
|
eb91fcfa8d
|
html.templates.fhtml: fix load error
|
2009-05-16 13:34:47 -05:00 |
Slava Pestov
|
fdae2dfaef
|
lists: slight cleanup
|
2009-05-16 13:34:39 -05:00 |
Doug Coleman
|
ec16b5445f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-16 13:03:23 -05:00 |
Doug Coleman
|
78ba8616b3
|
working on checksums
|
2009-05-16 13:03:09 -05:00 |
Slava Pestov
|
52ea03a311
|
Fix windows bootstrap
|
2009-05-16 11:20:08 -05:00 |
Slava Pestov
|
3a80376e36
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-16 10:53:42 -05:00 |
Slava Pestov
|
82b6497495
|
Merge branch 'fix-bloom-filters-test' of git://github.com/alec/factor
|
2009-05-16 10:53:30 -05:00 |
Slava Pestov
|
4121dbe932
|
Fix usings on X11
|
2009-05-16 11:50:16 -04:00 |
Slava Pestov
|
80d6233913
|
Fix even more usings
|
2009-05-16 10:45:17 -05:00 |
Slava Pestov
|
2f5b706b12
|
Comment out JPEG code until we figure out if we want default bootstrap to depend on BLAS or not
|
2009-05-16 10:02:48 -05:00 |
Slava Pestov
|
319d0b96dd
|
Docs for parser.notes
|
2009-05-16 09:56:09 -05:00 |
Slava Pestov
|
49930178c3
|
Fix more usings
|
2009-05-16 09:48:58 -05:00 |
Slava Pestov
|
03e6ab0372
|
Fix conflict
|
2009-05-16 09:48:42 -05:00 |
Slava Pestov
|
6f9a0aabdd
|
help.lint: don't use mutable vocab tuple as key in lint-failures hash
|
2009-05-16 09:43:01 -05:00 |
Slava Pestov
|
02d6c7ca17
|
Factor out parser note code into parser.notes vocabulary, and print a note if a using list contains duplicates
|
2009-05-16 09:40:17 -05:00 |
Slava Pestov
|
836c5e07e7
|
Better presentation for ambiguous-use-error, fix ui.tools.listener now that 'search' can throw, make USE: and UNUSE: ignore dupes
|
2009-05-16 09:34:42 -05:00 |
Doug Coleman
|
9beb5cae3a
|
Merge branch 'master' into checksums
|
2009-05-16 09:05:29 -05:00 |
Slava Pestov
|
514956537f
|
Fix cpu.ppc for strict vocabulary search path semantics
|
2009-05-16 08:58:10 -05:00 |
Slava Pestov
|
9faf277ee6
|
Change how byte-vectors prettyprint
|
2009-05-16 08:56:09 -05:00 |
Slava Pestov
|
4ef0ed75b1
|
Clean up pprint-use and related code to use manifests
|
2009-05-16 08:54:14 -05:00 |
Doug Coleman
|
223a47c8d9
|
throw exceptions on png types we dont support
|
2009-05-16 08:46:41 -05:00 |
Slava Pestov
|
83219eb21c
|
More work on auto-use
|
2009-05-16 04:26:45 -05:00 |
Slava Pestov
|
aabdad5efa
|
Auto-use now prints out USING: forms again
|
2009-05-16 02:32:55 -05:00 |
Slava Pestov
|
ba04d5af1e
|
Update documentation for stricter vocabulary search path semantics
|
2009-05-16 00:29:21 -05:00 |
Doug Coleman
|
a1d77bb0c1
|
call link-info instead of file-info, fix wonky spacing, name a constant
|
2009-05-15 22:31:50 -05:00 |
Doug Coleman
|
b53d61973e
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-15 19:40:30 -05:00 |
Doug Coleman
|
8c7418e74a
|
add reverse time to terrain demo and refactored it a bit
|
2009-05-15 19:36:36 -05:00 |
Doug Coleman
|
3bab4d6275
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-15 18:37:20 -05:00 |
Slava Pestov
|
824cb1ed23
|
serialize: Remove code for handling complex and ratio values since those are tuples now
|
2009-05-15 17:18:56 -05:00 |
Slava Pestov
|
344f3668e4
|
Fix escape analysis bug reported by Doug
|
2009-05-15 17:18:38 -05:00 |
Doug Coleman
|
d0430ef4cf
|
launch editors with run-detached. the naming convention foo-location doesn't make sense with some text editors, so rename the edit words to the text editor name
|
2009-05-15 16:12:13 -05:00 |
Doug Coleman
|
829e7c41d9
|
call vim with run-detached instead of try-process. clean up vim code.
|
2009-05-15 16:06:48 -05:00 |
Joe Groff
|
3c6e6174a4
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-15 15:27:32 -05:00 |
Joe Groff
|
9a83423a18
|
move IOHIDManagerSetDeviceMatching call after IOHIDManagerOpen. this prevents IOHIDManagerOpen from failing if it would match an exclusive-opened device
|
2009-05-15 15:26:41 -05:00 |
Doug Coleman
|
2b0f6442d9
|
remove debugging code from bitstreams
|
2009-05-15 14:59:26 -05:00 |
Doug Coleman
|
67164321a6
|
fix inflate
|
2009-05-15 14:08:56 -05:00 |
Joe Groff
|
dd77db8a32
|
Merge branch 'master' of factorcode.org:/git/factor
|
2009-05-15 11:04:18 -05:00 |
Joe Groff
|
5801b2ae69
|
cocoa doesn't send key-up gestures for cmd+keys
|
2009-05-15 11:04:11 -05:00 |
Joe Groff
|
69c7a268a1
|
add some more opengl extension bindings:
GL_EXT_framebuffer_blit
GL_EXT_framebuffer_multisample
GL_EXT_gpu_shader4
GL_EXT_geometry_shader4
GL_EXT_transform_feedback
|
2009-05-15 11:00:39 -05:00 |
Doug Coleman
|
6aab540e45
|
oops, i was using alt.bitstreams in some places
|
2009-05-15 01:27:00 -05:00 |
Doug Coleman
|
d94c72114c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-14 23:33:48 -05:00 |
Doug Coleman
|
44721b48ff
|
remove all the compress code from lzw until it works, fix bitstreams
|
2009-05-14 23:33:00 -05:00 |
Slava Pestov
|
daec154817
|
Updating code in basis and extra for stricter vocab search path semantics
|
2009-05-14 23:23:06 -05:00 |
Slava Pestov
|
3ebd4594e8
|
Implement stricter vocab search path semantics, with a new API for vocabs.parser. Add map-find-last to sequences vocab
|
2009-05-14 22:31:29 -05:00 |