gecko-dev/rdf
cls%seawood.org 3f1dcd11dc Various fixes to let the tree compile with gcc 2.95:
String constants are now (const char *)s and must be explicitly cast to (char *).
operator new is expected to be empty or throw an expection instead of returning null. (ifdef'd for gcc 2.95+)
Stricter checks on register clobbering in embedded asm. (at least I think that's what it is)
Expects the main function to return int, not something similiar to it like PRInt32.

Still requires a tweak to remove -mno-486 from NSPR's *.mk files.
1999-08-07 06:01:31 +00:00
..
base Bug 8836. Make RDF service a shared global variable. For some reason, this fixes the bizarre assertions when closing a file. Voodoo. Magic. Whatever. 1999-08-06 20:24:29 +00:00
brprof Cleaned it up and got rid of the redundant HP-specific SHARED_LIBRARY_LIBS stuff. 1999-08-03 21:40:56 +00:00
build Cleaned it up and got rid of the redundant HP-specific SHARED_LIBRARY_LIBS stuff. 1999-08-03 21:40:56 +00:00
chrome Move entities into DTD for related links panel (bug #10341) 1999-08-06 18:07:58 +00:00
content Various fixes to let the tree compile with gcc 2.95: 1999-08-07 06:01:31 +00:00
datasource Fix some more search parsing bugs. 1999-08-07 00:46:11 +00:00
include Ignore generated files. 1998-12-30 00:38:23 +00:00
macbuild Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism. 1999-07-27 17:20:28 +00:00
opendir Add dont localize. This file isn't part of the build. 1999-07-26 17:47:56 +00:00
resources Move sidebar files into componnent directory 1999-08-03 22:50:42 +00:00
tests fix memory error found by rickg's tool 1999-08-06 09:17:15 +00:00
util Expunge EqualsResource() and EqualsLiteral(). 1999-06-25 20:51:13 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
Makefile.in Break up interfaces into individual .idl files; implies installation of individual .xpt's from rdf/build. Create rdf/resources/Makefile that installs everything in the resources directory. 1999-05-05 03:05:40 +00:00
makefile.win Add resources directory to the build: it has its own makefile now. 1999-05-05 03:13:39 +00:00