- Aug 14, 1998
-
-
Simon Marlow authored
remove old test for GLIBC.
-
sof authored
Check if (struct stat) has st_blksize
-
sof authored
Include project-specific config.mk file when building binary-dists
-
sof authored
make cleaning -odirs: discard error msgs should rmdir fail
-
sof authored
Remove project specific version settings out of here (and into project .mk files)
-
sof authored
Unused (the real one lives in fptools/)
-
sof authored
Fixed GetOpt example
-
sof authored
ErrorIO_innards: Flush stdio + stderr
-
sof authored
Include and use contents of version.mk
-
sof authored
More error message updates
-
sof authored
trivial syserr fix
-
sof authored
Fd <--> Handle conversion: use new IO impl
-
sof authored
Better error messages
-
sof authored
socketToHandle changed to use new IO impl
-
sof authored
Doc fixes
-
sof authored
Better error messages
-
sof authored
mirror compiler source defn of hang
-
sof authored
Use new PackedString funs to ensure that external buffers are unmarshaled in timely fashion
-
sof authored
Removed old file I/O junk; bugfixes
-
sof authored
Updated
-
sof authored
Added ops to mirror Addr interface
-
Simon Marlow authored
Add _ccall_GC_ test (callbacks and performGC).
-
sof authored
New functions: unsafeIOToST, hConnectTo
-
sof authored
Complete Int64 and Word64 support on 32-bit platforms
-
sof authored
write*OffAddr now implemented in terms of primops
-
sof authored
Generate better IOErrors
-
sof authored
Completely rewritten IO implementation
-
sof authored
Specialise succ and pred
-
sof authored
Remove ForeignObj unpacking functions; doesn't belong here
-
sof authored
Define Int64 and Word64 types
-
sof authored
Avoid using stdio for dumping error strings
-
sof authored
Import PrelErr using {-# SOURCE #-}
-
sof authored
Hammered some more
-
sof authored
StateAnd{Int,Word}64# types
-
sof authored
A few more primops (Word64 and Int64 support)
-
sof authored
New Handle repr;better IOErrors;moved trace+performGC to IOExts;removed fputs(yes!)
-
sof authored
Explicitly depend on Prelude to force recomps
-
sof authored
toCalendarTime bugfix
-
sof authored
Beefed up IO stub functions to not have to rely on stdio any longer
-
sof authored
Misc changes to cope with compiling code containing foreign decls that also causes C stubs to be gen'ed
-