commit 69966848d064e6a38c327601ed33e778c7ec63b4
Author: Martin Lambers <marlam@marlam.de>
Date:   2010-05-06 12:50:20 +0200

    Improve comment about UTF-8 for tag names and values.

 libgta/src/gta/gta.h   |    4 +++-
 libgta/src/gta/gta.hpp |    5 ++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 0d58f0187457c71ad989bb2b7639fc7526d087b5
Author: Martin Lambers <marlam@marlam.de>
Date:   2010-05-05 22:50:53 +0200

    Update doxygen comments for the reference main page.

 libgta/src/gta/gta.h |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

commit 43daa3d841419f2ac0578aefec1c506fafa693b1
Author: Martin Lambers <marlam@marlam.de>
Date:   2010-05-02 14:46:47 +0200

    Add URL to AC_INIT call.

 libgta/configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit de0be1babeb22863076b07b48fc33178233a7b2b
Author: Martin Lambers <marlam@marlam.de>
Date:   2010-04-29 22:08:09 +0200

    Add URL field to pkg-config file.

 libgta/src/gta.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 200c444364490708ad06324bbb9f5526eb783d53
Author: Martin Lambers <marlam@marlam.de>
Date:   2010-04-29 22:06:57 +0200

    Do not install the libgta.la file, and document the reasons for this decision.

 libgta/src/Makefile.am |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit 34b3d1404ae521d622d514d8b143163c6386bbc1
Author: Martin Lambers <marlam@marlam.de>
Date:   2010-04-27 08:43:29 +0200

    Initial import

 libgta/AUTHORS                  |    1 +
 libgta/COPYING                  |  504 +++
 libgta/ChangeLog                |    3 +
 libgta/INSTALL                  |  365 ++
 libgta/Makefile.am              |   15 +
 libgta/build-aux/config.guess   | 1501 +++++++
 libgta/build-aux/config.rpath   |  672 ++++
 libgta/build-aux/config.sub     | 1705 ++++++++
 libgta/build-aux/depcomp        |  630 +++
 libgta/build-aux/install-sh     |  520 +++
 libgta/build-aux/ltmain.sh      | 8406 +++++++++++++++++++++++++++++++++++++++
 libgta/build-aux/missing        |  376 ++
 libgta/configure.ac             |  130 +
 libgta/doc/Makefile.am          |   78 +
 libgta/doc/doxyfile.in          | 1423 +++++++
 libgta/doc/example.c            |  127 +
 libgta/doc/example.cpp          |   70 +
 libgta/doc/fdl.tex              |  585 +++
 libgta/doc/specification.tex    |  366 ++
 libgta/m4/00gnulib.m4           |   30 +
 libgta/m4/gnulib-cache.m4       |   38 +
 libgta/m4/gnulib-common.m4      |  195 +
 libgta/m4/gnulib-comp.m4        |  194 +
 libgta/m4/gnulib-tool.m4        |   57 +
 libgta/m4/lib-ld.m4             |  110 +
 libgta/m4/lib-link.m4           |  774 ++++
 libgta/m4/lib-prefix.m4         |  224 ++
 libgta/m4/libtool.m4            | 7357 ++++++++++++++++++++++++++++++++++
 libgta/m4/ltoptions.m4          |  368 ++
 libgta/m4/ltsugar.m4            |  123 +
 libgta/m4/ltversion.m4          |   23 +
 libgta/m4/lt~obsolete.m4        |   92 +
 libgta/m4/visibility.m4         |   74 +
 libgta/src/Makefile.am          |   16 +
 libgta/src/gta.c                | 4115 +++++++++++++++++++
 libgta/src/gta.pc.in            |   18 +
 libgta/src/gta/gta.h            | 1360 +++++++
 libgta/src/gta/gta.hpp          | 2097 ++++++++++
 libgta/src/gta/gta_version.h.in |   32 +
 libgta/tests/Makefile.am        |   30 +
 libgta/tests/basic.c            |  211 +
 libgta/tests/big-endian.gta     |  Bin 0 -> 2449 bytes
 libgta/tests/blocks.c           |  156 +
 libgta/tests/compression.c      |  175 +
 libgta/tests/endianness.c       |  418 ++
 libgta/tests/filedescriptors.c  |  137 +
 libgta/tests/little-endian.gta  |  Bin 0 -> 2370 bytes
 libgta/tests/taglists.c         |  230 ++
 48 files changed, 36131 insertions(+), 0 deletions(-)
