Doug Coleman
|
af96673458
|
Better fix for ipv6
|
2010-01-24 15:57:06 -06:00 |
Doug Coleman
|
ef5baa5b67
|
Handle IPv6 addresses of the form ::127.0.0.1
|
2010-01-24 15:40:34 -06:00 |
Joe Groff
|
230630c78a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-01-24 12:48:17 -08:00 |
Joe Groff
|
a7bb13348d
|
audio.vorbis phase 2—actually decode and supply audio
|
2010-01-24 12:47:10 -08:00 |
Joe Groff
|
91e014ef96
|
audio.engine: dispose generator for streaming-audio-clip when it finishes
|
2010-01-24 12:45:51 -08:00 |
Joe Groff
|
1ca0b14235
|
steal chris double's ogg.player code and turn it into an audio.engine compatible vorbis streamer. phase 1—read headers and determine stream audio format
|
2010-01-24 10:08:39 -08:00 |
Joe Groff
|
a751ecd8b7
|
audio.engine: let audio generators determine their own buffer size
|
2010-01-24 10:07:14 -08:00 |
Joe Groff
|
6ec4f4ef8b
|
more fussing over locals docs grammar
|
2010-01-24 10:05:56 -08:00 |
Doug Coleman
|
c50682c6f0
|
make unix.utilities unportable
|
2010-01-23 10:12:25 -06:00 |
Doug Coleman
|
1a5768030b
|
Make unix.debugger unportable
|
2010-01-23 10:03:02 -06:00 |
Doug Coleman
|
7c40fc1a36
|
unix-system-call io-error -> unix-system-call drop
make unix.ffi, unix.ffi.linux unportable
fix spacing in io.cpp before refactoring
|
2010-01-23 09:07:35 -06:00 |
Joe Groff
|
7d0c67adf0
|
remove redundant text from docs for locals docs
|
2010-01-22 18:40:00 -08:00 |
Doug Coleman
|
f0a4223ab4
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-01-22 19:40:59 -06:00 |
Doug Coleman
|
cc068b4f72
|
getgrent doesn't need unix-system-call
|
2010-01-22 19:05:17 -06:00 |
Doug Coleman
|
2bf53dde61
|
Fix netbsd load error
|
2010-01-22 17:10:32 -06:00 |
Joe Groff
|
f0f3252113
|
unicode.case: rename title-word to capitalize and make it public
|
2010-01-22 15:06:04 -08:00 |
Doug Coleman
|
4857c737d3
|
Fix getgrent call in unix.groups
|
2010-01-22 16:55:05 -06:00 |
Doug Coleman
|
a16d8db145
|
move sequence-hashcode-step to private
|
2010-01-22 16:30:22 -06:00 |
Doug Coleman
|
afdb7f6329
|
remove a stray character
|
2010-01-22 15:07:01 -06:00 |
Doug Coleman
|
1519e0ba69
|
move (accumulate) to sequences.private
|
2010-01-22 15:04:13 -06:00 |
Doug Coleman
|
760746e2ff
|
Fix using
|
2010-01-22 15:01:38 -06:00 |
Doug Coleman
|
8c1d202b4c
|
Rename accumulator to collector, pusher to selector
|
2010-01-22 15:00:53 -06:00 |
Doug Coleman
|
f144a36ad0
|
Move netbsd.structs into netbsd
|
2010-01-22 14:49:32 -06:00 |
Doug Coleman
|
bbff91e0ed
|
Fix load error
|
2010-01-22 14:45:15 -06:00 |
Doug Coleman
|
f7ee9223ae
|
Fix using
|
2010-01-22 13:24:50 -06:00 |
Doug Coleman
|
51c9bd040d
|
Delete .lib objects from Visual Studio if they exist. gcc doesn't build them, yet tries to use them if they exist...
|
2010-01-22 12:59:39 -06:00 |
Doug Coleman
|
40cf302d2d
|
Fix image save on Windows
|
2010-01-22 12:59:36 -06:00 |
Doug Coleman
|
3c09c7052c
|
Fix using
|
2010-01-22 12:59:33 -06:00 |
Doug Coleman
|
eacb1412e2
|
Mason requires a hostname now (things break if this is an empty string)
|
2010-01-22 12:59:30 -06:00 |
Doug Coleman
|
b7b84fc5b7
|
fix using
|
2010-01-22 12:59:27 -06:00 |
Doug Coleman
|
8d952277a2
|
Handle EINTR in a lot of cases where it wasn't handled before. Split off unix into unix.ffi and unix.
|
2010-01-22 12:59:24 -06:00 |
Doug Coleman
|
bb2f455747
|
Save images to a temporary file first, then call MOVE_FILE to avoid writing incomplete and truncated images.
|
2010-01-22 12:59:20 -06:00 |
Doug Coleman
|
07fcb43a06
|
Make unix-system-call retry the call immediately upon hitting EINTR. Use unix-system-call wherever EAGAIN or EINPROGRESS are not handled. Handle EINTR if connect returns it.
|
2010-01-22 12:59:17 -06:00 |
Doug Coleman
|
bbd4e27275
|
Tighten up libc file io code to avoid EINTR problems
|
2010-01-22 12:59:14 -06:00 |
Slava Pestov
|
790c7afeaf
|
io.launcher: since process timeouts only kick in when wait-for-process is called, try-output-process would hang indefinitely. Fix this by splitting up wait-for-process and wrapping stream-contents in a with-timeout
|
2010-01-22 12:20:37 -06:00 |
Slava Pestov
|
098ef42202
|
compiler: fix docs
|
2010-01-23 00:46:04 +13:00 |
Slava Pestov
|
ea5e168d77
|
compiler.test: fix
|
2010-01-23 00:40:56 +13:00 |
Slava Pestov
|
f804c9c422
|
Move compile-call and related words only meant to be used for debugging to compiler.test
|
2010-01-23 00:39:56 +13:00 |
Slava Pestov
|
892522f8bd
|
alien.c-types: ensure that long and ulong types are defined with define-primitive-type and not typedef
|
2010-01-23 00:15:08 +13:00 |
Slava Pestov
|
638fbb13b0
|
alien.c-types: clean up and fix for win64
|
2010-01-22 23:14:20 +13:00 |
erikc
|
d63c2fefc9
|
Fix missing vocab USINGs and mispelled d2dbasetypes
|
2010-01-21 23:33:37 -08:00 |
erikc
|
407399b86a
|
Add iota call in game.input.dinput fill-mouse-state.
|
2010-01-21 18:39:23 -08:00 |
Joe Groff
|
77385e8715
|
generalize vim syntax highlighting for SBUF" " to any syntax word ending in "
|
2010-01-21 11:13:34 -08:00 |
Joe Groff
|
de9dad0f08
|
make sure VAOs are available to gpu library
|
2010-01-21 10:41:11 -08:00 |
Doug Coleman
|
97668156d9
|
NetBSD 64 blas abi changed
|
2010-01-21 05:02:39 -06:00 |
Joe Groff
|
d58ac13101
|
remove debug prints
|
2010-01-20 15:23:48 -08:00 |
Joe Groff
|
90a065e690
|
rearrange order of <static-audio-clip> args to be consistent with <streaming-audio-clip> . add a streaming noise generator to audio.engine.test to ensure streaming clips work
|
2010-01-20 12:26:07 -08:00 |
Joe Groff
|
5692b17500
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-01-20 11:49:59 -08:00 |
Joe Groff
|
6b8c5bd101
|
tweak audio.engine generator interface
|
2010-01-20 11:48:48 -08:00 |
Joe Groff
|
87c09af8f3
|
update game.worlds and gpu.demo.raytrace for audio.engine changes
|
2010-01-20 11:44:18 -08:00 |