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
8100 3979 d 22 h bpr /trunk/wims/src/ [major/clean] clean the c code :
- change the name of some functions similar but different to keep code equivalent to the old one (strip_trailing_spaces find_matching mkdirs singlespace deaccent wordchr string_modify search_list)
- delete #include "../Lib/basicstr.c", comment functions which are at the same time in Lib and in some other file.c and add
lopt=-L$(wims_home)/lib -lwims -lm $(rpath) in the Makefile
(in Interfaces, Misc/oncechar, Misc/translator, Misc/dicsort, Misc/modind, Misc/ccsum, Texgif/texgif.c)
 
8082 3995 d 1 h bpr /trunk/wims/src/ [minor/src] clean search_list - it is now the same in the three occurences.  
7674 4094 d 14 h bpr /trunk/wims/src/Interfaces/ [minor/spaces]  
7079 4295 d 18 h bpr /trunk/wims/src/ [minor/c] add {} for the loop with empty body  
7076 4295 d 20 h obado /trunk/wims/src/ [minor / c] removes somes warning messages when compiling sources with clang, + uniformize mixed indent (spaces+tabs) to spaces only  
3843 5237 d 14 h kbelabas /trunk/wims/src/ [minor/compile] ignore failures in system calls. Kill compiler warnings.  
3718 5267 d 22 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  
10 6569 d 19 h reyssat /trunk/wims/src/ partial (src) import of 3.62