- update test case baseline compare files due to change [r4023]
- update generated files due to change [r4023]
- refactor to eliminate need for an error traversal mode annunciator slot in the table of traversals
- tweak a comment
- reimplement 'initLDG ()'
- update test case baseline compare files due to change [r4018]
- update generated files due to change [r4018]
- corrections & improvements to lexer '#line' directive generation
- update generated PDF file generated from change [r4015]
- update intermediate files generated from change [r4015]
- update sections 7.5 & F.3 to remove references to initialization of the cgraph data structures using 'yyyinit ()'
- change "TES" -> "TODO" in comments
- update test case baseline compare files due to change [r4011]
- update generated files due to change [r4011]
- add storage class specifier 'static' to 'yyyinit ()' when generating tree visualization code; remove pre-processor macro 'yyyinit ()' when not
- update test case baseline compare files due to change [r4008]
- update generated files due to change [r4008]
- correct the check that all Yacc symbol declaration directives ('%token', '%left', '%right', '%nonassoc', '%precedence', '%type', '%nterm') precede any '@attributes' declaration
- add/wordsmith comments
- remove unused constructors
- add updated README, ChangeLog, and NEWS
- update significant changes in the OXML translator 1.4 release
- update change summary log
- fixed a typo
- add updates to installation and to instantiate the settings for the "XML Language Support by Red Hat" Microsoft Visual Studio Code (vscode) extension
- add README updates
- add the settings and settings template for the Microsoft Visual Studio Code (vscode) "XML Language Support by Red Hat" extension
- add the Ox OXML macro specification module file template
- update Automake generated file due to change [r 130]
- instantiate the settings for the "XML Language Support by Red Hat" Microsoft Visual Studio Code (vscode) extension
- add a discussion on using the M4 macro processor in the Ox code generation process
- document 'template.oxml', 'vscode-settings.json' and 'vscode-settings_json.in'
- settings for the Microsoft Visual Studio Code (vscode) "XML Language Support by Red Hat" extension to configure a vscode workspace for syntax-directed editing of OXML source
- the template used for Ox OXML macro specification module files
- using the Microsoft Visual Studio Code editor (vscode) as an OXML syntax-directed editor
- move the discussion on using the Microsoft Visual Studio Code editor (vscode) as an OXML syntax-directed editor into 'README.vscode'
- update Automake generated file due to change [r4002]
- replace 'SED_GEN_JSON' with 'VSCODE_JSON' for clarity
- remove settings not related to using vscode as an OXML syntax-directed editor
- update: explain the use of OXML source to generate M4 source for (most of) the Ox skeleton macro library
- update Autoconf generated file due to change [r3998]
- bug fix: passing a bad path to './configure' via 'OXML2M4' doesn't verify it is executable
- add '--show-catalog' command-line option update
- add '--show-catalog' command-line option to help with configuration of the Microsoft Visual Studio settings file in the Ox distribution
- update Automake generated file due to change [r3996]
- instantiate the Microsoft Visual Studio workspace settings
- configure `./source/data/skeletons` as a Microsoft Visual Studio workspace for OXML source
- change the 'xsi:noNameSpaceSchemaLocation' XML system identifier from 'oxml.xsd' to 'file:///oxml.xsd'
- update Automake generated file due to change [r3992]
- remove build rule adding 'patchlvl.hh' as a prerequisite of 'opts.o': not required for building 'patchlvl.hh'
- add update for better approach to building 'OXML/catalog.xml'
- update Automake generated file due to changes [r 120],[r 121]
- forgot to remove comment-elision of build rule adding 'OXML/catalog.xml' as a prerequisite of 'main.o'
- don't require 'maintainer-mode' to build 'OXML/catalog.xml'
- add update for Microsoft Visual Studio Code
- update generated file due to change [r 117]
- replace 'systemId="oxml.xsd"' with 'systemId="file:///oxml.xsd"'
- change 'xsi:noNameSpaceSchemaLocation' from the installed path of the OXML schema to the OXML schema file name, used as an XML system identifier
- update Automake generated file due to change [r3989]
- modify the rules to build 'patchlvl.hh' to use the Make variable 'AWK_GEN_HH' for consistency
- update Autoconf generated file due to change [r3987]
- add 'action-if-not-found' to the check for required library function 'ceil': needed to build Ox: issue error message
- update Autoconf generated file due to change [r 185]
- eliminate unnecessary Autoconf 'AC_CONFIG_COMMANDS_POST' macro
Tag oxml2m4 release 1.4
- update significant changes in the OXML translator 1.4 release
- update change summary log
- implemented: resolving the location of the OXML schema via an XML catalog
- update Automake generated file due to change [r 111]
- remove '-lxml2' from 'AM_LDFLAGS': added to 'LIBS' by change [r 109]
- update Autoconf generated file due to change [r 109]
- add check for required library 'libxml2'
- simplify the setup logic for invocation of the document parser
- replace 'xercesc::XMLEntityResolver' with 'XMLCatalogResolver'
- add '--catalog-path' command-line option to use a user-defined XML catalog to handle resolving the location of the OXML schema
- update Automake generated file due to change [r 104]
- add the new 'XMLCatalogResolver' module to the build
- new 'XMLCatalogResolver' module
- document what's in the ./OXML directory
- add 'svn:eol-style' & 'svn:keywords' properties
- XML catalog instantiated from its template with the installation location of the OXML schema
- XML catalog template:
- minor source layout change
- update to gettext version 1.0
- update Automake generated files due to change [r3984]
- update Autoconf generated file due to change [r3984]
- enable source code coverage instrumemtation
- update Automake generated file due to change [r3981]
- update Autoconf generated file due to change [r3980]
- rewrite the 'rebaseline' target
- append '-std=c++NN' to 'CXXFLAGS' instead of 'CXX'
- remove unused constructors:
- remove 'getLineDir (const char*, int&)': no longer used
- remove 'class outMgr' member functions no longer used:
- remove constructor 'fileMgr::fileMgr (std::string, bool)': no longer used
- update generated files due to change [r3974]
- bug fix: add "!first.text.empty () &&" to the boolean expression in "while (first.text.front () == '\n') first.text.erase (0, 1);"
- bug fix: add "!text.empty () &&" to the boolean expression in "while (text.front () == '\n') text.erase (0, 1);"
- bug fix: change initial allocation size of 'travSp[]' to 2 (was 1)
- update generated files due to change [r3967]