<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/expressions.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>fixed command line termination</title>
<updated>2012-11-24T17:19:52+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-24T17:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=a532338ca642ed386270047aefc56ed11ef120d3'/>
<id>a532338ca642ed386270047aefc56ed11ef120d3</id>
<content type='text'>
 * do it only in start state: so double escapes in strings do not cause a termination and an empty string may be specified
 * clear arithmetic stacks on line termination
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * do it only in start state: so double escapes in strings do not cause a termination and an empty string may be specified
 * clear arithmetic stacks on line termination
</pre>
</div>
</content>
</entry>
<entry>
<title>expressions.find_op(), can be used test whether we are in a loop (although that's inefficient)</title>
<updated>2012-11-14T04:39:42+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-14T04:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=399cc7a1ab9751fdbbeae3507e8612dbbbc99f5b'/>
<id>399cc7a1ab9751fdbbeae3507e8612dbbbc99f5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>various arithmetic expression fixes: SUB must have higher precedence than ADD; fixed num_sign (unary minus) handling</title>
<updated>2012-11-12T05:26:09+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-12T05:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=50de1043dc325c8e1adda94c6113607e741d4015'/>
<id>50de1043dc325c8e1adda94c6113607e741d4015</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implemented F&lt;, F&gt;, F' and F| (flow) commands</title>
<updated>2012-11-11T06:00:00+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-11T06:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=1962b1ff6571d3ed161abc44c7eb90cae7e85a1c'/>
<id>1962b1ff6571d3ed161abc44c7eb90cae7e85a1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>additional commands implemented</title>
<updated>2012-11-07T22:06:38+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-07T22:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=1707fcabca80e2e664bef9c02ec5cc9d793ce37b'/>
<id>1707fcabca80e2e664bef9c02ec5cc9d793ce37b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make some Expression methods private</title>
<updated>2012-11-07T19:16:00+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-07T19:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=a8d7d16fc7b857375337aa730382d225727798a4'/>
<id>a8d7d16fc7b857375337aa730382d225727798a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplified/cleaned up undo operations on value stack</title>
<updated>2012-11-07T19:12:18+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-07T19:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=2b99d5f24d891b887338af863f78a84a7231a7c1'/>
<id>2b99d5f24d891b887338af863f78a84a7231a7c1</id>
<content type='text'>
 * special undo tokens are private to the ValueStack class and automatically parameterized
 * undo_push() and undo_pop() methods hide the internals of pushing the undo tokens
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * special undo tokens are private to the ValueStack class and automatically parameterized
 * undo_push() and undo_pop() methods hide the internals of pushing the undo tokens
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed "," operator</title>
<updated>2012-11-07T18:08:15+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-07T18:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=99c8e92238986d00557ded56adc8495086d3c631'/>
<id>99c8e92238986d00557ded56adc8495086d3c631</id>
<content type='text'>
instead of pushing a special number (which wasn't that special...), use a dedicated "new" operator which does not count as an argument operator, nor does it count as an ordinary operator and it is popped before any number (and "number" operator) is pushed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of pushing a special number (which wasn't that special...), use a dedicated "new" operator which does not count as an argument operator, nor does it count as an ordinary operator and it is popped before any number (and "number" operator) is pushed
</pre>
</div>
</content>
</entry>
<entry>
<title>expression stack fixes and some arithmetic commands</title>
<updated>2012-11-07T07:10:47+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-07T07:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=8a7d756c01d63761226725288caba0a1563389b0'/>
<id>8a7d756c01d63761226725288caba0a1563389b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
