Replace all system dependent types with standard types.
Replace usage of NSDebugFLog with NSDebugMLog in methods.
([GSWProcFSProcInfo filledProcInfo]): Use -processIdentifier
instead of getpid.
([GSWProcFSProcInfo filledProcInfoWithPID:]): Update
types. Use standard GC macro.
([GSWProcFSProcInfo initFilledWithPID:]): Update types.
([GSWProcFSProcInfo description]): Use NSPageSize instead of
getpagesize. Remove obsolete casts.
([GSWProcFSProcInfo contentOfProcFile:]): Use standard
NSString API to read the file.
([GSWProcFSProcInfo contentOfPIDFile:]): Adapt to new types
and reformat.
([GSWProcFSProcInfo residentMemory]),
([GSWProcFSProcInfo sharedMemory]): Adapt to new types.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19366 72102866-910b-0410-8b05-ffd578937521
will be included in gsweb.make makefile fragment.
* configure.ac: Fine tune check to test whether we need
libnsl.
* GSWeb.framework/gsweb.gsdoc: Remove obsolete documentation
of libwrap realted build option.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19355 72102866-910b-0410-8b05-ffd578937521
o urlPrefix fix
o application instance fix for distribution
o fix in -_synchronizeForDistribution
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19316 72102866-910b-0410-8b05-ffd578937521
o fixes in -invokeActionForRequest:inContext:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19315 72102866-910b-0410-8b05-ffd578937521
-parser:didParseClosingDynamicTagOfType:withTemplateInfo:
o added templateInfo in -parseHTML Exception
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19308 72102866-910b-0410-8b05-ffd578937521
([GSWDisplayGroup init]): Set fetchesOnLoad to YES by default.
Reported by S.J. Chun <chunsj@embian.com>.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19157 72102866-910b-0410-8b05-ffd578937521
* GSWExtensions.framework/Makefile.preamble: Ditto.
* GSWExtensionsGSW.framework/Makefile.preamble: Ditto.
* GSWeb.framework/Makefile.preamble.in: Move AUX_LIBS to the
bottom so that the linker on Darwin can deal with the static
library.
* GSWExtensions.framework/GSWKeyValueConditional.h: Remove
include currently redundant for the include mechanism and
causing warnings to gswnames=wo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19106 72102866-910b-0410-8b05-ffd578937521
o removed #include "GSWTemplateParserXML.h"
o removed #include "GSWTemplateParserANTLR.h"
o removed ANTLR and XML parsers handling in
+templateParserTypeFromString: Emit warning for
ANTLR/XML case
o cleaned +templateWithHTMLString:declarationString:languages:
o removed ANTLR and XML parsers handling in
+templateNamed:inFrameworkNamed:...
Emit warning for ANTLR/XML case
o code cleaning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19051 72102866-910b-0410-8b05-ffd578937521
o removed GSWHTMLParserExt.m
o removed GSWHTMLLexer.m
o removed GSWHTMLAttrLexer.m
o removed GSWHTMLAttrParser.m
o removed GSWHTMLAttrParserExt.m
o removed GSWTemplateParserANTLR.m
o removed GSWTemplateParserXML.m
o removed GSWHTMLAttrLexer.h
o removed GSWHTMLAttrParser.h
o removed GSWHTMLAttrParserExt.h
o removed GSWHTMLAttrTokenTypes.h
o removed GSWHTMLLexer.h
o removed GSWHTMLParser.h
o removed GSWHTMLParserExt.h
o removed GSWHTMLTokenTypes.h
o removed GSWTemplateParserANTLR.h
o removed GSWTemplateParserXML.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19049 72102866-910b-0410-8b05-ffd578937521
o added GSWHTTPHeader_RefuseSessions
o added AllowsCacheControlHeader
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19044 72102866-910b-0410-8b05-ffd578937521
o added +_setAllowsCacheControlHeader:
o added +_allowsCacheControlHeader
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19043 72102866-910b-0410-8b05-ffd578937521