office-gobmx/starmath
Eike Rathke cabf25372c old class Stack pop'ed 0 from empty stack, which std::stack doesn't
Some places in the code assumed that if the stack is empty a null pointer is
returned by top() (or old Pop()), this doesn't work anymore with ::std::stack
that instead has undefined behavior in that case, so check !stack.empty()
first before accessing top.
(cherry picked from commit ac40f7d650)
2011-12-07 17:27:31 +01:00
..
inc merge two duplicates of a function 2011-12-07 14:47:10 +01:00
prj
qa normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
sdi remove executable bit from source files 2011-11-29 13:27:43 +01:00
source old class Stack pop'ed 0 from empty stack, which std::stack doesn't 2011-12-07 17:27:31 +01:00
uiconfig/smath
util
workben
xml
AllLangResTarget_sm.mk
CppunitTest_starmath_qa_cppunit.mk normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
JunitTest_sm_unoapi.mk
JunitTest_starmath_unoapi.mk
Library_sm.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Library_smd.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Makefile in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
Module_starmath.mk
Package_uiconfig.mk
visual-editor-todo