index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
expressions.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-02
use g_assert_not_reached() instead of g_assert(false): works around Clang++ w...
Robin Haberkorn
1
-1
/
+1
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2014-11-14
added ^# (XOR) operator
Robin Haberkorn
1
-0
/
+3
2014-11-14
fixed number formatting for radix > 10
Robin Haberkorn
1
-1
/
+1
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-5
/
+5
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-0
/
+4
2014-11-09
prevent assertions when pushing operators without corresponding operands
Robin Haberkorn
1
-4
/
+14
2014-08-02
ensure that expressions.eval(true) pops the brace "operator"
Robin Haberkorn
1
-3
/
+2
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
1
-1
/
+1
2014-02-15
catch division by zero errors
Robin Haberkorn
1
-8
/
+29
2013-03-17
^E\ string building character to format number
Robin Haberkorn
1
-0
/
+21
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-11
/
+11
2013-01-19
updated copyright (2012-2013)
Robin Haberkorn
1
-1
/
+1
2012-12-04
added copyright notice to every source file
Robin Haberkorn
1
-0
/
+17
2012-12-04
first working version of autotools based build-system
Robin Haberkorn
1
-0
/
+4
2012-12-04
autoconf preparation: move everything into src/ subdir
Robin Haberkorn
1
-0
/
+201