This project is mirrored from https://git.haskell.org/packages/old-time.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 19 May, 2007 1 commit
-
-
Ian Lynagh authored
-
- 18 May, 2007 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 17 May, 2007 1 commit
-
-
Simon Marlow authored
-
- 16 May, 2007 1 commit
-
-
Simon Marlow authored
-
- 15 May, 2007 1 commit
-
-
Simon Marlow authored
It might be that stdin was set to O_NONBLOCK by someone else, and we should handle this case. (this happens with GHCi, I'm not quite sure why)
-
- 14 May, 2007 1 commit
-
-
Ian Lynagh authored
-
- 09 May, 2007 1 commit
-
-
Ian Lynagh authored
-
- 13 May, 2007 1 commit
-
-
Ross Paterson authored
-
- 12 May, 2007 1 commit
-
-
Ian Lynagh authored
-
- 08 May, 2007 2 commits
-
-
Malcolm.Wallace@cs.york.ac.uk authored
-
Simon Marlow authored
-
- 07 May, 2007 1 commit
-
-
Simon Marlow authored
Now, we only set O_NONBLOCK on file descriptors that we create ourselves. File descriptors that we inherit (stdin, stdout, stderr) are kept in blocking mode. The way we deal with this differs between the threaded and non-threaded runtimes: - with -threaded, we just make a safe foreign call to read(), which may block, but this is ok. - without -threaded, we test the descriptor with select() before attempting any I/O. This isn't completely safe - someone else might read the data between the select() and the read() - but it's a reasonable compromise and doesn't seem to measurably affect performance.
-
- 26 Apr, 2007 1 commit
-
-
Simon Marlow authored
-
- 04 May, 2007 1 commit
-
-
Malcolm.Wallace@cs.york.ac.uk authored
The nhc98 does not have true exceptions, but these additions should be enough infrastructure to pretend that it does. Only IO exceptions will actually work.
-
- 03 May, 2007 2 commits
-
-
simonpj@microsoft authored
A first attempt at removing gratuitous cycles in the base package. I've removed the useless module GHC.Dynamic, which gets rid of a cycle; and trimmed off various unnecesary imports. This also fixes the IsString import problem.
-
simonpj@microsoft authored
-
- 21 Feb, 2007 2 commits
-
-
simonpj@microsoft authored
-
simonpj@microsoft authored
-
- 26 Apr, 2007 1 commit
-
-
Simon Marlow authored
-
- 24 Apr, 2007 1 commit
-
-
Ian Lynagh authored
-
- 18 Apr, 2007 1 commit
-
-
Ian Lynagh authored
-
- 17 Apr, 2007 1 commit
-
-
Malcolm.Wallace@cs.york.ac.uk authored
-
- 16 Apr, 2007 1 commit
-
-
Simon Marlow authored
fixes cg026
-
- 15 Apr, 2007 1 commit
-
-
Ian Lynagh authored
-
- 14 Apr, 2007 1 commit
-
-
Malcolm.Wallace@cs.york.ac.uk authored
-
- 13 Apr, 2007 2 commits
-
-
Malcolm.Wallace@cs.york.ac.uk authored
Avoids the existing autoconf stuff, by introducing an auxiliary module called NHC.PosixTypes that uses hsc2hs, which is then simply re-exported from System.Posix.Types.
-
Simon Marlow authored
-
- 12 Apr, 2007 3 commits
-
-
Ian Lynagh authored
-
Malcolm.Wallace@cs.york.ac.uk authored
-
Malcolm.Wallace@cs.york.ac.uk authored
-
- 11 Apr, 2007 3 commits
-
-
Ian Lynagh authored
This may be responsible for the x86_64/Linux nightly build failing.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 06 Apr, 2007 3 commits
-
-
Ian Lynagh authored
-
Ross Paterson authored
-
Ross Paterson authored
-
- 05 Apr, 2007 1 commit
-
-
Ian Lynagh authored
-
- 08 Mar, 2007 1 commit
-
-
Ian Lynagh authored
-
- 04 Apr, 2007 1 commit
-
-
Ian Lynagh authored
-