- 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
-
sof authored
Another place where shiftRA# was used.
-
sof authored
use shiftRL# instead of shiftRA#, since the latter primop is no more.
-
sof authored
reformatted
-
sof authored
#undef __GLASGOW_HASKELL__ before including "rtsdefs.h" (see source code for reasons as to why we need to do this now).
-
sof authored
SMmark: multi-slurp protect SMmarkDefs.h; lift out SMmarkDefs include from the insides of an ifdef
-
sof authored
Rearrange (commutative) #ifdefs to ensure that _INFO_MARKING is defined when we come to do 'make clean all' in ghc/runtime, it completes without error.
-
- Aug 14, 1998
-
-
sof authored
Word import missing
-
sof authored
Oops, left out filePtr when compiling with 3.02. Bad Idea
-
sof authored
Clean up PrelIOBase import lists some more
-
sof authored
Some more cpp'ery
-
sof authored
Remove flushBuf from PrelHandle import list; not used
-
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
-