- Apr 01, 2012
-
-
MERGED from commit e518038a
- Dec 15, 2011
-
-
Ian Lynagh authored
The other .Common modules aren't expose, and we think exposing this one was a mistake.
-
- Dec 12, 2011
-
-
Ian Lynagh authored
-
- 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
-
- Aug 09, 2011
-
-
dterei authored
-
- Aug 04, 2011
-
-
dterei authored
-
- Aug 01, 2011
-
-
Ian Lynagh authored
Fixes validate on amd64/Linux with: SRC_CC_OPTS += -Wmissing-parameter-type SRC_CC_OPTS += -Wold-style-declaration SRC_CC_OPTS += -Wold-style-definition
-
- Jul 07, 2011
-
-
Ian Lynagh authored
-
- Jul 06, 2011
-
-
Ian Lynagh authored
-
- Jun 29, 2011
-
-
Ross Paterson authored
libutil.h is deprecated in recent releases of libbsd
-
- May 31, 2011
-
-
- May 23, 2011
-
-
Simon Marlow authored
versions, for setProcessGroupID and createProcessGroup
-
Simon Marlow authored
-
-
Make it possible to query the process group of an existing process (through 'getProcessGroupIDOf') and try to make function names more consistent. Here is the full list of API changes in System.Posix.Process in this patch: getProcessGroupID => same getProcessGroupIDOf => new createProcessGroup => deprecated createProcessGroupFor => new joinProcessGroup => same setProcessGroupID => deprecated setProcessGroupIDOf => new
-
- May 14, 2011
-
-
batterseapower authored
-
- May 10, 2011
-
-
Simon Marlow authored
-
- Apr 08, 2011
-
-
Ian Lynagh authored
-
- Apr 06, 2011
-
-
batterseapower authored
-
- Apr 05, 2011
-
-
batterseapower authored
-
- Mar 24, 2011
-
-
Ian Lynagh authored
-
- Jan 17, 2011
-
-
Ian Lynagh authored
-
- Jan 01, 2011
-
-
Ian Lynagh authored
-
- Dec 10, 2010
-
-
Simon Marlow authored
-
- Dec 08, 2010
-
-
adept authored
Clarify behavior of "awaitSignal Nothing", export SignalSet that includes all signals reserved by RTS (#4504)
-