| Commit message (Expand) | Author | Age | Files | Lines |
* | Use idiomatic way to tell Autoconf the c compiler | Herbert Valerio Riedel | 2015-12-14 | 1 | -4/+1 |
* | Tweak use of AC_USE_SYSTEM_EXTENSIONS | Herbert Valerio Riedel | 2015-12-06 | 1 | -5/+3 |
* | Use Autoconf's AC_USE_SYSTEM_EXTENSIONS | Herbert Valerio Riedel | 2015-12-04 | 1 | -0/+5 |
* | Do not clobber CPPFLAGS nor LDFLAGS, fixes #10093 | PHO | 2015-02-18 | 1 | -3/+6 |
* | configure in base: add msys to windows check | Yuras Shumovich | 2014-10-07 | 1 | -1/+1 |
* | Properly detect msys2/x64 shell as Windows. | Austin Seipp | 2013-12-09 | 1 | -1/+1 |
* | Add setEnv/unsetEnv to System.Environment; fixes #7427 | Ian Lynagh | 2013-06-15 | 1 | -0/+16 |
* | Update parallel IO manager to handle the invalid files in the same way as pre... | Andreas Voellmy | 2013-05-05 | 1 | -1/+1 |
* | base: use --host as target, not uname | Sergei Trofimovich | 2013-02-14 | 1 | -2/+8 |
* | Adapt to NetBSD's struct kevent | Iku Iwasa | 2012-10-04 | 1 | -0/+6 |
* | Use monotonic time in Event/Manager.hs. | Paolo Capriotti | 2012-04-16 | 1 | -0/+2 |
* | Don't try to detect iconv or libcharset if we are on Windows | Ian Lynagh | 2011-09-25 | 1 | -4/+10 |
* | Typeable overhaul (see #5275) | Simon Marlow | 2011-07-11 | 1 | -0/+3 |
* | Fix suseconds configure test on Windows | Ian Lynagh | 2011-06-12 | 1 | -1/+0 |
* | configure: fail if suseconds_t doesn't exist, except on Windows | Ian Lynagh | 2011-06-12 | 1 | -1/+9 |
* | In configure, set $WINDOWS to YES or NO | Ian Lynagh | 2011-06-12 | 1 | -5/+11 |
* | In configure, remove default Haskell equivalent of C types | Ian Lynagh | 2011-06-12 | 1 | -13/+4 |
* | Remove wint_t configure test | Ian Lynagh | 2011-06-12 | 1 | -1/+0 |
* | Add Haskell types for C types useconds_t and suseconds_t, which are respectiv... | William Knop | 2011-06-11 | 1 | -0/+2 |
* | Never use epoll_create1; fixes trac #5005 | Ian Lynagh | 2011-03-12 | 1 | -1/+1 |
* | Integrated new I/O manager | Simon Marlow | 2010-08-10 | 1 | -2/+18 |
* | Use libcharset instead of nl_langinfo(CODESET) if possible. | pho@cielonegro.org | 2010-05-19 | 1 | -0/+11 |
* | Allow for configurable iconv include and library locations. | Matthias Kilian | 2009-08-26 | 1 | -0/+19 |
* | Move directory-related stuff to the unix package | Simon Marlow | 2009-06-25 | 1 | -5/+2 |
* | fix the windows build even more | Simon Marlow | 2009-06-25 | 1 | -1/+1 |
* | not having iconv is not fatal on Windows | Simon Marlow | 2009-06-25 | 1 | -1/+5 |
* | Fix iconv detection on OpenBSD | Ian Lynagh | 2009-06-24 | 1 | -2/+16 |
* | Call nl_langinfo(CODESET) to get the name of the locale encoding on Unix | Simon Marlow | 2009-06-23 | 1 | -1/+1 |
* | Remove AC_C_CONST | Ian Lynagh | 2009-06-15 | 1 | -3/+0 |
* | Add iconv as an extra library on platform that need to link with it | Ian Lynagh | 2009-06-12 | 1 | -0/+6 |
* | check CONST_SIGINT | Simon Marlow | 2008-07-09 | 1 | -0/+6 |
* | remove now-unused SIG constants | Ross Paterson | 2007-08-19 | 1 | -5/+0 |
* | Data.PackedString: Data.Generics is GHC-only | Ross Paterson | 2007-05-29 | 1 | -1/+1 |
* | delete unused constants | Ross Paterson | 2007-05-25 | 1 | -1/+1 |
* | Split off process package | Ian Lynagh | 2007-05-23 | 1 | -4/+1 |
* | Split off directory, random and old-time packages | Ian Lynagh | 2007-05-19 | 1 | -11/+2 |
* | Fix configure with no --with-cc | Ian Lynagh | 2007-04-15 | 1 | -8/+2 |
* | Allow additional options to pass on to ./configure to be given | Ian Lynagh | 2007-04-06 | 1 | -0/+11 |
* | Workaround for OSes that don't have intmax_t and uintmax_t | Ian Lynagh | 2006-08-25 | 1 | -2/+10 |
* | C regex library bits have moved to the regex-posix package | Simon Marlow | 2006-08-24 | 1 | -7/+0 |
* | eliminate more HOST_OS tests | Ross Paterson | 2006-08-15 | 1 | -1/+1 |
* | reduce dependency on ghcconfig.h | Ross Paterson | 2006-08-11 | 1 | -2/+11 |
* | move altzone test from ghc to base package | Ross Paterson | 2006-08-09 | 1 | -0/+9 |
* | add CIntPtr, CUIntPtr, CIntMax, CUIntMax types | Simon Marlow | 2006-05-09 | 1 | -0/+5 |
* | [project @ 2005-07-26 09:37:27 by ross] | ross | 2005-07-26 | 1 | -8/+1 |
* | [project @ 2005-07-22 16:25:16 by ross] | ross | 2005-07-22 | 1 | -4/+5 |
* | [project @ 2005-07-19 23:22:39 by ross] | ross | 2005-07-19 | 1 | -6/+4 |
* | [project @ 2005-07-19 09:26:03 by ross] | ross | 2005-07-19 | 1 | -1/+1 |
* | [project @ 2005-03-04 18:26:48 by sof] | sof | 2005-03-04 | 1 | -1/+1 |
* | [project @ 2005-02-01 00:52:20 by ross] | ross | 2005-02-01 | 1 | -1/+6 |