summaryrefslogtreecommitdiffstats
path: root/KNOWN_ISSUES
diff options
context:
space:
mode:
authorandmarti1424 <scim.spreadsheet@gmail.com>2016-04-10 18:04:59 -0300
committerandmarti1424 <scim.spreadsheet@gmail.com>2016-04-10 18:04:59 -0300
commitdb55c980da28a9567da4b07cb33644e1dee4204a (patch)
tree3443012f4e5beaaa02d142939c1191b776a15960 /KNOWN_ISSUES
Initial commit of wide char version of SC-IM
Diffstat (limited to 'KNOWN_ISSUES')
-rw-r--r--KNOWN_ISSUES13
1 files changed, 13 insertions, 0 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
new file mode 100644
index 0000000..795d2f4
--- /dev/null
+++ b/KNOWN_ISSUES
@@ -0,0 +1,13 @@
+Problem: It was detected that libxls can produce memory leaks.
+One example is when you try to read a non xls file, ex. xlsx file.
+
+Problem: functions that calls to "seval" causes memory leaks.
+This also happens in SC and has to be solved.
+
+Problem: Some cell equations gets messy after undo/redos.
+This fix requires implementation of Calc Chain. This will allow
+to fix this problem when UNDOing actions that change cells equations.
+
+Problem: Extended ascii chars not showing correctly.
+Compile sc-im against -lncursesw and not -lncurses.
+