Commit graph

483 commits

Author SHA1 Message Date
CaS
437222b0e1 Test and tweak mingw ... the process name should not have spaces escaped,
only the arguments list.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20716 72102866-910b-0410-8b05-ffd578937521
2005-02-14 15:11:43 +00:00
CaS
ec1cd5da1e Tweak quoting code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20713 72102866-910b-0410-8b05-ffd578937521
2005-02-14 14:56:31 +00:00
CaS
e954fdf3cc Hack to quote arguments for windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20712 72102866-910b-0410-8b05-ffd578937521
2005-02-14 14:39:22 +00:00
alexm
ba7c63bfb1 2005-02-10 01:05 Alexander Malmberg <alexander@malmberg.org>
* Tools/gdnc.m (main): Remove the program name from the arguments
	given to the new task.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20681 72102866-910b-0410-8b05-ffd578937521
2005-02-10 00:04:32 +00:00
CaS
80d00538c7 Fix bad '--help' line
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20673 72102866-910b-0410-8b05-ffd578937521
2005-02-08 11:57:39 +00:00
CaS
3698291b1e Try to fix windows bug by using NSTask to create daemon.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20670 72102866-910b-0410-8b05-ffd578937521
2005-02-08 10:11:18 +00:00
CaS
ab551e586f Hack to work around darwin compiler feature.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20495 72102866-910b-0410-8b05-ffd578937521
2004-12-28 08:35:36 +00:00
fedor
531dd954e2 * Changes so additions compiles on older Mac OS X 10.1.5
* Source/Additions/GCArray.m (-copyWithZone:): Use more standard
array initialization method.
(mutableCopyWithZone:,	[GCMutableArray -copyWithZone:],
[GCMutableArray -mutableCopyWithZone:]): Idem.

* Source/Additions/GSCategories.m ([NSData -hexadecimalRepresentation]):
Use identically functioning, but older, standard data initialization.
* Source/Additions/GSCategories.m ([NSMutableString
-replaceString:withString:]): Rewrite to use older, standard
methods.

* Tools/AGSHtml.m ([AGSHtml -outputNode:to:]): Use GNUstep addition
method to replace string.
* Tools/autogsdoc.m (main): Idem.
(Patch from Markus Hitter).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20448 72102866-910b-0410-8b05-ffd578937521
2004-12-13 04:53:01 +00:00
CaS
aa686b1411 Add --help
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20378 72102866-910b-0410-8b05-ffd578937521
2004-11-25 09:00:07 +00:00
CaS
d471e6ea18 Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20377 72102866-910b-0410-8b05-ffd578937521
2004-11-25 08:48:49 +00:00
CaS
ddc3ee78c2 A few NSBundle bugfixes and workaround for problem with using the pth
library in gdnc.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20367 72102866-910b-0410-8b05-ffd578937521
2004-11-20 20:14:24 +00:00
gcasa
92d9bd4651 Updated to contain a description of pl.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20364 72102866-910b-0410-8b05-ffd578937521
2004-11-20 17:35:55 +00:00
CaS
5e95fdf285 Memory leak fix and tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20360 72102866-910b-0410-8b05-ffd578937521
2004-11-19 09:41:34 +00:00
gcasa
1ddff14944 Added pl tool which supercedes some of the existing pl* commands.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20358 72102866-910b-0410-8b05-ffd578937521
2004-11-18 06:20:49 +00:00
CaS
95daaf5f4c XML parsing bughfix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20221 72102866-910b-0410-8b05-ffd578937521
2004-10-13 16:46:09 +00:00
CaS
8d263f4559 Handle domain and default names containing spaces
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20218 72102866-910b-0410-8b05-ffd578937521
2004-10-11 13:25:34 +00:00
fedor
77b00150c7 * Documentation/HtmlNav/docs-web.html,
Documentation/HtmlNav/index.html: Update pointers.
* Source/DocMakefile (before-clean, after-clean): Move obj out of the
way so it isn't removed when cleaning docs.
* Tools/DocMakefile: Idem.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20183 72102866-910b-0410-8b05-ffd578937521
2004-10-01 16:05:08 +00:00
alexm
cf50088545 * Source/NSDistantObject.m: Make proxyLocation an enum tag, not a
variable.
	* Source/NSFileManager.m (custom_strdup, append_file_to_path): Make
	static.
	* Source/NSString.m (-isEqual:): Clarify documentation.
	* Source/NSUnarchiver.m (mapClassObject, mapClassName): Make static.
	* Source/Additions/Unicode.m (GetDefEncoding): Add missing void in
	the prototype.
	* Tools/make_strings/make_strings.m (ParseFile): Remove spurious
	static on the nested function add_arg_ch.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20163 72102866-910b-0410-8b05-ffd578937521
2004-09-27 21:32:45 +00:00
CaS
735749c30c minor optimisation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20097 72102866-910b-0410-8b05-ffd578937521
2004-09-20 10:10:10 +00:00
arobert
ec8d01096e send informal protocols found by AGSOutput to AGSIndex
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20090 72102866-910b-0410-8b05-ffd578937521
2004-09-19 23:05:39 +00:00
arobert
34bc37b5c4 add array 'informalProtocols' to accumulate informal protocols as they are found
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20089 72102866-910b-0410-8b05-ffd578937521
2004-09-19 23:05:09 +00:00
arobert
61b2b50b3b new method (addInformalProtocols:) to copy informal protocol refs (found by AGSOutput); also, in unitRef:type:unit:, return unit including category for category methods
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20088 72102866-910b-0410-8b05-ffd578937521
2004-09-19 23:04:23 +00:00
arobert
e948201d7c new method (addInformalProtocols:) to copy informal protocol refs (found by AGSOutput)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20087 72102866-910b-0410-8b05-ffd578937521
2004-09-19 23:02:11 +00:00
arobert
a8d465f31c make proper references for informal protocols
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20086 72102866-910b-0410-8b05-ffd578937521
2004-09-19 23:01:23 +00:00
arobert
5c344c8672 add declaration of existing outputIndex... method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20085 72102866-910b-0410-8b05-ffd578937521
2004-09-19 23:00:40 +00:00
CaS
ea38c81c95 Catch another case missed in last change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20068 72102866-910b-0410-8b05-ffd578937521
2004-09-15 09:29:06 +00:00
CaS
5b959ce857 Minor improvement in usability
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20064 72102866-910b-0410-8b05-ffd578937521
2004-09-14 15:31:13 +00:00
arobert
a6d4b28d2b new file containing docs in gdomap.h (not formatted there for gsdoc nor usable if so)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20059 72102866-910b-0410-8b05-ffd578937521
2004-09-14 02:16:55 +00:00
arobert
f4dea8da73 include gdomap in main tool toc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20058 72102866-910b-0410-8b05-ffd578937521
2004-09-14 02:14:41 +00:00
arobert
5ab0f984d4 include gdomap in docbuild
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20057 72102866-910b-0410-8b05-ffd578937521
2004-09-14 02:14:15 +00:00
arobert
107b71c019 added comment to main() so autogsdoc will recognize as tool
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20056 72102866-910b-0410-8b05-ffd578937521
2004-09-14 02:13:59 +00:00
arobert
5bffac7a57 document that autogsdoc will parse .c files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20055 72102866-910b-0410-8b05-ffd578937521
2004-09-14 02:11:36 +00:00
arobert
329ddfaba6 be willing to parse .c files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20054 72102866-910b-0410-8b05-ffd578937521
2004-09-14 02:10:54 +00:00
arobert
673c5336d2 added reference to HTML docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20053 72102866-910b-0410-8b05-ffd578937521
2004-09-14 02:09:16 +00:00
arobert
e5c658dcfd added some usage information
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20052 72102866-910b-0410-8b05-ffd578937521
2004-09-14 02:04:04 +00:00
arobert
e6d1f89567 install the Relax-NG schema for gsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20051 72102866-910b-0410-8b05-ffd578937521
2004-09-14 01:58:20 +00:00
alexm
1d3b5eef36 Fix string reuse. Don't release obs. Make sure n is always released.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19977 72102866-910b-0410-8b05-ffd578937521
2004-09-03 17:10:31 +00:00
FredKiefer
fb64358242 Small cross compilcation change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19918 72102866-910b-0410-8b05-ffd578937521
2004-08-24 22:21:00 +00:00
CaS
0c58c618de Minor fix documenting variables.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19895 72102866-910b-0410-8b05-ffd578937521
2004-08-20 17:00:05 +00:00
CaS
54fc83a758 Understand deprecation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19893 72102866-910b-0410-8b05-ffd578937521
2004-08-20 14:23:32 +00:00
CaS
9bd10b5b4b Minor bugfix ... destroy comments we don't want after skipping a unit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19892 72102866-910b-0410-8b05-ffd578937521
2004-08-20 13:05:34 +00:00
alexm
0fe7535f25 Add default for switching between NSSocketPort and NSMessagePort as the default NSPort class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19832 72102866-910b-0410-8b05-ffd578937521
2004-08-07 00:44:15 +00:00
arobert
9c2680637e simpler font default
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19818 72102866-910b-0410-8b05-ffd578937521
2004-08-02 18:12:19 +00:00
arobert
43836d6e88 adding Relax-NG version of GSDoc schema
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19798 72102866-910b-0410-8b05-ffd578937521
2004-07-29 15:31:30 +00:00
arobert
afbec3abfe got rid of accidentally-repeated section
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19796 72102866-910b-0410-8b05-ffd578937521
2004-07-29 15:27:39 +00:00
arobert
0003758228 add 'Protocol' to list of indices listed in upper left panel in HTML frames docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19750 72102866-910b-0410-8b05-ffd578937521
2004-07-20 16:52:40 +00:00
CaS
389df425ed Use uppercase 'U' in unicode escape sequences.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19709 72102866-910b-0410-8b05-ffd578937521
2004-07-10 19:38:41 +00:00
CaS
1687dd452f Fix printf format bug
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19698 72102866-910b-0410-8b05-ffd578937521
2004-07-09 11:58:44 +00:00
CaS
f3192dce00 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
CaS
85935d3662 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