Doug Coleman
|
e5fced4baf
|
Merge git://factorcode.org/git/factor
|
2008-01-28 11:54:23 -06:00 |
Aaron Schaefer
|
38bc7d7f75
|
Solution to Project Euler problem 34
|
2008-01-28 03:37:14 -05:00 |
Slava Pestov
|
19555da91c
|
Non-blocking directory change notification support for Windows
|
2008-01-28 01:21:44 -06:00 |
Aaron Schaefer
|
840c401cb5
|
Solution to Project Euler problem 33
|
2008-01-28 02:19:04 -05:00 |
Slava Pestov
|
417e475857
|
Clean up UDP a little
|
2008-01-28 01:06:27 -06:00 |
Slava Pestov
|
47e991649c
|
USE byte-arrays in opengl
|
2008-01-28 01:06:01 -06:00 |
Joe Groff
|
7e0674bf03
|
64 characters per line or death!!!!
|
2008-01-27 22:17:11 -08:00 |
Slava Pestov
|
33d9e45420
|
Merge git://pgdn.org/factor
|
2008-01-28 00:12:46 -06:00 |
Joe Groff
|
afb8ac566e
|
Reorder the ui notify loop to update graft state before calling graft*/ungraft*, avoiding the death problem without sacrificing performance
|
2008-01-27 22:11:05 -08:00 |
Daniel Ehrenberg
|
cb5c100f7c
|
Merge commit 'slava/master'
|
2008-01-28 00:10:22 -06:00 |
Slava Pestov
|
c79b8d8471
|
Clean up Windows I/O
|
2008-01-27 23:59:36 -06:00 |
Daniel Ehrenberg
|
cf29921083
|
Unicode breaks fix and deletion of repetition in syntax
|
2008-01-27 23:54:38 -06:00 |
Joe Groff
|
7b7987f476
|
Remove redundant [ call ] from cleanups in opengl.factor. Back out graft*/ungraft* cleanup for performance
|
2008-01-27 21:52:14 -08:00 |
Joe Groff
|
8e2cc99d4e
|
Revert "Catch exceptions thrown by graft* and ungraft* in the notify loop so that the gadgets' graft states remain consistent"
This reverts commit ca6247f3b3 .
|
2008-01-27 21:50:42 -08:00 |
Slava Pestov
|
5031cca224
|
Fix indentation
|
2008-01-27 23:30:24 -06:00 |
Slava Pestov
|
dccab9116f
|
Fix conflict
|
2008-01-27 23:23:12 -06:00 |
Slava Pestov
|
578ee72509
|
Fix conflict
|
2008-01-27 23:17:48 -06:00 |
Joe Groff
|
1d7ba3363e
|
OpenGL capability checking words (require-gl-version, require-gl-extensions, and friends)
|
2008-01-27 19:32:23 -08:00 |
Doug Coleman
|
cdb4c5f698
|
Merge git://factorcode.org/git/factor
|
2008-01-27 21:08:18 -06:00 |
Eduardo Cavazos
|
83aa8d0d6e
|
Fix wait loop bug (fixed by Slava)
|
2008-01-27 19:10:28 -06:00 |
Aaron Schaefer
|
5da9faa71c
|
Update math.combinatorics dependencies in PE solutions
|
2008-01-27 20:09:31 -05:00 |
Aaron Schaefer
|
c770e5d586
|
Fix nPk and add permutation words to math.combinatorics; including docs/tests
|
2008-01-27 20:00:31 -05:00 |
Daniel Ehrenberg
|
33193a92f8
|
Fixing Unicode.breaks for the new compilation units
|
2008-01-27 18:44:26 -06:00 |
Slava Pestov
|
b60edc199a
|
Fix optimizer regression
|
2008-01-27 18:15:11 -04:00 |
Joe Groff
|
11eca5b38a
|
Documentation for new words in opengl vocab
|
2008-01-26 22:37:28 -08:00 |
Slava Pestov
|
1c91a286e5
|
Updating summary and authors
|
2008-01-27 01:02:31 -04:00 |
Slava Pestov
|
0b079572d1
|
Clean up opengl a bit (untested)
|
2008-01-27 00:05:37 -04:00 |
Slava Pestov
|
952f6ca363
|
Fix bootstrap for a different cell size
|
2008-01-26 23:47:52 -04:00 |
Slava Pestov
|
30eae6b77a
|
Fix completion for upper case strings
|
2008-01-26 23:46:35 -04:00 |
Slava Pestov
|
27701acaaf
|
Fix using
|
2008-01-26 23:44:00 -04:00 |
Slava Pestov
|
bca0dce0a5
|
Add a compile time check to set-slots transform
|
2008-01-26 23:43:38 -04:00 |
Slava Pestov
|
6458d6e946
|
Remove word moved to core
|
2008-01-26 23:40:01 -04:00 |
Slava Pestov
|
a09e216582
|
Replace memory>string and string>memory with four primitives and update io.windows.nt.monitor
|
2008-01-26 23:38:30 -04:00 |
Joe Groff
|
e396023d51
|
Use [NSString UTF8String] instead of [NSString cString] in os-macosx.m to suppress deprecation warnings
|
2008-01-26 17:32:12 -08:00 |
Joe Groff
|
d40de79f00
|
Merge git://factorcode.org/git/factor
|
2008-01-26 17:15:31 -08:00 |
Joe Groff
|
1dbc1c1f9b
|
Improve the line-art demo. Put cleanup guards on libc:with-malloc and opengl:with-framebuffer .
|
2008-01-26 17:15:09 -08:00 |
Joe Groff
|
ca6247f3b3
|
Catch exceptions thrown by graft* and ungraft* in the notify loop so that the gadgets' graft states remain consistent
|
2008-01-26 16:59:53 -08:00 |
Doug Coleman
|
85d08094ac
|
Merge erg@factorcode.org:/git/erg
|
2008-01-26 01:57:03 -06:00 |
Slava Pestov
|
62ded50c8b
|
Directory change notification work in progress. Only on Windows right now, blocking
|
2008-01-26 03:40:09 -04:00 |
Slava Pestov
|
077c403dd0
|
Merge git://factorcode.org/git/erg
|
2008-01-26 01:59:30 -04:00 |
Joe Groff
|
c28f6ee6ff
|
Merge git://factorcode.org/git/factor
|
2008-01-25 07:08:25 -08:00 |
Eduardo Cavazos
|
b2aec5aa48
|
Merge git://factorcode.org/git/factor
|
2008-01-25 01:50:58 -06:00 |
Eduardo Cavazos
|
141da1eca2
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-01-25 01:47:48 -06:00 |
Eduardo Cavazos
|
d5ac6de191
|
Add 'compiler' tag to some vocabs
|
2008-01-25 01:44:43 -06:00 |
Slava Pestov
|
76e4702f38
|
Got Windows launcher redirection working
|
2008-01-25 02:37:37 -04:00 |
Doug Coleman
|
d09bc942ac
|
Get file redirection working in Unix io.launcher
|
2008-01-25 00:21:49 -06:00 |
Slava Pestov
|
993684ebb0
|
More work in progress
|
2008-01-25 02:21:27 -04:00 |
Joe Groff
|
3a0540555e
|
Add framebuffer helper words to opengl vocabulary. Add a new "line-art" demo demonstrating OpenGL GLSL and framebuffer rendering. Push code common to line-art and cel-shading into an opengl-demo-support vocab
|
2008-01-24 22:16:36 -08:00 |
Joe Groff
|
3c50cab4c8
|
Have the "Help for Word" command in the TextMate bundle use help-window rather than help
|
2008-01-24 22:06:36 -08:00 |
Slava Pestov
|
d0a80367b4
|
Merge branch 'master' of http://dharmatech.onigirihouse.com/factor into ed_merge
|
2008-01-25 01:49:15 -04:00 |