summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
Commit message (Expand)AuthorAgeFilesLines
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-1/+1
* Fix warning that 'hugs-options' isn't supported any moreGabor Greif2018-12-191-1/+0
* rts.cabal.in: force inclusion of findPtr/_findPtr symbol only with debug flagAlp Mestanogullari2018-11-221-0/+4
* rts/Printer.c: always define the findPtr symbolAlp Mestanogullari2018-09-121-4/+0
* Force findPtr to be included in the binarySimon Marlow2018-05-161-0/+10
* rts: export new absentSumFieldError from baseSergei Trofimovich2018-05-141-0/+2
* Use SPDX syntax in rts/package.conf.inHerbert Valerio Riedel2018-02-071-1/+1
* rts: fix filename case for mingw32 targetSergei Trofimovich2017-12-051-2/+2
* Add stack traces on crashes on WindowsTamar Christina2017-10-221-0/+1
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-031-0/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-10/+10
* Drop dead code in rts/{Prelude.h,package.conf.in}Moritz Angermann2017-03-261-50/+55
* configure: detect whether -lpthreads is necessary for pthreadsBen Gamari2017-02-281-0/+2
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+6
* Install toplevel handler inside fork.Alexander Vershilov2016-12-021-0/+2
* Hopefully fix build on OS XSimon Marlow2016-11-151-40/+28
* rts: Fix build when linked with goldBen Gamari2016-11-111-11/+2
* rts/package.conf.in: Fix CPP usageErik de Castro Lopo2016-10-231-1/+1
* Add hs_try_putmvar()Simon Marlow2016-09-121-0/+2
* Add atomic operations to package.conf.inalexbiehl2016-07-301-0/+108
* NUMA supportSimon Marlow2016-06-101-1/+3
* Fix detection and use of `USE_LIBDW`Erik de Castro Lopo2016-06-011-1/+1
* rts: Kill PAPI supportBen Gamari2015-11-181-6/+3
* Enforce linkage with pthread library on OpenBSDKarel Gardas2015-11-011-0/+8
* Libdw: Add libdw-based stack unwindingBen Gamari2015-10-171-0/+4
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-1/+1
* compiler: fix trac issue #9817Marios Titas2014-12-101-2/+2
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+2
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-36/+36
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-36/+36
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-1/+2
* Raise exceptions when blocked in bad FDs (fixes Trac #4934)Sergei Trofimovich2014-06-081-0/+2
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-2/+0
* fix rts exported symbols base_GHCziIOziException_allocationLimitExceeded_closureSergei Trofimovich2014-05-031-2/+2
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+2
* rts/package.conf.in: fix UNREG on --with-system-libffi when include-dir is pa...Sergei Trofimovich2014-02-171-2/+2
* Fix rts/package.conf.in ld-options for Clang.Austin Seipp2013-06-201-78/+78
* Re-untabify rts/packages.conf.inAustin Seipp2013-06-191-25/+25
* Revert "Fix rts/packages.conf.in ld-options for clang."Austin Seipp2013-06-191-78/+78
* Revert "Untabify rts/packages.conf.in"Austin Seipp2013-06-191-25/+25
* Revert "Actually fix rts/packages.conf.in ld-options."Austin Seipp2013-06-191-78/+78
* Actually fix rts/packages.conf.in ld-options.Austin Seipp2013-06-181-78/+78
* Untabify rts/packages.conf.inAustin Seipp2013-06-181-25/+25
* Fix rts/packages.conf.in ld-options for clang.Austin Seipp2013-06-181-78/+78
* Record libffi directory in rts package conf; trac #7465Ian Lynagh2013-04-281-2/+2
* Fix linking with binutils 2.22 or later on FreeBSD 9.1, where one shouldGabor Pali2013-04-271-0/+3
* Change how we handle libffiIan Lynagh2013-03-231-1/+1
* Adding missing symbol in rts/package.conf.in.Kazu Yamamoto2013-02-111-0/+1
* setNumCapabilities calls GHC.Conc.IO.ioManagerCapabilitiesChanged before retu...Andreas Voellmy2013-02-111-0/+1
* Add configure option to use system provided libffi; fixes #5743Ian Lynagh2012-11-291-0/+3