Fred L. Drake, Jr.
1139ceac02
Sam TH:
...
Add a Makefile.in for the sample application.
FLD:
Tell CVS to ignore the generated Makefile.
This closes SF tracker patch #403583 .
2001-03-01 04:13:33 +00:00
Fred L. Drake, Jr.
43be41d965
There is no sample/Makefile.in, so do not try to generate sample/Makefile
...
even if the directory exists.
2001-03-01 04:07:20 +00:00
Fred L. Drake, Jr.
2ce9cd4140
Sam TH:
...
Remove gcc-specific cruft from the Makefile -- this hurts portability!
This closes SF tracker patch #403584 , and probably more platform-specific
build process bugs than I care to think about.
2001-03-01 04:04:26 +00:00
Fred L. Drake, Jr.
83e53eb8d0
Sam TH:
...
Only configure makefiles in child directories that exist.
[...and added explanation as to why this is useful -- FLD.]
This closes SF tracker patch #403585 .
2001-03-01 03:47:12 +00:00
Fred L. Drake, Jr.
ffa686a288
Updated version from config.h.in update (includes wrapping of lots of long
...
lines).
2001-03-01 03:44:45 +00:00
Fred L. Drake, Jr.
4c3f32531d
Sam TH:
...
BeOS defines __declspec, but we don't use it there.
This closes SF tracker patch #403581 .
2001-03-01 03:19:27 +00:00
Fred L. Drake, Jr.
a6823aa552
Fix SF bug #123767 : segfault on UTF-8 BOM.
...
(Reported with fix by Bruce Kaskel.)
2001-02-16 18:12:49 +00:00
Fred L. Drake, Jr.
2eb02dd3de
Added XMLPARSEAPI to the prototype for XML_DefaultCurrent().
...
Re-wrapped some comments that exceeded 80 characters per line.
This closes SF bug #129217 .
2001-01-26 19:18:31 +00:00
Fred L. Drake, Jr.
d8fa305d39
Added note about adding /usr/ccs/bin to the PATH for Solaris users.
2001-01-25 17:55:24 +00:00
Fred L. Drake, Jr.
eae9ec21a9
Document the #define constants giving library version information.
2001-01-24 19:53:01 +00:00
Fred L. Drake, Jr.
16031442b8
Make sure we generate lib/expat.h.
2001-01-24 19:42:05 +00:00
Fred L. Drake, Jr.
faea974737
Simplify, since we no longer need the temporaries for version information.
2001-01-24 19:41:12 +00:00
Fred L. Drake, Jr.
2f5721e204
Template for the expat.h header, processed by the configure script.
...
(We still need to keep expat.h checked in since it is not generated on
Windows.)
2001-01-24 19:40:13 +00:00
Fred L. Drake, Jr.
a3fcd14422
Use the new XML_*_VERSION constants to fill in the XML_Expat_Version
...
structure.
2001-01-24 19:38:54 +00:00
Fred L. Drake, Jr.
f4f26d227b
Add definitions of XML_MAJOR_VERSION, XML_MINOR_VERSION, and
...
XML_MICRO_VERSION. These contain version-specific information, but
this header is about to become a generated file, so that's ok.
2001-01-24 19:37:36 +00:00
Clark Cooper
604600883c
Clark's compromise changes to Fred's version info change.
2000-12-27 19:37:37 +00:00
Clark Cooper
01947d98ff
Inadvertently failed to commit these files for 1.95.1 (apparently I committed
...
from the lib directory instead of the main directory)
2000-12-27 18:08:15 +00:00
Fred L. Drake, Jr.
c9d4a09e50
Add a comment that the version numbers here must match those in lib/expat.h.
2000-12-21 14:33:23 +00:00
Fred L. Drake, Jr.
e667ee8393
Add (minimal) documetation on the new parts of the API.
2000-12-21 01:51:40 +00:00
Fred L. Drake, Jr.
11464c65f8
Update the minor version number since the C API has been extended.
2000-12-21 01:50:28 +00:00
Fred L. Drake, Jr.
0e5418f698
Remove VERSION; this is no longer used in this directory since the version
...
information is computed from the XML_*_VERSION constants.
2000-12-21 01:49:27 +00:00
Fred L. Drake, Jr.
eb5ef0f8d9
XML_ExpatVersionInfo(): New function; returns library version as a
...
structure that can be examined at runtime.
XML_ExpatVersion(): Construct the return value from the new version
information constants.
XML_MAJOR_VERSION, XML_MINOR_VERSION,
XML_MICRO_VERSION: New constants; these specify the version of the
library in a form that can be queried by client applications
at compile time. This is useful in determining if functions
should be considered available (like those above).
2000-12-21 00:32:47 +00:00
Fred L. Drake, Jr.
28ebb2194d
Minor internal style consistency nit (indentation).
2000-12-20 22:30:54 +00:00
Fred L. Drake, Jr.
fd297d8120
Tell CVS to ignore generated Makefiles and working dirs used by libtool.
2000-10-30 21:25:05 +00:00
Clark Cooper
ae2257acce
Changes for compiling under Microsoft Dev Studio.
2000-10-22 19:20:23 +00:00
Clark Cooper
b1bcd0060a
Remove aborts and instead return an UNEXPECTED_STATE error.
2000-10-20 15:37:28 +00:00
Clark Cooper
809a5d2916
Revised fix for abort occurring with a percent followed by whitespace or
...
another percent in entity values.
2000-10-20 15:14:36 +00:00
Clark Cooper
c4ca6cf75e
Defined XML_SetEndNamespaceDeclHandler to resolve bug # 116381
2000-10-10 18:48:48 +00:00
Clark Cooper
219c9e2de6
Fix make problems on BSD & HPUX reported in Bug # 116248
2000-10-10 18:34:11 +00:00
Clark Cooper
15447d34ea
Fix documentation error reported in Bug report # 116382
2000-10-10 18:30:22 +00:00
James Clark
d93eff7f99
Fix abort with space following percent sign in entity value
2000-10-09 06:26:10 +00:00
Clark Cooper
02534e83b5
Add MANIFEST and remove expatfaq.html
2000-09-29 15:47:38 +00:00
Clark Cooper
205ac2c5d9
Fixed a bug in Makefile.in that wiped out README.
2000-09-29 15:44:00 +00:00
Clark Cooper
aa45fb851a
Versioning information, fill in Changes file, possible final commit before
...
first release (1.95.0)
2000-09-29 14:57:45 +00:00
Clark Cooper
63d2f68760
Switch to using MANIFEST to build distribution.
...
Also fix xmlwf to use current entity declaration signature.
2000-09-28 19:47:35 +00:00
Clark Cooper
e8b7b5fa4f
Fixes to allow DLLs to built under Windows.
2000-09-28 17:53:00 +00:00
Clark Cooper
a37327861c
Change version number to accord with beta release.
2000-09-26 13:52:33 +00:00
Clark Cooper
df9c925f77
Make more explicit the need to do an include of expat.h
2000-09-25 13:06:39 +00:00
Clark Cooper
91ae02924d
Changes for namespace triplets.
2000-09-25 00:58:49 +00:00
Clark Cooper
24a3551e56
Added dynamic malloc substitution. Added libtool versioning.
2000-09-24 03:43:37 +00:00
Clark Cooper
a00cc29567
Update reference with API changes made by the perl-expat merge.
2000-09-22 18:24:28 +00:00
Clark Cooper
c446fb274e
Merged in modifications from perl-expat. Also fiddled around with more
...
configuration issues.
2000-09-21 21:20:18 +00:00
Clark Cooper
c135be083d
These are the first check-ins for the libexpat task: create configuration
...
files and setup for building a shareable libexpat.
2000-09-18 16:26:23 +00:00
Clark Cooper
7f167d9b05
Added a link to bug reports page, added Revision comment, and fixed XML errors.
2000-09-12 17:06:46 +00:00
Fred L. Drake, Jr.
b1e4e0798c
Point to the mailing lists, not the "Forums". Forums are just plain weird.
...
Add a (very) little text describing the overall goal of the project.
2000-09-07 02:40:29 +00:00
Fred L. Drake, Jr.
810ec88a4a
Create a SourceForge "product" from the expat project Web pages.
2000-09-07 02:23:49 +00:00
Fred L. Drake, Jr.
7b3ca3d246
*** empty log message ***
2000-09-07 02:23:49 +00:00
James Clark
9421dd11c1
Add .plg file.
2000-08-18 03:32:44 +00:00
James Clark
2c255ba0e6
Fix bug with xml prefix.
2000-07-05 10:30:04 +00:00
James Clark
013d3f60a4
Add gennmtab.plg
2000-05-27 01:47:00 +00:00