Ryan C. Gordon
|
4cbffd39e8
OS/2: actually working again, now.
|
8 年 前 |
Ryan C. Gordon
|
683216def8
OS/2: more work on getting this to compile.
|
8 年 前 |
Ryan C. Gordon
|
9a19eba065
Patched to compile with C89 compilers.
|
8 年 前 |
Ryan C. Gordon
|
2bd8c33fe5
OS/2: implemented Unicode support, modernized platform_os2.c's code.
|
8 年 前 |
Ryan C. Gordon
|
32da097a55
Cleanup BAIL_* and GOTO_* macros to be less cluttered.
|
8 年 前 |
Ryan C. Gordon
|
9aebcff5ba
OS/2: base dir needs to end with a path separator.
|
8 年 前 |
Ryan C. Gordon
|
34009cf762
Fix some endlines.
|
8 年 前 |
Ryan C. Gordon
|
d1e40af4e3
OS/2: fix up the base/user/pref dir code.
|
8 年 前 |
Ryan C. Gordon
|
062bdc2c5b
Patched to compile with OpenWatcom.
|
8 年 前 |
Ryan C. Gordon
|
9ca88e3794
Patched platform_os2.c to compile.
|
8 年 前 |
Ryan C. Gordon
|
58bca6ae05
Watcom C should include malloc.h to make the alloca macro available.
|
8 年 前 |
Ryan C. Gordon
|
15c18b0c04
os2: added OS/2 support back in.
|
8 年 前 |
Francesco Bertolaccini
|
4b80422a79
vdf: Remove unused chunks of code, fix endianness.
|
8 年 前 |
Francesco Bertolaccini
|
dc5958ec71
Remove unused variable.
|
8 年 前 |
Ryan C. Gordon
|
656a9b92c0
Changed some URLs from http:// to https://, where supported.
|
8 年 前 |
Francesco Bertolaccini
|
e4206408e5
Add support for VDF
|
8 年 前 |
Ryan C. Gordon
|
cf18d4f2c6
Updated copyright to 2017.
|
9 年 前 |
Ryan C. Gordon
|
468edd80eb
Removed unused variable in extras/ignorecase.c ...
|
9 年 前 |
Ryan C. Gordon
|
2777b5efe2
Added a mostly-harmless FIXME.
|
9 年 前 |
Ryan C. Gordon
|
66b7767cec
Added support for password-protected .zip files.
|
9 年 前 |
Ryan C. Gordon
|
ab7eb81a4a
Platform deinit should happen last, since other deinit bits might depend on it.
|
9 年 前 |
Ryan C. Gordon
|
dfd658ff92
Fixed miniz code that triggers recent GCCs' -Wmisleading-indentation.
|
9 年 前 |
Ryan C. Gordon
|
e05d1acc76
Removed one more rude thing from the comments. :/
|
9 年 前 |
Ryan C. Gordon
|
84f27f8fb5
extras/ignorecase.h: Fixed some typos.
|
9 年 前 |
Ryan C. Gordon
|
8363d15439
Fixed some documentation typos (thanks, Paul!).
|
9 年 前 |
Ryan C. Gordon
|
b66b2d4563
Replace unsigned long cast with cast to size_t (thanks, David!).
|
9 年 前 |
David Yip
|
51f0807cb3
Remove unused functions and variables in platform_windows.
|
9 年 前 |
David Yip
|
9293c3dc8d
Remove unused variable in zip_hash_ancestors.
|
9 年 前 |
Ryan C. Gordon
|
c3cc732a70
Updated byte order tests to match what SDL does now.
|
10 年 前 |
Ryan C. Gordon
|
32d4f4541e
HTTPS all the things.
|
10 年 前 |