Bug fixes and enhancement in json extension.
Updates in json man page.
Bug fix in reclen::drop().
Update json/{NEWS,ChangeLog}.
Update copyright in json/json.cpp.
Update copyright in json/awkjsonhandler.cpp.
json: Fix bug, make it handle nested arrays.
Handle AWK_BOOL to/from json.
Fix some typos in awkjsonhandler.cpp.
Small fix in timex man page.
Fix buffer management.
Make buffer management via global vars, not per file.
Move to using namespaces. Bump version to 2.0.0.
Make allocation in reclen.c smarter.
timex: update doc, fix test.
More fixes.
Add po files.
Add ABOUT-NLS and INSTALL.
Add timex/build-aux.
Add missing m4 diretories to strptime and timex.
Add timex extension.
Add strptime extension.
Imprve troff usage in several manpages.
Fix mbs/mbs.c to build on Cygwin.
Improve the mbs test.
Avoid sign extension in mbs_split().
Update mbs.ok.
Update test.
General improvements after first review.
Add mbs extension.
Add json/NOTES file with notes on other C++ JSON implementations.
Fix up vim modelines for errno and nl_langinfo docs.
Small improvement in abort/doc/abort.3am.
Add abort extension.
Improve vim mode line in doc/nl_langinfo.3am.
Add copyright FSF to json/doc/json.3am.
Update json/doc/json.3am.
Add note in README that json work work with gawk 4.1.x.
Merge branch 'master' into json-devel-2
Add gawkapi.h, doc updates.
More improvements, including use errno in both functions.
Merge branch 'master' into json-devel-2
Update nl_langinfo to gawk 4.2.
Add -C option to make_extension_directory.sh for C++.
Add json extension.
Work to be able to fit this into the framework.
Debug the reader, hook it in. Add more tests.
Reader object written, partially hooked in. Checkpoint commit.
Doc improvements, make non-array argument non-fatal.
Add null type to test.awk.
Fix the writer side. Add minimal test script.
JSON writer side written and compiles.
Add start at jsonreader class. Improve json.cpp.
Merge branch 'master' into json-devel
Doc improvement.
Add initial code for json extension library.