gerv%gerv.net
a276cfdb53
License changes Round 2. Expat. Updating licensing to be consistent with latest version of expat (MIT/X); relicensing NS-contributed code under expat's license (except the build system, which is tri-licensed.) Removing outdated licensing information and adding new COPYING file. This has been checked with James Clark. Bug 98089.
2001-09-29 00:10:42 +00:00
gerv%gerv.net
1856815ff1
Oops.
2001-09-20 00:02:59 +00:00
gerv%gerv.net
180f529086
More license whackage. We are relicensing the expat makefiles to be compatible with the LGPL and GPL but making it clear that expat itself is under James Clakrk's MIT/X license. Bug 98089.
2001-09-19 21:50:17 +00:00
cls%seawood.org
bf5fb48486
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
nisheeth%netscape.com
1662afc65b
Made it so that expat defines abort() to nothing when it is compiled within Mozilla. r=peterv. sr=jst
2001-03-10 07:27:16 +00:00
heikki%netscape.com
587a668271
Bug 34168, report error instead of crashing if we encounter a parameter entity containing double percent sign. Fix from James Clark. r=nisheeth, a=vidur.
2001-01-04 23:03:32 +00:00
vidur%netscape.com
62c172d2f6
Set expat endian flags so we don't do an extra copy. r=heikki, sr=jst
2000-12-12 20:23:50 +00:00
nisheeth%netscape.com
3ad6df55bf
Upgrading to the latest version of expat...
2000-08-30 00:17:14 +00:00
slamm%netscape.com
b88fd6760c
Fix "comparison between signed and unsigned" build warning.
2000-04-26 14:25:47 +00:00
warren%netscape.com
96ec037ac6
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
ramiro%fateware.com
25aba30f43
Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
...
way to accomplish the same thing using linker version scripts.
r=cls@seawood.org
1999-10-22 07:11:43 +00:00
briano%netscape.com
cb47ce30d1
Cleaned it up and eliminated the pointless #!gmake.
1999-09-02 00:30:07 +00:00
briano%netscape.com
97a8cfbf91
Fix for Unix native compiler builds. A newline is required at the EOF.
1999-08-26 22:53:50 +00:00
nisheeth%netscape.com
87b2a5400e
Protecting mozilla specific defines with MOZILLA_CLIENT...
1999-08-26 00:18:25 +00:00
jdunn%netscape.com
654db50923
Fix build error on AIX, which won't allow 'redefining' of functions (i.e memcopy)
...
I talked this over with Nisheeth and the only reason this was put in was to
fix compiler warnings.
1999-08-19 21:24:06 +00:00
ramiro%netscape.com
04349cdd68
Link expat and xmltok into the htmlparser statically. Not into the app.
1999-08-17 12:46:23 +00:00
nisheeth%netscape.com
68478d84a1
Fixed some warnings in xmlparse.c. Thanks a lot to kherron@sgum.mci.com for noticing these warnings, filing a bug, and attaching an attempted fix to the bug report.
1999-08-09 23:52:45 +00:00
nisheeth%netscape.com
493fb7ae32
Checking in a patch that lets us build on a redhat 6.0 box with glibc-2.1.2-3 installed. Thanks a lot to Brian Ryner (bryner@students.uiuc.edu) for the patch.
1999-08-09 22:51:53 +00:00
nisheeth%netscape.com
10bf2abb17
Updating expat to latest release from James Clark.
1999-08-07 06:24:08 +00:00
rhp%netscape.com
05393818ab
Newline at end
1999-07-17 00:34:16 +00:00
nisheeth%netscape.com
51a701c222
Enable external parameter entity parsing in expat.
1999-07-16 21:54:04 +00:00
nisheeth%netscape.com
50114a8520
Remove #define XML_DTD. This is defined in the makefiles.
1999-07-08 03:20:09 +00:00
nisheeth%netscape.com
028fa1f74f
Turning on the XML_DTD define...
1999-07-07 04:38:33 +00:00
tao%netscape.com
a9dc53e4d9
Turn on XML_DTD manually.
1999-07-07 03:13:58 +00:00
ramiro%netscape.com
43295086e9
Part I of Alexander Larsson's (alex@signum.se) patch to reduce symbol bloat.
...
All these changes are safely ifdefed out for the time being.
There are also a few implementation
DEFINES cleanups.
1999-07-02 14:59:36 +00:00
tao%netscape.com
1d108602ca
Merge James Clark's DTD patch. "ifdefed by XML_DTD".
1999-07-02 02:32:56 +00:00
jdunn%netscape.com
2f2ef137f0
Use C comment delims and not C++
1999-06-16 01:08:26 +00:00
cata%netscape.com
cace83a35f
External DTD support. (but wrapped in #ifdef EXTERNAL_ENTITY_SUPPORT)
1999-06-15 23:20:01 +00:00
nisheeth%netscape.com
d3d5178f37
We are not using the XML_UNICODE_WCHAR_T define on any platform. So, no need to define it.
1999-04-24 08:34:43 +00:00
bruce%cybersight.com
21777167b0
This file is compiled by a C compiler. C++ comments are off-limits!! Permission to checkin granted by shaver.
1999-04-23 04:33:28 +00:00
shaver%netscape.com
c7750ce0e4
XML_UNICODE_WCHAR_T is not suitable for use where sizeof(wchar_t) != 2. That includes Linux at least, so let's just not do this on Unix at all for now. a=donm
1999-04-22 20:51:47 +00:00
nisheeth%netscape.com
63059d3d4e
Turning on unicode chars in expat.
1999-04-22 05:27:16 +00:00
nisheeth%netscape.com
3d9136b2bd
Checking in latest expat version dated 3/7/1999...
1999-04-04 05:50:50 +00:00
mcafee%netscape.com
87892281ff
Uninitialized variables
1999-03-05 04:40:14 +00:00
mcafee%netscape.com
1fbe7fbeba
Ignore generated files.
1999-02-27 10:16:19 +00:00
mcafee%netscape.com
baf48d1dae
First checkin
1999-02-27 09:12:52 +00:00
nisheeth%netscape.com
f3602747a4
Integrating Expat with raptor...
1999-02-27 01:41:01 +00:00