Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -1/+1 |
| | | | | Our new CPP linter enforces this. | ||||
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
| | | | | This reverts commit 39b5c1cbd8950755de400933cecca7b8deb4ffcd. | ||||
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
| | | | | | | | | This will hopefully help ensure some basic consistency in the forward by overriding buffer variables. In particular, it sets the wrap length, the offset to 4, and turns off tabs. Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | rts: delint/detab/dewhitespace RtsDllMain.h | Austin Seipp | 2014-07-28 | 1 | -2/+0 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Working towards fixing DLLs on Win64 | Ian Lynagh | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | Change some TARGET tests to HOST tests in the RTS | Ian Lynagh | 2010-07-13 | 1 | -1/+1 |
| | | | | Which was being used seemed to be random | ||||
* | Enable shared libraries on Windows; fixes trac #3879 | Ian Lynagh | 2010-03-20 | 1 | -0/+17 |