[Kst] kdeextragear-2/kst [POSSIBLY UNSAFE]
George Staikos
staikos at kde.org
Thu Feb 12 16:52:00 CET 2004
CVS commit by staikos:
New KstEquation parser that should be many times faster than the current one.
Still needs a bit of work before it can be plugged into KstEquation.
A kst/enodefactory.cpp 1.1 [GPL (v2+)]
A kst/enodefactory.h 1.1 [GPL (v2+)]
A kst/enodes.cpp 1.1 [GPL (v2+)]
A kst/enodes.h 1.1 [GPL (v2+)]
A kst/eparse.c 1.1 [POSSIBLY UNSAFE: printf] [no copyright]
A kst/eparse.h 1.1 [no copyright]
A kst/eparse.y 1.1 [no copyright]
A kst/escan.c 1.1 [POSSIBLY UNSAFE: printf] [no copyright GENERATED FILE]
A kst/escan.l 1.1 [no copyright]
M +2 -0 configure.in.in 1.15
M +11 -1 kst/Makefile.am 1.62
--- kdeextragear-2/kst/configure.in.in #1.14:1.15
@@ -1,4 +1,6 @@
# C linkage is default
AC_C_BIGENDIAN
+AC_PROG_YACC
+AM_PROG_LEX
dnl AC_OUTPUT(kst/kst.spec)
--- kdeextragear-2/kst/kst/Makefile.am #1.61:1.62
@@ -1,3 +1,6 @@
+AM_YFLAGS = -d
+AM_LFLAGS =
+
SUBDIRS=. datasources
@@ -42,4 +45,6 @@
kstpsddialog_i.cpp \
kstgraphfiledialog_i.cpp \
+ enodes.cpp \
+ enodefactory.cpp \
kstequationcurve.cpp \
kstquickpsddialog_i.cpp \
@@ -96,5 +101,9 @@
kstdoc.cpp \
kst.cpp \
- main.cpp
+ main.cpp \
+ eparse.c \
+ escan.c
+# eparse.y \
+# escan.l
include_HEADERS = kstdatasource.h kstobject.h
@@ -138,2 +147,3 @@
kstsettingsdlg.o: kstsettingsdlg.ui.h kstsettingsdlg.ui
+
More information about the Kst
mailing list