summaryrefslogtreecommitdiff
path: root/xmlwf
Commit message (Expand)AuthorAgeFilesLines
* Updated Windows project files to import properly in Visual Studio 2010.kwaclaw2012-02-211-2/+2
* Fix for issue # 2895533.kwaclaw2009-11-121-0/+2
* Removed unnecessary linker dependencies.kwaclaw2009-01-191-4/+4
* Fix for issue #2517938: xmlwf should return a non-zero code for parsing errors.kwaclaw2009-01-191-1/+3
* Removed need for amiga_main().ssolie2007-06-032-8/+3
* Changed output directories so that all binaries end up in the same location.kwaclaw2007-05-031-6/+6
* No more search for (back)slashes in the string "STDIN".kwaclaw2007-04-301-5/+16
* The Watcom compiler defines __LINUX__ and not __linux__ for cross compilation.kwaclaw2006-08-052-4/+2
* Applied patrch #1523242 - support for Open Watcom 1.5.kwaclaw2006-08-054-7/+19
* Fix for bug #1513566: filemap() in readfilemap.c doesn't handle zero lengthkwaclaw2006-06-282-0/+15
* Added a comment about processFile giving problems on files larger than INT_MAX.kwaclaw2006-04-141-2/+3
* Casting away some integer conversion warnings that should not pose a problem.kwaclaw2006-04-141-10/+10
* Removed newly added include directives of configuration header files.kwaclaw2005-12-251-10/+0
* * Added integer modifier macro to support 64-bit integers in printf.kwaclaw2005-12-251-6/+10
* * Added integer modifier macro to support 64-bit integers in printf.kwaclaw2005-12-251-1/+12
* Added integer modifier macro to support 64-bit integers in printf.kwaclaw2005-12-251-0/+10
* *** empty log message ***ssolie2005-12-242-0/+13
* Fix for bug #1023646.kwaclaw2005-04-191-2/+2
* convert MSVC project and workspace files to binary files that must alwaysfdrake2004-09-301-139/+139
* Added type casts necessary for compiling as C++ file (at least under VC++).kwaclaw2004-08-102-29/+30
* patch from Shard (neoni dot net) to support BeOSfdrake2004-04-301-0/+4
* Make it possible to avoid the import of expat_config.h. This makes itfdrake2003-10-161-0/+2
* Deal with issue discussed in SF patch #820946: Expat doesn't handlefdrake2003-10-151-31/+31
* Fixed memory leak.kwaclaw2002-11-201-0/+2
* Elaborate the XML_GetFeatureList() API a bit, and add additional infofdrake2002-09-051-6/+8
* Revise the XML_GetFeatureList() function signature so that we maintain thefdrake2002-08-291-5/+5
* One consequence of using an incomplete struct to define XML_Parser isfdrake2002-08-271-31/+44
* showVersion(): Use the new XML_GetFeatureList() function to list thefdrake2002-08-261-1/+13
* It doesn't look like this has been used in a long time; we might befdrake2002-08-231-46/+70
* Applied patch #598944: Static library builds for VC++kwaclaw2002-08-231-5/+7
* showVersion(): Only check for \ in the path on Windows, the same asfdrake2002-08-221-1/+5
* Define specific return values for the XML_Parse*() functions, and use themfdrake2002-08-021-2/+2
* Added COMPILED_FROM_DSP flag to make it compile under VC++.kwaclaw2002-07-041-2/+2
* De-tabify files that missed the de-tabify step.fdrake2002-07-012-4/+4
* De-tabify; minor code-style consistency changes.fdrake2002-07-0112-274/+277
* Include unistd.h when HAVE_UNISTD_H is defined, not _POSIX_SOURCE.fdrake2002-06-131-1/+6
* Using "0" instead of "NULL" is insane, and leads to unmaintainable code.fdrake2002-05-171-2/+2
* Add casts to suppress a couple of warnings from MSVC with warning level 4.fdrake2002-05-151-1/+1
* Check in SF patch #488196: Make xmlwf read from standard input.fdrake2002-04-192-139/+170
* Wrap some long lines.fdrake2002-04-191-15/+32
* Remove files that are no longer used.fdrake2002-04-163-1021/+0
* * Switch to a single, top-level Makefile (simplification, consistency)gstein2001-12-072-36/+1
* Add a -v option to cause xmlwf to report the version of Expat (hence thefdrake2001-12-051-0/+16
* Include header to avoid compiler warnings. Part of SF patch #465018.fdrake2001-11-091-0/+2
* Define & use $(srcdir). Part of SF patch #465018.fdrake2001-11-091-1/+3
* Clean out some unused bits from the makefiles. Remove some of the recursiongstein2001-08-231-37/+1
* Make sure SHELL is properly set from the configure script.fdrake2001-08-101-0/+2
* Remove some bogus preprocessor definitions.fdrake2001-07-271-2/+2
* Don't use the program database in MSVC. The others got this right.fdrake2001-07-271-1/+1
* Update the lib and xmlwf project files to be part of the larger workspace.fdrake2001-07-271-2/+3