summaryrefslogtreecommitdiff
path: root/libraries/base/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Windows: Remove mingwex dependencyRyan Scott2023-02-031-1/+1
* base: add missing autoconf checks for waitpid/umaskCheng Shao2022-12-171-0/+1
* base: more autoconf checks for wasm32Cheng Shao2022-11-111-0/+9
* base: fall back to using monotonic clock to emulate cputime on wasm32Cheng Shao2022-11-111-0/+1
* typosEric Lindblad2022-07-181-1/+1
* configure: Make environ decl check more robustBen Gamari2022-04-071-0/+2
* Hadrian: fix windows cross-build (#20657)Sylvain Henry2021-11-151-1/+1
* Fix iconv detection in configure on OpenBSDGreg Steuck2021-08-151-1/+1
* [ci/darwin] use system provided iconv and cursesMoritz Angermann2021-05-251-1/+1
* Fix Windows build with autoconf >=2.70 (#19189)Sylvain Henry2021-02-271-5/+1
* Replace more autotools obsolete macros (#19189)Sylvain Henry2021-02-161-5/+2
* Add clarification regarding poll/kqueue flagsWander Hillen2020-09-071-2/+6
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* base: Fix open-file lockingBen Gamari2019-10-291-0/+3
* base: add newtypes for socklen_t and ndfs_t to System.Posix.Types #16568Adam Sandberg Eriksson2019-09-231-1/+3
* Use C99 Fixed width types to avoid hack in base's configureJohn Ericson2019-09-011-2/+0
* Bump Cabal submodule to 2.2Moritz Angermann2018-03-031-2/+2
* Catch a few more typos in commentsGabor Greif2017-10-301-1/+1
* base: Implement file locking in terms of POSIX locksBen Gamari2017-10-291-1/+6
* Add support for concurrent package db access and updatesAndrzej Rybczak2017-02-261-1/+7
* Clean up some shell code and M4 quotingDemi Obenour2017-01-201-3/+3
* Add CBool to Foreign.C.TypesRyan Scott2017-01-181-0/+1
* Properly introduce CTimer to System.Posix.TypesRyan Scott2017-01-151-0/+1
* Fix #12998 by removing CTimerRyan Scott2016-12-181-1/+0
* base: Add more POSIX types (fixes #12795)Daniel Gröber2016-12-151-0/+8
* --without-libcharset disables the use of libcharsetSimon Marlow2016-07-071-3/+13
* Use idiomatic way to tell Autoconf the c compilerHerbert Valerio Riedel2015-12-141-4/+1
* Tweak use of AC_USE_SYSTEM_EXTENSIONSHerbert Valerio Riedel2015-12-061-5/+3
* Use Autoconf's AC_USE_SYSTEM_EXTENSIONSHerbert Valerio Riedel2015-12-041-0/+5
* Do not clobber CPPFLAGS nor LDFLAGS, fixes #10093PHO2015-02-181-3/+6
* configure in base: add msys to windows checkYuras Shumovich2014-10-071-1/+1
* Properly detect msys2/x64 shell as Windows.Austin Seipp2013-12-091-1/+1
* Add setEnv/unsetEnv to System.Environment; fixes #7427Ian Lynagh2013-06-151-0/+16
* Update parallel IO manager to handle the invalid files in the same way as pre...Andreas Voellmy2013-05-051-1/+1
* base: use --host as target, not unameSergei Trofimovich2013-02-141-2/+8
* Adapt to NetBSD's struct keventIku Iwasa2012-10-041-0/+6
* Use monotonic time in Event/Manager.hs.Paolo Capriotti2012-04-161-0/+2
* Don't try to detect iconv or libcharset if we are on WindowsIan Lynagh2011-09-251-4/+10
* Typeable overhaul (see #5275)Simon Marlow2011-07-111-0/+3
* Fix suseconds configure test on WindowsIan Lynagh2011-06-121-1/+0
* configure: fail if suseconds_t doesn't exist, except on WindowsIan Lynagh2011-06-121-1/+9
* In configure, set $WINDOWS to YES or NOIan Lynagh2011-06-121-5/+11
* In configure, remove default Haskell equivalent of C typesIan Lynagh2011-06-121-13/+4
* Remove wint_t configure testIan Lynagh2011-06-121-1/+0
* Add Haskell types for C types useconds_t and suseconds_t, which are respectiv...William Knop2011-06-111-0/+2
* Never use epoll_create1; fixes trac #5005Ian Lynagh2011-03-121-1/+1
* Integrated new I/O managerSimon Marlow2010-08-101-2/+18
* Use libcharset instead of nl_langinfo(CODESET) if possible.pho@cielonegro.org2010-05-191-0/+11
* Allow for configurable iconv include and library locations.Matthias Kilian2009-08-261-0/+19
* Move directory-related stuff to the unix packageSimon Marlow2009-06-251-5/+2