2013-07-11 08:55  david_nichols

	* ChangeLog: updated SqlUtil in 0.8.8-snapshot

2013-02-27 10:10  david_nichols

	* README-BINARIES: updated binary location (and changelog for
	  pgsql)

2012-12-28 14:23  david_nichols

	* qlib/YamlRpcClient.qm: removed "$" chars from doxygen param docs

2012-11-11 08:22  david_nichols

	* docs/mainpage.doxygen.tmpl: added release notes to docs for 0.3
	  release

2012-11-11 07:02  david_nichols

	* src/QoreYamlParser.cpp, test/yaml-test.q: fixed number
	  deserialization

2012-11-11 06:49  david_nichols

	* src/QoreYamlParser.cpp, src/yaml-module.h, test/yaml-test.q:
	  fixed de/serialization of special numbers (@inf@, @nan@, etc) for
	  float and number (removed test for float @nan@ as float @nan@
	  always != itself)

2012-11-05 10:46  david_nichols

	* src/QoreYamlParser.cpp: fixed a bug in the new number detection
	  algorithm; was ignoring non-numeric characters in a string

2012-10-31 08:07  david_nichols

	* src/QoreYamlEmitter.cpp, src/QoreYamlParser.cpp,
	  src/yaml-module.h, test/yaml-test.q: use new apis introduced in
	  qore 0.8.6.1 if available to serialize numeric values with their
	  precision to ensure that the exact same number is deserialized

2012-10-30 21:37  david_nichols

	* src/QoreYamlParser.cpp, test/yaml-test.q: fixed the new number
	  deserialization algorithm

2012-10-30 21:22  david_nichols

	* src/QoreYamlParser.cpp, src/yaml-module.h: fixed number
	  serialization - use an "n" suffix to ensure correct
	  deserialization even without yaml tags
	  improved numeric value parsing algorithm

2012-10-30 20:09  david_nichols

	* RELEASE-NOTES, src/QoreYamlEmitter.cpp, src/QoreYamlParser.cpp,
	  src/yaml-module.cpp, src/yaml-module.h: updated module to support
	  the number type when compiled with qore 0.8.6+

2012-09-28 16:19  david_nichols

	* configure.ac: applied reini urban's multi-arch patches for debian
	  to all modules

2012-09-03 04:49  david_nichols

	* configure.ac: fixed dist file and module building

2012-06-25 08:51  david_nichols

	* configure.ac: updated configure.ac logic to deal with /lib ->
	  /usr/lib and /lib64 -> /usr/lib64 as with Fedora 17 - the
	  previous logic was too clever for its own good

2012-06-01 09:09  david_nichols

	* qlib/YamlRpcHandler.qm: minor updates

2012-05-31 11:58  david_nichols

	* Makefile.am, configure.ac, qlib/YamlRpcHandler.qm,
	  qore-yaml-module.spec: minor doc fixes

2012-05-25 04:22  david_nichols

	* qore-yaml-module.spec: spec file fixes

2012-05-24 16:07  david_nichols

	* docs/doxygen-api-filter.q: removed old unneeded file

2012-05-24 15:33  david_nichols

	* Makefile.am, configure.ac, docs/mainpage.doxygen.tmpl,
	  examples/HttpServer.qc, examples/YamlRpcHandler.qc,
	  examples/yaml-server.q, qlib/YamlRpcClient.qm,
	  qlib/YamlRpcHandler.qm, qore-yaml-module.spec: fixed doc build,
	  convert YamlRpcHandler to a user module, added example, other doc
	  fixes

2012-05-24 10:54  david_nichols

	* Makefile.am, qore-yaml-module.spec: * documentation is no longer
	  built and installed by default
	  * make dist or make html will build the docs (html docs are
	  included in the distribution)
	  * building RPMs by the spec file uses the documentation in the
	  dist and does not try to build it again

2012-05-24 09:52  david_nichols

	* Makefile.am, configure.ac, docs/doxyfile.tmpl,
	  docs/mainpage.doxygen.tmpl, docs/qlib, docs/qlib/Doxyfile.tmpl,
	  examples/YamlRpcClient.qc, qlib, qlib/YamlRpcClient.qm: converted
	  YamlRpcClient to a user module; implemented support for "make
	  install" to also install documentation

2012-05-23 14:34  david_nichols

	* src/ql_yaml.qpp: updated to use new qpp feature to show the qore
	  constant as default value of a makeYAML() parameter

2012-05-23 11:48  david_nichols

	* README, configure.ac, qore-yaml-module.spec: upgraded minimum
	  qore version to 0.8.5 as the qpp APIs it uses were broken in
	  0.8.4 :-(

2012-05-23 11:40  david_nichols

	* Makefile.am, configure.ac, qore-yaml-module.spec,
	  src/single-compilation-unit.cpp, src/yaml-module.cpp: fixed build
	  errors

2012-05-23 11:20  david_nichols

	* Makefile.am, configure.ac, docs/doxyfile.tmpl,
	  docs/mainpage.doxygen.tmpl, src/Makefile.am, src/ql_yaml.qpp,
	  src/yaml-module.cpp: updated the yaml module to require qore
	  0.8.4+ and to use qpp; fixed doxygen doc generation

2012-05-10 10:15  subik

	* test/yaml-test.q: test: fixed int range min value

2012-01-16 13:07  david_nichols

	* configure.ac: updated configure scripts to only set LIBSUFFIX=64
	  on 64-bit platfiorms if /usr/lib64 exists

2012-01-02 12:34  david_nichols

	* RELEASE-NOTES, src/QoreYamlParser.cpp, test/yaml-test.q: fixed
	  deserializing large integers

2011-12-06 09:38  subik

	* docs/doxyfile.tmpl: doc location fix

2011-11-29 14:04  subik

	* Makefile.am, configure.ac, docs/doxyfile.tmpl,
	  docs/doxygen-api-filter.q, docs/footer_template.html,
	  docs/mainpage.doxygen.tmpl, docs/yaml-module-doc.html: doxygen
	  docs

2011-09-12 16:26  david_nichols

	* configure.ac: added -mt to compile and link lines when building
	  on solaris with CC

2011-09-02 15:14  subik

	* ChangeLog: missing file for make dist

2011-07-29 13:36  david_nichols

	* README-WINDOWS, configure.ac, src/Makefile.am: updates to build
	  under mingw32 cross-compiling env

2011-05-28 10:39  david_nichols

	* RELEASE-NOTES, configure.ac, qore-yaml-module.spec: updated to
	  version 0.3

2011-05-27 12:29  subik

	* src/yaml-module.h: fixed missing exception when there is an error
	  in the parsed document

2010-12-26 20:44  david_nichols

	* Makefile.am, examples, examples/HttpServer.qc,
	  examples/YamlRpcClient.qc, examples/YamlRpcHandler.qc: doc and
	  example updates

2010-07-05 19:34  david_nichols

	* README-BINARIES: added readme

2010-07-03 07:57  david_nichols

	* ChangeLog, RELEASE-NOTES: updated release notes for release;
	  removed ChangeLog; ChangeLog should be created manually with
	  svn2cl before each release to make sure it's up to date

2010-06-30 08:45  david_nichols

	* RELEASE-NOTES, configure.ac, qore-yaml-module.spec,
	  src/QoreYamlParser.cpp, test/yaml-test.q: updated release to 0.2,
	  fixed a problem deserializing integer and floating-point 0

2010-06-29 10:37  david_nichols

	* src/yaml-module.h: added more information to scalar output errors

2010-06-23 10:33  david_nichols

	* configure.ac, qore-yaml-module.spec, src/yaml-module.h: updated
	  version to 0.0.2, added more information to scalar output errors

2010-06-21 09:12  david_nichols

	* qore-yaml-module.spec: updated spec files to generically
	  determine *suse versions for distribution tagging in rpm file
	  names

2010-06-20 06:03  david_nichols

	* ChangeLog: fixed ChangeLogs with non-broken svn2cl

2010-06-18 09:29  david_nichols

	* qore-yaml-module.spec: fixed spec files

2010-06-15 18:49  david_nichols

	* docs/yaml-module-doc.html: updated tikiwiki and added updated
	  color scheme

2010-06-15 11:40  david_nichols

	* ChangeLog: checked in empty ChangeLog

2010-06-10 14:21  david_nichols

	* AUTHORS, README, RELEASE-NOTES, docs/yaml-module-doc.html,
	  src/QoreYamlEmitter.cpp, src/QoreYamlParser.cpp,
	  src/yaml-module.cpp, src/yaml-module.h, test/yaml-test.q: added
	  module documentation; fixed YAML emitter to emit tags in
	  canonical mode for sequences and maps; fixed YAML emitter to
	  respect line widths; remove YAML::Yaml1_0 and YAML::Yaml1_2
	  constants because libyaml cannot emit anything other than YAML
	  1.1; fixed float deserialization with tagged data; drafted README
	  and RELEASE-NOTES

2010-05-27 04:32  david_nichols

	* src/yaml-module.h: do not need to emit double quotes on YAML map
	  keys anymore

2010-05-26 18:58  david_nichols

	* src/QoreYamlParser.cpp, src/yaml-module.h: updated to provide
	  more thorough checking for untagged durations (also all
	  components must be capitalized as per ISO-8601) and assume hash
	  keys are strings if it's a scalar without any tag (because they
	  will be converted to a string anyway when building the Qore hash)

2010-05-26 15:31  david_nichols

	* src/QoreYamlEmitter.cpp, src/yaml-module.cpp, src/yaml-module.h:
	  made default line lenth unlimited to save space, added two
	  optional arguments to makeYAML() to set line length and
	  indentation level

2010-05-16 14:12  david_nichols

	* src/QoreYamlParser.cpp, src/yaml-module.h, test/yaml-test.q:
	  improved float type de/serialization

2010-05-16 12:44  david_nichols

	* test/yaml-test.q: fixed typo in test

2010-05-16 12:43  david_nichols

	* test/yaml-test.q: updated test to work with non-debugging builds
	  of qorex

2010-05-16 12:43  david_nichols

	* src/QoreYamlParser.cpp, src/yaml-module.h, test/yaml-test.q:
	  fixed float de/serialization

2010-05-12 11:49  david_nichols

	* configure.ac: solaris and sun studio compile and warning
	  fixes/enhancements

2010-05-10 11:46  david_nichols

	* src/QoreYamlEmitter.cpp, src/QoreYamlParser.cpp,
	  src/yaml-module.cpp, src/yaml-module.h, test/yaml-test.q: updated
	  yaml parsing and generation to support relative date/time values
	  with the new tag "!duration"

2010-05-08 10:07  david_nichols

	* src/QoreYamlEmitter.cpp, src/yaml-module.cpp, src/yaml-module.h:
	  fixed raising multiple exceptions when only the first one should
	  be raised

2010-05-07 12:25  david_nichols

	* src/yaml-module.cpp, src/yaml-module.h, test/yaml-test.q: new
	  constants and other minor changes

2010-05-06 09:59  david_nichols

	* src/QoreYamlParser.cpp, src/yaml-module.h, test/yaml-test.q:
	  fixed parsing empty strings

2010-05-06 08:00  david_nichols

	* src/QoreYamlEmitter.cpp, src/QoreYamlParser.cpp,
	  src/yaml-module.h, test/yaml-test.q: updated to not emit tag for
	  timestamp by default; only parse untagged values as strings
	  unconditionally if they are double-quoted

2010-05-06 07:07  david_nichols

	* src/QoreYamlParser.cpp, test/yaml-test.q: removed debugging
	  output

2010-05-05 16:09  david_nichols

	* src/Makefile.am, src/QoreYamlEmitter.cpp, src/QoreYamlParser.cpp,
	  src/single-compilation-unit.cpp, src/yaml-module.cpp,
	  src/yaml-module.h, test/yaml-test.q: implemented initial yaml
	  parser, emitting fixes with date/time values

2010-05-05 12:23  david_nichols

	* configure.ac, m4, m4/acx_pthread.m4, qore-yaml-module.spec,
	  src/yaml-module.cpp, src/yaml-module.h, test/yaml-test.q: updated
	  to use libyaml instead of yaml-cpp

2010-05-04 13:13  david_nichols

	* ., AUTHORS, COPYING, Makefile.am, README, RELEASE-NOTES,
	  configure.ac, docs, docs/yaml-module-doc.html,
	  qore-yaml-module.spec, reconf.sh, src, src/Makefile.am,
	  src/single-compilation-unit.cpp, src/yaml-module.cpp,
	  src/yaml-module.h, test, test/yaml-test.q: initial yaml module
	  based on yaml-cpp

