commit 247c57836f6b7f12d1162ec25a8468be6e333d5d
Author: Aleix Conchillo Flaqué <aleix@oblong.com>
Date:   Fri Feb 16 12:25:04 2018 -0800

    bump new version 1.1.9

 NEWS             | 8 ++++++++
 configure.ac     | 2 +-
 scew/Makefile.am | 4 ++--
 3 files changed, 11 insertions(+), 3 deletions(-)

commit ffec35dc295a3ff0f1c17a4372a07be2367e0696
Author: Aleix Conchillo Flaqué <aleix@oblong.com>
Date:   Fri Feb 16 12:23:25 2018 -0800

    printer: fix gcc compiler warnings

 scew/printer.c | 6 ------
 1 file changed, 6 deletions(-)

commit afaeb727621b766aed92bb82e4a9a941d6c1a725
Author: Aleix Conchillo Flaqué <aleix@oblong.com>
Date:   Fri Feb 16 12:03:23 2018 -0800

    bump new version 1.1.8

 NEWS             | 14 +++++++++++++-
 THANKS           |  8 ++++----
 configure.ac     |  4 ++--
 scew/Makefile.am |  6 +++---
 4 files changed, 22 insertions(+), 10 deletions(-)

commit ece542f0dcb3cfeaf78e25fd693eba6f327a6fe6
Author: Aleix Conchillo Flaqué <aleix@oblong.com>
Date:   Fri Feb 16 12:01:16 2018 -0800

    examples: exit if given file is not found

 examples/scew_print/scew_print.c   | 1 +
 examples/scew_stream/scew_stream.c | 1 +
 2 files changed, 2 insertions(+)

commit 1490ac5eacd329d4150f9cd0f2b0d0d9d92e8b2d
Author: Aleix Conchillo Flaqué <aleix@oblong.com>
Date:   Fri Feb 16 12:00:16 2018 -0800

    printer: properly check scew_writer_write return everywhere

 scew/printer.c        | 62 ++++++++++++++++++++++++---------------------------
 tests/check_printer.c | 33 +++++++++++++++++++++------
 2 files changed, 55 insertions(+), 40 deletions(-)

commit 9b8fc842bf35422969cce4915c19173d253518f8
Author: Felipe Provenzano <felipe.provenzano_ext@softathome.com>
Date:   Mon Feb 12 16:16:35 2018 +0100

    print_escaped_ returns SCEW_FALSE
    
    As scew_bool is 1byte long, it overflows for bigger strings, and when the
    LSB is 0, it returns a false error.
    Adding check to keep the value inside the correct range.
    
    Signed-off-by: Felipe Provenzano <felipe.provenzano_ext@softathome.com>

 scew/printer.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 586abdb7f864f1aabd4346a4b7029e0ef4ede190
Author: Aleix Conchillo Flaqué <aleix@oblong.com>
Date:   Fri Feb 16 11:05:15 2018 -0800

    xparser: fix IAR Workbench compiler warnings

 scew/xparser.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit f1a7eb260ffb64921e9132166f2aaa40ffd041d2
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Sun Feb 14 09:08:44 2016 -0800

    travis: update apt before installing packages

 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit fb6aa72f10d1b053eb38c71cadec5f3d11c07ff8
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Sun Feb 14 08:38:18 2016 -0800

    fix modern autotools warnings

 configure.ac                     | 9 +++++----
 examples/scew_print/Makefile.am  | 2 +-
 examples/scew_stream/Makefile.am | 4 ++--
 examples/scew_write/Makefile.am  | 4 ++--
 tests/Makefile.am                | 4 ++--
 5 files changed, 12 insertions(+), 11 deletions(-)

commit 0c0dcc1cae8e9e14f2675f5dd58e3b3a5f8e1555
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 21 22:03:11 2015 -0700

    examples: also use markdown for README

 examples/README    | 13 +------------
 examples/README.md | 12 ++++++++++++
 2 files changed, 13 insertions(+), 12 deletions(-)
 mode change 100644 => 120000 examples/README
 create mode 100644 examples/README.md

commit 229d2b89152040f3f0bf73e6ebb378ef06ae5f82
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 21 21:59:39 2015 -0700

    README: itemize with markdown properly

 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 6b56fed92b044175ea93331568833b8e0e229fa7
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 21 21:56:05 2015 -0700

    travis: build a bit faster

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fa89ca819d62ad048bfd31ebd927cb62d4842f59
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 21 21:48:16 2015 -0700

    travis: add check for unit tests

 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

commit 23e13c42d5d9fdd1866b407805cfc298071395fb
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 21 21:46:03 2015 -0700

    beautify md

 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c7982d112a7341c908c918d9eefd6c3ba33d5a90
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 21 21:44:14 2015 -0700

    use markdown readme with travis ci badge

 README    | 29 +----------------------------
 README.md | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 28 deletions(-)
 mode change 100644 => 120000 README
 create mode 100644 README.md

commit 0ff87deb97adcd398e5e2f7763457c643f2e4263
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 21 21:39:21 2015 -0700

    initial travis support

 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 .travis.yml

commit a5002f8d24287b7fdbc645e3835c9ef20e7394ca
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 21 21:39:03 2015 -0700

    ignore test results

 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

commit 769bb2bcd54b839b3979d6da446c0d62c058ded9
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Mar 12 07:26:40 2014 -0700

    bump configure.ac version to 1.1.7 and update NEWS file

 NEWS         | 10 ++++++++++
 configure.ac |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 652a750c4e37822532353535dba6cb86a1fab2a9
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Mar 12 07:26:04 2014 -0700

    THANKS: added Anup Rao for extensive testing

 THANKS | 2 ++
 1 file changed, 2 insertions(+)

commit d018b3334ec953263ebeb46e3273812632b68a87
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Sat Mar 8 00:01:43 2014 -0800

    update library version, 8 release of 1.x series.

 scew/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b232566811c60aab39285f36ed2556170e9a7332
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Tue Mar 4 23:14:11 2014 -0800

    parser: fix off-by-one error when checking for >
    
    * scew/parser.c (parse_stream_buffer_): make sure we don't have an
      off-by-one error when checking for element closure.

 scew/parser.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 1913fcfec1bb568bcf80fa69040687a6afc1890b
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Feb 26 23:00:22 2014 -0800

    ignore .asc signature files

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

commit a37e490ceeff641a7511d79354a943d84db045c2
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Feb 26 22:42:24 2014 -0800

    parser: more fixes on stream parsing
    
    * scew/parser.c (parse_stream_buffer_): we use the new parser variable
      parsing_started as a flag to indicate if we have found a non-space
      character that would be the first character to parse in a tree.
    
    * tests/check_parser.c: new chunked stream parsing unit test
      test_load_chunked_stream_b. old one test_load_chunked_stream is now
      test_load_chunked_stream_a.

 scew/parser.c        | 24 +++++++++++++++---
 scew/xparser.h       |  5 +++-
 tests/check_parser.c | 70 +++++++++++++++++++++++++++++++++++++++++++---------
 3 files changed, 83 insertions(+), 16 deletions(-)

commit a25baf730cc24f3bd1d90bd0d1cb6862f015d6f5
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Feb 24 13:27:42 2014 -0800

    bump configure.ac version to 1.1.6 and update NEWS file

 NEWS         | 10 ++++++++++
 configure.ac |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit a5edcf95f13f5a107413f6bbf7376c714bbc7f31
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Feb 24 13:26:25 2014 -0800

    test/check_parser: add new unit test to verify chunked xml streams

 tests/check_parser.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 53 insertions(+), 1 deletion(-)

commit e2bc780dfcce1ded7b3e1f3205017468bb2fe7e5
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Feb 24 13:24:41 2014 -0800

    parser: only skip spaces if there's nothing in the stack
    
    Before we skipped spaces only if we didn't found the <xml ...>
    preamble. Even it's not corret, this might not be always present.

 scew/parser.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit dc4a21778b77ad4e4fa8c45f5232bd2a68809703
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Feb 24 13:23:53 2014 -0800

    examples/scew_stream: don't free tree in tree_hook, keep a reference instead

 examples/scew_stream/scew_stream.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit 54b6c24b846e1e8b0b2bc6f8a1c53c7d4af127d2
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Jan 13 12:52:11 2014 -0800

    bump configure.ac version to 1.1.5 and update NEWS file

 NEWS         | 11 ++++++++++-
 configure.ac |  4 ++--
 2 files changed, 12 insertions(+), 3 deletions(-)

commit 9e033497d58729936a82f7c8859c18f521e650d2
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Jan 13 12:46:50 2014 -0800

    error: correctly initialize error code per-thread
    
    * scew/xerror.c (scew_error_set_last_error_): if pthread_getspecific
      returns NULL we need to allocate a new error code for this thread.
    
      Fixes http://savannah.nongnu.org/bugs/?41001

 scew/xerror.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit c9792eb708368146f270bfb11aea82f52d93cdba
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sat Mar 16 00:32:00 2013 +0100

    updated 1.1.4 version date

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1c20068f2c1fb145df6ac197a89817a0822fcb67
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Mon Mar 11 22:58:27 2013 +0100

    bump scew version to 1.1.4 and NEWS file

 NEWS             | 13 +++++++++++--
 configure.ac     |  4 ++--
 scew/Makefile.am |  6 +++---
 3 files changed, 16 insertions(+), 7 deletions(-)

commit be04f6c02526e55508513741f8f1c67008b86273
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Mon Mar 11 22:48:27 2013 +0100

    doc: updated Doxyfile to newer doxygen version

 doc/Doxyfile.in | 858 ++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 739 insertions(+), 119 deletions(-)

commit e0346903861f57f0e6cd4273fbbc431fe519bebd
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Mar 10 17:26:09 2013 +0100

    str: export scew_strescape (bug #38361)

 scew/str.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cf53dedea847a071aa9aa7cb829f658728166472
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Mar 10 17:25:25 2013 +0100

    ChangeLog is now generated with git log directly

 .gitignore          |   3 +-
 ChangeLog           |   6 ++
 ChangeLog.1         | 133 ------------------------------------
 Makefile.am         |   5 +-
 autogen.sh          |  25 ++++---
 gitlog-to-changelog | 191 ----------------------------------------------------
 6 files changed, 27 insertions(+), 336 deletions(-)
 create mode 100644 ChangeLog
 delete mode 100644 ChangeLog.1
 delete mode 100755 gitlog-to-changelog

commit fd06d0b4727d09cefc6a01f51e617670cef5597f
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed Oct 31 10:26:01 2012 -0700

    added gitlog-to-changelog to generate ChangeLog

 autogen.sh          |   3 +-
 gitlog-to-changelog | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 193 insertions(+), 1 deletion(-)
 create mode 100755 gitlog-to-changelog

commit 0c962deaa37728c899a4dfc035abc48c01eb29e4
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed Oct 31 10:25:36 2012 -0700

    use automake colors and silent rules

 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

commit 52fd6ce7080fab5717675b84e1e02efa8f39b79d
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed Oct 31 10:25:19 2012 -0700

    move .hgignore to .gitignore

 .hgignore => .gitignore | 2 --
 1 file changed, 2 deletions(-)
 rename .hgignore => .gitignore (99%)

commit a9d8fa2f3ca851fbba4efc939ed6957d1e5d7d05
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 14 19:20:03 2010 +0200

    Added tag 1.1.3 for changeset 47cf76c8ed78

commit 7724cf3d3c2bda7c1644bae2d92f4892b8dc7716
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 14 19:16:49 2010 +0200

    parser (stream): re-skip whitespaces only before XML declaration is found

 scew/parser.c        | 10 ++++++++++
 tests/check_parser.c |  8 +++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

commit 8055bebc53c98e73733eba0382ee7859cb84067c
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 14 18:56:51 2010 +0200

    update NEWS file for 1.1.3

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e5b73ce738a2c5025bd7b3361f4483aad9268785
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 14 09:32:33 2010 +0200

    update NEWS file

 NEWS | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 65ff50e5ca31a02f1a9e9500cb41c47cc8ad93f6
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 14 09:07:40 2010 +0200

    fix compilation for ARM platform

 scew/writer_file.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 30a4384fc7751beba81b3a22b7dd845a0e831939
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 14 00:58:38 2010 +0200

    remove wrong date from NEWS

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9134ebe9ac588ba9edbfd0c3fe33490e1b505e55
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 14 00:56:54 2010 +0200

    update configure.ac and thanks file

 NEWS         | 10 ++++++++++
 THANKS       |  6 +++---
 configure.ac |  2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)

commit 10990fb70a75ff9506e7029df75db6d7345a3da8
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 14 00:48:01 2010 +0200

    parser: do not skip initial white spaces when parsing streams

 scew/parser.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

commit a64f5cc0d751a6ccc3a28170b4738ad754181358
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Jun 4 11:33:30 2010 +0200

    Added tag 1.1.2 for changeset 90ffdefdb3ad

commit 8f0c64b5a1ec7b046d7f8073bc34a1f7ed41f517
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Jun 4 11:32:24 2010 +0200

    update version and thanks file

 NEWS         | 14 ++++++++++++--
 THANKS       |  7 ++++---
 configure.ac |  4 ++--
 3 files changed, 18 insertions(+), 7 deletions(-)

commit 9f0dd1ff855c134541aee4cff847a36de81789c4
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Jun 4 11:30:39 2010 +0200

    do not assign preamble to tree if null after timming

 scew/xparser.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit cb76fe9b984f48a40e90697a572f5977787596ea
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Jun 4 11:29:28 2010 +0200

    doc: enable pdf latex and hyperlinks; check for latex program

 doc/Doxyfile.in         | 4 ++--
 etc/autoconf/doxygen.m4 | 9 ++++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

commit 49ff2cc43eb0a4367a0a949871be6640118e7597
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Dec 11 19:43:30 2009 +0100

    Added tag 1.1.1 for changeset 6f5e3018c322

commit e7e472f5182fc951400d1b1f7d62c4281375f871
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Dec 11 19:42:37 2009 +0100

    update version and date for 1.1.1

 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4de96aa90fa8076d96e7a42d829087bfbc604c1f
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Dec 2 11:22:18 2009 +0100

    fix example errors introduced when setting stdout unicode

 examples/scew_stream/scew_stream.c |  8 ++++----
 examples/scew_write/scew_write.c   | 15 ++++++++++++++-
 2 files changed, 18 insertions(+), 5 deletions(-)

commit 273617304bf11a4804b88007826b74d7d89efb55
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Dec 2 09:49:38 2009 +0100

    minor NEWS update

 NEWS | 2 ++
 1 file changed, 2 insertions(+)

commit 719dc9e4bb9e4bfe458d9cf682e49f643d1326ea
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Dec 2 09:46:57 2009 +0100

    set stdout to unicode in examples (windows related)

 configure.ac                       |  2 +-
 examples/scew_print/scew_print.c   | 10 +++++-----
 examples/scew_stream/scew_stream.c | 10 ++++++++++
 scew/parser.c                      |  2 +-
 scew/reader_file.c                 |  4 ++--
 scew/str.c                         |  2 +-
 scew/str.h                         |  2 +-
 scew/writer_file.c                 |  4 ++--
 8 files changed, 23 insertions(+), 13 deletions(-)

commit 449a76674224563ee0a16f5fd7d582e7cc91017c
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Dec 1 18:19:44 2009 +0100

    normalize line-endings

 examples/scew_print/scew_print.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 84570afb88b4fe52898d2b81503d8416383108d9
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Dec 1 18:17:35 2009 +0100

    file writer for utf-16 now works for stdout (a bit slower)

 examples/scew_print/scew_print.c | 19 +++++++++++++++----
 examples/scew_write/scew_write.c |  0
 scew/writer_file.c               | 16 +++++++++++++++-
 3 files changed, 30 insertions(+), 5 deletions(-)
 mode change 100755 => 100644 examples/scew_write/scew_write.c

commit 9ff398b1704c7fdbb59203a688ebb3375c3baa75
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Dec 1 16:59:15 2009 +0100

    escape contents and attribute values with the new scew_strescape

 NEWS             |   9 +++++
 configure.ac     |   2 +-
 scew/Makefile.am |   4 +--
 scew/printer.c   |  31 ++++++++++++-----
 scew/str.c       | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 scew/str.h       |  38 +++++++++++++++++---
 6 files changed, 171 insertions(+), 17 deletions(-)

commit a84a27304967f0271f34e623ea16ebf47ee7905d
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Nov 30 21:02:03 2009 +0100

    Added tag 1.1.0 for changeset 9ce8aca886b6

commit a4425368e89b113249cb109f5ad6f65d0b90e003
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Nov 30 21:01:35 2009 +0100

    fix tree doxygen warnings

 scew/element.h | 2 +-
 scew/tree.h    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit edace4966bfc8f3244180e640d11bb21a428589e
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Nov 30 20:53:42 2009 +0100

    update NEWS for next 1.1.0 release

 NEWS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ff3c8d3e15596924df2e007de05217c0c452cee8
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Nov 30 20:41:22 2009 +0100

    simplify tree and element user defined comparisons

 NEWS                   | 23 ++++++++++++++++++
 THANKS                 | 14 +++++------
 scew/element.h         | 44 +++++++++++++++------------------
 scew/element_compare.c | 66 ++++++++++++++++++++++++++++----------------------
 scew/tree.c            | 47 ++++++++++++++++++++---------------
 scew/tree.h            | 39 ++++++++++++-----------------
 tests/check_element.c  |  4 +--
 tests/check_tree.c     |  4 +--
 8 files changed, 135 insertions(+), 106 deletions(-)

commit 81a6f6905d2ccd44585fa25786c20a121dc7a1ea
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Nov 30 15:09:12 2009 +0100

    Fix #28125 (printer fails with zero-length element contents)

 scew/printer.c        | 14 ++++++++++----
 tests/check_printer.c | 18 +++++++++++++-----
 2 files changed, 23 insertions(+), 9 deletions(-)

commit 65c69a47f57b463783b259b00f58c3e786d0e458
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Nov 30 14:51:22 2009 +0100

    Fix #28130 (missing _cpluplus closing brace in printer.h)

 scew/printer.h       | 4 ++++
 scew/writer_buffer.h | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 283345f532ba6c11ce4efe4dc725fed5d1ebd61d
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Nov 26 22:43:29 2009 +0100

    add support for user defined tree and element comparisons

 scew/element.h         | 36 ++++++++++++++++++++++++++++++++++++
 scew/element_compare.c | 11 +++++++++++
 scew/tree.c            | 11 +++++++++++
 scew/tree.h            | 38 +++++++++++++++++++++++++++++++++++---
 4 files changed, 93 insertions(+), 3 deletions(-)

commit 0d1ce3e931cac64e98ed4276834de0b059e21c72
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Nov 26 22:41:59 2009 +0100

    update configure.ac version to 1.1.0

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a7c3e98d12d9a8fa938b6b58993e90d7be68ca32
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Nov 4 17:00:59 2009 +0100

    fix scew.h permissions

 scew/scew.h | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 scew/scew.h

commit 82db813dc9c95273dcc3296d18ada265ed215044
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Nov 3 22:13:32 2009 +0100

    update brief file descriptions

 scew/attribute.h | 2 +-
 scew/element.h   | 2 +-
 scew/parser.h    | 2 +-
 scew/printer.h   | 2 +-
 scew/reader.h    | 2 +-
 scew/tree.h      | 2 +-
 scew/writer.h    | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

commit 9e367f5599163a9a93efa79b5719472b4ab91e89
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Nov 3 22:04:29 2009 +0100

    update and fix libtool version-info for next release

 scew/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0f202fe0df296bd70c70a9acc5da2ee06b9b1b69
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Oct 30 17:28:10 2009 +0100

    Added tag 1.0.0 for changeset 5af3040c31aa

commit ee65b8d945fe669bb6ebd61fccfbe54adaa81c47
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Oct 30 17:28:06 2009 +0100

    include unit test data files in distribution

 configure.ac           | 1 +
 tests/Makefile.am      | 2 ++
 tests/data/Makefile.am | 8 ++++++++
 3 files changed, 11 insertions(+)
 create mode 100644 tests/data/Makefile.am

commit 1ce0c242727eb85042dc40d6b014e5d6e6706c39
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Oct 30 17:17:49 2009 +0100

    updated NEWS and README file

 .hgignore |  1 +
 NEWS      | 18 +++++++++++-------
 README    |  7 +++----
 3 files changed, 15 insertions(+), 11 deletions(-)

commit 8344c02692204d06b255dd28194279c30d06e5d9
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Oct 30 17:03:23 2009 +0100

    automatically generate ChangeLog file

 ChangeLog => ChangeLog.1 | 10 ----------
 Makefile.am              |  2 ++
 autogen.sh               |  5 +++++
 3 files changed, 7 insertions(+), 10 deletions(-)
 rename ChangeLog => ChangeLog.1 (92%)

commit d7c9d114e53e53038068c240e1ce8124944975d3
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Oct 30 16:55:52 2009 +0100

    parser unit test improved

 scew/parser.c        |   7 ++
 scew/str.c           |   2 +-
 tests/check_parser.c | 225 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 233 insertions(+), 1 deletion(-)

commit 7c7d45d4f4e8af35aef4508c37d71aee97cd09f2
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Oct 30 07:52:50 2009 +0100

    initial parser unit test

 .hgignore            |  1 +
 tests/Makefile.am    | 14 +++++++++--
 tests/check_parser.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 83 insertions(+), 2 deletions(-)
 create mode 100644 tests/check_parser.c

commit 7e5af02d10ea3e69f8ce1b71990fc259a2cb2645
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Oct 29 15:31:09 2009 +0100

    cleanup standalone attribute documentation

 scew/tree.h | 2 ++
 1 file changed, 2 insertions(+)

commit 3026aae07bf19e65caaf007fc4d094477b8eb8fe
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Oct 28 21:13:50 2009 +0100

    improve reading and writing for utf-16 encoding (windows)

 scew/reader_file.c | 24 ++----------------------
 scew/writer_file.c | 19 ++-----------------
 2 files changed, 4 insertions(+), 39 deletions(-)

commit a137bcb1f9e6fa3e51ccb422a43b4f7b5dd58e25
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Oct 28 20:53:15 2009 +0100

    fix warnings in debug mode

 scew/attribute.c    | 4 +++-
 scew/element_copy.c | 4 +++-
 scew/list.c         | 4 ++--
 scew/printer.c      | 4 +++-
 scew/reader.c       | 4 +++-
 scew/tree.c         | 4 +++-
 scew/writer.c       | 4 +++-
 7 files changed, 20 insertions(+), 8 deletions(-)

commit 9120ac18359dbd953005a613242657a61c007284
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Oct 26 22:00:18 2009 +0100

    add strings documentation

 scew/str.h | 146 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 146 insertions(+)

commit 356c8f9ba19c2edd51cf878f55fd99f4714d4e7a
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Oct 26 21:30:35 2009 +0100

    update trees documentation

 doc/Doxyfile.in     |   7 ----
 scew/attribute.c    |   2 ++
 scew/attribute.h    |   2 ++
 scew/element.h      |   2 ++
 scew/element_copy.c |   2 ++
 scew/tree.c         |   2 ++
 scew/tree.h         | 100 +++++++++++++++++++++++++++++++++++++---------------
 7 files changed, 82 insertions(+), 35 deletions(-)

commit 9a23aee1c9546244e7860ced1c392e27264e7b74
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Oct 26 20:18:11 2009 +0100

    added documentation for readers and writers (files and buffers)

 scew/reader_buffer.h | 16 ++++++++++++----
 scew/reader_file.h   | 31 ++++++++++++++++++++++++++-----
 scew/writer_buffer.h | 14 +++++++-------
 scew/writer_file.h   | 37 +++++++++++++++++++------------------
 scew/xattribute.h    |  6 +++---
 scew/xelement.h      | 14 +++++++-------
 scew/xerror.h        |  8 ++++++--
 scew/xparser.h       |  9 +++++++++
 8 files changed, 89 insertions(+), 46 deletions(-)

commit 99f9d97e908b537d26231a747388c50c5fa41fdd
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Oct 26 18:52:09 2009 +0100

    added documentation for readers and writers

 scew/reader.c |   2 +
 scew/reader.h | 121 +++++++++++++++++++++++++++++++++++++++++++++++----------
 scew/writer.c |   2 +
 scew/writer.h | 122 +++++++++++++++++++++++++++++++++++++++++++++-------------
 4 files changed, 200 insertions(+), 47 deletions(-)

commit 5bd91d7448375c407862e1ebd67ebcf00e164099
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sun Oct 25 21:29:36 2009 +0100

    re-organize readers and writers documentation groups

 scew/printer.h       |  2 +-
 scew/reader.h        | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 scew/reader_buffer.h | 18 +++++++++++-
 scew/reader_file.h   | 28 +++++++++++++++++--
 scew/writer.h        | 68 +++++++++++++++++++++++++++++++++++++++++----
 scew/writer_buffer.h | 10 +++++--
 scew/writer_file.h   | 12 ++++++--
 7 files changed, 201 insertions(+), 15 deletions(-)

commit a16b06a1dce50e8ff92d8daa0d560c5c6eceaaf6
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sun Oct 25 21:14:53 2009 +0100

    add printer documetation and update parser one

 scew/parser.h  |  29 ++++++++-------
 scew/printer.c |   7 +++-
 scew/printer.h | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 3 files changed, 125 insertions(+), 23 deletions(-)

commit 26a074ca4aa01487bd32b003002577c1461fb9d8
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Oct 20 16:02:48 2009 +0200

    configure.in -> configure.ac

 INSTALL                      | 4 ++--
 configure.in => configure.ac | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename configure.in => configure.ac (100%)

commit 88e5ee703c168a763d9737cf546174b944823804
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Oct 7 11:00:46 2009 +0200

    update encodings in README

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6ea98ed348c2b6f7ef95ac1490d78d4e1c3d246e
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Oct 7 09:02:28 2009 +0200

    comment the use of AC_LIBTOOL_WIN32_DLL

 configure.in | 3 +++
 1 file changed, 3 insertions(+)

commit 6a01f6f565af3108fa81bee572074cd1f888ed5a
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Oct 6 21:23:04 2009 +0200

    use old AC_LIBTOOL_WIN32_DLL macro instead of LT_INIT

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 978e717880a63834ab62e23f025a03278db393cc
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 22 09:26:57 2009 +0200

    documentation for attributes, elements, lists and parsers updated

 scew/attribute.h |  25 +++++-----
 scew/element.h   | 101 +++++++++++++++++++------------------
 scew/error.c     |  14 +-----
 scew/error.h     |  32 ++++++++----
 scew/list.c      |  10 ++--
 scew/list.h      |  76 ++++++++++++++++------------
 scew/parser.c    |   1 +
 scew/parser.h    | 149 ++++++++++++++++++++++++++++++++++++++++++++++++-------
 scew/printer.c   |   2 +-
 9 files changed, 271 insertions(+), 139 deletions(-)

commit 9c8f66ab6a6f0b0d18e03b97eaf68d2be9c8e4dc
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sat Sep 19 00:30:16 2009 +0200

    parser load hooks now get user data

 examples/scew_stream/scew_stream.c |  8 ++++----
 scew/parser.c                      | 20 ++++++++++++++------
 scew/parser.h                      |  8 +++++---
 scew/xparser.c                     | 10 ++++++----
 scew/xparser.h                     | 10 ++++++++--
 5 files changed, 37 insertions(+), 19 deletions(-)

commit 9f651b5d4d2d006fb0dbcdbfc1f156221c361934
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Sep 16 16:43:08 2009 +0200

    utf-16 is now functional in windows (update)

 scew/parser.c      |  2 +-
 scew/reader_file.c | 10 +++++++---
 scew/str.h         |  4 ++++
 scew/writer_file.c |  2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)

commit 5ba023b1a0d7bdc495bcc27b528daf3645a1ea72
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Sep 16 15:48:17 2009 +0200

    utf-16 is now functional in windows

 examples/scew_print/scew_print.c   | 20 ++++-----
 examples/scew_stream/scew_stream.c |  6 +--
 scew/element.h                     |  2 +-
 scew/element_attribute.c           |  2 +-
 scew/error.c                       |  4 +-
 scew/error.h                       |  8 ++--
 scew/export.h                      |  4 ++
 scew/parser.c                      | 68 ++++++++++++++++++----------
 scew/printer.c                     | 12 ++---
 scew/reader_buffer.c               |  6 +--
 scew/reader_file.c                 | 27 ++++++++++-
 scew/scew.h                        |  2 +-
 scew/str.c                         | 23 ++++++++--
 scew/str.h                         |  8 ++++
 scew/writer_buffer.c               |  2 +-
 scew/writer_file.c                 | 24 +++++++++-
 scew/xparser.c                     | 15 ++++---
 scew/xparser.h                     |  8 ++--
 tests/check_attribute.c            | 36 +++++++--------
 tests/check_element.c              | 60 ++++++++++++-------------
 tests/check_printer.c              | 92 +++++++++++++++++++-------------------
 tests/check_reader_buffer.c        | 10 ++---
 tests/check_reader_file.c          | 10 ++---
 tests/check_tree.c                 | 18 ++++----
 tests/check_writer_buffer.c        |  8 ++--
 tests/check_writer_file.c          |  8 ++--
 tests/test.h                       | 10 ++---
 win32/README.txt                   |  4 +-
 win32/scew.vcproj                  |  6 +--
 29 files changed, 302 insertions(+), 201 deletions(-)

commit 872c646729f7b22c406e2af1429f3f709f3ce2d0
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 15 16:45:50 2009 +0200

    use commonly used DLL_EXPORTS macro

 scew/export.h     | 4 ++--
 win32/scew.vcproj | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit a5f9f851c3ed594c879817169899dfd8286b5600
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Sep 14 21:08:43 2009 +0200

    fix utf-16 load parser routines

 scew/parser.c | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 0559108465443a9ff782b616cea8a37e708ae5a7
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Sep 14 20:29:43 2009 +0200

    disable utf-16 in unix systems (update)

 README            | 2 +-
 configure.in      | 3 ++-
 win32/scew.vcproj | 8 ++++----
 3 files changed, 7 insertions(+), 6 deletions(-)
 mode change 100644 => 100755 win32/scew.vcproj

commit bb6ce3686fb51190da9c54965d7bfe96e9205ae5
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Sep 14 16:55:35 2009 +0200

    disable utf-16 in unix systems

 configure.in                           |  13 +++++++------
 tests/check_reader_file.c              |   4 ----
 tests/data/check_reader_file_utf16.txt | Bin 298 -> 0 bytes
 3 files changed, 7 insertions(+), 10 deletions(-)
 delete mode 100644 tests/data/check_reader_file_utf16.txt

commit e61328ba3949ee1ef52278c213406a65e0007de1
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Sep 14 16:12:16 2009 +0200

    more utf-16 fixes

 configure.in                           |   2 +-
 scew/parser.c                          |   8 ++++----
 scew/printer.c                         |  10 +++++-----
 scew/reader.c                          |   4 ++--
 scew/reader.h                          |   8 +++++---
 scew/reader_buffer.c                   |  12 ++++++++----
 scew/reader_file.c                     |   8 +++++---
 scew/writer.c                          |   4 ++--
 scew/writer.h                          |   6 +++---
 scew/writer_buffer.c                   |  12 ++++++------
 scew/writer_file.c                     |   6 +++---
 tests/Makefile.am                      |  28 +++++++++++++++++++---------
 tests/check_reader_buffer.c            |   4 ++--
 tests/check_reader_file.c              |   8 ++++++--
 tests/check_writer_buffer.c            |   6 +++---
 tests/check_writer_file.c              |   2 +-
 tests/data/check_reader_file_utf16.txt | Bin 0 -> 298 bytes
 17 files changed, 75 insertions(+), 53 deletions(-)
 create mode 100644 tests/data/check_reader_file_utf16.txt

commit fdfa84104a3ec02ebc18304eccb4a8be7a38fcd2
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Sep 14 12:32:32 2009 +0200

    link with expatw when utf-16 enabled

 configure.in | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit 7310df3ee44e9eccd3b63e916afee5a03e416316
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Sep 14 12:25:07 2009 +0200

    enable utf-16 support and fix compilation

 configure.in                       | 22 +++++++--
 examples/scew_print/Makefile.am    |  7 ++-
 examples/scew_print/scew_print.c   | 36 +++++++-------
 examples/scew_stream/Makefile.am   |  7 ++-
 examples/scew_stream/scew_stream.c | 18 +++----
 examples/scew_write/Makefile.am    |  7 ++-
 scew/Makefile.am                   | 17 +++++--
 scew/reader_buffer.h               |  2 +-
 scew/str.c                         | 14 +++---
 scew/xattribute.h                  |  2 +-
 scew/xelement.h                    |  2 +-
 tests/Makefile.am                  | 20 ++++----
 tests/check_attribute.c            | 37 +++++++-------
 tests/check_element.c              | 62 ++++++++++++------------
 tests/check_printer.c              | 98 ++++++++++++++++++++------------------
 tests/check_reader_buffer.c        |  8 ++--
 tests/check_reader_file.c          |  8 ++--
 tests/check_tree.c                 | 18 +++----
 tests/check_writer_buffer.c        |  8 ++--
 tests/check_writer_file.c          |  8 ++--
 tests/test.h                       | 45 ++++++++++-------
 21 files changed, 254 insertions(+), 192 deletions(-)

commit b18c083b067d695f671ec683040cdbcfb2b288a0
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sun Sep 13 20:40:32 2009 +0200

    update NEWS 1.0.0 changes

 NEWS | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

commit d452c12de363001366a784f3eb5f2b3c1ef280b0
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sun Sep 13 18:46:55 2009 +0200

    update scew features in readme

 README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit f95c4c9774c9462691eaebcf2496506c5df48cfa
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sun Sep 13 16:45:13 2009 +0200

    re-add support for parsing streams; scew_stream example updated

 examples/scew_print/scew_print.c   |  15 +--
 examples/scew_stream/scew_stream.c | 134 +++++++++++----------
 examples/scew_write/scew_write.c   |  31 +++--
 scew/parser.c                      | 234 +++++++++++++++++++++++++------------
 scew/parser.h                      |  21 ++--
 scew/xparser.c                     |  61 +++++-----
 scew/xparser.h                     |   7 +-
 7 files changed, 306 insertions(+), 197 deletions(-)

commit 34d824bf4473f01af40da9f6270063e8bb156b2f
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sat Sep 12 18:37:20 2009 +0200

    fix preamble initialisation if no xml declaration (update)

 scew/printer.c |  3 ++-
 scew/xparser.c | 13 ++++++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 49159fd737b19d4318c91d9cf0ddaf5ecb3f6b30
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sat Sep 12 18:27:14 2009 +0200

    improve output formatting (update)

 scew/printer.c | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

commit 75accfb22ce68fdc8f5b7e50f3f612defbcafff8
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sat Sep 12 18:17:20 2009 +0200

    improve output formatting

 scew/printer.c | 39 +++++++++++++++++++++++++++------------
 1 file changed, 27 insertions(+), 12 deletions(-)

commit 4891bedac083d2da5f0a0af22002ea5f2913a32a
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sat Sep 12 18:02:04 2009 +0200

    fix preamble initialisation if no xml declaration

 scew/printer.c | 6 +++++-
 scew/xparser.c | 3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 78b21f306a631dd6c684093c2aefc38bc8a04d99
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sat Sep 12 11:27:58 2009 +0200

    attribue values could be empty when printing

 scew/printer.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 7749b5b96dac8c40a3fcb4dfc3ecbd0259fddad9
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sat Sep 12 11:16:27 2009 +0200

    scew_parser_load returns a tree; parsers are now reusable; fix mem leaks

 examples/scew_print/scew_print.c | 11 +++--
 scew/error.c                     |  4 +-
 scew/error.h                     |  2 +-
 scew/parser.c                    | 78 ++++++++++++++++++++++++----------
 scew/parser.h                    | 26 +++---------
 scew/tree.h                      |  7 +---
 scew/xerror.c                    | 27 ++++++------
 scew/xparser.c                   | 90 +++++++++++++++-------------------------
 scew/xparser.h                   |  9 +---
 9 files changed, 121 insertions(+), 133 deletions(-)

commit 0ccf3d7e7bee5aaaebead57635357c3f81a8f67d
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 10 23:00:55 2009 +0200

    add win32 examples readme file and update other text files

 README                     | 23 +++++++++--------------
 THANKS                     |  2 +-
 examples/README            | 16 +++++++++-------
 examples/win32/Makefile.am |  2 +-
 examples/win32/README.txt  | 23 +++++++++++++++++++++++
 win32/INSTALL.txt          | 33 ++++++++++++++++----------------
 win32/README.txt           | 47 ++++++++++++++++++++++++----------------------
 7 files changed, 85 insertions(+), 61 deletions(-)
 create mode 100644 examples/win32/README.txt

commit bd6f7e95b9fe1395369de5a9c9455cb248d3025e
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 10 22:35:19 2009 +0200

    improve scew_element_by_name (update sr #107018)

 scew/element_search.c | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

commit 34c07fc2f23f08eb52d4a5a52b5a617efc688c00
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 10 22:29:50 2009 +0200

    improve scew_element_by_name unit tests

 tests/check_element.c | 28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

commit 6216a01df87a7191838ce5fafb639dcfe53e79bc
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 10 22:12:11 2009 +0200

    fix scew_element_by_name (sr #107018)

 THANKS                |  2 +-
 scew/element_search.c | 13 +++++++++----
 tests/check_element.c |  9 +++++++++
 3 files changed, 19 insertions(+), 5 deletions(-)

commit 31d160707276f2c4402d49ef7ddc82eb224da4f8
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 10 17:17:02 2009 +0200

    update Makefile.am to include new win32 files

 Makefile.am                            |  4 +---
 configure.in                           |  4 ++++
 doc/Makefile.am                        |  2 +-
 etc/Makefile.am                        |  2 +-
 examples/Makefile.am                   |  4 ++--
 examples/win32/Makefile.am             | 10 ++++++++++
 examples/win32/scew_print/Makefile.am  |  8 ++++++++
 examples/win32/scew_stream/Makefile.am |  8 ++++++++
 examples/win32/scew_write/Makefile.am  |  8 ++++++++
 win32/Makefile.am                      |  4 ++--
 10 files changed, 45 insertions(+), 9 deletions(-)
 create mode 100644 examples/win32/Makefile.am
 create mode 100644 examples/win32/scew_print/Makefile.am
 create mode 100644 examples/win32/scew_stream/Makefile.am
 create mode 100644 examples/win32/scew_write/Makefile.am

commit dfafa85695b3b75955c50440202355f933a218ce
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 10 16:59:44 2009 +0200

    update ignored files

 .hgignore | 30 +++++++++++++++++++++++++-----
 1 file changed, 25 insertions(+), 5 deletions(-)

commit 4a5d8b583fd36ef0e925432d7010b70644f4d4e1
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 10 16:51:13 2009 +0200

    added visual c++ 2008 project for SCEW examples

 examples/win32/scew_examples.sln              |  32 +++++
 examples/win32/scew_print/scew_print.vcproj   | 189 ++++++++++++++++++++++++++
 examples/win32/scew_stream/scew_stream.vcproj | 189 ++++++++++++++++++++++++++
 examples/win32/scew_write/scew_write.vcproj   | 189 ++++++++++++++++++++++++++
 win32/scew.vcproj                             |   0
 5 files changed, 599 insertions(+)
 create mode 100644 examples/win32/scew_examples.sln
 create mode 100644 examples/win32/scew_print/scew_print.vcproj
 create mode 100644 examples/win32/scew_stream/scew_stream.vcproj
 create mode 100644 examples/win32/scew_write/scew_write.vcproj
 mode change 100755 => 100644 win32/scew.vcproj

commit 37d1ea85b7f02e7522f929e25517d2885bf6e704
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 10 16:01:59 2009 +0200

    add .txt file extension to windows text files

 INSTALL.WIN32 => win32/INSTALL.txt | 0
 win32/{README => README.txt}       | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename INSTALL.WIN32 => win32/INSTALL.txt (100%)
 rename win32/{README => README.txt} (100%)

commit 13309b1f2e70967af8e21099a7a6a4302204b13b
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 10 16:01:14 2009 +0200

    convert windows text files

 INSTALL.WIN32 |  80 +++++++++++++--------------
 win32/README  | 170 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 125 insertions(+), 125 deletions(-)

commit dbce2ce5990d61ae9b62afb0ba49724020c068bc
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Sep 9 23:28:11 2009 +0200

    more win32 readme files updates

 INSTALL.WIN32 |  4 ++--
 win32/README  | 27 +++++++++++++++------------
 2 files changed, 17 insertions(+), 14 deletions(-)

commit 80fb197f963c5e62b0c5ba2b63857aa7ba0f3e05
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Sep 9 22:48:25 2009 +0200

    win32++ readme files updated

 INSTALL.WIN32 | 55 +++++++++++++++++----------------------
 win32/README  | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 106 insertions(+), 31 deletions(-)
 create mode 100644 win32/README

commit e0f730ffa94a9ce22cb482ce6b0b69f9e03a2a67
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Sep 7 23:23:26 2009 +0200

    fix scew_writer_buffer_create warning

 scew/writer_buffer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b52a02d97e113c98626c775e79f5485dfa304a61
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sun Sep 6 14:16:15 2009 +0200

    fix automatic static library inclusion; fix scew_write warnings

 examples/scew_write/scew_write.c | 40 ++++++++++++++++++++--------------------
 scew/scew.h                      | 18 ++++++++++--------
 win32/scew.vcproj                | 30 +++++++++++++++---------------
 3 files changed, 45 insertions(+), 43 deletions(-)
 mode change 100644 => 100755 examples/scew_write/scew_write.c
 mode change 100644 => 100755 scew/scew.h
 mode change 100644 => 100755 win32/scew.vcproj

commit f4604dbc98060ada95592f41f65935ea5acb7eb6
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sun Sep 6 10:55:41 2009 +0200

    scew is also now available as a DLL in windows

 .hgignore         |  1 -
 NEWS              |  5 ++++
 scew/export.h     |  4 +--
 scew/scew.h       | 16 ++++++------
 scew/xerror.c     |  8 +++---
 win32/scew.sln    | 38 ++++++++++++++++++++++++++++
 win32/scew.vcproj | 74 +++++++++++++++++++++++++------------------------------
 7 files changed, 91 insertions(+), 55 deletions(-)
 create mode 100644 win32/scew.sln
 mode change 100755 => 100644 win32/scew.vcproj

commit 470a44db98863feaf1479865d54fd9fa75152312
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Sep 4 10:37:06 2009 +0200

    updated THANKS file

 THANKS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 0f7d2362429f7ee51afa4ee29c58a22294655474
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Sep 4 03:12:21 2009 +0200

    fix win32 preprocessor directives

 win32/scew.vcproj | 35 +++++++++++++++++++++++++++--------
 1 file changed, 27 insertions(+), 8 deletions(-)
 mode change 100644 => 100755 win32/scew.vcproj

commit a9b82b484e8d486cca09c7d1913efbb3ea79930e
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Sep 4 02:09:00 2009 +0200

    enable shared library exports

 configure.in         |   2 +-
 scew/Makefile.am     |   4 +-
 scew/attribute.h     |  30 ++++++++------
 scew/element.h       | 114 ++++++++++++++++++++++++++++-----------------------
 scew/error.h         |  16 ++++----
 scew/export.h        |  73 +++++++++++++++++++++++++++++++++
 scew/list.h          |  45 ++++++++++----------
 scew/parser.h        |  23 ++++++-----
 scew/printer.h       |  33 ++++++++-------
 scew/reader.h        |  22 +++++-----
 scew/reader_buffer.h |   6 ++-
 scew/reader_file.h   |   7 ++--
 scew/scew.h          |   4 +-
 scew/str.h           |   8 ++--
 scew/tree.h          |  48 ++++++++++++----------
 scew/writer.h        |  22 +++++-----
 scew/writer_buffer.h |   7 ++--
 scew/writer_file.h   |   6 ++-
 scew/xattribute.h    |   6 ++-
 scew/xerror.c        |   8 ++--
 scew/xerror.h        |   8 ++--
 scew/xparser.h       |  13 +++---
 22 files changed, 315 insertions(+), 190 deletions(-)
 create mode 100644 scew/export.h

commit addb8b00fa077e6966b02d8644d911ec73bf4f7a
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Sep 4 00:13:08 2009 +0200

    ignore visual studio generated files

 .hgignore | 6 ++++++
 1 file changed, 6 insertions(+)

commit c05e7fc635e5b9feeb667190f801552c42df5477
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Sep 4 00:09:13 2009 +0200

    use SCEW_SHARED and SCEW_STATIC for dlls and static libs

 scew/scew.h       |  4 ++--
 win32/scew.vcproj | 16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

commit 5880a45ddf5f356a3fbbf136b9c5128053028fd8
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 3 18:36:10 2009 +0200

    only include correct windows library when static

 scew/scew.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 201601eaa60f36962df268ab7629b7cfc6c14b6b
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 3 18:14:02 2009 +0200

    static library support for visual c++ 2008

 scew/scew.h       |   10 +-
 scew/tree.c       |    4 +-
 win32/scew.vcproj | 1017 +++++++++++------------------------------------------
 3 files changed, 208 insertions(+), 823 deletions(-)

commit 815a7637246be176f531f26a43be6ad8045ddb58
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 3 02:21:09 2009 +0200

    fix windows build warnings

 scew/tree.c    | 4 +++-
 scew/xparser.c | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 2a751a0d966cf28a7d111bc32a55550d998f7905
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 3 00:51:54 2009 +0200

    added scew printer unit tests

 .hgignore                   |   1 +
 tests/Makefile.am           |  13 ++-
 tests/check_printer.c       | 273 ++++++++++++++++++++++++++++++++++++++++++++
 tests/check_writer_buffer.c |   4 +-
 tests/test.h                |  12 +-
 5 files changed, 293 insertions(+), 10 deletions(-)
 create mode 100644 tests/check_printer.c

commit cd26c57fb86a791093b91fe70e586cd5ae826333
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Sep 2 16:40:11 2009 +0200

    fix: only trim preamble at the end, not every time

 scew/printer.c |  1 +
 scew/xparser.c | 18 ++++++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

commit c02820ae3864a4b490292bf9331532bae8981ecf
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Sep 2 15:57:48 2009 +0200

    ignore empty preambles

 scew/printer.c |  2 +-
 scew/xparser.c | 15 ++++++++++++++-
 2 files changed, 15 insertions(+), 2 deletions(-)

commit 6b378451ba4b48b95490f6952c14393deafec7c5
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 1 18:12:22 2009 +0200

    clarify namespace parser documentation

 scew/parser.h | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit fd5397bb9112353dddbc8c0cbd8a9fecbdd2840e
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 1 17:21:35 2009 +0200

    added scew file writer unit test

 .hgignore                        |   3 +-
 scew/reader_file.c               |   3 +-
 scew/writer_file.c               |  35 ++++++--
 tests/Makefile.am                |  24 ++++--
 tests/check_reader_file.c        |   2 +-
 tests/check_writer_file.c        | 179 +++++++++++++++++++++++++++++++++++++++
 tests/data/check_reader_file.txt |   2 +-
 7 files changed, 227 insertions(+), 21 deletions(-)
 create mode 100644 tests/check_writer_file.c

commit 8ecfa0b325b7682e91ac1d9c1f41d925d8f6d6f5
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 1 02:00:18 2009 +0200

    added default expat handler to parse XML preambles (sr #103190)

 examples/scew_print/scew_print.c | 22 +++++++++++++----
 scew/parser.c                    |  2 ++
 scew/printer.c                   | 14 +++++++++++
 scew/reader_buffer.c             |  2 +-
 scew/reader_file.c               |  2 +-
 scew/str.c                       |  2 +-
 scew/writer_file.c               |  2 +-
 scew/xparser.c                   | 52 ++++++++++++++++++++++++++++++++++++++--
 scew/xparser.h                   |  7 +++---
 9 files changed, 92 insertions(+), 13 deletions(-)

commit 5752efd2ccebbe5a87a76a0b21e217d8c2b95533
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 1 00:51:53 2009 +0200

    minor parser documentation updates

 scew/parser.h | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

commit e67f0517999df3635d71c4fee15f9dca1508507d
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Sep 1 00:48:33 2009 +0200

    add parser namespace support (patch #5648)

 scew/parser.c  | 54 ++++++++++++++++++++++++++++++++++--------------------
 scew/parser.h  | 13 +++++++++++--
 scew/xparser.c |  8 ++++++--
 scew/xparser.h |  4 +++-
 4 files changed, 54 insertions(+), 25 deletions(-)

commit a04b3494386149b1de3c7acf925fe0ffe88cd224
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Aug 31 20:55:54 2009 +0200

    fix element's add attribute implementation (backwards compatibility)

 scew/element.h           |  10 +++-
 scew/element_attribute.c | 136 ++++++++++++++++++++++++++++++++---------------
 2 files changed, 101 insertions(+), 45 deletions(-)

commit 2975d8538bb982eb2804a110b97a8b5def24eb1f
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Mon Aug 31 19:05:41 2009 +0200

    added tree copy/compare functions; fix some string functions

 NEWS                     |  6 ++---
 scew/attribute.c         |  4 +--
 scew/attribute.h         |  8 +++---
 scew/element.c           | 17 ++++--------
 scew/element.h           | 31 +++++++++++-----------
 scew/element_attribute.c | 13 ++++-----
 scew/element_compare.c   | 11 +++-----
 scew/element_search.c    |  6 ++---
 scew/list.h              |  6 ++---
 scew/printer.c           |  5 +---
 scew/str.c               | 50 ++++++++++++++++++++++++++++++-----
 scew/str.h               | 23 ++++++++++++----
 scew/tree.c              | 69 +++++++++++++++++++++++++++++++++++++++---------
 scew/tree.h              | 32 ++++++++++++++++++++++
 tests/check_attribute.c  |  2 +-
 tests/check_element.c    | 11 ++++++--
 tests/check_tree.c       | 52 ++++++++++++++++++++++++++++++++++++
 17 files changed, 258 insertions(+), 88 deletions(-)

commit fe59f2dfeeb1a856ffc4d180d0d176d1992a602e
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sun Aug 30 23:58:04 2009 +0200

    added file reader unit tests; make equal comparissons safe

 .hgignore                        |   1 +
 scew/element.c                   |   8 +-
 scew/element_attribute.c         |  10 +--
 scew/element_copy.c              |   2 +-
 scew/element_search.c            |   6 +-
 scew/parser.c                    |   2 +-
 scew/printer.c                   |   4 +-
 scew/reader_buffer.c             |   2 +-
 scew/reader_file.c               |  33 ++++++--
 scew/writer_buffer.c             |   2 +-
 scew/writer_file.c               |   4 +-
 scew/xerror.c                    |  16 ++--
 scew/xparser.c                   |  24 +++---
 tests/Makefile.am                |  14 +++-
 tests/check_reader_buffer.c      |   3 +-
 tests/check_reader_file.c        | 159 +++++++++++++++++++++++++++++++++++++++
 tests/data/check_reader_file.txt |   1 +
 17 files changed, 239 insertions(+), 52 deletions(-)
 create mode 100644 tests/check_reader_file.c
 create mode 100644 tests/data/check_reader_file.txt

commit 1b62ff2ac7377bb1181e294b6172f539a48b0c22
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sun Aug 30 22:30:33 2009 +0200

    add underscore in global static variables

 scew/xerror.c | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit 82403169f49832c04d98b6ba45d38174cbf82ac2
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sat Aug 29 20:56:10 2009 +0200

    added buffer writer unit tests

 .hgignore                   |   1 +
 tests/Makefile.am           |  10 ++-
 tests/check_reader_buffer.c |   3 +-
 tests/check_writer_buffer.c | 148 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 159 insertions(+), 3 deletions(-)
 create mode 100644 tests/check_writer_buffer.c

commit 4fd550816576c946698cbf640fcb5e4ce099bbf6
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sat Aug 29 14:54:18 2009 +0200

    improve buffer reader unit tests

 tests/check_reader_buffer.c | 73 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 73 insertions(+)

commit dfe7448879fee5929ed524fca2f4ca5be53aee8c
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Aug 28 20:25:31 2009 +0200

    initial buffer reader unit tests

 .hgignore                   |  1 +
 scew/parser.c               |  4 +--
 scew/reader.c               |  6 ++--
 scew/reader.h               |  4 +--
 scew/reader_buffer.c        |  9 ++++++
 scew/reader_file.c          |  6 ++--
 scew/writer.c               |  6 ++--
 scew/writer.h               |  4 +--
 scew/writer_buffer.c        | 27 +++++++++++++----
 scew/writer_file.c          |  6 ++--
 tests/Makefile.am           | 12 ++++++--
 tests/check_reader_buffer.c | 73 +++++++++++++++++++++++++++++++++++++++++++++
 12 files changed, 133 insertions(+), 25 deletions(-)
 create mode 100644 tests/check_reader_buffer.c

commit 868f9bfdf71b97b6a23023b47122f1bc5907c0ea
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Aug 28 20:06:30 2009 +0200

    fix buffer reader creation

 configure.in         | 2 +-
 scew/reader_buffer.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d35746f8050874ec1c63292ba534ec95b01c308d
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Aug 28 01:20:33 2009 +0200

    added tree UT, fix some doc, and free attribute when detaching from elements

 .hgignore                |   1 +
 examples/Makefile.am     |   2 +-
 scew/Makefile.am         |  16 +++---
 scew/bool.h              |   6 +-
 scew/element.h           |  12 ++--
 scew/element_attribute.c |  13 ++---
 scew/list.h              |   4 +-
 scew/printer.h           |   9 +++
 scew/reader.c            |   2 +-
 scew/reader.h            |   6 +-
 scew/reader_buffer.h     |   1 +
 scew/reader_file.c       |   2 +-
 scew/reader_file.h       |   3 +-
 scew/scew.h              |   1 +
 scew/tree.c              |  88 +++++++++++++++-------------
 scew/tree.h              | 142 +++++++++++++++++++++++++++++----------------
 scew/writer.h            |   6 +-
 scew/writer_buffer.c     |   2 +-
 scew/writer_buffer.h     |   3 +-
 scew/writer_file.c       |   2 +-
 scew/writer_file.h       |   3 +-
 tests/Makefile.am        |  13 ++++-
 tests/check_attribute.c  |  41 ++++++-------
 tests/check_element.c    |  66 ++++++++++-----------
 tests/check_list.c       |  52 ++++++++---------
 tests/check_tree.c       | 147 +++++++++++++++++++++++++++++++++++++++++++++++
 26 files changed, 431 insertions(+), 212 deletions(-)
 create mode 100644 tests/check_tree.c

commit aff1467cda2e59a00149f2247cd6d03b29da8f65
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Aug 27 01:59:13 2009 +0200

    separate element interface into different files

 scew/Makefile.am         |   7 +-
 scew/element.c           | 481 +----------------------------------------------
 scew/element.h           |  15 +-
 scew/element_attribute.c | 260 +++++++++++++++++++++++++
 scew/element_compare.c   | 123 ++++++++++++
 scew/element_copy.c      | 122 ++++++++++++
 scew/element_search.c    | 110 +++++++++++
 scew/xattribute.c        |  14 +-
 scew/xattribute.h        |  12 +-
 scew/xelement.h          |  59 ++++++
 10 files changed, 690 insertions(+), 513 deletions(-)
 create mode 100644 scew/element_attribute.c
 create mode 100644 scew/element_compare.c
 create mode 100644 scew/element_copy.c
 create mode 100644 scew/element_search.c
 create mode 100644 scew/xelement.h

commit 2c6dc7e0ab8451dc311f14750fe6ba3fc8a5a644
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Aug 25 02:08:21 2009 +0200

    added new SCEW buffer reader

 scew/Makefile.am     |  10 ++--
 scew/reader_buffer.c | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++
 scew/reader_buffer.h |  47 ++++++++++++++++
 scew/writer_buffer.h |   2 +-
 4 files changed, 206 insertions(+), 5 deletions(-)
 create mode 100644 scew/reader_buffer.c
 create mode 100644 scew/reader_buffer.h

commit b60ba88dde67d06d9a85eb94eb0b7a7181a2112d
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Aug 25 01:35:20 2009 +0200

    fix loading XML documents larger than 1024 bytes

 scew/parser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 69165ef8f176ef5ddc55475304b98d85e341fbf3
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Aug 25 00:47:37 2009 +0200

    clarify scew_tree_free documentation

 scew/tree.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d2f3ba93779796a3eeeeeca84d8beafaf2264c6f
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Aug 25 00:24:45 2009 +0200

    improve attribute unit tests

 tests/check_attribute.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

commit d963100a85aa6c0c790ff66fca6498db6c80d274
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Aug 25 00:13:31 2009 +0200

    update tag names

commit db916949415a7607433eddef633fefe916977e9a
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Tue Aug 25 00:10:43 2009 +0200

    added attribute UT and fix elements attribute deletion

 .hgignore               |   1 +
 scew/Makefile.am        |   4 +-
 scew/attribute.c        |  34 +---------
 scew/attribute.h        |  24 -------
 scew/element.c          |  15 +++--
 scew/parser.c           |  83 ++++++++++++++++--------
 scew/xattribute.c       |  56 ++++++++++++++++
 scew/xattribute.h       |  68 +++++++++++++++++++
 scew/xparser.c          |   3 +-
 tests/Makefile.am       |  11 +++-
 tests/check_attribute.c | 169 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/check_element.c   |  25 +++++--
 12 files changed, 394 insertions(+), 99 deletions(-)
 create mode 100644 scew/xattribute.c
 create mode 100644 scew/xattribute.h
 create mode 100644 tests/check_attribute.c

commit fab46c40f5b80390c31ea49c04c4a6525fc287df
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sun Jan 25 13:55:53 2009 +0100

    Fixed mem leaks, added printer/reader support, writer updated

 README                             |  25 +-
 THANKS                             |  15 +-
 configure.in                       |   2 +-
 examples/scew_print/scew_print.c   |  21 +-
 examples/scew_stream/scew_stream.c |  82 ++++---
 examples/scew_write/scew_write.c   |  23 +-
 scew/Makefile.am                   |   8 +-
 scew/parser.c                      | 173 +++++---------
 scew/parser.h                      |  68 +-----
 scew/printer.c                     | 457 +++++++++++++++++++++++++++++++++++++
 scew/printer.h                     | 148 ++++++++++++
 scew/reader.c                      | 118 ++++++++++
 scew/reader.h                      |  76 ++++++
 scew/reader_file.c                 | 179 +++++++++++++++
 scew/reader_file.h                 |  49 ++++
 scew/scew.h                        |   5 +-
 scew/tree.c                        |   8 +-
 scew/writer.c                      | 325 ++------------------------
 scew/writer.h                      | 119 ++--------
 scew/writer_buffer.c               |  97 ++++----
 scew/writer_buffer.h               |   9 +-
 scew/writer_file.c                 |  76 ++++--
 scew/writer_file.h                 |  11 +-
 scew/xparser.c                     |  69 ++++--
 scew/xparser.h                     |   8 +-
 25 files changed, 1412 insertions(+), 759 deletions(-)
 create mode 100644 scew/printer.c
 create mode 100644 scew/printer.h
 create mode 100644 scew/reader.c
 create mode 100644 scew/reader.h
 create mode 100644 scew/reader_file.c
 create mode 100644 scew/reader_file.h

commit 40bef703f468dda45979dc75363ee892b1b2d24d
Author: Aleix Conchillo Flaque <aconchillo@ice.csic.es>
Date:   Thu Nov 27 00:04:20 2008 +0100

    cleanup and simplify writer interface

 scew/writer.c        | 75 ++++++++++++++++++++++++++--------------------------
 scew/writer.h        |  7 +++--
 scew/writer_buffer.c | 14 +++++++---
 scew/writer_file.c   | 15 +++++++----
 4 files changed, 60 insertions(+), 51 deletions(-)

commit 887d1cdfd1782638ce5b52952238933a297c3dd7
Author: Aleix Conchillo Flaque <aconchillo@ice.csic.es>
Date:   Wed Nov 26 23:54:18 2008 +0100

    fix memory leak when adding new attributes

 scew/element.c | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)

commit ffb3e54d43b4ca99dba1383696aeaaed2b1312a2
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Sat Nov 22 13:39:07 2008 +0100

    fix closing element tag

 scew/writer.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit f8fa500cdd83548c2504267c70dd1c0e5ac43865
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Nov 13 23:55:20 2008 +0100

    fix: re-adding an existent attribute does not create a new one

 scew/element.c        | 44 ++++++++++++++++++++++++++++++++------------
 tests/check_element.c | 25 +++++++++++++++++++++++++
 2 files changed, 57 insertions(+), 12 deletions(-)

commit bbdafa8ab8472e66bee4da86b0be05c58dc0a7ae
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Nov 13 11:12:53 2008 +0100

    add writer headers to scew.h

 scew/scew.h | 2 ++
 1 file changed, 2 insertions(+)

commit 29b0893bb89dec79c05f93221caf6efc115a0700
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Nov 13 11:09:07 2008 +0100

    improve scew writer interface and split writer header files

 scew/Makefile.am     |   4 +-
 scew/writer.c        | 123 +++++++++++++++++++++++++++++++++++++--------------
 scew/writer.h        |  78 ++++++--------------------------
 scew/writer_buffer.c |  74 ++++++++++++++++---------------
 scew/writer_buffer.h |  69 +++++++++++++++++++++++++++++
 scew/writer_file.c   |  86 ++++++++++++++++++-----------------
 scew/writer_file.h   |  90 +++++++++++++++++++++++++++++++++++++
 scew/xwriter.h       |  59 ------------------------
 8 files changed, 349 insertions(+), 234 deletions(-)
 create mode 100644 scew/writer_buffer.h
 create mode 100644 scew/writer_file.h
 delete mode 100644 scew/xwriter.h

commit 48d62a064885131e7daabd30246522ca2fb893f9
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Sep 5 15:42:56 2008 +0200

    added missing headers in scew.h and Makefile.am

 ChangeLog        | 6 ++++++
 scew/Makefile.am | 4 ++--
 scew/scew.h      | 1 +
 3 files changed, 9 insertions(+), 2 deletions(-)

commit 47d75fa090f05850b06fddbcab0046874eb5c80d
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Sep 5 10:17:55 2008 +0200

    minor updates to ChangeLog

 ChangeLog | 7 +++++++
 1 file changed, 7 insertions(+)

commit 65ee6e82e9a02deebe32d03d289e058b8bc91dce
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Sep 5 09:17:36 2008 +0200

    remove xml declaration trailing space

 scew/writer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4c52df54e42dd4582fd1abdfc98efd30de699e7b
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Fri Sep 5 09:11:54 2008 +0200

    back to c90 (except unit tests)

 NEWS                               |   3 +-
 examples/scew_print/scew_print.c   |  44 +++++++----
 examples/scew_stream/scew_stream.c |  13 +--
 examples/scew_write/scew_write.c   |  72 ++++++++++-------
 scew/attribute.c                   |  22 ++++--
 scew/bool.h                        |   2 +-
 scew/element.c                     | 157 +++++++++++++++++++++++--------------
 scew/error.c                       |  18 +++--
 scew/list.c                        |  32 +++++---
 scew/parser.c                      |  26 +++---
 scew/str.c                         |  21 +++--
 scew/tree.c                        |  11 +--
 scew/writer.c                      |  85 ++++++++++++--------
 scew/writer_buffer.c               |  31 +++++---
 scew/writer_file.c                 |  30 ++++---
 scew/xerror.c                      |  37 +++++----
 scew/xparser.c                     | 118 ++++++++++++++++++----------
 scew/xparser.h                     |   8 +-
 scew/xwriter.h                     |   6 +-
 19 files changed, 451 insertions(+), 285 deletions(-)

commit 2a57cc747bc69d4a2a5303f8d045dd55202a8893
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Thu Sep 4 12:10:55 2008 +0200

    added scew_bool and stdbool.h removed

 NEWS                               |  3 ++
 examples/scew_stream/scew_stream.c |  5 ++-
 scew/attribute.c                   |  4 +--
 scew/attribute.h                   |  7 ++--
 scew/bool.h                        | 40 ++++++++++++++++++++++
 scew/element.c                     | 48 +++++++++++++--------------
 scew/element.h                     |  4 +--
 scew/list.h                        |  4 +--
 scew/parser.c                      | 32 +++++++++---------
 scew/parser.h                      | 24 ++++++++------
 scew/scew.h                        |  3 +-
 scew/tree.h                        |  2 +-
 scew/writer.c                      | 68 ++++++++++++++++++++------------------
 scew/writer.h                      | 29 ++++++++--------
 scew/writer_buffer.c               | 15 +++++----
 scew/writer_file.c                 | 13 ++++----
 scew/xparser.c                     |  4 +--
 scew/xparser.h                     |  4 +--
 scew/xwriter.h                     |  8 ++---
 tests/check_element.c              | 14 ++++----
 tests/check_list.c                 | 29 ++++++++--------
 21 files changed, 205 insertions(+), 155 deletions(-)
 create mode 100644 scew/bool.h

commit 37c32f888e4e3204bc9ac482b21c47dc17bbb5d4
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Sep 4 11:36:27 2008 +0200

    update visual studio project file in Makefile.am

 win32/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 26cc6b7fc04ce972fc4e7322b0236c26e78f67c7
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Sep 4 11:36:04 2008 +0200

    ansic does not allow for loop variable declaration

 scew/xparser.c        |  3 ++-
 tests/check_element.c | 26 ++++++++++++++++----------
 tests/check_list.c    | 29 +++++++++++++++++++----------
 3 files changed, 37 insertions(+), 21 deletions(-)

commit a07e284ec1fa3b4f30000226fd9f301d7f198613
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Sep 4 11:35:16 2008 +0200

    initial writer documentation

 scew/writer.h | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 91 insertions(+)

commit 719802dbc5d67a3d58bc0903c40a785ae72c8c6a
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Sep 4 11:35:00 2008 +0200

    support for XML standalone attribute

 scew/tree.c   | 60 ++++++++++++++++++++++-----------------------
 scew/tree.h   | 78 ++++++++++++++++++++++++++++++++---------------------------
 scew/writer.c | 29 ++++++++++++++++------
 3 files changed, 95 insertions(+), 72 deletions(-)

commit e69fc17d5d397d0a580746fafed353075b685a78
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Sep 4 11:33:48 2008 +0200

    do not use all c99 features

 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 65295e9e520540b664405b64c82c3c8e698a61b6
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Sep 4 11:33:18 2008 +0200

    update NEWS file

 NEWS | 86 +++++++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 54 insertions(+), 32 deletions(-)

commit aadb42efe5a15898f2c66812c2edcb404e550e27
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Sep 4 11:32:32 2008 +0200

    do not use justification in text files

 INSTALL.WIN32 | 39 ++++++++++++++++++++-------------------
 README        | 28 +++++++++++++++++++---------
 THANKS        | 28 +++++++++++++++-------------
 3 files changed, 54 insertions(+), 41 deletions(-)

commit 00711acf0fd30ef06047d615bf749e73b895cba3
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Sep 3 20:05:00 2008 +0200

    added visual studio 9 initial project file

 win32/scew.dsp    |  369 ---------------
 win32/scew.vcproj | 1342 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1342 insertions(+), 369 deletions(-)
 delete mode 100644 win32/scew.dsp
 create mode 100644 win32/scew.vcproj

commit d3e7520405bc4cf14909de61d9cf91022887ffac
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Sun Aug 17 02:36:57 2008 +0200

    use null-terminated string when getting element contents

 scew/str.c     | 2 +-
 scew/xparser.c | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit f55575109c7b9ba61632b8f28a9a30a9c84ab29f
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Sun Aug 17 02:06:16 2008 +0200

    more internal scew parser updates and cleanups

 scew/error.c   |   7 +-
 scew/error.h   |   1 +
 scew/str.c     |   4 +-
 scew/xparser.c | 240 ++++++++++++++++++++++++++++++++++++++-------------------
 scew/xparser.h |   2 +
 5 files changed, 169 insertions(+), 85 deletions(-)

commit eb8439c278597da6dcaf0b77d581e47dbbf91bf9
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Sat Aug 16 13:20:00 2008 +0200

    minor cleanup in parser

 scew/parser.c  |  1 +
 scew/parser.h  |  4 ++--
 scew/xparser.c | 50 ++++++++++++++++++++++++++++++--------------------
 scew/xparser.h |  3 +--
 4 files changed, 34 insertions(+), 24 deletions(-)

commit f1636d010eef3be0260d87f41807867508b8456d
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Sat Aug 16 01:48:46 2008 +0200

    more cleanup in parser interface

 scew/parser.c  | 49 ++++++++-------------------------------
 scew/xparser.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++------------
 scew/xparser.h | 17 +-------------
 3 files changed, 68 insertions(+), 71 deletions(-)

commit c6ff822cfd6f60fd17973540bbaa865c8c2d31bc
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Fri Aug 15 12:06:11 2008 +0200

    remove unnecessary files from private parser interface

 scew/Makefile.am |   4 +-
 scew/parser.c    |   9 +--
 scew/xhandler.c  | 172 -------------------------------------------------------
 scew/xhandler.h  |  52 -----------------
 scew/xparser.c   | 154 +++++++++++++++++++++++++++++++++++++++++++++++++
 scew/xparser.h   |  28 +++++----
 6 files changed, 178 insertions(+), 241 deletions(-)
 delete mode 100644 scew/xhandler.c
 delete mode 100644 scew/xhandler.h

commit 6d3bee4e62c44c53897b23694a78fda756de6373
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Jul 31 22:36:41 2008 +0200

    minor documentation updates

 scew/attribute.h   |  2 +-
 scew/element.h     |  2 +-
 scew/writer.h      | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 tests/check_list.c |  2 +-
 4 files changed, 83 insertions(+), 6 deletions(-)

commit a5d2d8d67d3af11d2b185adb1d2e3c0457a32e5b
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Jul 31 22:34:54 2008 +0200

    add xwriter.h copyright notice

 scew/xwriter.h | 36 +++++++++++++++++++++++++++++-------
 1 file changed, 29 insertions(+), 7 deletions(-)

commit 0fb519fa883b842ed5e369b65886505ef1a9c123
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Jul 31 22:24:41 2008 +0200

    initial list documentation and minor changes

 scew/element.c     |   6 +-
 scew/list.c        |  69 +++++++++-------
 scew/list.h        | 228 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 tests/check_list.c |   6 +-
 4 files changed, 266 insertions(+), 43 deletions(-)

commit 3d2a7e893354f0fa342afde4763f30926d758e9e
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Tue Jul 29 21:08:05 2008 +0200

    use last_attribute pointer when appending element's attributes

 scew/element.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b1799dbf465782d428775575146f938c0b9b5989
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Jul 24 21:17:49 2008 +0200

    improve doxygen.m4 autoconf macro

 .hgignore               |  1 +
 NEWS                    | 34 ++++++++++++++++++----------------
 doc/Makefile.am         |  4 ++--
 etc/autoconf/doxygen.m4 | 38 +++++++++++++++++---------------------
 scew/attribute.h        |  2 +-
 5 files changed, 39 insertions(+), 40 deletions(-)

commit c3e670e3afe338d1112f411d749189ca990bf892
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Jul 24 20:48:03 2008 +0200

    always build examples. 'make dist' works again.

 Makefile.am      | 9 +++------
 configure.in     | 5 ++---
 scew/Makefile.am | 2 +-
 3 files changed, 6 insertions(+), 10 deletions(-)

commit 85ad1778ca3d89dbf6e8256c6499a6bfd0a77c51
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Jul 24 20:22:51 2008 +0200

    re-add scew_writer_fp_create and add support for writer errors

 scew/writer.c      | 139 ++++++++++++++++++++++++++++++++++++-----------------
 scew/writer.h      |  28 +++--------
 scew/writer_file.c |  50 +++++++++++--------
 3 files changed, 133 insertions(+), 84 deletions(-)

commit c9deafbe53864ca6877e41c662e5f22e3b508d74
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Jul 24 20:22:12 2008 +0200

    cleanup examples: use c99 comments

 examples/scew_print/scew_print.c   | 43 +++++++++++++---------------------
 examples/scew_stream/scew_stream.c |  8 +++----
 examples/scew_write/scew_write.c   | 47 ++++++++++++++++----------------------
 3 files changed, 39 insertions(+), 59 deletions(-)

commit 219414f2b45b2a0599c3c5df16f73746c0dbe11d
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Jul 24 00:04:29 2008 +0200

    fix: while adding attribues, only the last was kept

 examples/scew_write/scew_write.c | 28 ++++++++++++++++++++++------
 scew/element.c                   | 12 ++++++++----
 scew/error.c                     | 11 ++++++++---
 tests/check_element.c            | 35 ++++++++++++++++++++++++++++-------
 tests/test.h                     |  6 +++---
 5 files changed, 69 insertions(+), 23 deletions(-)

commit 71eda41af5086a225e841e0da246b094836cf88d
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Jul 24 00:02:37 2008 +0200

    remove scew_writer_fp_create and related changes

 scew/writer.c      |  2 +-
 scew/writer.h      |  2 --
 scew/writer_file.c | 50 +++++++++++++++++++-------------------------------
 3 files changed, 20 insertions(+), 34 deletions(-)

commit 6e78ccad67f17b302bd6c3a353a368388d044b2e
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Thu Jul 24 00:00:59 2008 +0200

    sprintf and vsprintf are special cases and can not be generic

 scew/str.h | 28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

commit 607230255e5edabc197db20c764d5aaaa1dbc6cd
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Wed Jul 23 23:59:24 2008 +0200

    initial buffer writer implementation

 scew/writer_buffer.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 88 insertions(+), 1 deletion(-)

commit db59e19e0f5c23738f7dc1a3a9c15b2859e0130b
Author: Aleix Conchillo Flaqué <aleix@member.fsf.org>
Date:   Wed Jul 23 23:58:43 2008 +0200

    minor cleanup in list code

 scew/list.c | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

commit de6b6de8248736f3fc12e14b1c1f0dd2c361b725
Author: Aleix Conchillo Flaqué <aconchillo@ieec.cat>
Date:   Tue Jul 22 23:08:29 2008 +0200

    3 in 1: copyright notices, error cleanup, initial writer implementation

 examples/scew_print/Makefile.am    |   2 +-
 examples/scew_print/scew_print.c   |   2 +-
 examples/scew_stream/scew_stream.c |   2 +-
 examples/scew_write/scew_write.c   |  15 +--
 scew/Makefile.am                   |   7 +-
 scew/attribute.c                   |  26 ++---
 scew/attribute.h                   |   2 +-
 scew/element.c                     |  90 +++++++++++-----
 scew/element.h                     |   2 +-
 scew/error.c                       |  20 ++--
 scew/error.h                       |  19 ++--
 scew/list.c                        |   2 +-
 scew/list.h                        |   2 +-
 scew/parser.c                      |  39 +++----
 scew/parser.h                      |   2 +-
 scew/scew.h                        |   2 +-
 scew/str.c                         |   2 +-
 scew/str.h                         |   6 +-
 scew/tree.c                        |  24 +++--
 scew/tree.h                        |   2 +-
 scew/writer.c                      | 214 ++++++++++++++++++++++++++++++++++---
 scew/writer.h                      |  42 +++++++-
 scew/{xprint.h => writer_buffer.c} |  45 ++++----
 scew/writer_file.c                 | 137 ++++++++++++++++++++++++
 scew/xerror.c                      | 121 ++++++++++-----------
 scew/xerror.h                      |   7 +-
 scew/xhandler.c                    |   2 +-
 scew/xhandler.h                    |   2 +-
 scew/xparser.c                     |   2 +-
 scew/xparser.h                     |   2 +-
 scew/xprint.c                      | 144 -------------------------
 scew/xwriter.h                     |  37 +++++++
 32 files changed, 660 insertions(+), 363 deletions(-)
 rename scew/{xprint.h => writer_buffer.c} (53%)
 create mode 100644 scew/writer_file.c
 delete mode 100644 scew/xprint.c
 create mode 100644 scew/xwriter.h

commit d005ef66c85c80a28549e8814bb377c8b1225a23
Author: Aleix Conchillo Flaqué <aconchillo@ieec.cat>
Date:   Tue Jul 22 23:07:04 2008 +0200

    use C99 autconf macro

 configure.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 1796a7d837e43c5d9960404d932ef4efe81b34cb
Author: Aleix Conchillo Flaqué <aconchillo@ieec.cat>
Date:   Tue Jul 22 23:06:36 2008 +0200

    remove carriage returns from autogen.sh

 autogen.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit b1535bc0e495320d6cd383bdda4815c35300684a
Author: Aleix Conchillo Flaqué <aconchillo@ieec.cat>
Date:   Tue Jul 22 23:04:54 2008 +0200

    ignore temporary files in Hg

 .hgignore | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 .hgignore

commit ae0eacdaec4c43653df924addb1cf416e9076f2e
Author: Aleix Conchillo Flaque <aleix@member.fsf.org>
Date:   Wed Jun 11 15:49:19 2008 +0200

    remove .cvsignore and update some files to UTF-8

 .cvsignore                      | 16 ----------------
 AUTHORS                         |  2 +-
 NEWS                            |  6 +++---
 THANKS                          |  4 ++--
 doc/.cvsignore                  |  4 ----
 etc/.cvsignore                  |  2 --
 etc/autoconf/.cvsignore         |  2 --
 etc/pkg-config/.cvsignore       |  3 ---
 examples/.cvsignore             |  2 --
 examples/scew_print/.cvsignore  |  5 -----
 examples/scew_stream/.cvsignore |  5 -----
 examples/scew_write/.cvsignore  |  5 -----
 scew/.cvsignore                 | 18 ------------------
 tests/.cvsignore                |  6 ------
 win32/.cvsignore                |  2 --
 15 files changed, 6 insertions(+), 76 deletions(-)
 delete mode 100644 .cvsignore
 delete mode 100644 doc/.cvsignore
 delete mode 100644 etc/.cvsignore
 delete mode 100644 etc/autoconf/.cvsignore
 delete mode 100644 etc/pkg-config/.cvsignore
 delete mode 100644 examples/.cvsignore
 delete mode 100644 examples/scew_print/.cvsignore
 delete mode 100644 examples/scew_stream/.cvsignore
 delete mode 100644 examples/scew_write/.cvsignore
 delete mode 100644 scew/.cvsignore
 delete mode 100644 tests/.cvsignore
 delete mode 100644 win32/.cvsignore

commit 1f2f02bf4529bdae1d382121b4673a202b842da9
Author: convert-repo <devnull@localhost>
Date:   Mon Jun 2 05:29:03 2008 +0000

    update tags

commit 7b19c56f5837f275c584b3893edd8dd892453b4c
Author: aleix <devnull@localhost>
Date:   Mon Oct 15 11:10:42 2007 +0200

    fix automake warnings

 configure.in      | 2 ++
 tests/Makefile.am | 8 +++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 81f84afa2579de72933671166a9d185accd4e29e
Author: aleix <devnull@localhost>
Date:   Sun Oct 14 13:14:50 2007 +0200

    fix number of attributes counter

 examples/scew_write/scew_write.c | 18 +++++++++---------
 scew/element.c                   |  7 ++++---
 scew/element.h                   |  6 +++---
 scew/list.c                      |  4 ++--
 scew/parser.c                    |  2 +-
 scew/xhandler.c                  |  2 +-
 scew/xprint.c                    |  2 +-
 tests/check_element.c            | 20 ++++++++++++++++++++
 8 files changed, 41 insertions(+), 20 deletions(-)

commit d3b0308e198b5c8091bc83a9a962070cfe49a371
Author: aleix <devnull@localhost>
Date:   Sat Oct 13 13:16:49 2007 +0200

    build library before examples

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 52b3f7838d64de206c835e4e727a9cf13c1e0f64
Author: aleix <devnull@localhost>
Date:   Sat Oct 13 13:13:00 2007 +0200

    add attribute's parent accessors

 ChangeLog        | 56 ++++++++++++++++++++++++++++++++++++++++++--------------
 scew/attribute.c | 12 ++++++++++++
 scew/attribute.h | 13 +++++++++++++
 scew/element.c   |  3 +++
 scew/element.h   |  3 +--
 scew/parser.h    |  2 +-
 6 files changed, 72 insertions(+), 17 deletions(-)

commit cf681e7078ab5478286c5ac3e7943b3d7727bbd9
Author: aleix <devnull@localhost>
Date:   Thu Oct 11 17:20:16 2007 +0200

    added attribute parent. more documentation updates

 NEWS             |   2 +-
 scew/attribute.c |  20 ++++++++
 scew/attribute.h |  66 +++++++++++++++++--------
 scew/element.c   |   8 +++-
 scew/element.h   | 143 ++++++++++++++++++++++++++++++-------------------------
 scew/xprint.c    |   1 +
 6 files changed, 153 insertions(+), 87 deletions(-)

commit 88d6a01aade9b20d29728936afab5157bf821308
Author: aleix <devnull@localhost>
Date:   Thu Oct 11 01:47:52 2007 +0200

    documentation improvements. fsf address updated

 Makefile.am                        |   7 ++-
 configure.in                       |  17 ++++---
 examples/scew_print/scew_print.c   |   6 +--
 examples/scew_stream/scew_stream.c |   6 +--
 examples/scew_write/scew_write.c   |   6 +--
 scew/attribute.c                   |  11 ++--
 scew/attribute.h                   |  22 ++++----
 scew/element.c                     |   7 +--
 scew/element.h                     |  87 +++++++++++++++++++++++---------
 scew/error.c                       |   6 +--
 scew/error.h                       |  23 ++++++---
 scew/list.c                        |  27 ++++++++--
 scew/list.h                        |  30 ++++++++++-
 scew/parser.c                      |   8 +--
 scew/parser.h                      |  91 +++++++++++++++++++++++++--------
 scew/scew.h                        |   9 ++--
 scew/str.c                         |   8 +--
 scew/str.h                         |   7 ++-
 scew/tree.c                        |  61 ++++++++++++++--------
 scew/tree.h                        | 100 ++++++++++++++++++++++++++++++-------
 scew/writer.c                      |   6 +--
 scew/writer.h                      |   4 +-
 scew/xerror.c                      |   8 +--
 scew/xerror.h                      |   7 ++-
 scew/xhandler.c                    |   8 +--
 scew/xhandler.h                    |   6 +--
 scew/xparser.c                     |   6 +--
 scew/xparser.h                     |  13 ++---
 scew/xprint.c                      |   6 +--
 scew/xprint.h                      |   4 +-
 tests/check_element.c              |   3 +-
 tests/check_list.c                 |  20 ++++----
 tests/main.c                       |   4 +-
 33 files changed, 430 insertions(+), 204 deletions(-)

commit 6f0dc150a25ae6074a567b447a5ec6eac6d4dd4a
Author: aleix <devnull@localhost>
Date:   Wed Oct 10 22:45:55 2007 +0200

    parser cleanup

 examples/scew_print/scew_print.c   | 14 ++++--------
 examples/scew_stream/scew_stream.c | 14 +++++-------
 examples/scew_write/scew_write.c   | 19 +++++-----------
 scew/error.c                       | 12 +++++-----
 scew/parser.c                      | 45 +++++++++++++++++++++++++++++++++-----
 scew/parser.h                      | 12 +++++-----
 scew/xparser.c                     | 38 +++++---------------------------
 scew/xparser.h                     | 10 +++++----
 8 files changed, 79 insertions(+), 85 deletions(-)

commit c62a300c0a96a95fd59fda43ab2b2ece231fe2aa
Author: aleix <devnull@localhost>
Date:   Wed Oct 10 22:25:05 2007 +0200

    remove more unneeded files

 scew/Makefile.am |  2 +-
 scew/types.h     | 41 -----------------------------------------
 scew/xelement.h  | 34 ----------------------------------
 scew/xparser.h   |  3 ---
 scew/xtree.h     | 35 -----------------------------------
 5 files changed, 1 insertion(+), 114 deletions(-)
 delete mode 100644 scew/types.h
 delete mode 100644 scew/xelement.h
 delete mode 100644 scew/xtree.h

commit e5b2122d96d9f5eb3f9ef05754d88ae9bd84a242
Author: aleix <devnull@localhost>
Date:   Wed Oct 10 22:20:40 2007 +0200

    xattribute.* removed

 scew/xattribute.c | 124 ------------------------------------------------------
 scew/xattribute.h |  79 ----------------------------------
 2 files changed, 203 deletions(-)
 delete mode 100644 scew/xattribute.c
 delete mode 100644 scew/xattribute.h

commit 8a0f77a129826d74d01b09cf8afbd2dae35f8e09
Author: aleix <devnull@localhost>
Date:   Wed Oct 10 22:19:12 2007 +0200

    more memory fixes. xattribute.* removed

 scew/attribute.c      |  2 +-
 scew/element.c        | 53 +++++++++++++++++++++++++++++++++++++++------------
 scew/element.h        | 18 ++++++++++++++---
 scew/list.c           | 16 +++++++---------
 tests/check_element.c | 21 +++++++++++++++++++-
 5 files changed, 84 insertions(+), 26 deletions(-)

commit 6d264dce4062581ed0db7026cc373ab65d92d171
Author: aleix <devnull@localhost>
Date:   Wed Oct 10 01:05:45 2007 +0200

    update libtool version

 configure.in     | 2 +-
 scew/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 8359150bcba3982d757df45c8b59335e5cdfba8d
Author: aleix <devnull@localhost>
Date:   Wed Oct 10 00:51:45 2007 +0200

    fix memory issues and improve element tests

 scew/element.c        | 32 +++++++++++-------
 scew/element.h        |  6 ++--
 tests/.cvsignore      |  6 ++++
 tests/check_element.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++++---
 4 files changed, 117 insertions(+), 19 deletions(-)
 create mode 100644 tests/.cvsignore

commit c0a01c51f274ab15f3dff35608bea4dec9d81065
Author: aleix <devnull@localhost>
Date:   Tue Oct 9 16:10:29 2007 +0200

    initial changes for 1.0

 .cvsignore                         |    4 +
 AUTHORS                            |    3 -
 COPYING                            |    4 +-
 INSTALL.WIN32                      |    3 -
 Makefile.am                        |    8 +-
 NEWS                               |  253 +++++----
 README                             |    3 -
 THANKS                             |    8 +-
 autogen.sh                         |   23 +-
 configure.in                       |   77 ++-
 doc/Doxyfile.in                    | 1054 ++++++++++++++++++++++++++++++++++--
 doc/Makefile.am                    |    4 +-
 etc/Makefile.am                    |    2 -
 etc/autoconf/Makefile.am           |    2 -
 etc/autoconf/doxygen.m4            |   11 +-
 etc/pkg-config/Makefile.am         |    2 -
 examples/Makefile.am               |    2 -
 examples/README                    |    3 -
 examples/scew_print/.cvsignore     |    1 +
 examples/scew_print/Makefile.am    |    6 +-
 examples/scew_print/scew_print.c   |  163 +++---
 examples/scew_stream/.cvsignore    |    1 +
 examples/scew_stream/Makefile.am   |    6 +-
 examples/scew_stream/scew_stream.c |   86 ++-
 examples/scew_write/.cvsignore     |    1 +
 examples/scew_write/Makefile.am    |    6 +-
 examples/scew_write/scew_write.c   |  113 ++--
 scew/.cvsignore                    |   15 +
 scew/Makefile.am                   |   14 +-
 scew/attribute.c                   |  159 ++++--
 scew/attribute.h                   |  167 +++---
 scew/element.c                     |  709 +++++++++++++++++-------
 scew/element.h                     |  477 +++++++++++-----
 scew/error.c                       |   68 +--
 scew/error.h                       |   83 +--
 scew/list.c                        |  287 ++++++++++
 scew/list.h                        |   89 +++
 scew/parser.c                      |  236 ++++----
 scew/parser.h                      |  110 ++--
 scew/scew.h                        |   52 +-
 scew/str.c                         |   44 +-
 scew/str.h                         |  118 ++--
 scew/tree.c                        |  141 +++--
 scew/tree.h                        |  111 ++--
 scew/types.h                       |   39 +-
 scew/writer.c                      |   39 +-
 scew/writer.h                      |   26 +-
 scew/xattribute.c                  |  195 ++-----
 scew/xattribute.h                  |   60 +-
 scew/xelement.h                    |   29 +-
 scew/xerror.c                      |   21 +-
 scew/xerror.h                      |   18 +-
 scew/xhandler.c                    |  157 +++---
 scew/xhandler.h                    |   30 +-
 scew/xparser.c                     |   74 +--
 scew/xparser.h                     |   42 +-
 scew/xprint.c                      |  122 +++--
 scew/xprint.h                      |   26 +-
 scew/xtree.h                       |   25 +-
 tests/Makefile.am                  |   31 ++
 tests/check_element.c              |  300 ++++++++++
 tests/check_list.c                 |  373 +++++++++++++
 tests/main.c                       |   49 ++
 tests/test.h                       |   98 ++++
 win32/Makefile.am                  |    2 -
 65 files changed, 4658 insertions(+), 1827 deletions(-)
 create mode 100644 scew/list.c
 create mode 100644 scew/list.h
 create mode 100644 tests/Makefile.am
 create mode 100644 tests/check_element.c
 create mode 100644 tests/check_list.c
 create mode 100644 tests/main.c
 create mode 100644 tests/test.h

commit a9f849cb2d6cdb5ac238d0b895ca1d55ccadf6d5
Author: aleix <devnull@localhost>
Date:   Tue May 25 23:10:21 2004 +0200

    new version

 ChangeLog    |  6 ++++++
 NEWS         | 14 ++++++++++++--
 configure.in |  3 ++-
 3 files changed, 20 insertions(+), 3 deletions(-)

commit 54f136181d72a9519633bfc89edafaa8dbf5f406
Author: aleix <devnull@localhost>
Date:   Tue May 25 22:28:43 2004 +0200

    added Gord Shier

 THANKS | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 7f0a70de8b07748dcb56a5d038e6cba321dbce02
Author: aleix <devnull@localhost>
Date:   Tue May 25 22:23:04 2004 +0200

    added stream functionality

 scew/error.c    |  1 +
 scew/error.h    |  4 ++-
 scew/parser.c   | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 scew/parser.h   | 29 +++++++++++++++++-
 scew/types.h    |  9 +++++-
 scew/xhandler.c | 10 +++----
 scew/xparser.c  | 27 ++++++++++++++++-
 scew/xparser.h  | 17 +++++++----
 8 files changed, 163 insertions(+), 26 deletions(-)

commit c689e08d7e89f1c728cc70c16239230b844c618b
Author: aleix <devnull@localhost>
Date:   Tue May 25 20:17:45 2004 +0200

    minor changes

 examples/scew_print/scew_print.c   | 8 ++------
 examples/scew_stream/scew_stream.c | 8 ++++----
 examples/scew_write/scew_write.c   | 8 ++------
 3 files changed, 8 insertions(+), 16 deletions(-)

commit faa75a17c615b419922ef5db9f2ca922d3dfe3cc
Author: aleix <devnull@localhost>
Date:   Mon May 24 00:32:19 2004 +0200

    added scew_stream example

 examples/Makefile.am | 4 ++--
 examples/README      | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 3113e58c43ce1dc67be0ec3f24f403c7c6dcee2b
Author: aleix <devnull@localhost>
Date:   Mon May 24 00:29:24 2004 +0200

    initial revision

 examples/scew_stream/.cvsignore    |   4 ++
 examples/scew_stream/Makefile.am   |  15 +++++
 examples/scew_stream/scew_stream.c | 119 +++++++++++++++++++++++++++++++++++++
 3 files changed, 138 insertions(+)
 create mode 100644 examples/scew_stream/.cvsignore
 create mode 100644 examples/scew_stream/Makefile.am
 create mode 100644 examples/scew_stream/scew_stream.c

commit a52f5a18e0997f0a6dafe78092959c522b7589b3
Author: aleix <devnull@localhost>
Date:   Sat Mar 20 12:23:10 2004 +0100

    just bug fixes note

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 4fa34f274d11d1c19f352c6bfdfec00ce301c6ce
Author: aleix <devnull@localhost>
Date:   Sat Mar 20 12:14:22 2004 +0100

    fix indentation level (closes #7906)

 scew/xprint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fffcebc354b98101e292544cbef58c1427044912
Author: aleix <devnull@localhost>
Date:   Mon Mar 8 23:46:04 2004 +0100

    minor changes

 scew/element.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 0d0f616c71bce21e6e08210b22422da4559b3fbd
Author: aleix <devnull@localhost>
Date:   Mon Mar 8 23:36:38 2004 +0100

    minor doc changes

 scew/xelement.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 7453098547142f0bb3b70f9a9416584c0e0fb175
Author: aleix <devnull@localhost>
Date:   Wed Feb 25 21:44:59 2004 +0100

    added new fixes

 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 5a748697d364c65e9e4288d1199e350d01746412
Author: aleix <devnull@localhost>
Date:   Wed Feb 25 21:36:05 2004 +0100

    minor doc changes

 scew/element.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit b31089c81d6aa72ba108e62c3663199831304433
Author: aleix <devnull@localhost>
Date:   Wed Feb 25 21:33:40 2004 +0100

    attribute replacement fixed

 scew/xattribute.c | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit 9b96d1cefb28daadabf0195f11f5f45ff47fd8b8
Author: aleix <devnull@localhost>
Date:   Wed Feb 25 21:33:02 2004 +0100

    minor changes

 examples/scew_write/scew_write.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 06459dcb00a6383679f8fd418463d7dddf8b851e
Author: aleix <devnull@localhost>
Date:   Wed Feb 25 21:31:57 2004 +0100

    minor improvements

 examples/scew_write/scew_write.c | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

commit 900bd5e686c52c32b0cdd7f6ee1c5d63aecd0d80
Author: aleix <devnull@localhost>
Date:   Wed Feb 18 22:50:54 2004 +0100

    compilation fixes in windows (compiler is interpreting std::list)

 scew/element.c | 6 +++---
 scew/element.h | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 13ce7b8933b4721832910cd87c9f3bf8c2810860
Author: aleix <devnull@localhost>
Date:   Fri Jan 30 13:12:53 2004 +0100

    include expat directories

 INSTALL.WIN32 | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 1f9a3cf21113ffb97507d4ab2227aa4377fda553
Author: aleix <devnull@localhost>
Date:   Fri Jan 30 13:03:54 2004 +0100

    expat path removed

 win32/scew.dsp | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

commit 41d4f212785695f153a12833d19b220142836a71
Author: aleix <devnull@localhost>
Date:   Thu Jan 29 23:52:15 2004 +0100

    update changes from web site

 README | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

commit 5f1bff552bf6430a0491f55f5661f6362356399d
Author: aleix <devnull@localhost>
Date:   Thu Jan 29 23:49:50 2004 +0100

    new release

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f06d8e1603da7ce7412eb9de3c28e60e91e7aec9
Author: aleix <devnull@localhost>
Date:   Thu Jan 29 23:42:09 2004 +0100

    added win32 directory

 INSTALL.WIN32 | 10 +++++-----
 Makefile.am   |  2 +-
 configure.in  |  1 +
 3 files changed, 7 insertions(+), 6 deletions(-)

commit 5d9fff6b37cb91a6201467adc8540e0b253a3c16
Author: aleix <devnull@localhost>
Date:   Thu Jan 29 23:41:10 2004 +0100

    initial revision

 win32/.cvsignore  |   2 +
 win32/Makefile.am |  10 ++
 win32/scew.dsp    | 369 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 381 insertions(+)
 create mode 100644 win32/.cvsignore
 create mode 100644 win32/Makefile.am
 create mode 100644 win32/scew.dsp

commit 123759467cbeff5eeca0b2e215fa243a125c72b9
Author: aleix <devnull@localhost>
Date:   Thu Jan 29 23:38:58 2004 +0100

    compilation fixes

 scew/error.c | 2 ++
 1 file changed, 2 insertions(+)

commit 5f03fdeec30481d755f42c48320a0de48c946bbb
Author: aleix <devnull@localhost>
Date:   Thu Jan 29 23:38:33 2004 +0100

    cleaned, use #include <scew/scew.h>

 examples/scew_print/Makefile.am  | 2 +-
 examples/scew_print/scew_print.c | 4 ++--
 examples/scew_write/Makefile.am  | 2 +-
 examples/scew_write/scew_write.c | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

commit 81b31db7e068fea882cd0440fe990bcf768c6457
Author: aleix <devnull@localhost>
Date:   Thu Jan 29 01:50:50 2004 +0100

    minor changes

 INSTALL.WIN32 | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 0af46a0e42c2fb399a08d283afd64b1d3dfb03af
Author: aleix <devnull@localhost>
Date:   Thu Jan 29 01:41:27 2004 +0100

    doc changes

 scew/error.h | 3 +++
 1 file changed, 3 insertions(+)

commit 9d7feb2e868eb7c48c89a8ca9d51de166e4da236
Author: aleix <devnull@localhost>
Date:   Thu Jan 29 01:37:20 2004 +0100

    minor changes

 NEWS | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ee92044007af5ae28ec01709039f979957db0908
Author: aleix <devnull@localhost>
Date:   Thu Jan 29 01:34:38 2004 +0100

    fixes and new functions

 scew/error.c | 16 ++++++++++------
 scew/str.h   |  4 +++-
 2 files changed, 13 insertions(+), 7 deletions(-)

commit 0c93c96afdbe402e3b21114d582066da062dab74
Author: aleix <devnull@localhost>
Date:   Thu Jan 29 01:13:42 2004 +0100

    win32 compilation fixes

 scew/xerror.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 7dbb18ffeb17cc97472f9a336336bf444d7fb9fa
Author: aleix <devnull@localhost>
Date:   Wed Jan 28 10:23:49 2004 +0100

    EXTRA_DIST fixes

 Makefile.am     | 4 ++--
 doc/Makefile.am | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 3f8cc558f798bc318ae43430a4d10ecbcc486270
Author: aleix <devnull@localhost>
Date:   Wed Jan 28 02:08:17 2004 +0100

    also read this directory

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit aaf472e77d0d1f0cc87d46113ef3c2355adeb6a3
Author: aleix <devnull@localhost>
Date:   Wed Jan 28 02:03:29 2004 +0100

    added CVS id

 INSTALL.WIN32 | 3 +++
 1 file changed, 3 insertions(+)

commit 6b5ca2b368a6f5ac92635fa170541ce390bfac67
Author: aleix <devnull@localhost>
Date:   Wed Jan 28 02:02:53 2004 +0100

    add INSTALL.WIN32

 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit cb1dcab67a514e103ae52a5f67db4e8ee42fd362
Author: aleix <devnull@localhost>
Date:   Wed Jan 28 01:49:05 2004 +0100

    moved from src to scew

 configure.in                    | 2 +-
 examples/scew_print/Makefile.am | 6 +++---
 examples/scew_write/Makefile.am | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

commit e48b878d7f4bf8d1660e50761f27798e286498a5
Author: aleix <devnull@localhost>
Date:   Wed Jan 28 01:45:15 2004 +0100

    src moved to scew

 src/.cvsignore   |   3 -
 src/Makefile.am  |  21 ----
 src/attribute.c  | 134 ---------------------
 src/attribute.h  | 138 ---------------------
 src/element.c    | 358 -------------------------------------------------------
 src/element.h    | 247 --------------------------------------
 src/error.c      |  95 ---------------
 src/error.h      | 112 -----------------
 src/parser.c     | 177 ---------------------------
 src/parser.h     | 154 ------------------------
 src/scew.h       |  72 -----------
 src/str.c        |  73 ------------
 src/str.h        | 121 -------------------
 src/tree.c       | 124 -------------------
 src/tree.h       | 119 ------------------
 src/types.h      |  63 ----------
 src/writer.c     |  71 -----------
 src/writer.h     |  66 ----------
 src/xattribute.c | 225 ----------------------------------
 src/xattribute.h |  91 --------------
 src/xelement.h   |  58 ---------
 src/xerror.c     | 145 ----------------------
 src/xerror.h     |  46 -------
 src/xhandler.c   | 181 ----------------------------
 src/xhandler.h   |  54 ---------
 src/xparser.c    |  70 -----------
 src/xparser.h    |  65 ----------
 src/xprint.c     | 135 ---------------------
 src/xprint.h     |  56 ---------
 src/xtree.h      |  48 --------
 30 files changed, 3322 deletions(-)
 delete mode 100644 src/.cvsignore
 delete mode 100644 src/Makefile.am
 delete mode 100644 src/attribute.c
 delete mode 100644 src/attribute.h
 delete mode 100644 src/element.c
 delete mode 100644 src/element.h
 delete mode 100644 src/error.c
 delete mode 100644 src/error.h
 delete mode 100644 src/parser.c
 delete mode 100644 src/parser.h
 delete mode 100644 src/scew.h
 delete mode 100644 src/str.c
 delete mode 100644 src/str.h
 delete mode 100644 src/tree.c
 delete mode 100644 src/tree.h
 delete mode 100644 src/types.h
 delete mode 100644 src/writer.c
 delete mode 100644 src/writer.h
 delete mode 100644 src/xattribute.c
 delete mode 100644 src/xattribute.h
 delete mode 100644 src/xelement.h
 delete mode 100644 src/xerror.c
 delete mode 100644 src/xerror.h
 delete mode 100644 src/xhandler.c
 delete mode 100644 src/xhandler.h
 delete mode 100644 src/xparser.c
 delete mode 100644 src/xparser.h
 delete mode 100644 src/xprint.c
 delete mode 100644 src/xprint.h
 delete mode 100644 src/xtree.h

commit 6bc27fe6b6a0b767f6091a42973380951c5413c1
Author: aleix <devnull@localhost>
Date:   Wed Jan 28 01:43:21 2004 +0100

    moned from src to scew

 Makefile.am       |   4 +-
 configure.in      |   2 +-
 doc/Doxyfile.in   |   2 +-
 scew/.cvsignore   |   3 +
 scew/Makefile.am  |  21 ++++
 scew/attribute.c  | 134 ++++++++++++++++++++
 scew/attribute.h  | 138 +++++++++++++++++++++
 scew/element.c    | 358 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 scew/element.h    | 247 +++++++++++++++++++++++++++++++++++++
 scew/error.c      |  95 +++++++++++++++
 scew/error.h      | 112 +++++++++++++++++
 scew/parser.c     | 177 +++++++++++++++++++++++++++
 scew/parser.h     | 154 +++++++++++++++++++++++
 scew/scew.h       |  72 +++++++++++
 scew/str.c        |  73 +++++++++++
 scew/str.h        | 121 ++++++++++++++++++
 scew/tree.c       | 124 +++++++++++++++++++
 scew/tree.h       | 119 ++++++++++++++++++
 scew/types.h      |  63 ++++++++++
 scew/writer.c     |  71 +++++++++++
 scew/writer.h     |  66 ++++++++++
 scew/xattribute.c | 225 ++++++++++++++++++++++++++++++++++
 scew/xattribute.h |  91 ++++++++++++++
 scew/xelement.h   |  58 +++++++++
 scew/xerror.c     | 145 ++++++++++++++++++++++
 scew/xerror.h     |  46 +++++++
 scew/xhandler.c   | 181 +++++++++++++++++++++++++++
 scew/xhandler.h   |  54 ++++++++
 scew/xparser.c    |  70 +++++++++++
 scew/xparser.h    |  65 ++++++++++
 scew/xprint.c     | 135 ++++++++++++++++++++
 scew/xprint.h     |  56 +++++++++
 scew/xtree.h      |  48 ++++++++
 33 files changed, 3326 insertions(+), 4 deletions(-)
 create mode 100644 scew/.cvsignore
 create mode 100644 scew/Makefile.am
 create mode 100644 scew/attribute.c
 create mode 100644 scew/attribute.h
 create mode 100644 scew/element.c
 create mode 100644 scew/element.h
 create mode 100644 scew/error.c
 create mode 100644 scew/error.h
 create mode 100644 scew/parser.c
 create mode 100644 scew/parser.h
 create mode 100644 scew/scew.h
 create mode 100644 scew/str.c
 create mode 100644 scew/str.h
 create mode 100644 scew/tree.c
 create mode 100644 scew/tree.h
 create mode 100644 scew/types.h
 create mode 100644 scew/writer.c
 create mode 100644 scew/writer.h
 create mode 100644 scew/xattribute.c
 create mode 100644 scew/xattribute.h
 create mode 100644 scew/xelement.h
 create mode 100644 scew/xerror.c
 create mode 100644 scew/xerror.h
 create mode 100644 scew/xhandler.c
 create mode 100644 scew/xhandler.h
 create mode 100644 scew/xparser.c
 create mode 100644 scew/xparser.h
 create mode 100644 scew/xprint.c
 create mode 100644 scew/xprint.h
 create mode 100644 scew/xtree.h

commit 61051c10a46c9a74056deb4233a3529bb20c97c1
Author: aleix <devnull@localhost>
Date:   Wed Jan 28 01:36:11 2004 +0100

    minor changes for new version

 NEWS   | 24 +++++++++++++++++++++++-
 THANKS |  7 ++++---
 2 files changed, 27 insertions(+), 4 deletions(-)

commit 57e7b79429c127af2959e54f2f7a400e39706790
Author: aleix <devnull@localhost>
Date:   Wed Jan 28 01:35:49 2004 +0100

    added brodie changes

 ChangeLog | 39 ++++++++++++++++++++++++++++++++++++---
 1 file changed, 36 insertions(+), 3 deletions(-)

commit 0cb54016508272495523e7a9d25db149dea06621
Author: aleix <devnull@localhost>
Date:   Wed Jan 28 01:35:28 2004 +0100

    new version and minor changes

 configure.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 6c08067e8ef007f4918b94a8f1eb20c7ce447968
Author: aleix <devnull@localhost>
Date:   Wed Jan 28 01:34:05 2004 +0100

    initial revision

 INSTALL.WIN32 | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 INSTALL.WIN32

commit 3eb8bc53217ef1abef7a24158974703bf1927612
Author: aleix <devnull@localhost>
Date:   Mon Jan 26 00:25:25 2004 +0100

    mem.* removed

 src/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ba734ac2e4f614ccd08d4497d0a3ace3c54234fa
Author: aleix <devnull@localhost>
Date:   Mon Jan 26 00:24:27 2004 +0100

    moved to str

 src/mem.c | 57 ---------------------------------------------------------
 src/mem.h | 60 ------------------------------------------------------------
 2 files changed, 117 deletions(-)
 delete mode 100644 src/mem.c
 delete mode 100644 src/mem.h

commit 73f3b0a2e570c727820e9a2f9c4d06665e7806b6
Author: aleix <devnull@localhost>
Date:   Mon Jan 26 00:21:57 2004 +0100

    brodie patches

 src/scew.h   |  34 +++++++++-
 src/str.c    | 215 +----------------------------------------------------------
 src/str.h    | 187 ++++++++++++++++++---------------------------------
 src/xprint.c |  80 ++++++----------------
 4 files changed, 118 insertions(+), 398 deletions(-)

commit 3b8f327afd877cc6ad8eae1b5c17da5f2f506dd2
Author: aleix <devnull@localhost>
Date:   Mon Jan 26 00:06:47 2004 +0100

    usage of new moved write functions

 examples/scew_write/scew_write.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 2e4e0b0a52e9e7054b80de04ea443fa3f7ba79eb
Author: aleix <devnull@localhost>
Date:   Mon Jan 26 00:06:16 2004 +0100

    added preamble and write functions moved

 src/tree.c  | 34 ++++++++++------------------------
 src/tree.h  | 18 +++++++++---------
 src/xtree.h |  3 ++-
 3 files changed, 21 insertions(+), 34 deletions(-)

commit df82b13c6d57d04c919fb7ce5dfbe1582aa301ab
Author: aleix <devnull@localhost>
Date:   Mon Jan 26 00:05:02 2004 +0100

    added writer

 src/Makefile.am | 4 ++--
 src/scew.h      | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 7f4b79b006ccbbe8167600cb77ba7768b1faf9ff
Author: aleix <devnull@localhost>
Date:   Mon Jan 26 00:03:47 2004 +0100

    initial revision

 src/writer.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/writer.h | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 137 insertions(+)
 create mode 100644 src/writer.c
 create mode 100644 src/writer.h

commit 092d904eaea1fadda35e24ead5d0885a5b3f60d8
Author: aleix <devnull@localhost>
Date:   Sun Jan 25 23:41:48 2004 +0100

    minor changes

 src/attribute.c  | 2 +-
 src/attribute.h  | 2 +-
 src/element.c    | 2 +-
 src/element.h    | 2 +-
 src/error.c      | 2 +-
 src/error.h      | 2 +-
 src/mem.c        | 2 +-
 src/mem.h        | 2 +-
 src/parser.c     | 2 +-
 src/parser.h     | 2 +-
 src/types.h      | 2 +-
 src/xattribute.c | 2 +-
 src/xattribute.h | 2 +-
 src/xelement.h   | 2 +-
 src/xerror.c     | 2 +-
 src/xerror.h     | 2 +-
 src/xhandler.c   | 2 +-
 src/xhandler.h   | 2 +-
 src/xparser.c    | 2 +-
 src/xparser.h    | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

commit 9080e782c48483cf53eae78b0d84a8b8d6af29d6
Author: aleix <devnull@localhost>
Date:   Sun Jan 25 23:37:50 2004 +0100

    compile in different directory fixes

 examples/scew_write/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b011ae7904ecbb34d3368902aeffabbfb7dd1d76
Author: aleix <devnull@localhost>
Date:   Sun Jan 25 23:32:59 2004 +0100

    minor changes

 examples/scew_print/scew_print.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9648dfe6de0eea6704f47024fab597161deba372
Author: aleix <devnull@localhost>
Date:   Sun Jan 25 23:23:02 2004 +0100

    compile in different directory fixes

 examples/scew_print/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 77cec0f7b0ef1a30f6385669be3dac0ef0f3017e
Author: aleix <devnull@localhost>
Date:   Mon Jul 21 16:24:27 2003 +0200

    new version

 NEWS | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 232cf02e0a4667e097a7c443b3c254f65d336a97
Author: aleix <devnull@localhost>
Date:   Sat Jul 19 00:40:43 2003 +0200

    isxxxx() functions fixed

 NEWS      |  5 +++++
 src/str.c | 24 ++++++++++++------------
 2 files changed, 17 insertions(+), 12 deletions(-)

commit b16ad6927a25d28b7602cdf4821bf492001f2029
Author: aleix <devnull@localhost>
Date:   Fri Jul 18 09:01:24 2003 +0200

    minor changes in documentation

 src/element.h | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 982a43a784a11b5b6f7b17de04eba43a43f85735
Author: aleix <devnull@localhost>
Date:   Fri Jul 18 07:13:58 2003 +0200

    removed index iteration hack

 src/attribute.h  |  6 ------
 src/element.c    | 25 ++-----------------------
 src/element.h    |  6 +++---
 src/xattribute.c | 25 ++-----------------------
 src/xattribute.h |  4 ----
 src/xelement.h   |  4 ----
 6 files changed, 7 insertions(+), 63 deletions(-)

commit 257cf42fd4062826f785c4f145500e7b0e162cd8
Author: aleix <devnull@localhost>
Date:   Fri Jul 18 07:11:12 2003 +0200

    minor changes

 src/parser.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ae92dae2a08d558a9509fdd34c9843af8ac8b572
Author: aleix <devnull@localhost>
Date:   Thu Jul 17 23:47:02 2003 +0200

    warning fixes

 src/error.c | 1 -
 1 file changed, 1 deletion(-)

commit f5ca7718099794a1dd38ffa334f610174053b235
Author: aleix <devnull@localhost>
Date:   Thu Jul 17 23:46:16 2003 +0200

    compilation fixes in VC

 src/parser.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 9a9765c8c42efc13a66a2d89d0d6154d16f9f5a7
Author: aleix <devnull@localhost>
Date:   Thu Jul 17 08:21:04 2003 +0200

    strdup is a GNU extension, replace it

 NEWS | 2 ++
 1 file changed, 2 insertions(+)

commit 871657cab5ce7abb6ac443f834b9ae1f9a8bfa49
Author: aleix <devnull@localhost>
Date:   Thu Jul 17 08:20:21 2003 +0200

    strdup is a GNU extension, replace it

 NEWS      |  1 +
 THANKS    |  4 ++--
 src/str.c | 12 ++++--------
 3 files changed, 7 insertions(+), 10 deletions(-)

commit fc8b63e9f55f8c961621d9e9bbcfde9621c4b381
Author: aleix <devnull@localhost>
Date:   Thu Jul 17 00:28:16 2003 +0200

    added fix

 NEWS | 2 ++
 1 file changed, 2 insertions(+)

commit 928c4a16054ee2821c8ebc37a4074b9532f44807
Author: aleix <devnull@localhost>
Date:   Thu Jul 17 00:09:26 2003 +0200

    MSVC warnings fixed

 src/xhandler.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 82a2203f840d3d41d5fdceac7e76f681df8c1d26
Author: aleix <devnull@localhost>
Date:   Wed Jul 16 23:55:21 2003 +0200

    back to previous version

 examples/scew_print/scew_print.c | 23 +++++------------------
 1 file changed, 5 insertions(+), 18 deletions(-)

commit fc39b63e449c3bda5fd392921b543d4ccb1905d2
Author: aleix <devnull@localhost>
Date:   Wed Jul 16 23:54:20 2003 +0200

    new version is coming soon

 ChangeLog                        | 10 ++++++++++
 NEWS                             | 37 +++++++++++++++++++++++++++++++++++++
 THANKS                           |  6 ++++--
 examples/scew_print/scew_print.c | 23 ++++++++++++++++++-----
 4 files changed, 69 insertions(+), 7 deletions(-)

commit c78d6414c3b13f8bf11bc8671dd98f2c3fe5f6ec
Author: aleix <devnull@localhost>
Date:   Wed Jul 16 23:54:02 2003 +0200

    new version

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5cdb3ef5d0751fcc5c78abd43e4cbefd98a6ef5b
Author: aleix <devnull@localhost>
Date:   Wed Jul 16 23:53:47 2003 +0200

    fixes and improvements

 src/attribute.h  |  6 ++++
 src/element.c    | 85 +++++++++++++++++++++++++++++++++-----------------------
 src/element.h    |  8 +++---
 src/error.c      | 10 +++++++
 src/error.h      |  4 ++-
 src/parser.c     | 57 ++++++++++++++++++++-----------------
 src/parser.h     | 16 +++++++++++
 src/xattribute.c | 45 ++++++++++++++++++------------
 src/xattribute.h |  4 +++
 src/xelement.h   |  6 +++-
 src/xerror.c     | 73 ++++++++++++++++++++++++++++++++++++++++--------
 11 files changed, 219 insertions(+), 95 deletions(-)

commit be551d17f95d123e242e936e50fdac8bc5cccb63
Author: aleix <devnull@localhost>
Date:   Fri Jul 11 12:37:51 2003 +0200

    brother -> sibling

 src/element.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 21993e08b911f4fd13dc72b462008eb31d3e7e43
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 23:51:56 2003 +0200

    minor changes

 README | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 728f48bb8dc73a0b13964c9f6a7b68f1679536dd
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 23:48:57 2003 +0200

    new version 0.3.0 finished

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e466f05ab5c0395c95baaa9ce35260beaa1dfe33
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 23:21:37 2003 +0200

    added error system example

 examples/scew_print/scew_print.c | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit 01be4785c18476a5b7bd834d205d850f7b52b439
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 23:15:06 2003 +0200

    error system tested. added expat column and line functions.

 src/error.c  | 29 ++++++++++++++++++++++++++++-
 src/error.h  | 16 ++++++++++++++--
 src/scew.h   |  1 +
 src/xerror.c |  4 ++++
 4 files changed, 47 insertions(+), 3 deletions(-)

commit cfef3692b7391b9cd5415fd9b494e971326c0ea8
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 08:49:45 2003 +0200

    compilation fixes for MSVC

 src/element.c    | 26 +++++++++++++-------------
 src/parser.c     |  6 +++---
 src/str.c        |  4 ++--
 src/tree.c       |  8 ++++----
 src/xattribute.c |  8 ++++----
 src/xerror.c     | 16 ++++++++++++++++
 src/xerror.h     |  4 ----
 7 files changed, 42 insertions(+), 30 deletions(-)

commit 209193ecb75fbda212844c09ab81d815d5595224
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 00:28:20 2003 +0200

    minor changes

 THANKS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 6205bfd2d72613e3436b3aa8e4b29173ef1a2312
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 00:20:56 2003 +0200

    documentation cleanup

 src/attribute.h | 13 +++++++++++++
 src/element.h   |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

commit 62a7ace560f8d2abcc69f387823743093dd7b1af
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 00:14:49 2003 +0200

    ignore api directory

 doc/.cvsignore | 1 +
 1 file changed, 1 insertion(+)

commit 40332aec19de0e5d1e1a2d030d185596d85203f6
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 00:14:16 2003 +0200

    performance improved and cleaned

 examples/scew_print/scew_print.c | 80 ++++++++++++++++++++--------------------
 1 file changed, 41 insertions(+), 39 deletions(-)

commit f9420a42d8e48f456ee0ab6d639fd6cf2b70437e
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 00:08:33 2003 +0200

    added mem.h

 src/scew.h | 1 +
 1 file changed, 1 insertion(+)

commit 2c88553d74434e257dbad7ede109046c0ebd2791
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 00:06:50 2003 +0200

    compilation fixes due to util.h -> str.h change

 src/attribute.c  | 2 +-
 src/element.c    | 2 +-
 src/tree.c       | 2 +-
 src/xattribute.c | 2 +-
 src/xhandler.c   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit ee70fa9e2cb6930b44e673f169fde78bf6cfdc7b
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 00:01:41 2003 +0200

    initial revision

 doc/.cvsignore  |   3 +
 doc/Doxyfile.in | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/Makefile.am |  29 +++++++++
 3 files changed, 224 insertions(+)
 create mode 100644 doc/.cvsignore
 create mode 100644 doc/Doxyfile.in
 create mode 100644 doc/Makefile.am

commit 90c3bc3985eb8d0fa0b5f77a7f0ad29a481e041b
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 00:00:43 2003 +0200

    version 0.3.0 coming really soon

 NEWS   | 40 ++++++++++++++++++++++++++++++++++++++++
 THANKS |  7 ++++++-
 2 files changed, 46 insertions(+), 1 deletion(-)

commit 6309baabf75cd5d43547fd37eaf7ec16fb81959a
Author: aleix <devnull@localhost>
Date:   Thu Jul 10 00:00:23 2003 +0200

    almost all changes in version 0.3.0

 ChangeLog | 26 +++++++++++++++++++++++---
 1 file changed, 23 insertions(+), 3 deletions(-)

commit 4576d37d4c775bdd631dab13d975556bd9f745e2
Author: aleix <devnull@localhost>
Date:   Wed Jul 9 23:59:34 2003 +0200

    added doc target (needed changes)

 Makefile.am  | 16 +++++++++++++++-
 autogen.sh   |  2 +-
 configure.in | 21 +++++++++++++++++++--
 3 files changed, 35 insertions(+), 4 deletions(-)

commit d4a487e84fbc5533f5ed87e8a18bf32350f796b6
Author: aleix <devnull@localhost>
Date:   Wed Jul 9 23:58:31 2003 +0200

    ignored files

 etc/.cvsignore            | 2 ++
 etc/autoconf/.cvsignore   | 2 ++
 etc/pkg-config/.cvsignore | 3 +++
 3 files changed, 7 insertions(+)
 create mode 100644 etc/.cvsignore
 create mode 100644 etc/autoconf/.cvsignore
 create mode 100644 etc/pkg-config/.cvsignore

commit bf8e5be651776261db0ef4c88f4d020c4a5ebf3f
Author: aleix <devnull@localhost>
Date:   Wed Jul 9 23:57:50 2003 +0200

    moved to doc/Doxyfile

 etc/scew.doxygen | 192 -------------------------------------------------------
 1 file changed, 192 deletions(-)
 delete mode 100644 etc/scew.doxygen

commit ea500589e16943ed1772a63e819561b0bbebd61e
Author: aleix <devnull@localhost>
Date:   Wed Jul 9 23:53:54 2003 +0200

    minor changes

 examples/scew_print/scew_print.c | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit 893f706da3347c0825d890fa835a9d62f4dbb257
Author: aleix <devnull@localhost>
Date:   Wed Jul 9 23:52:59 2003 +0200

    see ChangeLog for changes

 src/Makefile.am  |  12 ++---
 src/attribute.c  |  57 +++++++++++----------
 src/attribute.h  |   4 ++
 src/element.c    | 117 ++++++++++++++++++++++++------------------
 src/element.h    |  22 ++++++++
 src/parser.c     |  52 +++++++++++--------
 src/parser.h     |  36 +++++++++++--
 src/scew.h       |   2 +-
 src/tree.c       |  61 ++++++++++++++++++----
 src/tree.h       |  27 ++++++++++
 src/xattribute.c | 153 +++++++++++++++++++++++--------------------------------
 src/xattribute.h |  30 +++--------
 src/xelement.h   |   3 ++
 src/xhandler.c   | 143 ++++++++++++++++++++++++++-------------------------
 src/xhandler.h   |  13 ++---
 src/xparser.h    |   1 +
 src/xprint.c     | 113 +++++++++++++++++++++++++---------------
 src/xtree.h      |   3 ++
 18 files changed, 499 insertions(+), 350 deletions(-)

commit f434ea90367bc1536ad6c5c20a66414ec9ae3e6d
Author: aleix <devnull@localhost>
Date:   Wed Jul 9 23:51:28 2003 +0200

    initial revision

 etc/Makefile.am            |  10 ++
 etc/autoconf/Makefile.am   |  10 ++
 etc/autoconf/doxygen.m4    |  61 ++++++++++
 etc/pkg-config/Makefile.am |  11 ++
 etc/pkg-config/scew.pc.in  |  10 ++
 src/error.c                |  59 ++++++++++
 src/error.h                |  98 ++++++++++++++++
 src/mem.c                  |  57 +++++++++
 src/mem.h                  |  60 ++++++++++
 src/str.c                  | 286 +++++++++++++++++++++++++++++++++++++++++++++
 src/str.h                  | 180 ++++++++++++++++++++++++++++
 src/xerror.c               |  76 ++++++++++++
 src/xerror.h               |  50 ++++++++
 13 files changed, 968 insertions(+)
 create mode 100644 etc/Makefile.am
 create mode 100644 etc/autoconf/Makefile.am
 create mode 100644 etc/autoconf/doxygen.m4
 create mode 100644 etc/pkg-config/Makefile.am
 create mode 100644 etc/pkg-config/scew.pc.in
 create mode 100644 src/error.c
 create mode 100644 src/error.h
 create mode 100644 src/mem.c
 create mode 100644 src/mem.h
 create mode 100644 src/str.c
 create mode 100644 src/str.h
 create mode 100644 src/xerror.c
 create mode 100644 src/xerror.h

commit 1cecd64735e54d6260c7f14e4f3e6014dbeaecba
Author: aleix <devnull@localhost>
Date:   Wed Jul 9 23:50:18 2003 +0200

    moved to str.h

 src/util.c | 142 -------------------------------------------------------------
 src/util.h |  93 ----------------------------------------
 2 files changed, 235 deletions(-)
 delete mode 100644 src/util.c
 delete mode 100644 src/util.h

commit 1f1e509760d86ec0ea56152973c44c8cdd242797
Author: aleix <devnull@localhost>
Date:   Fri May 2 12:40:06 2003 +0200

    initial revision

 etc/scew.doxygen | 192 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 192 insertions(+)
 create mode 100644 etc/scew.doxygen

commit 36e34d05bb53b9172bd34512e0996073f53aa1a9
Author: aleix <devnull@localhost>
Date:   Fri May 2 12:39:08 2003 +0200

    renamed and moved to etc/

 Doxyfile | 192 ---------------------------------------------------------------
 1 file changed, 192 deletions(-)
 delete mode 100644 Doxyfile

commit 9e8d0e64f929c48847c51b13b6c272a0e408e7a5
Author: aleix <devnull@localhost>
Date:   Fri May 2 12:35:01 2003 +0200

    do not install examples

 examples/scew_print/Makefile.am | 2 +-
 examples/scew_write/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit ab8c88d104486e3225df51df52830911d5055e23
Author: aleix <devnull@localhost>
Date:   Thu May 1 12:59:46 2003 +0200

    close file

 src/tree.c | 2 ++
 1 file changed, 2 insertions(+)

commit c414b71c0d1c920855c40655e1be763b5fed03e3
Author: aleix <devnull@localhost>
Date:   Fri Apr 25 14:30:41 2003 +0200

    added missing compatibilized c++ headers

 src/types.h | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 7f1c7e9ffdd5e5f975a9098c081046c6a5d14e2e
Author: aleix <devnull@localhost>
Date:   Fri Apr 25 00:22:17 2003 +0200

    compatibilized headers with c++

 ChangeLog       |  5 +++++
 NEWS            |  4 +++-
 src/attribute.h |  8 ++++++++
 src/element.h   |  9 ++++++++-
 src/parser.h    |  7 +++++++
 src/tree.h      |  7 +++++++
 src/util.h      | 24 ++++++++++++++++--------
 7 files changed, 54 insertions(+), 10 deletions(-)

commit d1715e7a04e0fb92313b05c69e6886768dde143a
Author: aleix <devnull@localhost>
Date:   Thu Apr 24 23:56:38 2003 +0200

    minor changes

 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 23fe9c58a70208cd6f4204c830d1bded3999cc9b
Author: aleix <devnull@localhost>
Date:   Thu Apr 24 23:56:24 2003 +0200

    minor changes

 ChangeLog | 2 ++
 1 file changed, 2 insertions(+)

commit 024484979921842f79302ef7fc92ca8915b5735b
Author: aleix <devnull@localhost>
Date:   Thu Apr 24 23:50:52 2003 +0200

    new version

 ChangeLog | 7 +++++++
 1 file changed, 7 insertions(+)

commit cc093d37f0cc315cba61f2d1b0e3cd0f584db4f5
Author: aleix <devnull@localhost>
Date:   Thu Apr 24 23:47:04 2003 +0200

    minor changes

 NEWS | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit 40abdd725ccaee07fd04df849ecd479c850751fc
Author: aleix <devnull@localhost>
Date:   Thu Apr 24 23:39:34 2003 +0200

    name fixes and new version

 NEWS   | 4 ++--
 THANKS | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 2f1e3beefe50b37a3be2dd201a6873eddb010f38
Author: aleix <devnull@localhost>
Date:   Thu Apr 24 20:36:24 2003 +0200

    minor changes

 NEWS | 2 ++
 1 file changed, 2 insertions(+)

commit 7026680a6f572bbce282543a1545bca320c7bba8
Author: aleix <devnull@localhost>
Date:   Thu Apr 24 20:33:54 2003 +0200

    added enable-debug flag

 configure.in | 35 ++++++++++++++++++++++++++++-------
 1 file changed, 28 insertions(+), 7 deletions(-)

commit 97ffe63228e1820aa495c6a20715de6fcaff2264
Author: aleix <devnull@localhost>
Date:   Thu Apr 24 16:47:23 2003 +0200

    memory fixes

 src/xattribute.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 04ca8412fd7b1aef26d512c0140e944078cfaa1b
Author: aleix <devnull@localhost>
Date:   Thu Apr 24 16:30:40 2003 +0200

    compilation warnings fixes

 examples/scew_print/scew_print.c | 4 ++--
 src/element.c                    | 8 ++++----
 src/xprint.c                     | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

commit aeb9a6fce122340f065ffd3a492d2b0edac57bdb
Author: aleix <devnull@localhost>
Date:   Thu Apr 24 16:30:08 2003 +0200

    bug fixed

 src/xattribute.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 83992eb701cc662aa8274e287d691270713c4d77
Author: aleix <devnull@localhost>
Date:   Wed Apr 23 16:15:19 2003 +0200

    bug fixed (new reporter)

 NEWS   | 11 +++++++++++
 THANKS |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

commit 92a30453cdb6f02dacf36a8b1646c62b25f86ba3
Author: aleix <devnull@localhost>
Date:   Wed Apr 23 16:04:19 2003 +0200

    bug fixed

 src/xattribute.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 9135c65b4222e4ef124887341b67de433d9af734
Author: aleix <devnull@localhost>
Date:   Mon Apr 7 22:52:21 2003 +0200

    output dir modified

 Doxyfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5f0e31d707bb6c03a60b2a79924a3f9e02fbdc39
Author: aleix <devnull@localhost>
Date:   Mon Apr 7 22:47:31 2003 +0200

    new version

 NEWS   | 15 ++++++++++++++-
 README |  3 ++-
 2 files changed, 16 insertions(+), 2 deletions(-)

commit 66e7e215722cf40c34a394b0178a8e2bb962bd41
Author: aleix <devnull@localhost>
Date:   Mon Apr 7 08:39:58 2003 +0200

    minor changes

 src/element.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7c48f9a42257816fcd3843925f9756369b769d97
Author: aleix <devnull@localhost>
Date:   Mon Apr 7 00:28:24 2003 +0200

    support for wide char added

 src/xprint.c | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

commit e09ca68fd41d460d35f70e70b5a984a247e8ca91
Author: aleix <devnull@localhost>
Date:   Mon Apr 7 00:28:02 2003 +0200

    cleanup

 src/util.c | 61 +++++++++++++++++++++----------------------------------------
 1 file changed, 21 insertions(+), 40 deletions(-)

commit 1ea5ac0cfb6a6e11f5f24e06519719f4fffc2e81
Author: aleix <devnull@localhost>
Date:   Mon Apr 7 00:27:51 2003 +0200

    memory free bug fixed

 src/element.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 2babce1b4d6df8468283373f917a010f1d4be7c7
Author: aleix <devnull@localhost>
Date:   Thu Apr 3 23:40:30 2003 +0200

    cleanup

 examples/scew_print/scew_print.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 45305231320fde1f0394f03f5b4f274ea7887e95
Author: aleix <devnull@localhost>
Date:   Thu Apr 3 23:39:56 2003 +0200

    added element delete functions

 src/attribute.h |  6 +++---
 src/element.c   | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/element.h   | 38 +++++++++++++++++++++++++++++++++++---
 src/parser.h    |  5 ++---
 src/xelement.h  |  1 +
 5 files changed, 94 insertions(+), 10 deletions(-)

commit fc5d4bed4eabbfc3af5c027c4983b65406ec03d4
Author: aleix <devnull@localhost>
Date:   Thu Apr 3 08:16:08 2003 +0200

    cleanup and delete attribute function added

 src/element.c    | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/element.h    | 23 +++++++++++++++++++++++
 src/parser.c     | 19 ++++++++-----------
 src/tree.c       | 12 ++++++++++--
 src/xattribute.c | 45 +++++++++++++++++++++++++++++++++------------
 src/xattribute.h |  4 ++++
 src/xprint.c     |  1 +
 7 files changed, 127 insertions(+), 25 deletions(-)

commit 5889d3b88fce40d9cda26cdf69437ba26521f236
Author: aleix <devnull@localhost>
Date:   Thu Apr 3 08:15:46 2003 +0200

    cleanup

 examples/scew_write/scew_write.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit eadd3c6c923e056650f7aa64ead26aaf5f7aaf4c
Author: aleix <devnull@localhost>
Date:   Thu Apr 3 08:15:28 2003 +0200

    ccm minor changes

 THANKS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f5d596b784959bfe2a73e5c03dd4c2d9452d9ef9
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 22:22:13 2003 +0200

    usage of calloc, memory leaks fixed

 src/element.c    |  3 +--
 src/parser.c     |  3 +--
 src/tree.c       |  9 +--------
 src/xattribute.c | 28 +++++++++++++++-------------
 src/xattribute.h |  4 ++++
 src/xparser.c    |  2 +-
 6 files changed, 23 insertions(+), 26 deletions(-)

commit a58e77ca2fbbf0695a33263cc8fe44e00818ee5b
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:54:06 2003 +0200

    variable is static

 src/xprint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3bcd7deec7cab60093c989d3f3c5a2436436bfe1
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:48:57 2003 +0200

    minor changes

 examples/scew_print/scew_print.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cb992b1545f1ea78413bf63e9eed8d1ad7867f04
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:41:06 2003 +0200

    added more info

 configure.in | 3 +++
 1 file changed, 3 insertions(+)

commit 719e09f59c2936f09b4a57ee09985b76e7d97dc8
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:40:54 2003 +0200

    compilation notes removed

 examples/README | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

commit 38d848f9c062090346586873704391d7512755c1
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:33:52 2003 +0200

    added scew_write

 configure.in         | 3 ++-
 examples/Makefile.am | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 6b72f954ea8203c3836a1de1407f7ef0756eb825
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:32:40 2003 +0200

    examples is now compiled

 examples/scew_print/Makefile.am | 7 ++++++-
 examples/scew_write/Makefile.am | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

commit b5ae7af6ec120d294a814766f69c4511ddfee34b
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:32:22 2003 +0200

    minor changes

 examples/scew_print/scew_print.c | 6 +++++-
 examples/scew_write/scew_write.c | 7 +++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

commit 689fd67b0ba405b4d56b1390b848cf9b9ca00c24
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:31:55 2003 +0200

    more ignored files

 examples/scew_print/.cvsignore | 1 +
 1 file changed, 1 insertion(+)

commit ceec9a40d9df673c7402101a2b3eaa3251294567
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:31:46 2003 +0200

    ignored files

 examples/scew_write/.cvsignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 examples/scew_write/.cvsignore

commit 7725f8062fbae43d3faf5fd8f7e9584b9559f650
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:31:15 2003 +0200

    minor changesinitial revision

 src/xprint.c | 8 ++++----
 src/xprint.h | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 10b226442f6dd5248c5944e39fd25613368ae815
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:12:50 2003 +0200

    initial revision

 examples/scew_write/Makefile.am  |  10 ++++
 examples/scew_write/scew_write.c | 123 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 133 insertions(+)
 create mode 100644 examples/scew_write/Makefile.am
 create mode 100644 examples/scew_write/scew_write.c

commit 85f92e70c6f9720093f4ad16ffb6e042479d5650
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:12:02 2003 +0200

    minor changes in doc

 src/element.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ae802c62275189ac23d3bc5d3b9cca69e85f5e6c
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:11:47 2003 +0200

    cleanup

 examples/scew_print/scew_print.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit fb0fc180c768cc0b4c98ec2418567651ccbf0e19
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 17:01:18 2003 +0200

    minor changes

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 62086f28c743b9f379919c5ca6ee74e6c3b7fc50
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 14:28:59 2003 +0200

    mail changes again

 ChangeLog                        | 4 ++--
 Makefile.am                      | 2 +-
 configure.in                     | 2 +-
 examples/Makefile.am             | 2 +-
 examples/scew_print/Makefile.am  | 2 +-
 examples/scew_print/scew_print.c | 2 +-
 src/Makefile.am                  | 2 +-
 src/attribute.c                  | 2 +-
 src/attribute.h                  | 2 +-
 src/element.c                    | 2 +-
 src/element.h                    | 2 +-
 src/parser.c                     | 2 +-
 src/parser.h                     | 2 +-
 src/scew.h                       | 2 +-
 src/tree.c                       | 2 +-
 src/tree.h                       | 2 +-
 src/types.h                      | 2 +-
 src/util.c                       | 2 +-
 src/util.h                       | 2 +-
 src/xattribute.c                 | 2 +-
 src/xattribute.h                 | 2 +-
 src/xelement.h                   | 2 +-
 src/xhandler.c                   | 2 +-
 src/xhandler.h                   | 2 +-
 src/xparser.c                    | 2 +-
 src/xparser.h                    | 2 +-
 src/xprint.c                     | 2 +-
 src/xprint.h                     | 2 +-
 src/xtree.h                      | 2 +-
 29 files changed, 30 insertions(+), 30 deletions(-)

commit 1c3e6f1b456e291569a77b3d4a56bca8eb1741b4
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 14:19:21 2003 +0200

    mail changes

 ChangeLog                        | 4 ++--
 Makefile.am                      | 2 +-
 configure.in                     | 2 +-
 examples/Makefile.am             | 2 +-
 examples/README                  | 1 +
 examples/scew_print/Makefile.am  | 2 +-
 examples/scew_print/scew_print.c | 2 +-
 src/Makefile.am                  | 2 +-
 src/attribute.c                  | 2 +-
 src/attribute.h                  | 2 +-
 src/element.c                    | 2 +-
 src/element.h                    | 2 +-
 src/parser.c                     | 2 +-
 src/parser.h                     | 2 +-
 src/scew.h                       | 2 +-
 src/tree.c                       | 2 +-
 src/tree.h                       | 2 +-
 src/types.h                      | 2 +-
 src/util.c                       | 2 +-
 src/util.h                       | 2 +-
 src/xattribute.c                 | 2 +-
 src/xattribute.h                 | 2 +-
 src/xelement.h                   | 2 +-
 src/xhandler.c                   | 2 +-
 src/xhandler.h                   | 2 +-
 src/xparser.c                    | 2 +-
 src/xparser.h                    | 2 +-
 src/xprint.c                     | 2 +-
 src/xprint.h                     | 2 +-
 src/xtree.h                      | 2 +-
 30 files changed, 31 insertions(+), 30 deletions(-)

commit 6db695dd5d12d500eb1a1e4cecfc39865bd8b4f1
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 14:08:10 2003 +0200

    added minor documentation

 src/xhandler.h | 5 +++++
 src/xparser.h  | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 5e23c1a12257c632d83df16f8ae8d58ae77206a2
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 14:01:16 2003 +0200

    write support added

 src/Makefile.am |  8 +++++---
 src/tree.c      | 20 ++++++++++++++++++--
 src/tree.h      |  7 +++++++
 3 files changed, 30 insertions(+), 5 deletions(-)

commit 5e17200c83755726146efbf31ece20ecae42f5db
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 14:01:02 2003 +0200

    license changes

 src/xtree.h | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

commit 26bfc8813566eb4ff94720fc5f76d4b5aa6015b3
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 14:00:28 2003 +0200

    initial revision

 src/xprint.c | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/xprint.h |  56 +++++++++++++++++++++++++++++++
 2 files changed, 161 insertions(+)
 create mode 100644 src/xprint.c
 create mode 100644 src/xprint.h

commit d4877e34096cd28771d2b03a9d046c8cfd841f0e
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 12:49:50 2003 +0200

    minor changes inc CFLAGS

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 96573e2c99c2f4c0756f08fd97f40c9d34ea8beb
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 12:49:08 2003 +0200

    memory leaks fixed and some cleanup

 src/attribute.c  |  43 +++--------------------
 src/element.c    |   4 +--
 src/element.h    |  20 +++++------
 src/parser.h     |   2 +-
 src/tree.h       |   6 ++--
 src/xattribute.c | 105 ++++++++++++++++++++++++++++++++++++++++++++++++-------
 src/xattribute.h |  26 +++++++++++---
 7 files changed, 134 insertions(+), 72 deletions(-)

commit 01b1be03a6044b14e8b421c897aec452e3a85fc8
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 12:48:42 2003 +0200

    minor changes

 examples/scew_print/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 90518a60cf8986f7b18a759141a7d6a7dd69381e
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 01:00:43 2003 +0100

    minor changes in documentation

 src/attribute.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 4ae0607cd05133059a11e3c8f3156c8da5565bd4
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 00:58:51 2003 +0100

    warnings removed

 examples/scew_print/scew_print.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit 502ace51ca125bd5284c547724b6f99399b4ddda
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 00:58:27 2003 +0100

    initial revision

 Doxyfile | 192 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 192 insertions(+)
 create mode 100644 Doxyfile

commit 9e059b13bda48ac00487a77d5908a4eb84023a72
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 00:55:20 2003 +0100

    minor changes

 src/parser.c | 3 +--
 src/parser.h | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

commit f25ddaaef33f1b1080f273fa5c0fa8a1609b2206
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 00:20:45 2003 +0100

    minor changes

 ChangeLog | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 2a2670b86ea792550ea8ced230416cfbc32571ca
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 00:20:04 2003 +0100

    important changes to 0.2.0

 ChangeLog | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit 96c2c28d8b62afbaadfb723c85010c05fcd2f351
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 00:12:38 2003 +0100

    minor changes and version change

 configure.in | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 1599e670f605a2980b93b4bcb415be486bdfcc3d
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 00:11:31 2003 +0100

    minor changes

 Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 84b42463d02ca4d6c92eb41f1f395cb67a9c6842
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 00:10:26 2003 +0100

    initial revision

 src/tree.c     |  78 +++++++++++++++++++++++++
 src/tree.h     |  78 +++++++++++++++++++++++++
 src/types.h    |  55 ++++++++++++++++++
 src/xhandler.c | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/xhandler.h |  52 +++++++++++++++++
 src/xtree.h    |  42 ++++++++++++++
 6 files changed, 481 insertions(+)
 create mode 100644 src/tree.c
 create mode 100644 src/tree.h
 create mode 100644 src/types.h
 create mode 100644 src/xhandler.c
 create mode 100644 src/xhandler.h
 create mode 100644 src/xtree.h

commit 5d9d94279d6f2b9209262864ff04a07b8593693e
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 00:09:13 2003 +0100

    a lot of cleanup; internal changes to support XML writting

 src/Makefile.am  |  12 ++--
 src/attribute.c  |  88 ++++++++++++++++++++++-----
 src/attribute.h  |  47 +++++++++++----
 src/element.c    | 179 +++++++++++++++++++++++++++++++++++++++----------------
 src/element.h    | 125 ++++++++++++++++++++++++++------------
 src/parser.c     |  53 +++++++++-------
 src/parser.h     |  55 ++++++++++-------
 src/scew.h       |   3 +-
 src/util.c       |   4 +-
 src/xattribute.c | 106 ++++++++++++++++++++++++++++++--
 src/xattribute.h |  39 +++++++++++-
 src/xelement.h   |  18 +++---
 src/xparser.c    |  28 ++++-----
 src/xparser.h    |  12 ++--
 14 files changed, 562 insertions(+), 207 deletions(-)

commit a47e2c4c0d706075f4f67e34a1fa9e4e6519729a
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 00:06:34 2003 +0100

    changes for new interface

 examples/scew_print/scew_print.c | 46 ++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 25 deletions(-)

commit 8ad5b035dcc151854c3b9bcdf81ef53f4fb1bc65
Author: aleix <devnull@localhost>
Date:   Sun Mar 30 00:00:13 2003 +0100

    not needed

 src/xelement.c | 61 ----------------------------------------------------------
 1 file changed, 61 deletions(-)
 delete mode 100644 src/xelement.c

commit ca67ff7139e4e1ed2504d2b25c3f7a9ba2c58f0c
Author: aleix <devnull@localhost>
Date:   Sat Mar 29 13:59:31 2003 +0100

    renamed to xhandler.[h|c]

 src/handler.c | 199 ----------------------------------------------------------
 src/handler.h |  53 ----------------
 2 files changed, 252 deletions(-)
 delete mode 100644 src/handler.c
 delete mode 100644 src/handler.h

commit 690a1859eae20aea4f2e6a52c33cc8b27bc6a524
Author: aleix <devnull@localhost>
Date:   Tue Jan 14 00:12:33 2003 +0100

    bur reporter

 THANKS | 3 +++
 1 file changed, 3 insertions(+)

commit 29b371aabcaeae5d7ec031e680f4e120f53d9216
Author: aleix <devnull@localhost>
Date:   Tue Jan 14 00:12:19 2003 +0100

    new version

 NEWS         | 15 +++++++++++++--
 configure.in |  4 ++--
 2 files changed, 15 insertions(+), 4 deletions(-)

commit 0934e453f75117a7250099d60d8a8d4c3ea05212
Author: aleix <devnull@localhost>
Date:   Mon Jan 13 23:54:29 2003 +0100

    email changed

 Makefile.am                      | 2 +-
 configure.in                     | 2 +-
 examples/Makefile.am             | 2 +-
 examples/scew_print/Makefile.am  | 2 +-
 examples/scew_print/scew_print.c | 2 +-
 src/Makefile.am                  | 2 +-
 src/attribute.c                  | 2 +-
 src/attribute.h                  | 2 +-
 src/element.c                    | 2 +-
 src/element.h                    | 2 +-
 src/handler.c                    | 2 +-
 src/handler.h                    | 2 +-
 src/parser.c                     | 2 +-
 src/parser.h                     | 3 +--
 src/scew.h                       | 2 +-
 src/util.c                       | 2 +-
 src/util.h                       | 2 +-
 src/xattribute.c                 | 2 +-
 src/xattribute.h                 | 2 +-
 src/xelement.c                   | 2 +-
 src/xelement.h                   | 2 +-
 src/xparser.c                    | 2 +-
 src/xparser.h                    | 2 +-
 23 files changed, 23 insertions(+), 24 deletions(-)

commit f738463949916853f275894a06013c0d806b993e
Author: aleix <devnull@localhost>
Date:   Mon Dec 9 23:30:40 2002 +0100

    minor changes

 src/element.c | 1 +
 1 file changed, 1 insertion(+)

commit f6513925f284ee28315357e66d8d363f24103071
Author: aleix <devnull@localhost>
Date:   Mon Dec 9 23:29:46 2002 +0100

    bug fixed: when elemetåttribute not found: return NULL

 src/attribute.c | 5 +++++
 src/element.c   | 5 +++++
 2 files changed, 10 insertions(+)

commit 2a8bfae3a2f3e035ee5f302864b815fc4aae16d7
Author: aleix <devnull@localhost>
Date:   Thu Dec 5 00:32:41 2002 +0100

    added Lluis Gesa and some minor modifications

 THANKS | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 2337bf5535c131852aa6fdd44f3cce22923e68d6
Author: aleix <devnull@localhost>
Date:   Thu Dec 5 00:17:38 2002 +0100

    minor changes

 examples/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d92b4b8e5d5439b34d938b314a7178b9e2531421
Author: aleix <devnull@localhost>
Date:   Wed Dec 4 23:53:45 2002 +0100

    scew_print executable ignored

 examples/scew_print/.cvsignore | 1 +
 1 file changed, 1 insertion(+)

commit 45dcd541238b8d2a021593b1d8283a3003bf26c2
Author: aleix <devnull@localhost>
Date:   Wed Dec 4 23:53:11 2002 +0100

    added some more instructions

 configure.in | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit fcaf9093a9d24709007b02a10d968937cfe150a0
Author: aleix <devnull@localhost>
Date:   Wed Dec 4 23:48:18 2002 +0100

    added example compilation instructions

 examples/README | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 6d8e5b81e7482609eaf68155329fcafb5ca1494d
Author: aleix <devnull@localhost>
Date:   Wed Dec 4 23:38:24 2002 +0100

    initial revision

 examples/.cvsignore            | 2 ++
 examples/scew_print/.cvsignore | 2 ++
 src/.cvsignore                 | 3 +++
 3 files changed, 7 insertions(+)
 create mode 100644 examples/.cvsignore
 create mode 100644 examples/scew_print/.cvsignore
 create mode 100644 src/.cvsignore

commit 7a445a33468425a869c1e3a295fc278c820def89
Author: aleix <devnull@localhost>
Date:   Wed Dec 4 23:32:21 2002 +0100

    initial revision

 .cvsignore      | 12 ++++++++++++
 examples/README | 11 +++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 .cvsignore
 create mode 100644 examples/README

commit f9db68874b39df62a92436f01d265c2f5eb63675
Author: aleix <devnull@localhost>
Date:   Wed Dec 4 23:30:52 2002 +0100

    minor changes

 THANKS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ed914224f711af765cd73eea01269c78be3f1a63
Author: aleix <devnull@localhost>
Date:   Wed Dec 4 01:23:45 2002 +0100

    minor changes

 examples/scew_print/scew_print.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a27da61d01cdeabf4b30689f570fb197a6d321b1
Author: aleix <devnull@localhost>
Date:   Wed Dec 4 01:19:46 2002 +0100

    added comments

 examples/scew_print/scew_print.c | 56 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 55 insertions(+), 1 deletion(-)

commit 34d5b16da974cd11addb59d88766e0a75d03f532
Author: aleix <devnull@localhost>
Date:   Wed Dec 4 00:58:55 2002 +0100

    initial revision

 AUTHORS                          |   7 +
 COPYING                          | 504 +++++++++++++++++++++++++++++++++++++++
 ChangeLog                        |   0
 INSTALL                          | 182 ++++++++++++++
 Makefile.am                      |  12 +
 NEWS                             |  28 +++
 README                           |  26 ++
 THANKS                           |  16 ++
 autogen.sh                       |   8 +
 configure.in                     |  41 ++++
 examples/Makefile.am             |  10 +
 examples/scew_print/Makefile.am  |  11 +
 examples/scew_print/scew_print.c |  88 +++++++
 src/Makefile.am                  |  21 ++
 src/attribute.c                  | 103 ++++++++
 src/attribute.h                  |  88 +++++++
 src/element.c                    | 159 ++++++++++++
 src/element.h                    | 112 +++++++++
 src/handler.c                    | 199 ++++++++++++++++
 src/handler.h                    |  53 ++++
 src/parser.c                     | 152 ++++++++++++
 src/parser.h                     |  98 ++++++++
 src/scew.h                       |  40 ++++
 src/util.c                       | 161 +++++++++++++
 src/util.h                       |  85 +++++++
 src/xattribute.c                 |  39 +++
 src/xattribute.h                 |  48 ++++
 src/xelement.c                   |  61 +++++
 src/xelement.h                   |  56 +++++
 src/xparser.c                    |  72 ++++++
 src/xparser.h                    |  61 +++++
 31 files changed, 2541 insertions(+)
 create mode 100644 AUTHORS
 create mode 100644 COPYING
 create mode 100644 ChangeLog
 create mode 100644 INSTALL
 create mode 100644 Makefile.am
 create mode 100644 NEWS
 create mode 100644 README
 create mode 100644 THANKS
 create mode 100755 autogen.sh
 create mode 100644 configure.in
 create mode 100644 examples/Makefile.am
 create mode 100644 examples/scew_print/Makefile.am
 create mode 100644 examples/scew_print/scew_print.c
 create mode 100644 src/Makefile.am
 create mode 100644 src/attribute.c
 create mode 100644 src/attribute.h
 create mode 100644 src/element.c
 create mode 100644 src/element.h
 create mode 100644 src/handler.c
 create mode 100644 src/handler.h
 create mode 100644 src/parser.c
 create mode 100644 src/parser.h
 create mode 100644 src/scew.h
 create mode 100644 src/util.c
 create mode 100644 src/util.h
 create mode 100644 src/xattribute.c
 create mode 100644 src/xattribute.h
 create mode 100644 src/xelement.c
 create mode 100644 src/xelement.h
 create mode 100644 src/xparser.c
 create mode 100644 src/xparser.h
