Subversion Repositories wimsdev

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
18078 581 d 12 h bpr /trunk/wims/src/Lib/ [comment] correct the comment of rows2lines  
17887 663 d 13 h georgesk /trunk/wims/src/ added $(CPPFLAGS) to default compile commands for C sources.  
15588 1754 d 18 h bpr /trunk/wims/ [major] add command checkallpar -- add/fix tests in wimstest  
15297 1882 d 11 h bpr /trunk/wims/src/ [minor] clean not useful comments  
14873 1995 d 9 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.
 
14716 2038 d 14 h bpr /trunk/wims/src/Lib/ [fix] fix order in sort nocase  
14712 2039 d 10 h bpr /trunk/wims/src/ [improvment] the command ''sort nocase'' takes in account the accented letters as in a dictionary  
14263 2223 d 10 h bpr /trunk/wims/src/Lib/ [formatage]  
13783 2375 d 18 h bpr /trunk/wims/src/ [src] fix html2iso  
13771 2377 d 19 h obado /trunk/wims/ [bugfix/docs] add "zip" and "tgz" extensions to href links in wims docs.
+ replace the adm/doc/primitives/href.phtml by a link to scripts/docu/primitives/href.phtml as it was exactly the same.
+ add some missing chars in htmlsymbs for html2iso conversion
 
13766 2379 d 7 h bpr /trunk/wims/src/Lib/ [typo] translation table from html  
13757 2379 d 19 h bpr /trunk/wims/ [workinprogress] add a wims command to translate html characters for latex print.
(name is not definitive).
 
12884 2674 d 18 h obado /trunk/wims/src/ Add "actcolor" variable in config.c so it can generate the defaults.conf file properly
+ delete a duplicated line
 
12260 2774 d 7 h bpr /trunk/wims/src/Lib/ [formatage]  
12258 2774 d 18 h bpr /trunk/wims/src/ [src] kill msg errors for string litteral encoding  
11132 3197 d 19 h bpr /trunk/wims/src/ [minor] delete tabs introduced in recent releases.  
11126 3200 d 14 h georgesk /trunk/wims/src/Lib/ fixed warnings about non-indented 'if' clauses  
11119 3200 d 15 h georgesk /trunk/wims/src/Lib/ fixed warnings about non-indented 'if' clauses  
11118 3200 d 15 h georgesk /trunk/wims/src/Lib/ removed warnings about non-idented 'if' clauses  
10805 3367 d 17 h bpr /trunk/wims/src/Lib/ [src] fix in code c : substract -1 to a pointer is not specified and can have bad effects in some systems
with optimisation O2 (explicitly macosx !).
 

Show All