Subversion Repositories wimsdev

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
14873 1900 d 3 h georgesk /trunk/wims/src/ This commit is about support for gcc-10. This version of gcc
is not yet mandatory, but soon gcc-9 will be outdated, and it
is good to take some advance now. Gcc-10 raises errors for every
multiple declaration of a variable, and there were many of them
in the source code.

In all but one case, the solution was to declare extern clauses in
header (.h) files, and to check that the actual variable is declared
in one of the .c file to be compiled and linked.

The file config.c contained one unused variable, with a conflicting
name, now it is commented out.

Dear coworkers, if you read those lines please review carefully the
changes. I did my best, but error is human.
 
12247 2683 d 22 h bpr /trunk/wims/src/OefMsg2wims/ [formatage]  
12122 2784 d 8 h bpr /trunk/wims/ [errormsg] add error msg in Oef2wims when the prompt of the answers
is too long (before, it is cut without messages). Does not affect
the exercises already compiled.
 
11123 3105 d 8 h georgesk /trunk/wims/src/OefMsg2wims/ fixed warnings about non-indented 'if' or 'for' clauses  
8195 3947 d 11 h bpr /trunk/wims/src/ [major/clean] clean differents definitions of errors (give differents names)
delete error1 error2 error3 which do not seem useful.
- clean Makefile
 
8148 3958 d 11 h bpr /trunk/wims/src/ [minor/] Msg2wims and Oef2wims are now in the same directory  
8135 3959 d 11 h bpr /trunk/wims/src/ [minor/] replace the include of c files on Msg2wims and Oef2wims  
7677 4084 d 22 h bpr /trunk/wims/src/Oef2wims/ [minor/spaces]  
7622 4101 d 23 h bpr /trunk/wims/ [major] add canvasdraw primitives in oef and document  
3718 5258 d 8 h reyssat /trunk/wims/src/ [major/fix] replaced strcpy function in C code to avoid problem on 64 bits machines in case of overlapping strings  
3346 5453 d 22 h bpr /trunk/wims/ [major/add] add command teximg  
10 6560 d 5 h reyssat /trunk/wims/src/ partial (src) import of 3.62