Frederik Carlier
97c01d8064
NSNetService and NSNetServiceBrowser: Gracefully fail when no-backend implementation
...
Always compile `NSNetService` and `NSNetServiceBrowser`, but have their
`intialize` method return `nil` if libavahi and mDNS are unavailable.
This:
- Results in a clear error message if code which was compiled against a
copy of GNUstep with avahi/mDNS support runs on a copy of GNUstep which
doesn't have avahi/mDNS support.
- Avoids code which uses `NSNetService` or `NSNetServiceBrowser` to
successfully compile (because the classes are defined in the header)
but then failing to link (because there is no implementation for these
classes).
2024-03-31 11:37:23 +00:00
rfm
61da0dab96
fix possible dereference of null pointer
2024-03-11 14:36:22 +00:00
hmelder
ca1d07dcf2
Implement +[NSDate now]
2024-03-11 11:48:28 +01:00
rfm
88b73acd8b
more leak fixes
2024-03-04 11:52:42 +00:00
rfm
e8813346e5
more leak fixes
2024-03-04 10:49:58 +00:00
rfm
619f902e9b
ileak fix
2024-03-04 10:21:35 +00:00
rfm
cd2626e26b
Attept fix for deadlock
2024-02-20 16:05:58 +00:00
rfm
f071a8c7d0
imprve debug info a little
2024-02-20 10:08:43 +00:00
rfm
d988153800
Fix for #361
2024-02-16 14:26:41 +00:00
rfm
92660a5937
Make extra event operate for winsock only
2024-02-13 17:18:42 +00:00
rfm
c4e5ea3d42
partial revert for regression on unix
2024-02-13 16:28:28 +00:00
rfm
d444f1fb3f
windows socket fixes
2024-02-13 15:09:43 +00:00
rfm
90e0460466
acceidentally missed from earlier commit
2024-02-13 15:04:23 +00:00
rfm
88e43d73a6
fix incorrect enumeration end parameter
2024-02-13 12:59:12 +00:00
rfm
815556ddf9
OSX compatibility fix
2024-02-13 12:41:34 +00:00
rfm
6488189dca
Improve winsock error handling (consistently use correct errror number)
2024-02-13 11:19:36 +00:00
rfm
e6e95d81f6
Added debug
2024-02-12 17:39:22 +00:00
rfm
c0b9ba8992
Possible fox for #319
2024-02-12 06:10:44 +00:00
rfm
ec914793c3
fix for #302
2024-02-11 19:50:06 +00:00
rfm
be12e91109
locale method fixup with testcase
2024-02-11 15:03:37 +00:00
Frederik Seiffert
6d1fe8fadf
Initialize Android process with current locale and system time zone
2024-02-11 09:04:04 +01:00
rfm
79a1a6b944
fix for #368
2024-02-06 14:22:04 +00:00
rfm
d6bb6deff6
fix small bug and add optimisation
2024-02-02 15:40:44 +00:00
Dave Vernon
947f0f8b52
Revert inadvertent change.
2024-02-01 09:25:49 -07:00
Frederik Seiffert
f7eff46e86
Fix NSLocale -countryCode incorrectly returning language code
2024-02-01 10:27:14 +01:00
DavidHVernon
c9999c8dcb
experiment.
2024-01-31 15:44:03 -07:00
rfm
2df0df5450
move tcp tune code to be shared between windows and unix
2024-01-30 15:26:34 +00:00
rfm
ca48e4f5d7
Merge branch 'master' of ssh://github.com/gnustep/libs-base
2024-01-30 15:09:32 +00:00
rfm
46e7064393
Stream debug and event handling improvements
2024-01-30 15:08:31 +00:00
Frederik Seiffert
524a0c498f
Fixed dangling AAssetDir pointer on Android
2024-01-30 10:36:12 +01:00
rfm
3bc0a58531
yet more debug info
2024-01-29 21:46:11 +00:00
rfm
562ee46118
clarer debug log
2024-01-29 21:24:31 +00:00
rfm
bad85d69f7
add write error debug log
2024-01-29 21:05:54 +00:00
rfm
742d9fc843
improve poor debug log
2024-01-29 21:00:22 +00:00
rfm
41d948b5bb
patch to improve thread startup by Larry Campbell
2024-01-29 19:50:44 +00:00
rfm
b7f66a9dd3
fix for issue #365
2024-01-29 14:27:32 +00:00
rfm
a0ce4ab880
keep observer retained until removed
2024-01-09 08:25:28 +00:00
rfm
db90ab6bb9
fix leak spotted by Larry Campbell
2024-01-05 08:22:24 +00:00
hmelder
7a39bcf319
Fix formatting
2023-12-28 12:02:04 +01:00
hmelder
61bb82e902
NSNull: Implement valueForUndefinedKey and return [NSNull null]
2023-12-28 12:02:04 +01:00
Riccardo Mottola
08858caf29
cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails
2023-12-23 02:44:50 +01:00
rfm
6ad8953196
fix minor documentation generation warning
2023-12-21 20:20:52 +00:00
rfm
c739ac81bd
Another path fix
2023-12-19 14:24:13 +00:00
rfm
cead13c823
cope with partial path to file containing class
2023-12-12 21:11:55 +00:00
rfm
48e599ae06
add some logging info
2023-12-12 20:59:09 +00:00
rfm
286a127501
Warn about unmatched <ignore> tags
2023-12-12 20:45:06 +00:00
rfm
70e56ecfea
bugfix by by danieljboyd@icloud.com
2023-12-06 17:40:06 +00:00
rfm
aec85c5a4f
remove obsolete size restriction on port messages
2023-12-05 14:33:56 +00:00
rfm
05c1ba2e6e
ifindentation fixes
2023-12-05 14:12:07 +00:00
rfm
5c5a62e8d4
Avoid conflict of ivar name with systemcall name
2023-11-30 08:16:02 +00:00