• Home
  • Raw
  • Download

Lines Matching +full:mingw +full:- +full:long +full:- +full:test

2 ----- version 1.7.3 ------
4 2021-06-19 Mark Lindner <markl@avalon>
6 * lib/libconfig.c - Fixed double-free of config->filenames;
8 NULL instead of the passed-in setting if the specified path was not
10 * configure.ac, lib/Makefile.am - bump version numbers
12 2021-04-28 Mark Lindner <markl@avalon>
14 * lib/CMakeLists.txt - misc. fixes
16 2021-04-22 Mark Lindner <markl@avalon>
18 * Makefile.am, configure.ac - Added --disable-tests configure option
20 2021-01-09 Mark Lindner <markl@avalon>
22 * lib/CMakeLists.txt - misc. fixes
24 2020-11-12 Mark Lindner <markl@avalon>
26 * contrib/ls-config/README.md - typo corrections
28 2020-10-03 Mark Lindner <markl@avalon>
30 * *.vcxproj, *.sln - Updated for building x64 configuration.
32 2020-07-02 Mark Lindner <markl@avalon>
34 * lib/libconfig.h++, doc/libconfig.texi - added isString() convenience
37 2019-12-18 Mark Lindner <markl@avalon>
41 doc/libconfig.texi - Added new ALLOW_OVERRIDES option.
43 2019-12-17 Mark Lindner <markl@avalon>
45 * CMakeLists.txt, tests/CMakeList.txt - various fixes
47 lib/strvec.c, lib/strvec.h, lib/util.c, lib/util.h - prefix more
49 * lib/scanner.c, lib/scanner.h - regenerated
51 2019-12-14 Mark Lindner <markl@avalon>
55 lib/strvec.c, lib/strvec.h - prefix all internal functions with
57 * lib/grammar.c, lib/grammar.h, lib/scanner.c, lib/scanner.h - regenerated
58 * lib/wincompat.h - Fix #define for snprintf for Visual Studio 2013
59 * lib/libconfig.h++, lib/libconfigcpp.c++ - Use noexcept in C++17
61 ----- version 1.7.2 ------
63 2019-01-05 Mark Lindner <markl@avalon>
65 * lib/libconfig.c - fixed slow leak in config_destroy()
66 * <multiple> - miscellaenous build file fixes
68 ----- version 1.7.1 ------
70 2017-11-15 Mark Lindner <markl@avalon>
72 * lib/wincompat.c, lib/wincompat.h - added fsync() implementation for
74 * lib/libconfig.c, lib/libconfig.h - added CONFIG_OPTION_FSYNC
75 * lib/libconfigcpp.c++, lib/libconfig.h++ - added Config::OptionFsync
76 * doc/libconfig.texi - Documentation updates
78 2017-11-14 Mark Lindner <markl@avalon>
80 * lib/strbuf.c - bugfix in strbuf_append_char()
82 ----- version 1.7 ------
84 2017-10-24 Mark Lindner <markl@avalon>
86 * INSTALL - Added information about installing from a git snapshot
87 * configure.ac - Bumped version to 1.7
88 * doc/libconfig.texi - Updated documentation, added new chapter on
91 examples/c/cfg_includes/*.cfg - New example program
92 * lib/Makefile.am - bumped library version to 11:0:0; added new source
94 * lib/grammar.c, lib/grammar.y, lib/scanner.c, lib/scanner.h - regenerated
95 * lib/grammar.y - allow optional trailing comma in lists and arrays
96 * *.vcproj - updated with new source files, library dependency
97 * lib/libconfig.c, lib/libconfig.h - various code cleanup;
105 * lib/libconfigcpp.c++, lib/libconfig.h++ - moved Option enum from Setting
109 * lib/parsectx.c, lib/parsectx.h - code cleanup
110 * lib/scanctx.c, lib/scanctx.h - added support for include functions;
111 code cleanup; removed non-portable directory reading code;
112 * lib/scanner.l - added support for include functions; moved some parsing
114 * lib/strbuf.c, lib/strbuf.h - added strbuf_append_char(); code cleanup
115 * lib/strvec.c, lib/strvec.h - new functions for managing arrays of
117 * lib/util.c, lib/util.h - value parsing and formatting code and memory
119 * lib/wincompat.h - new macros for testing relative paths; replaced
121 * tests/tests.c - fixed test failures and improper testing of int type
124 ----- version 1.6 ------
126 2015-12-31 Jose Luis Tallon <jltallon@adv-solutions.net>
128 * Added include_dir feature (support for Debian-style conf.d/
132 useful for permissions and masks in UNIX-like systems (pull req #42)
144 - Copyright and examples
145 - Included TeX patch from Debian (fixes FTBS with TeXlive)
150 2015-10-14 Thomas Fischer <fischer@unix-ag.uni-kl.de>
152 * configure, configure.ac, debian/libconfig++9-dev.install,
153 debian/libconfig9-dev.install, lib/Makefile.am, lib/Makefile.in,
155 libconfig.spec.in - locating libconfig in CMake-based projects
157 2015-08-14 Mark Lindner <markl@neuromancer>
159 * lib/wincompat.h - Fixed Windows portability issue
160 * lib/libconfig.h++ - added missing operator[](std::string&).
162 ----- version 1.5 ------
164 2015-05-16 Mark Lindner <markl@neuromancer>
166 * lib/libconfig.c - Don't fclose() a null pointer.
168 2014-09-19 Mark Lindner <markl@neuromancer>
170 * lib/libconfig.c, lib/wincompat.h - check if file being opened is a
173 doc/libconfig.texi - added config_set_options(),
176 2014-05-25 Mark Lindner <markl@neuromancer>
178 * lib/libconfig.c++, lib/libconfig.h++ - added patches from Matt
182 * lib/libconfig.c, lib/libconfig.h - renamed
186 * doc/libconfig.texi - documented new APIs, bumped version
187 * lib/scanner.c, lib/scanner.h, lib/scanner.l, libconfig.c -
189 * lib/grammar.c, lib/grammar.h, lib/grammar.y - parser code cleanup;
191 * README, ChangeLog - version updates
193 2014-01-21 Mark Lindner <markl@neuromancer>
195 * lib/libconfig.c - bugfix; capture root filename
196 * tests/Makefile.am - fix for out-of-source builds
197 * ac_config.h.in, aclocal.m4 - updated to newer autotools
199 ----- version 1.4.9 ------
201 2012-09-28 Mark Lindner <markl@neuromancer>
203 * lib/libconfigcpp.c++ - Fixed compiler warnings in constructor
205 * tinytest/tiytest.c, tinytest/tinytest.h - added tt_file_exists();
206 added alternate implementations of some test macros since MSVC does
209 * tests/tests.c - use tt_file_exists() rather than access(); alias
212 * lib/scanner.l - fixed parsing issue when backslash in string is
214 * lib/scanner.c - regenerated
216 doc/libconfig.texi, configure.ac - bump version numbers
217 * aclocal.m4, ac_config.h - regenerated
218 * m4/*, aux-build/*, libtool - updated to newer
220 2011-12-30 Mark Lindner <markl@neuromancer>
222 * debian/control - updates from Jonathan McCrohan
224 ----- version 1.4.8 ------
226 2011-08-04 Mark Lindner <markl@neuromancer>
228 * tests/Makefile.am - marked 'libconfig_tests' as non-installable
229 * lib/scanner.l, lib/grammar.y - grammar changes to make trailing
231 * lib/libconfig.c - bugfixes for lack of auto-conversion handling in
234 * lib/Makefile.am - bump .so version
235 * configure.ac - bump version, add '-Wno-unused-parameter' compiler
237 * doc/libconfig.texi - documentation updates; added a chapter that
239 * lib/libconfig.h, lib/libconfig.h++ - bump versions
241 ----- version 1.4.7 ------
243 2011-03-11 Mark Lindner <markl@neuromancer>
245 * doc/libconfig.texi - fixed typo; updated docs
246 * TODO - updated list
248 lib/libconfig.h++ - added config{get,set}_default_format(),
251 2011-03-10 Mark Lindner <markl@neuromancer>
253 * lib/libconfig.c - fixed memory leak when encountering a parse error
256 doc/libconfig.texi - bump versions
258 ----- version 1.4.6 ------
260 2010-09-10 Mark Lindner <markl@neuromancer>
262 * doc/libconfig.texi - documentation updates
264 lib/libconfig.h++, lib/wincompat.h, lib/scanctx.c - added support
266 * m4/* - added local m4 directory
267 * contrib/* - added user-contributed files
269 2010-09-07 Mark Lindner <markl@neuromancer>
271 * lib/scanner.l - bugfix for parse error when there is a missing
273 * lib/libconfig.h, lib/libconfig.h++, lib/Makefile.am - bump version
274 * tinytest/* - added a simple unit testing framework
275 * tests/* - added preliminary unit tests
277 lib/Makefile.am, libtool, doc/libconfig.texi - bump versions/dates
278 * lib/grammar.h, lib/grammar.c - regenerated with newer version of
280 * lib/libconfig.c - bugfix: explicitly set starting line number to 1
284 ----- version 1.4.5 ------
286 2010-05-04 Mark Lindner <markl@neuromancer>
288 * lib/libconfig.h, lib/libconfig.h++, lib/Makefile.am - bumped version
290 * lib/libconfigcpp.c++ - bugfix: properly handle TypeInt64 in add() and
292 * aux-build/*, ac_config.h, configure.ac, ac_config.h.in, libtool -
294 * libconfig.c - added declaration of libconfig_yylex_init_extra() to
296 * scanner.l - added #define YY_NO_INPUT to prevent compiler warning
297 * libconfig.texi - Added example code for operator=()
299 ----- version 1.4.4 ------
301 2010-04-12 Mark Lindner <markl@neuromancer>
303 * lib/Makefile.am - fixed shared library version info
304 * lib/libconfig.h++ - added Setting::c_str() method
306 lib/libconfig.h++ - bump versions
307 * lib/wincompat.h - fixed MinGW build error
308 * doc/libconfig.texi - doc updates
309 * README - added MinGW info
311 ----- version 1.4.3 ------
313 2010-02-13 Mark Lindner <markl@neuromancer>
315 * lib/scanner.l - bugfix for matching @include with preceding
318 ----- version 1.4.2 ------
320 2010-01-19 Mark Lindner <markl@neuromancer>
322 * lib/libconfigcpp.c++, lib/libconfig.h++ - bugfix for crash; added
325 ac_config.h, libconfig.spec, configure.ac - bump versions
327 2010-01-09 Mark Lindner <markl@neuromancer>
329 * lib/libconfigcpp.c++ - bugfix in ParseException constructor (from
331 * debian/* - more cleanup, and added debug rules (from Ilya Dogolazky)
333 ----- version 1.4.1 ------
335 2009-12-31 Mark Lindner <markl@neuromancer>
337 * lib/libconfig.c - bugfix for crash; removed unnecessary buffer delete
339 * examples/c/Makefile.am, examples/c++/Makefile.am - fixed build issue
340 * configure.ac, Makefile.am - Added `--disable-examples' configure
342 * configure.ac, lib/Makefile.am, libconfig.spec, ac_config.h - bumped
345 ----- version 1.4 ------
347 2009-10-24 Mark Lindner <markl@neuromancer>
349 * grammar.y, scanner.l - properly report @include errors
350 * exmaples/example4.cpp - new example added
352 2009-10-14 Mark Lindner <markl@neuromancer>
354 * debian/* - more fixes; from Klaus Schneider-Zapp
355 * libconfig.c - when writing strings, escape only control characters
358 ----- version 1.4b4 ------
360 2009-09-09 Mark Lindner <markl@neuromancer>
362 * lib/Makefile.am - fixed MinGW build issues
364 ----- version 1.4b3 ------
366 2009-09-04 Mark Lindner <markl@neuromancer>
368 * lib/libconfig.c, lib/scanner.l, lib/grammar.y - fixed all memory
371 2009-09-01 Mark Lindner <markl@neuromancer>
374 lib/libconfig.h++ - added config_error_type() and fixed a segfault
376 * doc/libconfig.texi - doc updates
378 ----- version 1.4b2 ------
380 2009-08-29 Mark Lindner <markl@neuromancer>
382 * examples/* - added new example programs to replace the less
385 2009-08-25 Mark Lindner <markl@neuromancer>
388 lib/libconfig.h++ - added config_set_tab_width(),
391 * doc/libconfig.texi - doc updates
393 ----- version 1.4b1 ------
395 2009-08-21 Mark Lindner <markl@neuromancer>
397 * lib/libconfig.h++, lib/libconfigcpp.c++ - broke the public
400 * debian/* - updated for version 1.4
401 * lib/libconfig.c - fixed an isprint() assertion on Windows
403 2009-08-20 Mark Lindner <markl@neuromancer>
406 lib/strbuf.c, lib/strbuf.h - code refactoring to reduce library size
407 lib/Makefile.am - fixed 'make install' error
409 ----- version 1.4b ------
411 2009-08-16 Mark Lindner <markl@neuromancer>
414 lib/grammar.y, lib/grammar.c, lib/grammar.h - added
419 * lib/libconfigcpp.c++, lib/libconfig.h++ - added filename to
423 * doc/libconfig.texi - documentation updates
424 * lib/Makefile.am - bump .so version
425 * ac_config.h, configure.ac, libtool - bump version
427 2009-07-19 Mark Lindner <markl@neuromancer>
430 lib/libconfig.h++ - added config_read_string() and
433 2009-07-02 Mark Lindner <markl@neuromancer>
437 lib/libconfig.c, lib/libconfig.h - replaced ugly C code in scanner.l
444 2009-05-27 Mark Lindner <markl@neuromancer>
447 libtool - upgraded to newer versions of autotools
449 libconfig.c, libconfig.h - added LIBCONFIG_VER_* macros, changed API
450 to replace 'long' and 'unsigned long' with 'int' and 'unsigned int'
453 * <multiple> - directory structure reorg
455 ----- version 1.3.2 ------
457 2009-02-18 Mark Lindner <markl@neuromancer>
459 * libconfig.vcproj, libconfig++.vcproj - #define _STDLIB_H to
462 2009-02-17 Mark Lindner <markl@neuromancer>
464 * libconfig.c, libconfig.h - added config_setting_lookup*() functions;
466 (return status, and accept value-result param)
467 * debian/* - updates and cleanup (from Klaus Schneider-Zapp)
468 * libconfig.spec, Makefile.am, ac_config.h - update version number
469 * doc/libconfig.texi - documentation updates
470 * samples/c/sample1.c - patch from Rodolfo Giometti
471 * samples/c/stub.c - fixed relative to API changes
473 2008-12-06 Mark Lindner <markl@neuromancer>
475 * libconfig.c - fix memory leak in config_setting_remove_elem();
477 * configure.ac - fix incorrect processing of --enable-cxx option;
480 2008-09-11 Mark Lindner <markl@neuromancer>
482 * debian/libconfigduo2.postinst - fix typo in test stmt
484 ----- version 1.3.1 ------
486 2008-09-07 Mark Lindner <markl@neuromancer>
488 * scanner.l, wincompat.h - workarounds for problems with parsing and
489 formatting of 64-bit integers on MinGW
490 * scanner.c - regenerated
492 2008-09-05 Mark Lindner <markl@neuromancer>
494 * libconfig.spec - updated for 1.3.1
495 * Makefile.am - fix version
496 * scanner.l - add fromhex() function, since strtoull() seems broken
497 on MinGW
499 2008-08-25 Mark Lindner <markl@neuromancer>
501 * libconfigcpp.c++, libconfig.h++ - derive exceptions from
504 2008-08-10 Mark Lindner <markl@neuromancer>
506 * wincompat.h - fix MinGW build issue
507 * configure.ac, ac_config.h, Makefile.am - bump version
508 * doc/libconfig.texi - doc updates
509 * libconfigcpp.c++, libconfig.h++ - include path information in
511 * libconfig.c - force "C" locale for parsing & formatting
513 ----- version 1.3 ------
515 2008-04-07 Mark Lindner <markl@neuromancer>
517 * libconfig.spec - updated for 1.3
519 2008-04-03 Mark Lindner <markl@neuromancer>
521 * scanner.l, grammar.y, libconfig.c, libconfig.h, wincompat.h -
523 Chris Pickett (C-style comments, renamed 'index' to 'idx' to
525 * scanner.c, grammar.c - regenerated
526 * configure.ac - enable more gcc warnings
527 * libconfigcpp.c++, libconfig.h++ - added getPath(), fixed impl of
532 * Makefile.am - add wincompat.h to sources; add missing debian files
534 * test.cfg - added example 64-bit integer settings
535 * samples/* - expanded some examples
536 * doc/libconfig.texi - documentation updates
537 * Makefile.am, *msvc7* - added (generated) VS2003 projects/solution
539 2008-03-22 Mark Lindner <markl@neuromancer>
541 * debian/* - updates from Klaus Schneider
543 2008-03-22 Mark Lindner <markl@neuromancer>
546 wincompat.h, libconfigcpp.c++, grammar.c, scanner.c, grammar.h -
547 add support for 64-bit integer values
548 * libconfig.texi - documentation updates
549 * Makefile.am, ac_config.h, configure.ac, libtool - bump version
550 * libconfig.h - add config_setting_parent(), config_setting_is_root()
551 * libconfigcpp.c++, libconfig.h++ - add isRoot(), getParent() to
554 2008-03-15 Mark Lindner <markl@neuromancer>
556 * scanner.l - made 'true' and 'false' tokens completely
557 case-insensitive
558 * libconfigcpp.cc, libconfig.hh - added alias files for Windows
559 * libconfig.c, libconfig.h - modified __config_write_value() to write
560 out floating point values in a more human-readable form; added name
563 * libconfigcpp.c++, libconfig.h++ - added remove(unsigned int) and
565 * libconfig.texi - documentation updates
567 ----- version 1.2.1 ------
569 2007-12-21 Mark Lindner <markl@neuromancer>
571 * libconfig.c - source cleanup
572 * config.guess, config.sub, ltmain.sh, libtool - updated to newer
574 - MinGW-related fixes
576 ----- version 1.2 ------
578 2007-10-15 Mark Lindner <markl@neuromancer>
580 * libconfig.h++, libconfigcpp.c++ - renamed "SettingFormat" to
583 2007-10-13 Mark Lindner <markl@neuromancer>
585 * scanner.l - updated regexp for float to allow for values which have
587 * grammar.y - capture input line number when parsing settings
588 * libconfig.c, libconfig.h - added config_setting_is*() macros;
591 * libconfig.c++, libconfig.h++ - renamed "SettingType" enum to
593 * samples/* - various updates
594 * debian/changelog - added entry
595 * ac_config.h, configure.ac, libtool, Makefile.am - new version #
596 * TODO - updates
597 * doc/libconfig.texi - documentation updates
599 2007-10-12 Mark Lindner <markl@neuromancer>
601 * libconfig.c, libconfig.h - added config_set_auto_convert(),
602 config_get_auto_convert(), and number auto-conversion logic
603 * libconfigcpp.c++, libconfig.h++ - add setAutoConvert(),
606 * debian/rules - made file executable
607 * debian/libconfigduo-dev.install - add pkgconfig files to list
609 2007-09-22 Mark Lindner <markl@neuromancer>
611 * libconfig.c, libconfig.h - change 'type' and 'format' members of
614 2007-09-22 Mark Lindner <markl@neuromancer>
616 * doc/libconfig.texi - add @direntry to fix install-info warnings
617 * libconfig.spec.in, Makefile.am, configure.ac - added RPM support
620 2007-09-18 Mark Lindner <markl@neuromancer>
622 * libconfig.h - remove DLL_EXPORT; add LIBCONFIG_STATIC to fix
625 2007-09-18 Deneys S. Maartens <dsm@tlabs.ac.za>
627 * samples/c/Makefile.am, samples/c++/Makefile.am - Add
629 * Makefile.am - expand wildcards in EXTRA_DIST to fix distcheck
632 ----- version 1.1.3 ------
634 2007-08-03 Mark Lindner <markl@neuromancer>
636 * libconfigcpp.c++ - bugfix in unsigned cast operators (incorrect value
638 * debian/control - made some corrections
640 ----- version 1.1.2 ------
642 2007-07-01 Mark Lindner <markl@neuromancer>
645 * libconfig.h++ - added new predicate is<type>() functions
646 * libconfig.h - fix comments
647 * doc/libconfig.texi - documentation updates
648 * ac_config.h, configure.ac, Makefile.am - new version #
650 ----- version 1.1.1 ------
652 2007-06-15 Mark Lindner <markl@neuromancer>
654 * scanner.l - bugfix in string parsing
655 * test.cfg - added test case
657 ----- version 1.1 ------
659 2007-04-18 Mark Lindner <markl@neuromancer>
661 * libconfigcpp.c++ - bugfix in add(SettingType)
662 * stubcpp.cpp - add more ad-hoc tests
664 2007-04-05 Mark Lindner <markl@neuromancer>
666 * scanner.l - Add string concatenation patch from Glenn Herteg.
668 * grammar.y - add mode directive emacs
669 * libconfigcpp.c++, libconfig.h++ - add exists() and lookupValue()
671 * libconfig.texi - documentation updates
673 ----- version 1.0.1 ------
675 2006-11-26 Mark Lindner <markl@neuromancer>
677 * samples/c/Makefile.am, samples/c++/Makefile.am - fix linker error
678 * libconfig.texi - documentation update
680 ----- version 1.0 ------
682 2006-10-19 Mark Lindner <markl@neuromancer>
684 * libconfigcpp.c++ - bugfix in add() for lists
686 2006-10-11 Mark Lindner <markl@neuromancer>
688 * scanner.l - allow asterisk in setting names (submitted by
690 * libconfig.texi - documentation updates
691 * configure.ac, Makefile.am, samples/Makefile.am - add --disable-cxx
694 2006-10-01 Mark Lindner <markl@neuromancer>
696 * <multiple> - samples cleanup
698 2006-09-14 Mark Lindner <markl@neuromancer>
700 * libconfig.c - Change %.8f to %e for double values in
703 2006-08-31 Mark Lindner <markl@neuromancer>
705 * Makefile.am - changed bin_PROGRAMS to noinst_PROGRAMS; the stub
708 2006-08-26 Mark Lindner <markl@neuromancer>
710 * libconfig.texi - documentation corrections & updates
711 * stub.c, stubcpp.c++ - check return value of fopen(); fix compiler
713 * configure.ac, Makefile.am - add -Wall to CFLAGS only for gcc;
714 add test.cfg to EXTRA_DIST
715 * grammar.y, libconfigcpp.c++ - fix compiler warnings
716 * libconfig.c - use CONFIG_TRUE & CONFIG_FALSE rather than 1 & 0
719 ----- version 0.9 ------
721 2006-07-29 Mark Lindner <markl@neuromancer>
723 * <multiple> - major grammar redesign: groups are now values instead of
726 * libconfig.texi - documentation updates; added new chapter containing
728 * test.cfg - modified to reflect new syntax and to demonstrate lists
730 2006-06-23 Mark Lindner <markl@neuromancer>
732 * <multiple> - added support for lists (collections of
734 * libconfig.c - pretty-printing fixes in config_write()
736 2006-06-08 Mark Lindner <markl@neuromancer>
738 * libconfig.h++ - added private copy constructor & assignment operator
740 * ligconfigcpp.c++, libconfig.h++ - added cast operators for unsigned
741 int and unsigned long (from Scott Frazer)
742 * <multiple> - add support for value formats; the only non-default
746 2006-04-15 Mark Lindner <markl@neuromancer>
748 * <multiple> - added pkg-config support
750 2006-03-31 mlindner <markl@neuromancer>
752 * <multiple> - cleaned up config.tab.h mess (this file was obsolete,
755 2006-03-30 mlindner <mlindner@chimera>
757 * grammar.y - fixed includes for windows (missing decl of malloc/free)
758 * libconfig.c - fixed several signed/unsigned warnings
759 * doc/libconfig.texi - documentation updates, formatting fix
760 * scanner.l - allow lowercase 'true' and 'false' in addition to
763 2006-03-27 Mark Lindner <markl@neuromancer>
765 * libconfigcpp.c++ - added missing break statements in switch (from
767 * libconfig.c - don't strdup() a NULL string (from Lukas Zweifel)
768 * grammar.c, grammar.h - regenerated with bison 2.1
770 2006-03-20 Mark Lindner <markl@neuromancer>
772 * scanner.l - added '%option nounistd' and regenerated with newest
775 2006-03-17 Mark Lindner <markl@neuromancer>
777 * grammar.y - bugfix; error & abort parsing if duplicate setting name
779 * scanner.l - bugfix; multi-line C-style comments were causing line
782 * <multiple> - various fixes to support building of DLLs on Windows.
784 2005-11-26 Mark Lindner <markl@neuromancer>
786 * grammar.y, scanner.l - always strdup() yytext, and free the memory
789 2005-11-22 Mark Lindner <markl@neuromancer>
791 * libconfigcpp.c++, libconfig.h++, libconfig.c, libconfig.h -
794 * samples/* - Added Daniel's example code.
795 * docs/libconfig.texi - Updated documentation
797 2005-09-28 Mark Lindner <markl@neuromancer>
801 * libconfig.texi - updated manual
803 2005-06-02 Mark Lindner <markl@neuromancer>
805 * libconfigcpp.c++, libconfig.h++ - Added getName() method;
810 precision since the actual values are stored internally as long
813 * libconfig.h - added config_setting_name() macro
815 * libconfig.c - maintain two lists of children at each node; a sorted
819 * scanner.l - fixed scanner rule for comments. '#' no longer has to