Project

General

Profile

Activity

From 10 May 2014 to 08 Jun 2014

30 May 2014

09:16 Design #567 (Feedback): Emacs UI: coloured syntax in output buffer has problems if error message shows a single double-quote
Easy when you know where, more difficult to find *where*.
Done.
I had to change @ErrorReporter::ErrorPrefix("--> ...
Anna Maria Bigatti

29 May 2014

17:11 Design #567: Emacs UI: coloured syntax in output buffer has problems if error message shows a single double-quote
first step done (in Lexer.C) Anna Maria Bigatti
17:09 Design #567 (In Progress): Emacs UI: coloured syntax in output buffer has problems if error message shows a single double-quote
Let's try the proposal. As it is a "trick", it should be well documented. John Abbott
16:39 Design #567: Emacs UI: coloured syntax in output buffer has problems if error message shows a single double-quote
maybe error messages should be printed... Anna Maria Bigatti
16:37 Design #567 (Closed): Emacs UI: coloured syntax in output buffer has problems if error message shows a single double-quote
consider this... Anna Maria Bigatti
17:04 Support #541: Unify releases for Linux 32 and Linux 64
Apparently emacs + script does not work on some linux machine (Oscar's).
Script works fine inside a normal shell, but...
Anna Maria Bigatti
14:39 Bug #566 (Resolved): Online help: problem with "<>"
I'm sure this didn't work just a few days ago; but when I tried it yesterday, everything behaved correctly (but I don... John Abbott

26 May 2014

22:03 Bug #566 (Closed): Online help: problem with "<>"
The manual search *@?<>@* produces no match, yet the XML source has a suitable key (in the entry for *@Equality Test@... John Abbott

22 May 2014

17:20 Bug #447: CoCoA-5.0.3 Microsoft std::bad_alloc
Elisa Businelli has kindly lent us her computer so that we could confirm that the problem has been resolved on her ma... John Abbott

20 May 2014

18:15 Design #563 (Closed): Remove ZMOD type from CoCoAInterpreter
The type @ZMOD@ is no longer used -- remove it from C5.
John Abbott
17:54 Support #225 (Closed): HilbertBasis: cocoa vs normaliz
Anna Maria Bigatti

19 May 2014

14:52 Feature #561 (Closed): Emacs UI: unrecognized keywords (ImportByValue...)
Some C5 keywords are not coloured: _e.g._ *@ImportByValue@*.
Check the Emacs UI list against the list in the inter...
John Abbott

16 May 2014

19:23 Bug #447 (Closed): CoCoA-5.0.3 Microsoft std::bad_alloc
Anna says she has fixed it; @exbugs.cocoa5@ now passes on Linux. John Abbott
14:07 Bug #447: CoCoA-5.0.3 Microsoft std::bad_alloc
(20140516) I get the same problem in my 32-bit Linux VM.
Investigating.
John Abbott

14 May 2014

17:41 Support #559 (Closed): Release: CoCoA-5.1.0
compile and update website Anna Maria Bigatti
17:36 Support #542 (Closed): CoCoAManual: improve part on data-types
Anna Maria Bigatti
16:58 Support #542 (Feedback): CoCoAManual: improve part on data-types
lots of cleaning: not all done but ok for current release of CoCoA-5.1
Anna Maria Bigatti
17:34 Support #558 (Closed): CoCoAManual: semi-automatic check of all input
Anna Maria Bigatti
17:34 Support #558: CoCoAManual: semi-automatic check of all input
(corrected code for *AllExamples.C*)
Run @make ManExample@
this creates @ManExamples-out.cocoa5@.
Give it as input t...
Anna Maria Bigatti
17:31 Support #558 (Closed): CoCoAManual: semi-automatic check of all input
Extract from the manual the input of the examples into a file; then run it in cocoa.
*2014-07* Run *make ManExamp...
Anna Maria Bigatti
17:21 Bug #279 (In Progress): Bug in Radical (actually a RingHom problem)
*20140514* JAA confirms that the original problem persists; also gives numerous memory alloc errors like this:... John Abbott
17:06 Support #557 (New): CoCoAManual: improve part on input/output
(in manual, introductory part) Anna Maria Bigatti
17:06 Support #556 (Closed): CoCoAManual: improve part on tagging
Anna Maria Bigatti
17:05 Support #555 (Closed): CoCoAManual: improve part on language
Make new issue for remaining work. Anna Maria Bigatti
17:03 Support #555: CoCoAManual: improve part on language
Mostly done, cleaned up and reinserted in html and tex manual.
To do (no time for cocoa-5.1.0) description about *in...
Anna Maria Bigatti
17:00 Support #555 (Closed): CoCoAManual: improve part on language
The part describing the language was already obsolete 10 years ago.
Simplify and resurrect.
Anna Maria Bigatti
16:56 Support #179 (Closed): TeX documentation for CoCoA-5
It works much better now; still working on the content... John Abbott
16:37 Support #176 (Closed): CoCoAManual: Doc for new commands
John Abbott
16:30 Bug #460 (Closed): Emacs UI: updating abbrev-table
It seems to work well enough (at least most of the time).
Closing!
John Abbott
15:36 Design #332 (Feedback): Approx pts preprocessing fns
I have corrected the spurious error -- forgot to invert a condition when changing an assert into @if (check) CoCoA_ER... John Abbott
09:06 Design #332: Approx pts preprocessing fns
Manual for *PreprocessPts* is wrong. I had a look, but I don't know how to fix it.
(syntax talks about LIST, but sh...
Anna Maria Bigatti
15:31 Feature #553 (Feedback): Port function MantissaAndExponent2
I have implemented, tested, & documented.
I followed Anna's suggestion: a @MantExp2@ structure now contains 4 (pu...
John Abbott
09:38 Feature #553: Port function MantissaAndExponent2
For JAA: commit file for fixing
@BuiltInFunctions.C:678: error: 'class CoCoA::MantExp2' has no member named 'myNumDig...
Anna Maria Bigatti

12 May 2014

23:49 Feature #553: Port function MantissaAndExponent2
John Abbott wrote:
> I've just copied the code for @MantissaAndExponent10@ -- it seems a waste writing code using cu...
Anna Maria Bigatti
21:29 Feature #553 (In Progress): Port function MantissaAndExponent2
I've just copied the code for @MantissaAndExponent10@ -- it seems a waste writing code using cut-and-paste :-(
Add...
John Abbott
18:35 Feature #553 (Closed): Port function MantissaAndExponent2
*MantissaAndExponent2* is defined in CoCoALib and mentioned in the manual for CoCoA-5.
Porting it to CoCoA-5 should ...
Anna Maria Bigatti
16:50 Feature #204: NmzComputation: the powerful NormalizComputation function in CoCoA-5
Okay, that's not so difficult if you know how it works. I just had to remember also to remove the matching @END_STD_B... Christof Soeger
16:21 Feature #204: NmzComputation: the powerful NormalizComputation function in CoCoA-5
Christof Soeger wrote:
> I have implemented point 1) (see #218) and now also point 2). I will send the code.
test...
Anna Maria Bigatti
15:55 Feature #204: NmzComputation: the powerful NormalizComputation function in CoCoA-5
I have implemented point 1) (see #218) and now also point 2). I will send the code.
For 3) I have the problem that...
Christof Soeger
 

Also available in: Atom