factor/basis/alien
Joe Groff 09f55f82fa clean up forwarding stream-read-partial-unsafe
Now that "io" provides a method on object for stream-read-partial-unsafe that forwards to stream-read-unsafe, individual stream class that don't implement partial reads don't need to provide such a method themselves.
2011-10-17 21:23:06 -07:00
..
arrays alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
c-types alien.complex: fix docs 2011-10-10 22:12:50 -07:00
complex alien.complex: fix docs 2011-10-10 22:12:50 -07:00
data clean up forwarding stream-read-partial-unsafe 2011-10-17 21:23:06 -07:00
debugger alien.debugger: fix USING: form 2010-03-17 19:35:12 +13:00
destructors Factor source files should not be executable 2009-11-21 17:50:43 -06:00
endian Optimize byte-reverse macro in alien.endian -- it was shifting each byte to the 0th bit place, bitand-ing it with HEX: ff, then shifting it to its final destination -- now we immediately shift to the proper location and bitand with the proper bitmask. 2011-10-11 19:36:22 -07:00
enums alien: merge enum improvements from Blei/gtk-image-loader 2011-08-27 13:48:30 -07:00
libraries alien.libraries: add platforms.txt 2011-09-13 20:18:02 -07:00
parser Cleanup more lint warnings. 2011-10-14 12:31:46 -07:00
prettyprint alien.prettyprint: fix unit test snafu 2010-08-11 21:52:37 -07:00
remote-control "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
syntax Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF. 2011-09-29 11:28:28 -07:00