- Jul 19, 2012
-
- Jul 18, 2012
-
-
pcapriotti authored
-
- Jul 17, 2012
-
-
Signed-off-by:
Paolo Capriotti <p.capriotti@gmail.com>
-
- Jul 02, 2012
-
-
pcapriotti authored
sleep doesn't really work on GHC because it is always immediately interrupted by SIGVTALRM used in the RTS. I explained the problem in a comment and added a WARNING pragma. usleep and nanosleep have a similar problem, but, since they have better precision, they can be restarted, so they are not as unusable as sleep.
-
- Jun 19, 2012
-
-
Ian Lynagh authored
-
- Apr 25, 2012
-
-
Simon Marlow authored
-
- Apr 04, 2012
-
-
pcapriotti authored
-
- Mar 30, 2012
-
-
pcapriotti authored
-
pcapriotti authored
-
- Mar 23, 2012
-
-
Simon Marlow authored
-
- Mar 09, 2012
-
-
pcapriotti authored
-
pcapriotti authored
-
- Feb 26, 2012
-
-
Ian Lynagh authored
-
- Feb 22, 2012
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Feb 10, 2012
-
-
Ian Lynagh authored
-
- Jan 10, 2012
- Jan 09, 2012
-
- Jan 06, 2012
- Dec 15, 2011
-
-
Ian Lynagh authored
The other .Common modules aren't expose, and we think exposing this one was a mistake.
-
- Dec 06, 2011
-
-
Simon Marlow authored
-
- Dec 03, 2011
-
-
Ian Lynagh authored
They broken the build on OSX. See #2979.
-
- Nov 28, 2011
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Simon Marlow authored
-
- Nov 25, 2011
-
-
Ian Lynagh authored
Based on a patch from Arnaud Degroote <degroote@NetBSD.org> in trac #5480.
-
- Nov 23, 2011
-
-
Simon Marlow authored
It may depend on getSlaveTerminalName if !defined(HAVE_OPENPTY)
-
- Nov 22, 2011
-
-
Simon Marlow authored
-
Simon Marlow authored
The new module System.Posix.ByteString provides exactly the same API as System.Posix, except that: - There is a new type: RawFilePath = ByteString - All functions mentioning FilePath in the System.Posix API use RawFilePath in the System.Posix.ByteString API - RawFilePaths are not subject to Unicode locale encoding and decoding, unlike FilePaths. They are the exact bytes passed to and returned from the underlying POSIX API. - Similarly for functions that deal in environment strings (System.Posix.Env): these use untranslated ByteStrings in System.Posix.Environment - There is a new function System.Posix.ByteString.getArgs :: [ByteString] returning the raw untranslated arguments as passed to exec() when the program was started.
-
- Nov 21, 2011
-
-
Simon Marlow authored
The RTS doesn't get a chance to produce the profile output after executeFile, so tests that check for correct profiling output will fail.
-
- Nov 16, 2011
-
-
Ian Lynagh authored
-
- Oct 20, 2011
-
-
Ian Lynagh authored
-
- Oct 12, 2011
-
-
Ian Lynagh authored
-
- Aug 10, 2011
-
-
dterei authored
-