Commit graph

12991 commits

Author SHA1 Message Date
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
c1e14dada3 Ignore NS_DEPRECATED 2023-12-04 17:31:19 +00:00
rfm
5c5a62e8d4 Avoid conflict of ivar name with systemcall name 2023-11-30 08:16:02 +00:00
rfm
2473c744d1 fix accidentally deleted line 2023-11-23 17:30:51 +00:00
rfm
07fed93200 Improvements for github issue 352 2023-11-23 16:39:58 +00:00
rfm
c1c17df624 avoid compiler warning 2023-11-23 16:35:35 +00:00
Riccardo Mottola
d22abeebc5 add further debug log 2023-11-21 17:30:00 +01:00
rfm
a01afe20b9 Fixup error intrduced in last commit 2023-11-21 14:05:24 +00:00
rfm
d98bc5cf2f Fix path format for backslashes on windows 2023-11-21 13:18:43 +00:00
rfm
5917e32dbb Add macro to mark unimplemented functions and methods 2023-11-21 08:54:39 +00:00
rfm
270429cf97 Warn if we can't find the library version for a bundle 2023-11-21 08:31:44 +00:00
rfm
d9d28b6e57 fixup missing return 2023-11-20 23:32:41 +00:00
rfm
7486f8e7d1 Fixed parsing of __attribute__ (ignored) in function arguments 2023-11-20 23:06:39 +00:00
rfm
69dbfb6b43 Fixup for __attribute__ before variable name 2023-11-20 20:18:39 +00:00
Frederik Seiffert
3b3687afb3 Fix NSURLRequest test
We can't use parameters containing commas in macros.
2023-11-15 08:59:57 +01:00
Frederik Seiffert
fd7f11a134 Support deleting NSMutableURLRequest headers by calling setValue:forHTTPHeaderField: with nil value. 2023-11-14 23:04:42 +01:00
rfm
a67e28ad67 Avoid compiler warnings and fix error in assertion 2023-11-14 21:29:11 +00:00
rfm
b4feee311f Fix for #334 2023-11-14 21:20:50 +00:00
rfm
e8b67e3e0b fix for #292 2023-11-14 20:55:22 +00:00
rfm
41ad571889 ChangeLog recording autogsdoc improvments 2023-11-14 20:06:59 +00:00
rfm
58397df4bc Merge branch 'autogsdoc-improvements'
Adds ObjC2 support and various bugfixes
2023-11-14 20:00:36 +00:00
rfm
dc96e8ec47 more options to close descriptors (for portability) 2023-11-14 19:56:43 +00:00
rfm
ae9892db11 Use closefrom() if available 2023-11-14 11:34:55 +00:00
rfm
319d9fd300 Add support for multiple comma separated variable declarations 2023-11-14 10:47:57 +00:00
rfm
14fde39b4a Add missing space in autogenerated text 2023-11-13 21:43:27 +00:00
Riccardo Mottola
96ed084569 header cleanup for documentation: copyrights, texinfo comments, etc 2023-11-13 22:38:16 +01:00
rfm
80964992bc Incorporate Riccardo's changes too.
Merge branch 'autogsdoc-improvements' of ssh://github.com/gnustep/libs-base into autogsdoc-improvements
2023-11-13 20:17:12 +00:00
rfm
086ea5d04e Changes to avoid autogsdoc warnings 2023-11-13 20:16:46 +00:00
Riccardo Mottola
ed0a06015b Merge branch 'autogsdoc-improvements' of https://github.com/gnustep/libs-base into autogsdoc-improvements 2023-11-13 21:12:24 +01:00
Riccardo Mottola
0e01e51014 update dependency in install.texi and not INSTALL, so it gets properly regenerated 2023-11-13 21:12:09 +01:00
rfm
c9b878ba54 Fixup macro to be on one line (for autogsdoc) 2023-11-13 20:04:25 +00:00
rfm
15ff083a9a Reformatting and compilation fixes. 2023-11-13 19:45:16 +00:00
rfm
1db5b071ee Deal with systems which don't dfefine pi in the normal place 2023-11-13 19:19:03 +00:00
hmelder
a66d25598e NSObject: Change return type of setVersion: from id to void 2023-11-13 20:01:11 +01:00
rfm
57a0d9afae Add code to ignore generics markup in declarations. 2023-11-13 18:57:33 +00:00
Hugo Melder
ac38295f64
NSRegularExpression: Improved Error and Exception handling to match macOS behaviour (#343)
* NSRegularExpression: Match macOS error handling

* Add test cases for error handling

* NSRegularExpression: Raise an NSInvalidArgumentException instead of NSInternalInconsistencyException

* Check if NSRegularExpression throws an exception
2023-11-13 19:55:49 +01:00
rfm
ec051d1d30 Add a couple of trivial testcases to compare floats 2023-11-06 15:47:36 +00:00
Riccardo Mottola
a5cb4d8647 remove Date/Revision and update Copyright 2023-10-31 20:33:02 +01:00
rfm
4e3e169bed Tweak warning/verbose output and auto generate author/date when needed 2023-10-31 12:30:00 +00:00
rfm
7fc6637390 Make warnings more informative 2023-10-30 19:56:59 +00:00
rfm
40ebe6df30 Minore documentation cross reference fixes 2023-10-30 19:55:45 +00:00
rfm
e027ff8585 Minor documentation tweaks 2023-10-30 16:56:05 +00:00
rfm
44dc5cef3d Documentation error tweaks 2023-10-30 16:09:10 +00:00
rfm
2e48b09feb Raise exception for unimplemented methods 2023-10-30 15:37:18 +00:00
rfm
8b4a8820a8 Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
rfm
1cce7e97e2 Mark unimplemented methods 2023-10-30 14:29:25 +00:00
rfm
0db43469c2 Fuylly specify argument type 2023-10-30 13:58:23 +00:00