Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Log of /branches/2.3.2-dev/src/xml

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 1211)


Revision 1080 - Directory Listing
Modified Sat Oct 6 12:19:49 2012 UTC (12 years, 5 months ago) by amb
Copying 2.3.1 branch to start 2.3.2 branch.



Revision 1047 - Directory Listing
Modified Sat Aug 11 17:33:04 2012 UTC (12 years, 7 months ago) by amb
Original Path: branches/2.3.1-dev/src/xml
Merge the changes from trunk version into version 2.3.1 branch.


Revision 1046 - Directory Listing
Modified Sat Aug 11 16:20:21 2012 UTC (12 years, 7 months ago) by amb
Original Path: branches/2.3.1-dev/src/xml
Create branch for 2.3.1 development

Revision 1042 - Directory Listing
Modified Sat Aug 4 12:57:35 2012 UTC (12 years, 8 months ago) by amb
Original Path: tags/2.3/src/xml
Tagged version 2.3

Revision 913 - Directory Listing
Modified Sun Nov 20 19:39:30 2011 UTC (13 years, 4 months ago) by amb
Original Path: trunk/src/xml
Fix some more Makefile oddities.


Revision 910 - Directory Listing
Modified Sat Nov 19 19:53:39 2011 UTC (13 years, 4 months ago) by amb
Original Path: trunk/src/xml
Fix some Makefile oddities.


Revision 908 - Directory Listing
Modified Sat Nov 19 19:21:20 2011 UTC (13 years, 4 months ago) by amb
Original Path: trunk/src/xml
Fixed bug in XMl parsing that allowed invalid XML (double dash within comments).


Revision 887 - Directory Listing
Modified Mon Oct 31 19:09:40 2011 UTC (13 years, 5 months ago) by amb
Original Path: trunk/src/xml
Use pread() and pwrite() functions instead of seek() followed by read() or
write().


Revision 884 - Directory Listing
Modified Mon Oct 24 19:09:13 2011 UTC (13 years, 5 months ago) by amb
Original Path: trunk/src/xml
Fix long-standing annoying bug with dependencies for slim versions.


Revision 862 - Directory Listing
Modified Thu Oct 6 08:06:54 2011 UTC (13 years, 6 months ago) by amb
Original Path: trunk/src/xml
Makefiles are more consistent with each other and 'make test' can be run from
the top level.


Revision 859 - Directory Listing
Modified Wed Oct 5 18:02:37 2011 UTC (13 years, 6 months ago) by amb
Original Path: trunk/src/xml
Add the gcc options for profiling (coverage) and delete the files generated by
it.


Revision 693 - Directory Listing
Modified Fri May 6 18:07:16 2011 UTC (13 years, 11 months ago) by amb
Original Path: trunk/src/xml
Ignore files generated by running 'make test'.


Revision 689 - Directory Listing
Modified Fri May 6 17:34:17 2011 UTC (13 years, 11 months ago) by amb
Original Path: trunk/src/xml
Remove false-positive test case (a bug in xmlparse.l previously flagged this as an error).


Revision 613 - Directory Listing
Modified Sat Jan 29 19:44:23 2011 UTC (14 years, 2 months ago) by amb
Original Path: trunk/src/xml
Make dependency filename based on object file name (fixes overwriting problem
with slim versions).


Revision 591 - Directory Listing
Modified Wed Dec 29 11:07:10 2010 UTC (14 years, 3 months ago) by amb
Original Path: trunk/src/xml
Ignore the files auto-generated by compilation.


Revision 585 - Directory Listing
Modified Wed Dec 29 10:54:11 2010 UTC (14 years, 3 months ago) by amb
Original Path: trunk/src/xml
Added the uncontrolled (not auto-generated) files from routino-1.5.


Revision 577 - Directory Listing
Modified Wed Dec 29 10:25:14 2010 UTC (14 years, 3 months ago) by amb
Original Path: trunk/src/xml
Added the uncontrolled (not auto-generated) files from routino-1.4.


Revision 437 - Directory Listing
Modified Wed Jul 7 17:26:24 2010 UTC (14 years, 8 months ago) by amb
Original Path: trunk/src/xml
Stop message being printed when make runs.


Revision 424 - Directory Listing
Modified Mon May 31 14:43:45 2010 UTC (14 years, 10 months ago) by amb
Original Path: trunk/src/xml
Make sure that distclean really cleans up.


Revision 387 - Directory Listing
Modified Mon May 10 18:16:37 2010 UTC (14 years, 10 months ago) by amb
Original Path: trunk/src/xml
Running 'make test' now compiles everything first.


Revision 386 - Directory Listing
Modified Wed Apr 28 17:33:18 2010 UTC (14 years, 11 months ago) by amb
Original Path: trunk/src/xml
Delete zero length file if xsd-to-xmlparser fails.


Revision 384 - Directory Listing
Modified Wed Apr 28 17:26:23 2010 UTC (14 years, 11 months ago) by amb
Original Path: trunk/src/xml
Compile with _FILE_OFFSET_BITS=64 to get 64-bit fopen() and stat().


Revision 373 - Directory Listing
Modified Fri Apr 23 18:41:20 2010 UTC (14 years, 11 months ago) by amb
Original Path: trunk/src/xml
Pass the tag name to the tag function.


Revision 367 - Directory Listing
Modified Tue Apr 13 17:20:09 2010 UTC (14 years, 11 months ago) by amb
Original Path: trunk/src/xml
Name the tag variables and functions after the XSD data type and not the tag
name that uses it.


Revision 366 - Directory Listing
Added Mon Apr 12 17:33:52 2010 UTC (14 years, 11 months ago) by amb
Original Path: trunk/src/xml
Change the last parameter to the ParseXML function to be general options.