- Sep 29, 1998
- Sep 20, 1998
-
-
Simon Marlow authored
disable posix subdir, one of the tests hangs on Linux.
-
- Sep 14, 1998
-
-
Simon Marlow authored
quick fix for multi-file sgml docs.
-
- Sep 07, 1998
-
-
sof authored
Some Numeric lib tests
-
- Sep 06, 1998
-
-
Simon Marlow authored
remove socket, these tests don't seem to be suitable for non-interactive use.
-
- Sep 04, 1998
-
-
sof authored
In an interface file, don't allow data and newtype decls to have deriving clauses (not needed.)
-
- Sep 02, 1998
-
-
Simon Marlow authored
add #ifndef __PARALLEL_HASKELL__ around ForeignObj bits.
-
Simon Marlow authored
fix typo
-
- Aug 31, 1998
- Aug 27, 1998
-
-
sof authored
floatToDigits bugfix
-
sof authored
Surplus to requirements (cf. last IO commit)
-
sof authored
Spell out which IO functions the Prelude provides
-
sof authored
[non-standard]: Have IO also export the standard IO functions that only the Prelude (in 1.4) provides.
-
sof authored
* Added (compile-time conditional) experimental change of making ReadS return a Maybe value instead of a list of possible parses. * Reworked to use do notation instead of list/monad comprehension syntax. (this makes switching between different ReadS representation a great deal easier.) This change relies on Haskell-1.4's failure-free patterns to work.
-
sof authored
FilePath moved from PrelHandle to PrelIOBase
-
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.
-