Fred L. Drake, Jr.
712c70975d
Remove useless RCSId static from the code.
2001-07-25 17:18:43 +00:00
Fred L. Drake, Jr.
f5f84eceff
Update comments on the Solaris build to be a little more careful -- or at
...
least warn the user!
2001-07-25 17:16:03 +00:00
Fred L. Drake, Jr.
75d03cbb54
#include <unistd.h> to pick up the close() prototype.
2001-07-25 17:13:34 +00:00
Fred L. Drake, Jr.
c566467bd9
Kill a compiler warning & make private functions static.
2001-07-25 17:11:39 +00:00
Fred L. Drake, Jr.
d70490a072
Clean up a few compiler warnings in the sameple code.
2001-07-25 17:04:22 +00:00
Fred L. Drake, Jr.
9e773e76e8
Add the new MSVC workspace file to the list of distributed files.
2001-07-25 16:36:57 +00:00
Fred L. Drake, Jr.
833783b904
Update the windows comments to reflect the current status, including the
...
added files in the next version of the expat_win32bin package.
2001-07-25 16:35:53 +00:00
Fred L. Drake, Jr.
1c3ac221c3
Update xmlwf project file.
2001-07-25 16:19:04 +00:00
Fred L. Drake, Jr.
b6448b02a1
Toss the old MSVC workspace.
2001-07-25 16:13:36 +00:00
Fred L. Drake, Jr.
75dfaef598
Tell CVS to ignore the cruft files generated by MSVC and Source Insight.
2001-07-25 16:10:08 +00:00
Fred L. Drake, Jr.
6561a9e5ed
Move the workspace file for MSVC, and let it also build xmlwf.
2001-07-25 16:06:57 +00:00
Fred L. Drake, Jr.
683d9c04da
Add install and uninstall targets, along with all the relevant standard
...
variables.
2001-07-25 15:23:08 +00:00
Fred L. Drake, Jr.
4ae9b88ab8
Remove the extra DESTDIR variable.
2001-07-25 15:13:38 +00:00
Fred L. Drake, Jr.
3e5d0aa4a7
Some minor simplifications, and descend into fewer subdirs on "make install".
2001-07-25 15:12:00 +00:00
Fred L. Drake, Jr.
0951a96a7c
Update to reflect the current build process.
2001-07-25 14:59:11 +00:00
Fred L. Drake, Jr.
845f869a2f
Remove one more line that was not supposed to have gotten checked in
...
(part of an unfinished feature).
2001-07-25 14:40:06 +00:00
Fred L. Drake, Jr.
072bdb8045
Ignore the generated executables.
2001-07-25 14:33:28 +00:00
Fred L. Drake, Jr.
475116ad48
Let's not ignore files that are generated too rarely to be a nuissance;
...
we should remain aware of them.
2001-07-25 13:52:21 +00:00
Fred L. Drake, Jr.
180f35f5eb
Revert unintended portion of a checkin; these files were not supposed to
...
have been changed with the most recent Makefile changes.
2001-07-25 03:29:56 +00:00
Fred L. Drake, Jr.
f21b3de88b
Added a comment about compiling for use with C++, including the use of the
...
-fexceptions flag with GCC.
This closes SF bug #419585 .
2001-07-25 03:14:39 +00:00
Fred L. Drake, Jr.
05d1fac780
Make sure all the makefiles have at least a dummy check target and
...
reasonable distclean and maintainer-clean targets.
This fixes the last part of SF bug #430942 .
2001-07-25 03:05:22 +00:00
Fred L. Drake, Jr.
f501679409
Update the MSVC project. I don't understand all the
...
changes, but it seems to work.
2001-07-24 21:41:05 +00:00
Fred L. Drake, Jr.
be106416dc
Reduce the reliance on non-standard "tar" options.
2001-07-24 20:03:28 +00:00
Fred L. Drake, Jr.
3b3a7ec889
Use the AC_C_BIGENDIAN_CROSS macro instead of the non-cross-compile-safe
...
version normally provided with autoconf.
I have not tested this in a cross-compilation environment, but it does
not break things in my x86 environment. (If this breaks things for anyone,
please file a bug report!)
This closes SF patch #431342 .
2001-07-24 19:54:20 +00:00
Fred L. Drake, Jr.
109f8790f9
Adding cross-compile safe BIGENDIAN test for autoconf. Original source:
...
http://cryp.to/autoconf-archive/Cross_Compilation/ac_c_bigendian_cross.html
This is part of SF patch #431342 .
2001-07-24 19:51:35 +00:00
Fred L. Drake, Jr.
4006aa38b5
Bump the version number and make a few small changes (mostly editorial).
...
Re-wrap lines to be a little shorter.
2001-07-24 17:08:58 +00:00
Fred L. Drake, Jr.
8a96f5b08d
Add the MSVC workspace file.
2001-07-24 16:52:54 +00:00
Fred L. Drake, Jr.
ba30f956c8
Tell CVS to ignore the Windows temporary files.
2001-07-24 16:50:37 +00:00
Fred L. Drake, Jr.
a6b3939dd9
Oops, remove a prototype for a feature that is not yet ready.
2001-07-24 16:03:51 +00:00
Fred L. Drake, Jr.
a0f045d46d
The previous checkin of expat.h.in broke the build for Windows (now everyone
...
will just have to wonder how I got anything at all working on Windows).
Since we do not want to place the XMLPARSEAPI marker in the middle of a
type name, always tack it onto the beginning -- anywhere else seems fragile
at best.
2001-07-24 16:00:52 +00:00
Fred L. Drake, Jr.
84ec06ca9c
Support building from directories other than the source directory.
...
Patch contributed by Mo DeJong -- thanks!
This closes SF patch #431340 .
2001-07-21 03:37:12 +00:00
Fred L. Drake, Jr.
517663ce07
Avoid specifying XMLPARSEAPI in the middle of a prototype's return
...
value; some compilers that expand XMLPARSEAPI to a non-empty value
complain.
This closes SF patch #412076 .
2001-07-21 02:28:28 +00:00
Fred L. Drake, Jr.
0a268deb6b
Sam TH <samth@users.sourceforge.net>:
...
Tell CVS to ignore the generated executable.
2001-03-29 05:21:57 +00:00
Fred L. Drake, Jr.
ec982dcdc4
Update the MANIFEST to reflect Greg's recent changes.
2001-03-13 17:27:15 +00:00
Greg Stein
4232566291
Revamp config/build to keep generated files out of CVS (some libtool files
...
were out of date, and we've previously seen expat.h out of sync).
*) Use new script "buildconf.sh" to create the set of generated files
(aclocal.m4, config.h.in, configure). This is intended to be used by
developers (rerun when configure.in changes) and just before a release
(releases include these outputs).
Developers now need the "autoconf" and "libtool" packages.
*) config.h.in is now built by autoheader and includes bits from acconfig.h
rather than manual construction/maintenance. (renamed from config.hin)
*) added conftools/PrintPath from the ASF; it is a portable "which"
*) added "extraclean" target to top-level Makefile to get rid of all
generated files (return to pure CVS state; before buildconf.sh)
*) updates various bits for config.hin -> config.h.in rename
*) no longer need to delete the ".deps" subdir since we don't create it
anymore (dependencies are explicit rather than auto-generated).
2001-03-10 15:41:50 +00:00
Fred L. Drake, Jr.
dd899178d0
Update the license type; error pointed out by Greg Stein.
2001-03-03 07:20:04 +00:00
Fred L. Drake, Jr.
c8fae37aa2
Added .spec file for building RPMs; contributed by Sean Reifschneider.
...
Minor changes to reflect build process updates and bump the version number
for the next release; remove the "tummy" suffix from the RPM version since
this is part of the stock package.
2001-03-01 04:43:23 +00:00
Fred L. Drake, Jr.
d47741fc6b
Sam TH:
...
Fix a variety of build control problems for the auxiliary directories.
This closes SF tracker patch #403582 .
2001-03-01 04:28:27 +00:00
Fred L. Drake, Jr.
86474275a1
Sam TH:
...
Use the current name for the Expat header file.
This is part of SF tracker patch #403582 .
2001-03-01 04:18:28 +00:00
Fred L. Drake, Jr.
6c543e265d
Spoke to soon -- one of the patches added a Makefile.in to the sample/
...
directory, so we do need to configure it.
2001-03-01 04:14:23 +00:00
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