Commit graph

5730 commits

Author SHA1 Message Date
Richard Frith-Macdonald
fe0bcb1de3 Bugfix generating unicode escapes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19677 72102866-910b-0410-8b05-ffd578937521
2004-07-03 17:48:35 +00:00
Richard Frith-Macdonald
bab5235a5d Document the fact that -propertyList returns mutable containers.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19674 72102866-910b-0410-8b05-ffd578937521
2004-07-03 09:08:24 +00:00
Richard Frith-Macdonald
a3d7978be3 Make decoded property list containers mutable.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19672 72102866-910b-0410-8b05-ffd578937521
2004-07-03 09:02:49 +00:00
Richard Frith-Macdonald
2840feeede Make mutable copy of dictionary and modify the copy rather than trying to
modify the original.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19671 72102866-910b-0410-8b05-ffd578937521
2004-07-03 08:46:16 +00:00
Richard Frith-Macdonald
943b965ef9 A lot of property list tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19669 72102866-910b-0410-8b05-ffd578937521
2004-07-02 10:37:54 +00:00
David Ayers
1e7e1572e2 * Headers/Foundation/NSMethodSignature.h
* Source/NSMethodSignature.m
        * Source/GSFFCallInvocation.m
        * Source/GSFFIInvocation.m: Revert last mframe patch.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19667 72102866-910b-0410-8b05-ffd578937521
2004-07-02 08:04:54 +00:00
Fred Kiefer
8116e182ce Applied NSTimeZone stucture packing patch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19666 72102866-910b-0410-8b05-ffd578937521
2004-07-01 23:24:35 +00:00
David Ayers
8712b7b537 * Headers/Foundation/NSMethodSignature.h
(_internalMethodTypes): New instance variable.
        * Source/NSMethodSignature.m: ([+signatureWithObjCTypes]): Store
        the runtime signature separately from the mframe signature.
        Document.
        ([-dealloc]): Free new instance variable.
        ([-methodInfo]): Use _internalMethodTypes to build argument
        information.

        * Source/GSFFCallInvocation.m (GSInvocationCallback)
        * Source/GSFFIInvocation.m (GSInvocationCallback): Use the
        selector registered in the runtime for the receiver instead of
        the constructed selector from the stack to avoid mismatches in the
        runtime.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19662 72102866-910b-0410-8b05-ffd578937521
2004-07-01 11:38:19 +00:00
Richard Frith-Macdonald
a0b07ade13 Added a couple of MacOS-X compatibility methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19651 72102866-910b-0410-8b05-ffd578937521
2004-06-29 10:31:05 +00:00
Richard Frith-Macdonald
0f34bb51fc Relax check for bad characters ... not a concern if the string data is
identifiably unicode (ie file begins with unicode BOM) and will therefore
not be interpreted as data in the default encoding.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19629 72102866-910b-0410-8b05-ffd578937521
2004-06-27 09:54:41 +00:00
Richard Frith-Macdonald
635e5188fd Make property list validation stricter ... should be ascii data with
escape sequences for anything else, otherwise it would be non-portable
between systems with different default character encodings.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19628 72102866-910b-0410-8b05-ffd578937521
2004-06-27 09:07:36 +00:00
Alexander Malmberg
587254b3f9 (read_only): Remove.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19625 72102866-910b-0410-8b05-ffd578937521
2004-06-26 15:17:16 +00:00
Richard Frith-Macdonald
d586b6f549 Add some optional sanity check code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19616 72102866-910b-0410-8b05-ffd578937521
2004-06-25 09:06:02 +00:00
Richard Frith-Macdonald
97b8ebd06a Fix bug removing from index set.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19615 72102866-910b-0410-8b05-ffd578937521
2004-06-25 06:53:15 +00:00
Richard Frith-Macdonald
0dee75786f Remove debug statement accidentally left in
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19610 72102866-910b-0410-8b05-ffd578937521
2004-06-24 09:27:10 +00:00
Richard Frith-Macdonald
f138ea1d07 SAX2 fixes and a minor path fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19609 72102866-910b-0410-8b05-ffd578937521
2004-06-24 09:26:01 +00:00
Richard Frith-Macdonald
8db8f2791e Remove some redundant code for clarity, Implement missing method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19607 72102866-910b-0410-8b05-ffd578937521
2004-06-24 04:17:56 +00:00
Adrian Robert
f2142fbc73 some updates in Tools: mostly gsdoc comments, but also fixed option handling in autogsdoc and improved font setting for HTML output
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19594 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:55:44 +00:00
Adrian Robert
4170d5d4ce small wording changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19593 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:53:20 +00:00
Adrian Robert
8fdb39913b change instanceVarsAtEnd option to default to YES as stated in help instructions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19592 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:52:59 +00:00
Adrian Robert
68a4ff53bc add/improve gsdoc comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19591 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:52:44 +00:00
Adrian Robert
08397a57cf change default font for main HTML content to include backups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19590 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:52:21 +00:00
Adrian Robert
95f2edc597 added GSdoc comments to header and source files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19589 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:41:34 +00:00
Adrian Robert
bda35fceb3 added GSdoc comments to class, method, and function declarations; for some classes some comments were already in the source file (not the header), in which case further comments were added here; otherwise comments were put in the headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19588 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:40:40 +00:00
Adrian Robert
ca454833b6 added NSIndexSet.h to list of files to generate gsdoc for
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19587 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:35:33 +00:00
Adrian Robert
9e3ec7ecff added GSdoc comments to class, method, and function declarations; for some classes some comments were already in the source file (not the header), in which case further comments were added here; otherwise comments were put in the headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19586 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:27:39 +00:00
Adrian Robert
3e78bdb1e7 fixed typos in gsdoc that were causing autogsdoc errors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19585 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:25:36 +00:00
Adrian Robert
eea1603321 Documentation updates, including revised programming manual
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19584 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:19:15 +00:00
Adrian Robert
0f716d535e major manual update, filling in missing sections, reorganizing topics
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19583 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:16:28 +00:00
Adrian Robert
5cb1b46575 added top level HTML navigation page for documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19582 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:15:06 +00:00
Adrian Robert
eaa6660cb7 update to 1.0.1 DTDs; minor updates (spelling fixes, etc.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19581 72102866-910b-0410-8b05-ffd578937521
2004-06-22 22:14:09 +00:00
Richard Frith-Macdonald
95b359969c Rewrite description code to support unicode and some additional formats
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19570 72102866-910b-0410-8b05-ffd578937521
2004-06-21 10:56:32 +00:00
Fred Kiefer
8396a85bea Corrected NSIndexSet index iteration.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19569 72102866-910b-0410-8b05-ffd578937521
2004-06-21 09:45:13 +00:00
Richard Frith-Macdonald
ba1b0e613b Tolerate users without home directories etc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19567 72102866-910b-0410-8b05-ffd578937521
2004-06-20 19:37:19 +00:00
Adam Fedor
32c4f3905a Fix typos
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19548 72102866-910b-0410-8b05-ffd578937521
2004-06-19 03:22:11 +00:00
Manuel Guesdon
d670561aaf * Source/NSKeyValueCoding.m: fix exception userInfo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19544 72102866-910b-0410-8b05-ffd578937521
2004-06-18 18:09:19 +00:00
Wim (Willem Rein) Oudshoorn
a7faf90ab5 (map_add): Fix off by one bug that causes
random crashes in gdomap.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19535 72102866-910b-0410-8b05-ffd578937521
2004-06-16 14:48:05 +00:00
Wim (Willem Rein) Oudshoorn
cb999666a0 (map_add): Fix off by one bug that causes
random crashes in gdomap.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19534 72102866-910b-0410-8b05-ffd578937521
2004-06-16 14:31:54 +00:00
Wim (Willem Rein) Oudshoorn
9b78cf9951 updated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19533 72102866-910b-0410-8b05-ffd578937521
2004-06-16 14:31:01 +00:00
Adam Fedor
1282b5a5f2 Fix kvm test. Uninstall
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19518 72102866-910b-0410-8b05-ffd578937521
2004-06-14 22:27:22 +00:00
Richard Frith-Macdonald
d1daf27fd2 compatibility fix for macos-x
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19514 72102866-910b-0410-8b05-ffd578937521
2004-06-14 05:27:54 +00:00
Adam Fedor
c2c10187fe Version 1.9.2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19493 72102866-910b-0410-8b05-ffd578937521
2004-06-10 19:39:32 +00:00
David Ayers
d966e21e26 * Headers/Additions/GNUstepBase/GSObjCRuntime.h
* Source/Additions/GSObjCRuntime.m
        (GSGetInstanceMethod, GSGetClassMethod)
        (GSGetInstanceMethodNotInherited, GSGetClassMethodNotInherited):
        Deprecate.
        (GSGetMethod): New function.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19486 72102866-910b-0410-8b05-ffd578937521
2004-06-08 16:52:34 +00:00
David Ayers
7f6f586bbd (BDBGPrintf): Add space before last comma in macro older
compilers.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19474 72102866-910b-0410-8b05-ffd578937521
2004-06-06 20:28:57 +00:00
David Ayers
28d280e337 (GSObjCAddClassBehavior): Add call to
GSFlushMethodCacheForClass after adding behavior.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19472 72102866-910b-0410-8b05-ffd578937521
2004-06-06 13:49:02 +00:00
David Ayers
4bc5a26927 (GSGetClassMethodNotInherited): Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19470 72102866-910b-0410-8b05-ffd578937521
2004-06-06 12:14:00 +00:00
David Ayers
b54f0a878b * Source/Additions/GSObjCRuntime.m
(GSObjCMethodNames): Unify implementation for both runtimes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19467 72102866-910b-0410-8b05-ffd578937521
2004-06-05 22:48:40 +00:00
David Ayers
4734fa0a7b (GSObjCMethodNames, search_for_method_in_class, GSObjCAddMethods)
(search_for_method_in_class, GSObjCAddClassBehavior): Use
	GSMethod and GSMethodList types instead of pointers to runtime
	structures.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19466 72102866-910b-0410-8b05-ffd578937521
2004-06-05 21:11:00 +00:00
David Ayers
5ec2ddbd0f * Headers/Additions/GNUstepBase/GSObjCRuntime.h
* Source/Additions/GSObjCRuntime.m
	(GSMethodList): Define new type.
	(GSAllocMethodList, GSAppendMethodToList,
	* GSRemoveMethodFromList)
	(GSMethodListForSelector, GSMethodFromList)
	(GSAddMethodList, GSRemoveMethodList): New functions.
	* Testing/GNUmakefile
	* Testing/gsbehavior.m: New tests.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19464 72102866-910b-0410-8b05-ffd578937521
2004-06-05 13:54:26 +00:00
Richard Frith-Macdonald
ffa9b78a57 Minor performance optimisations.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19462 72102866-910b-0410-8b05-ffd578937521
2004-06-05 10:06:56 +00:00