1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
2000-03-14 Gustavo Niemeyer <gustavo@nn.com.br>
* NEWS, README, configure, configure.in: Updated to release 0.51.
* src/Makefile.am, src/Makefile.in: Updated version-info.
* src/macrosystem.cc: Fixed macro invertion bug. Added parse debugging.
2000-02-03 Gustavo Niemeyer <gustavo@nn.com.br>
* ChangeLog: Updated.
* examples/Makefile.am, examples/Makefile.in:
Added data files to distribution.
* README: Updated.
* examples/macrofile.cc:
Changed #include "macrofile.hh" to <macrofile.hh>.
* src/macrosystem.cc, src/macrosystem.hh:
Changed MacroSystemManip constructor to private. Removed MacroSystem::delim() and MacroSystem::parse_macro(). Renamed MacroSystem::parse_string() to parse().
* examples/macrofile.cc, examples/simple.cc, src/macrosystem.cc, src/macrosystem.hh:
Changed phrase after library name.
2000-02-01 Gustavo Niemeyer <gustavo@nn.com.br>
* src/macrosystem.hh, src/macrosystem.cc:
Renamed m_macro to m_ms and m_mm to m_msm.
* examples/macrofile.cc, examples/macrofile.ms, src/macrosystem.cc, src/macrosystem.hh:
Added operator to export macro files. Added method MacroSystemManip::parse_on(). Example updated.
* examples/simple.txt: Updated.
* src/macrosystem.hh: Added a real iterator.
* src/macrosystem.cc, src/macrosystem.hh:
Added operator to import macro files.
* examples/Makefile.am, examples/Makefile.in, examples/macrofile.cc, examples/macrofile.ms:
Added macro files example.
* examples/simple.cc:
Renamed template.txt to simple.txt and moved code importing template to just before the template output.
* examples/simple.cc: Updated.
* src/macrosystem.hh:
Updated MacroSystemManip::erase() to avoid segfault when erasing an undefined macro. Optimized operator>>(iostream,MacroSystemManip).
2000-01-31 Gustavo Niemeyer <gustavo@nn.com.br>
* examples/simple.cc, examples/simple.txt: Updated.
* src/macrosystem.cc, src/macrosystem.hh:
Added the option to turn off parsing for a macro. Added methods exist(), set() and parse(bool) to MacroSystemManip.
* src/macrosystem.hh:
Optimized MacroSystemManip to work with a iterator instead of just the macro name.
* src/macrosystem.hh:
Added methods name(), value() and erase() and changed parse() to parse() const into MacroSystemManip.
* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, README, aclocal.m4, config.guess, config.sub, configure, configure.in, examples/Makefile.am, examples/Makefile.in, examples/simple.cc, examples/simple.txt, install-sh, ltconfig, ltmain.sh, missing, mkinstalldirs, src/Makefile.am, src/Makefile.in, src/macrosystem.cc, src/macrosystem.hh:
MacroSystem imported into CVS tree.
* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, README, aclocal.m4, config.guess, config.sub, configure, configure.in, examples/Makefile.am, examples/Makefile.in, examples/simple.cc, examples/simple.txt, install-sh, ltconfig, ltmain.sh, missing, mkinstalldirs, src/Makefile.am, src/Makefile.in, src/macrosystem.cc, src/macrosystem.hh:
New file.
|