Commit graph

11260 commits

Author SHA1 Message Date
Gregory John Casamento
746d3ea8ae Remove infinite recursion 2020-03-27 06:18:11 -04:00
Gregory John Casamento
5bf97288d0 remove variable 2020-03-27 05:58:10 -04:00
Gregory John Casamento
6fb90273fe Update implementation 2020-03-27 05:51:07 -04:00
Gregory John Casamento
7019e849cc Add method to update url when any set method is called 2020-03-27 04:30:13 -04:00
Gregory John Casamento
07158ec360 Merge branch 'master' into fix-nsurlcomponents 2020-03-27 00:51:09 -04:00
Gregory John Casamento
64c193bd7c Move typedef to correct place 2020-03-27 00:48:07 -04:00
Gregory John Casamento
3c1838cd60 Add minor typedef 2020-03-26 09:29:55 -04:00
Gregory John Casamento
56f0d5aa8b Merge branch 'fix-nsurlcomponents' of github.com:gnustep/libs-base into fix-nsurlcomponents 2020-03-26 09:28:53 -04:00
Gregory John Casamento
ddbd89ce70 Add minor typedef to NSObjCRuntime.h 2020-03-26 09:27:55 -04:00
Frederik Seiffert
8774e5f55d NSURLComponents fixes
- Moved NSURLComponents internal declaration to correct place.
- Added GS_DESTROY_INTERNAL() calls for NSURLComponents and NSURLQueryItem.
2020-03-23 14:46:45 +01:00
Frederik Seiffert
8e093a519e Added misssing GSInternal declaration for NSURLQueryItem. 2020-03-23 13:40:09 +01:00
Frederik Seiffert
a0779f4e62 Fixed internal ivar usage for NSURLQueryItem. 2020-03-23 11:56:20 +01:00
Gregory John Casamento
fdb8c95a17 Merge branch 'master' of github.com:gnustep/libs-base into fix-nsurlcomponents 2020-03-13 05:22:17 -04:00
fredkiefer
95abcbd694 * Source/NSURL.m: Fix compiler warnigns.
* Headers/Foundation/NSLocale.h,
* Source/NSLocale.m: Add a few convenience methods from MacOS 10.12.
2020-03-12 14:58:46 +01:00
Frederik Seiffert
3743e1d643 Added missing NSURLQueryItem implementation. 2020-03-11 10:55:10 +01:00
Richard Frith-Macdonald
4a7325b00e Merge branch 'master' of ssh://github.com/gnustep/libs-base
Conflicts:
	Source/GSAttributedString.m
2020-03-11 09:05:44 +00:00
Richard Frith-Macdonald
e4ea6672df Add comments to note that initial values are unused. 2020-03-11 09:01:39 +00:00
rfm
9ff3af1ead
Merge pull request #111 from triplef/fix-attributed-string-ranges
Fixed attributed string range initialization.
2020-03-11 08:58:37 +00:00
rfm
c7a098b747
Merge pull request #110 from triplef/fix-urlcomponent-ranges
Fixed NSURLComponents setURL: throwing exceptions.
2020-03-10 17:53:01 +00:00
Frederik Seiffert
15610acb62 Fixed attributed string range initialization. 2020-03-10 18:09:44 +01:00
Frederik Seiffert
1e51ef1b1e Fixed NSURLComponents setURL: throwing exceptions.
This happened when setting an URL that didn't have all the different parts like fragment or query, as rangeOfString: throws for nil values.
2020-03-10 18:06:44 +01:00
Fred Kiefer
1de4c85f43
Merge pull request #107 from gnustep/framework_test
Extend NSBundle test to check for framework resource loading.
2020-03-09 08:41:33 +01:00
Niels Grewe
115d41738a
NSBundle tests: Rely on executable -rpath, not on TestInfo environment 2020-03-09 07:43:14 +01:00
Niels Grewe
c87af2d386
CI: Update .travis.yml to the newest schema 2020-03-09 07:15:00 +01:00
Fred Kiefer
50018591db
Merge pull request #108 from triplef/nsurl-instancetype
Updated NSURL to use instancetype.
2020-03-08 21:40:59 +01:00
Niels Grewe
62cd15a74c
NSBundle tests: fix framework linkage with older linkers 2020-03-08 13:24:03 +01:00
Fred Kiefer
120e8f5294
Merge branch 'master' into framework_test 2020-03-07 11:35:32 +01:00
fredkiefer
eda24a2c02 Set test framework version to two. 2020-03-07 10:49:26 +01:00
Richard Frith-Macdonald
5248b6ee36 Backward compatibility fix for ICU 65 by Fred Kiefer 2020-03-06 09:19:54 +00:00
Frederik Seiffert
1a2616b850 Updated NSURL to use instancetype. 2020-03-04 13:16:24 +01:00
fredkiefer
baa8e2465b Extend NSBundle test to check for framework resource loading. 2020-03-01 10:41:14 +01:00
Richard Frith-Macdonald
d1af1d0244 Fix for class lookup when using the 2.0 ABI 2020-02-24 10:23:22 +00:00
Niels Grewe
5626a9a76d
Merge pull request #105 from gnustep/ci-lt-gnustep-2.0-abi
fix CI build for gnustep ABI < 2.0
2020-02-23 16:20:21 +01:00
Niels Grewe
22fd06b5f1 fix CI build for gnustep ABI < 2.0 2020-02-23 15:45:52 +01:00
Richard Frith-Macdonald
ee8059c6f4 update copyright date 2020-02-19 09:18:24 +00:00
rfm
c5402c028c
Merge pull request #99 from Artoria2e5/patch-1
NSPropertyList.h: mention base64 encoding
2020-02-19 09:09:19 +00:00
Richard Frith-Macdonald
31f277d751 Fix to consider explicitly configured hosts to be probled for servers. Add -S 2020-02-17 15:30:21 +00:00
Mingye Wang
f63f44907d
Update XML dict documentation 2020-02-17 12:31:42 +08:00
Mingye Wang
c2d44f800a
NSPropertyList.h: mention base64 encoding
Base64 parsing is supported since 3f2fa9ddfe and it is the default since 9aa5d4cd04. We should definitely document that.
2020-02-17 12:02:20 +08:00
Richard Frith-Macdonald
c8cfcec652 remove the workarund for clang/unistd.h clash with __blocks 2020-02-11 17:11:30 +00:00
Richard Frith-Macdonald
2e07244f8e Updates to move towards ARC 2020-02-08 16:42:17 +00:00
Richard Frith-Macdonald
0cd9843f5f workaround for conflisct with clang/unistd.h 2020-02-08 16:37:42 +00:00
fredkiefer
4b5594c63d Use pkg-config to check for libxml. 2020-02-05 23:10:53 +01:00
Fred Kiefer
f261ae3a90
Merge pull request #96 from hughmcmaster/pkgconfig
configure.ac: Use PKG_CHECK_MODULES to detect libxml2
2020-02-05 22:59:39 +01:00
rmottola
e9fa0afa62 include necessary headers and provide MinGW quick fallback for types 2020-02-01 16:15:37 +01:00
Hugh McMaster
27b95a3f05 configure.ac: Use PKG_CHECK_MODULES to detect libxml2, falling back to xml2-config if necessary 2020-02-01 19:17:16 +11:00
Richard Frith-Macdonald
b91fab7665 Fix method types. Fix indentation/line-wrapping. Fix stubs to raise exception 2020-01-27 14:43:59 +00:00
Richard Frith-Macdonald
ec438b5733 minor indentation fixes 2020-01-27 10:19:36 +00:00
Gregory Casamento
0107da9aa0
Merge pull request #79 from IOOI-SqAR/gitignore-update-according-to-www.gitignore.io/api/xcode
gitignore update according to https://www.gitignore.io/api/xcode
2020-01-25 17:42:29 -05:00
fredkiefer
d1d9cd65a1 Handle case where scheme is missing from the URL. 2020-01-24 23:27:30 +01:00