- Aug 27, 1998
-
-
Simon Marlow authored
wibble
-
- Aug 26, 1998
-
-
Simon Marlow authored
minor fix to get source dists working.
-
Simon Marlow authored
expand slightly.
-
- Aug 25, 1998
- Aug 24, 1998
-
-
sof authored
SUBDIRS: descend into 'misc' before 'posix'
-
sof authored
Moved PosixUtil marshaling funs into CString; adjusted imports; don't use lit-lits containing NULL when we've got Addr.nullAddr
-
sof authored
Import list updates
-
sof authored
Adjusted some imports; dropped PackedString dependency in favour of CString
-
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.
-