summaryrefslogtreecommitdiff
path: root/xml
Commit message (Collapse)AuthorAgeFilesLines
* XML_Parse is well-defined as accepting only an intwrowe2007-10-231-1/+1
| | | | | | for the size arg git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@587432 13f79535-47bb-0310-9956-ffa450edef68
* Found the bugger that was causing me pain, x64 targets wrowe2007-10-171-0/+2
| | | | | | weren't complete git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@585684 13f79535-47bb-0310-9956-ffa450edef68
* Cut n paste errorwrowe2007-10-171-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@585634 13f79535-47bb-0310-9956-ffa450edef68
* Likewise with APR, prepare for x64.wrowe2007-10-171-7/+96
| | | | | | | | Unlike APR, make no provision for NT or 9x special-builds, because 1) we don't have any literal dependencies in these three projects, and 2) CPU information is forbidden in -util :) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@585386 13f79535-47bb-0310-9956-ffa450edef68
* Reverting r580658 in search of a better solutionwrowe2007-10-051-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@582091 13f79535-47bb-0310-9956-ffa450edef68
* Use $(OutDir) and $(IntDir) rather than explicit paths to simplifywrowe2007-09-301-2/+2
| | | | | | | migration to .vcproj files. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@580658 13f79535-47bb-0310-9956-ffa450edef68
* * xml/apr_xml.c (elem_size, write_elem): Fix attribute namespacejorton2007-03-261-3/+6
| | | | | | | | | handling; where applicable, use the mapped namespace index. PR: 41908 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@522630 13f79535-47bb-0310-9956-ffa450edef68
* Update license headers.jerenkrantz2007-01-152-12/+12
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@496440 13f79535-47bb-0310-9956-ffa450edef68
* Change to MSVC6's preferred syntaxwrowe2007-01-111-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@495119 13f79535-47bb-0310-9956-ffa450edef68
* apr/build/cvtdsp.pl -mt logic for conditional post-link manifest processing.wrowe2007-01-111-0/+12
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@495086 13f79535-47bb-0310-9956-ffa450edef68
* Rewrite expat detection to test for the presence of expat using thejorton2007-01-071-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | compiler and linker rather than "test -r": * build/apu-conf.m4 (APU_TRY_EXPAT_LINK, APU_SYSTEM_EXPAT): New macros. (APU_TEST_EXPAT): Remove macro. (APU_FIND_EXPAT): Rewrite to use APU_SYSTEM_EXPAT; should retain working builds in all useful cases which worked previously. Drops export of "APR_XML_SUBDIRS", which was unused since the conversion to gen-build.py. * xml/apr_xml.c: Include expat header using name and path determined by configure. Notable deliberate changes: 1. drops support for building a bundled expat in a "xml/expat-cvs" directory (rather than the normal still-supported "xml/expat") 2. does not attempt to fail gracefully at configure-time if you "rm -rf xml/expat" then attempt to use the bundled expat build PR: 28205 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@493791 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate /machine:i386 to simplify our lives when invoking otherwrowe2006-04-271-5/+5
| | | | | | linkers, normalize the remaining /EHsc references. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@397417 13f79535-47bb-0310-9956-ffa450edef68
* As observed by jerenkranz - do not flush our .m4 state between runningwrowe2006-03-251-6/+4
| | | | | | | | | | libtoolize and invoking autofoo. In fact we already pre-flushed any but a prior existing autom4te.cache, so add that and clarify the docs, reverting 388604. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@388829 13f79535-47bb-0310-9956-ffa450edef68
* Apply the same cache pre-clean/post-clean m4's version collision avoidancewrowe2006-03-241-0/+3
| | | | | | | | | that we use in aprutil itself, to the bundled expat. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@388605 13f79535-47bb-0310-9956-ffa450edef68
* Solve the versioning problem the old fashioned way. Clearly nobody'swrowe2006-03-223-15/+15
| | | | | | | | | | | maintaining this branch, so hardcoding the current 5 year old version number in lib/expat.h.in shouldn't be a hardship, and hardcode the VERSION tag as moved around by automake'ish stuff into the .dsp's, the correct VERSION tag no less. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@387759 13f79535-47bb-0310-9956-ffa450edef68
* Hmmm... might have been a useful commit to make YEARS ago?wrowe2006-03-221-44/+52
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@387735 13f79535-47bb-0310-9956-ffa450edef68
* Quiet the one warning in apr build on Studio 2005, /GX deprecated.wrowe2006-03-012-6/+6
| | | | | | | /EHsc has always meant the same thing. In the spirit of commit 381915 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@381919 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant break (warning: statement is unreachable)martin2005-10-201-1/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@326863 13f79535-47bb-0310-9956-ffa450edef68
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).wrowe2005-05-161-1/+1
| | | | | | | | | | This makes binaries far easier to debug, during operation and for post-crash .dmp analysis. Do not alter /Gs optimizations per brane. Reviewed by: stoddard, brane git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@170376 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: When detecting when to use aplibtool use $host_os rather thanbjh2005-04-251-1/+1
| | | | | | | | $host_alias as the latter doesn't get defined in autoconf 2.5x. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@164560 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-042-2/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@151413 13f79535-47bb-0310-9956-ffa450edef68
* property cleanupnd2004-11-241-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@106501 13f79535-47bb-0310-9956-ffa450edef68
* Remove .cvsignore files.jorton2004-11-184-33/+0
| | | | | | | Tipped-of-by: Uwe Zeisberger git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@76270 13f79535-47bb-0310-9956-ffa450edef68
* Make expat's buildconf aware of libtoolize15 and libtoolize14 (FreeBSD'sjerenkrantz2004-09-291-1/+1
| | | | | | | defaults). git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59145 13f79535-47bb-0310-9956-ffa450edef68
* Test the apr_xml_parser_convert_elem return codes.jfclere2004-07-091-10/+33
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59096 13f79535-47bb-0310-9956-ffa450edef68
* #define the ASCII_* instead #include "ascii.h".jfclere2004-06-231-11/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59076 13f79535-47bb-0310-9956-ffa450edef68
* Arrange the code to get it running on EBCDIC machines.jfclere2004-06-221-9/+79
| | | | | | | | | | Add 2 conversions routines to convert the document tree in the machine encoding. (EBCDIC). apr_xml_parser_convert_doc() have to be called by the application after parsing the xml document. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59063 13f79535-47bb-0310-9956-ffa450edef68
* * xml/apr_xml.c (apr_xml_parser_geterror): Revert r1.29 which addedjorton2004-06-141-9/+3
| | | | | | | unnecessary argument validation. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59051 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate the redundant compiler rulesbnicholes2004-06-011-5/+1
| | | | | | | Submitted by: Guenter Knauf <fuankg@apache.org>, Brad Nicholes git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59044 13f79535-47bb-0310-9956-ffa450edef68
* Table for the OSD_EBCDIC_DF04_1 encoding.jfclere2004-05-271-0/+18
| | | | | | | | See http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-1 for more information. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59035 13f79535-47bb-0310-9956-ffa450edef68
* Print "No parser." in errbuf when parser is NULL.jfclere2004-05-211-3/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59032 13f79535-47bb-0310-9956-ffa450edef68
* Table for the OSD_EBCDIC_DF04_1 encoding.jfclere2004-05-201-0/+80
| | | | | | | | See http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-1 for more information. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59031 13f79535-47bb-0310-9956-ffa450edef68
* Create a separate compiler options file per NLM or librarybnicholes2004-04-081-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59021 13f79535-47bb-0310-9956-ffa450edef68
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58989 13f79535-47bb-0310-9956-ffa450edef68
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upon Python at packaging time, but not at end-user config/build time. As far as I can tell, the build continues to function properly. (out-of-dir config/make not tested, and apr-iconv prolly needs some work) The buildconf scripts now generate a build-outputs.mk file which is included by the root's Makefile (via the build/gen-build.py script). bulid-outputs.mk specifies all of the various files present in the distribution. The top-level Makefiles were simplified to use an $(OBJECTS) symbol rather than 'find'ing them. Similarly, a $(HEADERS) symbol is used for the exports. The corresponding delete-* targets were eliminated since we have a precise set of inputs. The subdirs' Makefiles were removed since they are no longer called/used. The apr-util/uri Makefile was responsible for compiling a C program to generate the uri_delims.h file. That process was replaced by a Python script to generate the header (called by buildconf). The .c and .dsp were left for the Windows build to continue, but that should be revamped. build/apr_rules.mk was revamped somewhat to avoid recursion, but a lot of cleanup is still needed. Much of the recursive/local/x- logic is no longer needed and can be elimianated. rules.mk was created for inclusion by N makefiles, but that isn't really true any more, so it could probably be tossed (caveat: test/Makefile). Saved for a phase 2. Some additional work was added to properly clean up files in */build/, rather than relying on a makefile in there. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58980 13f79535-47bb-0310-9956-ffa450edef68
* * buildconf, xml/expat/buildconf.sh: Remove autoconf caches afterjorton2004-02-031-0/+3
| | | | | | | running autoconf too. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58979 13f79535-47bb-0310-9956-ffa450edef68
* * xml/expat/lib/Makefile.in: Don't define DESTDIR.jorton2004-01-251-2/+0
| | | | | | | | PR: 14076 Submitted by: David S. Madole <david@madole.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58973 13f79535-47bb-0310-9956-ffa450edef68
* Fix build with recent libtool HEAD:jorton2004-01-151-9/+26
| | | | | | | | | * xml/expat/buildconf.sh: Re-order to run libtoolize before creating aclocal.m4; use libtool.m4 from the cwd after running libtoolize, when found. Also add ltsugar.m4 to aclocal.m4 when found. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58971 13f79535-47bb-0310-9956-ffa450edef68
* deal with a couple of apr interface changes (renaming one function,trawick2003-09-031-1/+1
| | | | | | | removing ignored parameter from another) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58923 13f79535-47bb-0310-9956-ffa450edef68
* Use the location of libtool.m4 given in the LIBTOOL_M4 environmentjorton2003-06-171-1/+1
| | | | | | | variable, if set. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58907 13f79535-47bb-0310-9956-ffa450edef68
* *) Introduce Release mode debugging symbols for Win32 builds of apr.wrowe2003-02-061-2/+2
| | | | | | | | | | | | All library builds gain /Zi for debug symbols (which are discarded at link time if some flavor of the /debug flag isn't passed to link) and .dll builds gain both .pdb and .dbg files (older debuggers and Dr. Watson-type utilities on WinNT or Win9x don't support the newer .pdb symbol files.) Documentation on how-to-use these symbol files will be forthcoming. [Allen Edwards, William Rowe] git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58849 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate the last of the vc60.pdb/.idb files from an httpd/libapr build.wrowe2003-01-201-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58831 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
| | | | | | | No Functional changes. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58816 13f79535-47bb-0310-9956-ffa450edef68
* Added ltcf-c.sh to .cvsignorethommay2002-12-081-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58797 13f79535-47bb-0310-9956-ffa450edef68
* Add autom4te.cache to cvsignore files.jerenkrantz2002-06-291-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58675 13f79535-47bb-0310-9956-ffa450edef68
* cvs up/diff gets pretty hard to track with vc7 builds.wrowe2002-06-051-0/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58666 13f79535-47bb-0310-9956-ffa450edef68
* We appear to never have had any complaints about copy srcname dstnamewrowe2002-05-241-12/+8
| | | | | | | | | not overwriting dstname ... this flavor is certain not to emit a file exists error [with the obvious caviat - if it's write protected, your problem.] Much simpler than /y, <.y or set copycmd fooness. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58652 13f79535-47bb-0310-9956-ffa450edef68
* Enable autoconf/autoheader to be redefined by users.sascha2002-05-151-2/+2
| | | | | | | Submitted by: Joe Orton <joe@manyfish.co.uk> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58642 13f79535-47bb-0310-9956-ffa450edef68
* Rearrange INCLUDES so that APRUTIL_PRIV_INCLUDES is first to preventjerenkrantz2002-05-081-1/+1
| | | | | | | | | | | installed copies specified by either APR_INCLUDES or APRUTIL_INCLUDES directives from potentially overriding our source includes. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Reviewed by: Justin Erenkrantz git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58615 13f79535-47bb-0310-9956-ffa450edef68
* Bring over change from APR to allow cleaning of the libtool files onjerenkrantz2002-04-271-1/+6
| | | | | | | | each invocation of buildconf.sh. This allows switching from 1.3 to 1.4 series libtool possible without intervention. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58605 13f79535-47bb-0310-9956-ffa450edef68