Riccardo Mottola
72e8335bd9
check for a valid file and check for ftruncate() result and throw exception in case
2023-09-18 23:40:13 +02:00
Riccardo Mottola
e20b3d59fc
only exec if chdir worked
2023-09-18 23:13:41 +02:00
Riccardo Mottola
339fb7a131
suppress various warnings
2023-09-18 23:08:41 +02:00
Gregory Casamento
d97c84b9ed
Merge pull request #323 from gnustep/NSKeyValueObserving_issue322
2023-09-18 12:29:26 -04:00
Gregory John Casamento
f73efa4f89
Remove reference to method we are not implementing at this point
2023-09-15 15:15:10 -04:00
Gregory Casamento
788606f424
Add method which calls info implementation
2023-09-15 14:59:33 -04:00
Gregory John Casamento
4b54990846
Move info method to the right place
2023-09-15 14:57:29 -04:00
Gregory Casamento
19977930f5
Add skeletal version of removeObserver:fromObjectsAtIndexes:forKeyPath:context:
2023-09-15 14:46:01 -04:00
Gregory Casamento
75965866a1
Fix compilation error
2023-09-15 14:39:33 -04:00
Gregory Casamento
0f3bb3d2b8
Use keysight implementation of the method removeObjserver:forKeyPath:context:
2023-09-15 14:13:44 -04:00
Gregory John Casamento
b8bc924cdb
Throw an exception when calling the removeObserver:forKeyPath:context: method
2023-09-14 12:22:56 -04:00
Gregory John Casamento
5507ea1d1e
Change formatting
2023-09-14 09:31:57 -04:00
Gregory John Casamento
2c81d3e003
Add removeObserver:forKeyPath:context: to implementation
2023-09-13 12:49:01 -04:00
Gregory John Casamento
dbebf7625d
Ignore tmp files
2023-09-13 05:17:37 -04:00
Hugo Melder
a2d5479882
Fix LD_LIBRARY_PATH in Documentation GNUmakefile ( #321 )
2023-09-11 20:57:41 +02:00
Hugo Melder
b0e2150092
INSTALL: Add libavahi and zlib as requirements ( #320 )
2023-09-11 20:57:02 +02:00
Richard Frith-Macdonald
5f92c87d78
Fix combining header values and warn about empty/bad header values
2023-09-06 17:49:05 +01:00
Richard Frith-Macdonald
570aa0bf2a
Remove unused counter
2023-09-06 17:47:59 +01:00
Fred Kiefer
7fe39a23e9
Merge pull request #314 from gnustep/pointerfunctions
...
Try to address issue of treating pointer function values as bitfield
2023-08-23 17:56:44 +02:00
Richard Frith-Macdonald
6af167ccef
Fixup for error spotted by Larry Campbell
2023-08-21 15:01:11 +01:00
Fred Kiefer
243bab9761
Address pull request comments
2023-08-20 00:06:55 +02:00
Fred Kiefer
460355aac6
Merge branch 'master' of github.com:gnustep/libs-base into pointerfunctions
2023-08-19 17:47:55 +02:00
Richard Frith-Macdonald
cc90b2d5a8
Add missing code to create IPV6 streams
2023-08-19 14:25:30 +01:00
rfm
01c73a8031
Merge pull request #313 from gnustep/revert-307-Eggplant-Improved-IPv6-Support
...
Revert "Initial commit of updated IPv6"
2023-08-19 14:11:40 +01:00
Fred Kiefer
b0263ae4a8
Try to address issue of treating pointer function values as bitmap.
2023-08-18 17:29:43 +02:00
rfm
21d630ba95
Revert "Initial commit of updated IPv6"
2023-08-18 12:06:26 +01:00
Richard Frith-Macdonald
c1833e1130
Github issue #312 ... add thread safety for Apple compatibility
2023-08-18 11:21:24 +01:00
rfm
446d168cd3
Merge pull request #310 from gnustep/fix-nsnumberformatter-api
...
Change NSNumberFormatter minimum/maximum properties type
2023-08-18 11:19:47 +01:00
rfm
5912f4ed6f
Merge pull request #307 from gnustep/Eggplant-Improved-IPv6-Support
...
Initial commit of updated IPv6
2023-08-18 11:18:50 +01:00
Frederik Seiffert
668d6c4977
Change NSNumberFormatter minimum/maximum properties from NSDecimalNumber to NSNumber to match Apple platforms
2023-08-10 12:20:06 +02:00
Royal Stewart
430fa511b7
Fix build issues with Linux
2023-08-01 10:58:28 -06:00
Richard Frith-Macdonald
cd231a3efd
More fixes from Yavor
2023-08-01 16:37:22 +01:00
Richard Frith-Macdonald
ef9ad60627
Add Yavor Doganov's patches
2023-08-01 14:46:44 +01:00
Frederik Seiffert
0aaa5307c8
Fix NSData initWithContentsOfURL: caching data of file URLs
2023-08-01 13:27:54 +02:00
Frederik Seiffert
48c8a1a6a1
Fix NSURL path on Windows for UNC paths
2023-07-26 18:21:07 +02:00
Frederik Seiffert
f0e33a48d5
Fix NSFileManager thread safety
2023-07-26 11:56:04 +02:00
Royal Stewart
337ebbea0b
Initial commit of updated IPv6
2023-07-25 10:06:20 -06:00
Richard Frith-Macdonald
d643dad9b3
record Riccardo's fix
2023-07-10 21:45:10 +01:00
Richard Frith-Macdonald
5fd4dd1f16
Add interface for category ... needed on sme architectures in order to
...
get argumentds passed correctly.
2023-07-10 21:39:49 +01:00
Richard Frith-Macdonald
c6df659d35
iClose socket if we end loading with an I/O operation in progress
2023-06-26 12:55:01 +01:00
Richard Frith-Macdonald
e3b7fa5720
Fix for possible crash after instance deallocated
2023-06-15 10:21:39 +01:00
Frederik Seiffert
fe863c981d
Fix runtime initialize config check on Windows
...
Was failing due to error: incompatible function pointer types passing 'void *(void *)' to parameter of type '_beginthreadex_proc_type' (aka 'unsigned int (*)(void *)') [-Wincompatible-function-pointer-types].
2023-06-13 15:44:45 +02:00
Frederik Seiffert
7e14fd1979
Change NSURL tests to use example.com
...
httpbin.org has lately been unreliable, leading to spurious test failures on CI.
2023-06-13 14:33:40 +02:00
Gregory John Casamento
7a76635360
Revert "Add method declarations to NSUserActivity"
...
This reverts commit 32cda86b09
.
Accidentally committed to master.
2023-05-23 19:56:05 -04:00
Gregory John Casamento
32cda86b09
Add method declarations to NSUserActivity
2023-05-23 19:54:45 -04:00
Gregory John Casamento
6fbaa7ca33
Update macOS version to 10.10 as per documentation. Minor update
2023-05-23 15:16:56 -04:00
Richard Frith-Macdonald
231151aea3
missed update
2023-05-10 12:29:07 +01:00
Frederik Seiffert
f3555406af
Add stub methods for secure unarchiving
2023-05-10 06:59:40 +02:00
Frederik Seiffert
b1e43eb5dd
Add OSX version defines for 10.15 - 13 and fix 10.10 - 10.14 to match Apple platforms
2023-05-10 06:59:40 +02:00
Richard Frith-Macdonald
0f98f12c21
Add support for OSX version numbers up to 15
2023-05-08 15:50:07 +01:00