- Aug 24, 1998
-
-
sof authored
Moved Util.unvectorize to a more appropriate home (CString)
-
sof authored
Removed: psToByteArrayST, packCString#, unpackCString#, unpackCString2#, unpackAppendCString#, unpackFoldrCString#, unpackCString, unpackCStringIO, unpackCStringLenIO Added: hGetPS * This module contained a little bit of everything. Moved functions for marshalling to/from C strings into a separate module. * Reuse PrelPack code.
-
sof authored
New module containing misc functions for going to/from C strings/sequences
-
sof authored
New functions: hFillBuf :: Handle -> Addr -> Int -> IO Int hFillBufBA :: Handle -> ByteArray Int -> Int -> IO Int reading a sequence of a bytes into a chunk of memory.
-
sof authored
[Semi-experimental] ENTER_CC_PAP: tick the entry count of a PAP's CC when entering it.
-
sof authored
Since we're unable to deal with seq'ing over function values, comment out the Eval instance for (->)
-
sof authored
readChunk: last commit may have fixed a bug in the handling of incomplete reads, but at the cost of breaking the (common) case of complete reads :-/. Should work better in both cases now.
-
sof authored
Added seqZh comment on why it shouldn't be used on partially applied values
-
sof authored
add_syslib: turn off -syslib loop checking
-
- Aug 21, 1998
-
-
Simon Marlow authored
Add test for various list functions.
-
sof authored
Tidied up -syslib handling, and in the process require the use of Perl5
-
sof authored
SRC_LD_OPTS: -syslib misc depend on -syslib exts, so add the latter too
-
- Aug 20, 1998
- Aug 19, 1998
- Aug 18, 1998
-
-
sof authored
Disregard whatever AC_PROG_LEX comes up with for LEXLIB (e.g., -lfl or not), since all fptools/ flex scripts define their own yywrap() anyway
-
sof authored
Doc string for --enable-hc-boot was lacking; added --with-gcc cmd line option
-
sof authored
Some more 3.03 ForeignObj adjustments
-
sof authored
3.03 update: Foreign now exports ForeignObj abstractly..
-
sof authored
readChunk: fixed to cope with incomplete reads.
-
- Aug 17, 1998
-
-
sof authored
Remove mention of -fhaskell-1.3 too.
-
sof authored
-syslib misc -> -syslib ghc
-
Simon Marlow authored
Fix test to wait for all threads to run before ending.
-
Simon Marlow authored
add HAVE_NETINET_TCP_H
-
Simon Marlow authored
include netinet/tcp.h if available.
-
Simon Marlow authored
add (disabled) SO_REUSEPORT socket option.
-
Simon Marlow authored
check for netinet/tcp.h (apparently needed for some socket options on FreeBSD).
-
sof authored
. vs -> confusion
-
Simon Marlow authored
Update tests now that the death of the main thread ends the program.
-
Simon Marlow authored
remove trace banners in output
-
- Aug 16, 1998
- Aug 15, 1998
-
-
sof authored
Add entry for HAVE_ST_BLKSIZE
-