Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9130f7c3 | 2021-01-02 10:25:38 | Updated copyright for 2021 | ||
| 3b92933a | 2020-12-13 17:37:50 | SDL_LoadObject (windows, os/2): prevent crash if dll name is NULL. | ||
| a90f0400 | 2020-10-15 21:37:30 | os2: a _lot_ of coding style cleanup, sot that they match the SDL style. also renamed the 'debug' macro to debug_os2: the former was dangerously a common name. the binary (dll) output is precisely the same as before. | ||
| 1d9cf23e | 2020-10-14 23:01:05 | os2: updated copyright dates for 2020. header guard fixes. | ||
| aa790837 | 2020-10-14 23:01:02 | os2: several warning fixes. mostly those "W007: '&array' may not produce intended result" warnings from Watcom, visible only in C++ mode. one or two others here & there. | ||
| d1323eb0 | 2020-10-14 23:01:01 | os2: better error reporting from loadso | ||
| 110a0f7b | 2020-10-14 23:01:01 | os2: update include paths. add missing libc includes to geniconv. | ||
| 74cfb81d | 2020-10-14 23:01:00 | os2: add port files for SDL2-2.0.4 from Andrey Vasilkin only geniconv/iconv.h (was from LGPL libiconv) is replaced with a generic minimal iconv.h based on public knowledge. |