kc3-lang/SDL/src/core/os2

Branch :


Log

Author Commit Date CI Message
120c76c8 2022-01-03 09:40:00 Updated copyright for 2022
48d1ef8f 2021-12-17 07:33:10 another unsigned char cast in os2cp.c. code clean-up in os/2 geniconv.
dac65160 2021-12-17 02:50:40 os2iconv.c (_createUconvObj): cast to unsigned char, to be safe.
615f7b44 2021-12-08 23:51:56 more updates to os2 makefile for libiconv
70c5e91d 2021-12-01 01:20:10 os/2 optionally builds against libiconv.
b20484e8 2021-12-01 01:20:02 minor os/2 reorganization for iconv
c4bac66b 2021-10-18 14:11:20 os2, geniconv: replaced many uses of libc calls with SDL_ counterparts. FIXME: figure out a way to handle errno checks properly.
9130f7c3 2021-01-02 10:25:38 Updated copyright for 2021
a4040293 2020-10-25 10:10:02 os2: misc build fixes
cbadd1e3 2020-10-20 20:32:20 geniconv/os2iconv.c: make it build correctly against os2tk headers.
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.
b6965a17 2020-10-14 23:01:05 os2: Andrey Vasilkin agreed that his code to be put under Zlib license: add SDL license headers to geniconv sources.
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.
861ac81b 2020-10-14 23:01:01 os2: changes to debug macros
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.