Commit graph

12991 commits

Author SHA1 Message Date
rfm
3e6284ab39
Merge pull request #234 from svgol/bug_NSURL_using_cache
use handle from the cache only if the caller asked
2022-01-30 08:38:47 +00:00
Sergei Golovin
cce60ccc51 * use handle from the cache only if the caller asked 2022-01-30 06:54:56 +04:00
Frederik Seiffert
6657796e15 Use GSNativeChar where applicable 2022-01-26 10:33:33 +01:00
Frederik Seiffert
1aab02b622 Fix NSTemporaryDirectory() returning path with backslashes on Windows 2022-01-26 10:33:33 +01:00
Frederik Seiffert
542d870302 Fix time zone lookup on Windows MSVC by converting Windows timezone name to IANA identifier 2022-01-26 10:33:33 +01:00
rfm
93d4c634e5
Merge pull request #231 from levinli303/master
Add localized names for string encoding aliases
2022-01-17 14:10:07 +00:00
Levin Li
096a5bb7ac Add localized names for aliases 2022-01-16 12:51:54 +08:00
Gregory Casamento
9c129a1e7f
Merge pull request #207 from Fokka-Engineering/swift-compatibility 2022-01-09 12:31:17 -05:00
Gregory Casamento
31b9b7228b
Merge pull request #230 from gnustep/NS_INLINE_Change 2022-01-08 18:28:18 -05:00
Gregory John Casamento
28f5c4fb50 Definition of NS_INLINE 2022-01-08 16:09:45 -05:00
Richard Frith-Macdonald
bed2935a7e change to avoid compiler warning 2022-01-04 12:57:55 +00:00
Richard Frith-Macdonald
cc38a942f2 Restore Canonical names of gnustep extension encodings 2022-01-04 12:46:56 +00:00
Richard Frith-Macdonald
81ad2f403b Reinstate removed string encodings. 2022-01-04 10:12:58 +00:00
Fred Kiefer
e6fc2740a2
Merge pull request #228 from levinli303/simplified-chinese
Add support for Simplified Chinese
2021-12-31 11:19:30 +01:00
Fred Kiefer
d7dc4d5323
Merge pull request #227 from levinli303/master
Complete string encoding localization
2021-12-31 11:18:10 +01:00
Levin Li
e9a21ffd2b Fix test failure by adding memset 2021-12-31 15:18:04 +08:00
Levin Li
f6ecddaaf8 Add to GNUmakefile 2021-12-30 23:15:53 +08:00
Levin Li
d971813d2a Add test for zh-Hans_CN 2021-12-30 21:26:54 +08:00
Levin Li
c4730de6bd Add Simplified Chinese resources 2021-12-30 21:26:53 +08:00
Levin Li
f64f13c2a7 Implement NSGB_18030_2000StringEncoding, NSGB_2312_80StringEncoding, NSGBK_95StringEncoding 2021-12-30 21:06:28 +08:00
Frederik Seiffert
b4ae7f7486 Fix handling of concurrent NSOperations 2021-12-27 21:52:34 +01:00
Frederik Seiffert
1980f9bdf6 Extended tests for concurrent NSOperations
- trigger isFinished KVO notification when not being finished
- add test for completion handler
2021-12-27 21:52:34 +01:00
Levin Li
d80eb7a069 Complete string encoding localization 2021-12-26 22:35:30 +08:00
Fred Kiefer
e797128a03
Merge pull request #226 from levinli303/master
Support more DOS/Windows string encodings
2021-12-26 13:08:56 +01:00
Frederik Seiffert
7a5c2a6550 Default to UTF-8 when reading localized string files without BOM. 2021-12-26 11:43:43 +01:00
Frederik Seiffert
4c1b2ef7d6 Fix Unicode checks for Windows using icu.h 2021-12-26 11:43:43 +01:00
Levin Li
fe2f41c7f1 Use encoding number values from Apple 2021-12-26 14:22:04 +08:00
Levin Li
ca6145efdd Support more DOS/Windows encodings 2021-12-25 16:36:18 +08:00
rfm
5f259c1658
Merge pull request #222 from iamleeg/nsdebugenabled
Add the NSDebugEnabled boolean
2021-12-21 08:55:51 +00:00
rfm
4db3f5c881
Merge pull request #220 from levinli303/patch-1
Do not call handler blocks if they are nil
2021-12-21 08:39:38 +00:00
Richard Frith-Macdonald
40de7fa39a Try to improve tls disconnect behavior where there are networking issues 2021-12-07 19:28:23 +00:00
Richard Frith-Macdonald
1c81bc1193 Update to have helper subtask tell master when it is ready for tests to start 2021-12-03 13:36:51 +00:00
Steven R. Baker
7525d942b7 Add the NSDebugEnabled boolean 2021-11-30 21:14:29 +00:00
Richard Frith-Macdonald
0950bed43b Tweak whitespace for code consistency 2021-11-29 14:01:41 +00:00
Frederik Seiffert
eea7d47a77 Restrict NS_FORMAT_ARGUMENT() to Clang.
Causes warning with recent GCC:
'format_arg' attribute directive ignored [-Wattributes]
2021-11-29 10:02:02 +01:00
Richard Frith-Macdonald
85711ee5f8 coding standard tweaks 2021-11-27 10:59:15 +00:00
Richard Frith-Macdonald
14a3ff4907 Fixup whitespace to conform to normal convention 2021-11-24 16:44:40 +00:00
Richard Frith-Macdonald
5ecd7fe1b2 Fix problem finding libbfd support on some systems 2021-11-23 14:08:42 +00:00
Levin Li
5b151c5fa0 Do not call handler blocks if they are nil 2021-11-23 18:34:34 +08:00
Gregory John Casamento
52065cad9a Remove white space 2021-11-21 03:42:47 -05:00
Gregory John Casamento
ca7aed5427 Correct error. Add NSInputStream forward reference 2021-11-21 03:33:59 -05:00
Gregory John Casamento
02a4762e99 Remove conflict line 2021-11-21 02:20:53 -05:00
Gregory John Casamento
d8b2e969ef Add NSConnectionDataDelegate protocol and NSRequestNetworkServiceType 2021-11-21 02:17:55 -05:00
Gregory John Casamento
eb743541aa Add NSConnectionDataDelegate protocol and NSRequestNetworkServiceType 2021-11-21 02:16:24 -05:00
Richard Frith-Macdonald
b7d82408a6 Make URL loading tests more reliable 2021-11-19 11:44:20 +00:00
Riccardo
e68b97d58b
Merge pull request #219 from gnustep/iconv_fix
improve iconv configure for headers
2021-11-17 13:36:16 +01:00
rfm
73a21f4553
Merge pull request #217 from gnustep/nsbundle-format-argument
Annotate NSBundle localized string function with NS_FORMAT_ARGUMENT
2021-11-17 09:51:32 +00:00
Riccardo Mottola
0bc09a8a73 also add include parameter for checking iconv library, or libc and gnulibiconv might get mixed 2021-11-16 01:23:57 +01:00
Frederik Seiffert
0af2c6de72 Add required cast in case nil is not defined as id 2021-11-13 22:16:46 +01:00
Frederik Seiffert
87783e2513 Annotate NSBundle localized string function with NS_FORMAT_ARGUMENT. 2021-11-11 16:41:50 +01:00