<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/rbtree.h, branch v2.5.2</title>
<subtitle>Scintilla-based Text Editor and COrrector</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/'/>
<entry>
<title>autoconf preparation: move everything into src/ subdir</title>
<updated>2012-12-04T21:07:08+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-04T16:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=d8a316514c03d85b771a9dce4a8a51b875d955b3'/>
<id>d8a316514c03d85b771a9dce4a8a51b875d955b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make goto tables local to macro invocation: they are declared on the C++ callstack since macro invocations result in nested macro_execute() calls</title>
<updated>2012-11-20T05:07:33+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-19T21:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=90f203bff189706c2dec34482475b89d0a232597'/>
<id>90f203bff189706c2dec34482475b89d0a232597</id>
<content type='text'>
otherwise a macro could set labels with program counters which are invalid in other macros/the command line
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise a macro could set labels with program counters which are invalid in other macros/the command line
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed cleaning up red black trees: nodes must be explicitly removed</title>
<updated>2012-11-20T05:07:33+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-19T19:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=6403c951636a24f31368e91da2439c4fb47ff4c3'/>
<id>6403c951636a24f31368e91da2439c4fb47ff4c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure undo tokens and RB-tree entries are destroyed properly</title>
<updated>2012-11-16T22:14:00+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-16T22:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=8f3e18e12c8e85ad635dc765020327477668a131'/>
<id>8f3e18e12c8e85ad635dc765020327477668a131</id>
<content type='text'>
 * when a pointer to an abstract base class is "deleted", it must have a virtual destructor so the destructor of derived classes is executed
 * fixes for instance, deletion of save point files when the command line is terminated (undo stack is discarded)
 * simplified some undotoken code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * when a pointer to an abstract base class is "deleted", it must have a virtual destructor so the destructor of derived classes is executed
 * fixes for instance, deletion of save point files when the command line is terminated (undo stack is discarded)
 * simplified some undotoken code
</pre>
</div>
</content>
</entry>
<entry>
<title>Q-Register table and EQx command</title>
<updated>2012-11-11T03:03:14+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-11T03:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=46316ece115c100a8146303957a3bec07a1d2dde'/>
<id>46316ece115c100a8146303957a3bec07a1d2dde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RBTree class (wrapper around BSD macros) - use for Goto table</title>
<updated>2012-11-11T00:57:20+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-11T00:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=345521105a14102d4dd62788d5d3971270009760'/>
<id>345521105a14102d4dd62788d5d3971270009760</id>
<content type='text'>
 * the other classes (Table, StringTable, StringTableUndo) do not yet work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * the other classes (Table, StringTable, StringTableUndo) do not yet work
</pre>
</div>
</content>
</entry>
</feed>
