- 16 Jan, 2001 9 commits
-
-
simonmar authored
add MaxOSX version of mmap.
-
simonmar authored
add MacOSX HEAP_BASE
-
simonmar authored
Don't use the same name for a typedef and variable. Some C compilers can handle this without complaint (eg. gcc), but some others it seems can't.
-
simonmar authored
add dummy freeHaskellFunctionPtr when we don't have a real one on this arch.
-
simonmar authored
temp. bug fix for MacOS X which has a large off_t. This code is broken anyway.
-
simonmar authored
platform definitions for PPC/MacOSX
-
rrt authored
Fixed some typos.
-
simonmar authored
re-instate -Rghc-timing
-
qrczak authored
Oops, parens are bad in config.h values.
-
- 15 Jan, 2001 9 commits
-
-
lewie authored
Just testing..
-
qrczak authored
Use -1 instead of 0 to mark unsupported errno names. Add eOK for no error, i.e. corresponding to errno == 0.
-
sewardj authored
More stuff to do with primop support in the interpreter. Also, track some changes to the libraries.
-
sewardj authored
In interpreted code, basic support for routing primop calls through to functions in PrelPrimopWrappers.lhs.
-
sewardj authored
Use mkApUpd0# to ensure top-level things are updateable.
-
sewardj authored
Handle nullary constructors more correctly.
-
sewardj authored
Add mkApUpd0# primop, used to make sure bytecode-compiled top-level things are updateable.
-
simonmar authored
Improve the test for "still has jump to fast entry point": it was turning up a false positive.
-
qrczak authored
Implemented #enum construct.
-
- 14 Jan, 2001 4 commits
-
-
simonmar authored
Add a slightly stronger test for Time that the ones in tests/io. This one reads the current time, converts it to CalendarTime and back again, and tests that all three times converted to strings compare equal.
-
simonmar authored
oops, fix a sign error that caused toClockTime to be wrong outside GMT.
-
simonmar authored
Patterns in the case statement didn't work on my FreeBSD box due to a bogus-looking extra '(', so I removed it. Hope I haven't broken anything.
-
panne authored
After Mr. HsLibs's std/lang library re-organization we need hsc2hs-inplace in the "make boot" stage
-
- 13 Jan, 2001 4 commits
- 12 Jan, 2001 14 commits
-
-
qrczak authored
Expand #-constructs only outside Haskell comments and string literals.
-
qrczak authored
Define __GLASGOW_HASKELL__.
-
qrczak authored
Use $(CC) instead of ghc-inplace as C compiler in hsc2hs-inplace. (Generally ghc is used here to obtain include dirs.)
-
qrczak authored
Add resetErrno :: IO () Use it in Directory, before calling readdir.
-
simonmar authored
need Integral CClock too.
-
simonmar authored
Add a comment about the tzname[] stuff
-
simonmar authored
re-order some of the conditional compilation & make it a bit more generic.
-
simonmar authored
fix toUTCTime, fill in some of the conditionally compiled bits
-
simonmar authored
Time library FFI'd.
-
simonmar authored
get CTime from PrelCTypesISO
-
simonmar authored
remove dup definition of CTime
-
simonmar authored
I need an Integral CTime. Numeric only won't do.
-
simonmar authored
Add conversion tests to arith011.
-
simonmar authored
fix some bogus conversions.
-