Package: concalc / 0.9.3-2

Metadata

Package Version Patches format
concalc 0.9.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix string format error.patch | (download)

src/concalc.cpp | 4 2 + 2 - 0 !
src/global.cpp | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix-string-format-error


0002 Remove needless allocations. Read input with std get.patch | (download)

src/concalc.cpp | 332 102 + 230 - 0 !
src/global.h | 24 12 + 12 - 0 !
2 files changed, 114 insertions(+), 242 deletions(-)

 remove needless allocations. read input with std::getline() instead
 of fgets(1024). Calculate path to ~/.concalcvariables once. Allow all input
 files to be non-seekable


0003 Fix segfault if HOME not set Closes 715751.patch | (download)

src/concalc.cpp | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 fix segfault if $home not set (closes: #715751)


0004 Fix segfault if no argument given for a or m.patch | (download)

src/concalc.cpp | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix segfault if no argument given for -a or -m