Subversion Repositories wimsdev

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
18078 209 d 1 h bpr /trunk/wims/src/Lib/ [comment] correct the comment of rows2lines  
17887 291 d 3 h georgesk /trunk/wims/src/ added $(CPPFLAGS) to default compile commands for C sources.  
15588 1382 d 7 h bpr /trunk/wims/ [major] add command checkallpar -- add/fix tests in wimstest  
15297 1510 d 1 h bpr /trunk/wims/src/ [minor] clean not useful comments  
14873 1622 d 23 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 1666 d 4 h bpr /trunk/wims/src/Lib/ [fix] fix order in sort nocase  
14712 1666 d 23 h bpr /trunk/wims/src/ [improvment] the command ''sort nocase'' takes in account the accented letters as in a dictionary  
14263 1851 d 0 h bpr /trunk/wims/src/Lib/ [formatage]  
13783 2003 d 8 h bpr /trunk/wims/src/ [src] fix html2iso  
13771 2005 d 9 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 2006 d 21 h bpr /trunk/wims/src/Lib/ [typo] translation table from html  
13757 2007 d 9 h bpr /trunk/wims/ [workinprogress] add a wims command to translate html characters for latex print.
(name is not definitive).
 
12884 2302 d 7 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 2401 d 21 h bpr /trunk/wims/src/Lib/ [formatage]  
12258 2402 d 8 h bpr /trunk/wims/src/ [src] kill msg errors for string litteral encoding  
11132 2825 d 8 h bpr /trunk/wims/src/ [minor] delete tabs introduced in recent releases.  
11126 2828 d 3 h georgesk /trunk/wims/src/Lib/ fixed warnings about non-indented 'if' clauses  
11119 2828 d 5 h georgesk /trunk/wims/src/Lib/ fixed warnings about non-indented 'if' clauses  
11118 2828 d 5 h georgesk /trunk/wims/src/Lib/ removed warnings about non-idented 'if' clauses  
10805 2995 d 7 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