summaryrefslogtreecommitdiff
path: root/rts/RtsMessages.c
Commit message (Expand)AuthorAgeFilesLines
* rts: Forcibly flush eventlog on barfBen Gamari2023-05-151-1/+6
* StgToCmm: Upgrade -fcheck-prim-bounds behaviorMatthew Craven2023-04-041-0/+9
* rts: introduce (and use) `STG_NORETURN`Nicolas Trangez2022-11-021-3/+3
* Change assertions in Stats.c to warnings (and introduce WARN macro)Matthew Pickering2022-01-111-0/+6
* codeGen: Introduce flag to bounds-check array accessesBen Gamari2021-12-211-0/+9
* Kill a use of %n format specifierGreg Steuck2021-11-251-6/+7
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* rts: Fix erroneous usage of vsnprintfBen Gamari2020-09-161-1/+1
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-1/+1
* Use https links in user-facing startup and error messagesBen Gamari2018-12-141-1/+1
* Fix unwinding of C -> Haskell FFI calls with -threaded (2nd try)Bartosz Nitka2018-05-171-3/+1
* Revert "Fix unwinding of C -> Haskell FFI calls with -threaded"Bartosz Nitka2018-05-121-1/+3
* Fix unwinding of C -> Haskell FFI calls with -threadedBartosz Nitka2018-05-111-3/+1
* Add -falignment-sanitization flagBen Gamari2017-10-291-0/+10
* rts: Print newline after "Stack trace:" on barfBen Gamari2017-10-031-1/+1
* Ensure text mode when calling debug functionsTamar Christina2017-09-251-6/+25
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* rts: Produce stack trace on fatal errorBen Gamari2015-11-011-0/+12
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-261-7/+7
* [skip ci] rts: Detabify RtsMessages.cAustin Seipp2014-10-211-44/+44
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-0/+6
* Print the prog name in errorBelch() even if prog_argv is not set yetSimon Marlow2009-11-191-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* sysErrorBelch: don't put an extra \n on WindowsSimon Marlow2008-09-031-0/+5
* fix Unix buildSimon Marlow2006-08-301-0/+2
* add sysErrorBelch() for reporting system call errorsSimon Marlow2006-08-301-1/+72
* add 'const' modifiers to types where appropriateSimon Marlow2006-06-071-10/+10
* TARGET_OS ==> HOST_OSSimon Marlow2006-05-241-4/+4
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+201