mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.0t9.1.1
This commit is contained in:
21
BUGS
21
BUGS
@@ -96,6 +96,27 @@ Known bugs:
|
|||||||
the terminal in a 'bad' state, as if stty -icanon -echo -echoe
|
the terminal in a 'bad' state, as if stty -icanon -echo -echoe
|
||||||
had been executed.
|
had been executed.
|
||||||
|
|
||||||
|
* Dec Alpha Linux compiling with gcc-2.95.1 and -O2 fails the
|
||||||
|
regression test with:
|
||||||
|
|
||||||
|
make -s check
|
||||||
|
000: Beginning regression tests
|
||||||
|
001: Some of these tests may take a while ...
|
||||||
|
002: Within each section, output should be numbered sequentially
|
||||||
|
003: parsed global definitions
|
||||||
|
004: parsed vrfy()
|
||||||
|
005: parsed prob(str)
|
||||||
|
006: parsed getglobalvar()
|
||||||
|
007: parsed test_booleans()
|
||||||
|
008: parsed test_variables()
|
||||||
|
make: *** [check] Segmentation fault (core dumped)
|
||||||
|
|
||||||
|
Other programs have reported problems when compiling -O2 with
|
||||||
|
gcc-2.95.1 on the Alpha and Mips.
|
||||||
|
|
||||||
|
One work-a-round is to not compile with -O2 (perhaps just -O).
|
||||||
|
Another work-a-round is not use gcc-2.95.1.
|
||||||
|
|
||||||
We are sure some more bugs exist. When you find them, please let
|
We are sure some more bugs exist. When you find them, please let
|
||||||
us know! See the above for details on how to report and were to
|
us know! See the above for details on how to report and were to
|
||||||
EMail your bug reports and hopefully patches to fix them.
|
EMail your bug reports and hopefully patches to fix them.
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
#define MAJOR_VER 2 /* major version */
|
#define MAJOR_VER 2 /* major version */
|
||||||
#define MINOR_VER 11 /* minor version */
|
#define MINOR_VER 11 /* minor version */
|
||||||
#define MAJOR_PATCH 0 /* patch level or 0 if no patch */
|
#define MAJOR_PATCH 0 /* patch level or 0 if no patch */
|
||||||
#define MINOR_PATCH "9.1" /* test number or empty string if no patch */
|
#define MINOR_PATCH "9.1.1" /* test number or empty string if no patch */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* calc version constants
|
* calc version constants
|
||||||
|
Reference in New Issue
Block a user