Fred L. Drake, Jr.
cff7d19ac6
Simplify the Unix source release; do not include all the Windows project
...
files and the like. The Windows installer will include all that.
2001-07-27 13:28:49 +00:00
Fred L. Drake, Jr.
bea3e90921
Remove the sample directory; it is no longer used.
2001-07-26 21:57:57 +00:00
Fred L. Drake, Jr.
749b7fb3a1
All sample code is now located in the "examples" directory.
2001-07-26 21:55:33 +00:00
Fred L. Drake, Jr.
86b7ae104d
Move the "elements" example code here from "sample", so we only have one
...
directory of short sample code.
2001-07-26 21:54:43 +00:00
Fred L. Drake, Jr.
d8263250ee
More GCC flags, when we're using GCC:
...
-Wmissing-prototypes, to tighten up the warnings, and
-fexceptions, to make the generated code exception-safe when using it
with C++ code.
This closes SF bug #419585 .
2001-07-26 20:48:06 +00:00
Fred L. Drake, Jr.
a0a80f5f43
Settle on a release date, and note that there is now a Windows installer.
2001-07-26 20:32:22 +00:00
Fred L. Drake, Jr.
a6849ef2f1
Add xmlwf to the default build, since the install includes it.
2001-07-26 20:31:15 +00:00
Fred L. Drake, Jr.
8d4ff3433c
Make the built installer land in an existing directory.
2001-07-26 19:58:06 +00:00
Fred L. Drake, Jr.
cfc6d2264f
Add an overview of where everything ends up when installed by the Windows
...
installer. This will be installed at the top of the Windows installation.
2001-07-26 19:50:28 +00:00
Fred L. Drake, Jr.
2b1678311c
Changes so that we can actually build an installer, and fix the URLs.
2001-07-26 19:44:42 +00:00
Fred L. Drake, Jr.
41d112cacd
Installer-builder script for Inno Setup, contributed by Tim Peters.
2001-07-26 18:28:17 +00:00
Fred L. Drake, Jr.
5a77c3f5bd
Update the RPM .spec file for 1.95.2.
2001-07-25 20:14:13 +00:00
Fred L. Drake, Jr.
31a2f5f3a3
Change some options to end up with more rational output dirs.
2001-07-25 18:39:22 +00:00
Fred L. Drake, Jr.
8ec98c9108
Added preliminary changes for the 1.95.2 release.
2001-07-25 18:10:15 +00:00
Fred L. Drake, Jr.
7777219a59
Try to better explain the problems with Sun make -- perhaps someone with
...
more knowledge of the Sun tools could help explain this?
2001-07-25 18:08:05 +00:00
Fred L. Drake, Jr.
9e91c1f1ee
Make sure the configured compiler is used for all subdirectories.
2001-07-25 17:51:40 +00:00
Fred L. Drake, Jr.
daec796ad3
Remove #include directory that is no longer needed.
2001-07-25 17:34:17 +00:00
Fred L. Drake, Jr.
e875e9de25
Really add the xmlwf project this time.
2001-07-25 17:32:17 +00:00
Fred L. Drake, Jr.
cbf62af4f8
One more MSVC file to ignore...
2001-07-25 17:29:46 +00:00
Fred L. Drake, Jr.
286151fe68
When using GCC, use stronger error-checking options.
2001-07-25 17:25:46 +00:00
Fred L. Drake, Jr.
a381bda8c4
Removed unusual use of "const" to avoid errors from a Sun compiler.
2001-07-25 17:22:48 +00:00
Fred L. Drake, Jr.
718bd9e746
Removed useless RCSId static from the code.
...
Added #include to pick up the memmove() prototype.
Added parentheses in some conditions to suppress compiler warnings.
2001-07-25 17:20:45 +00:00
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