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
14716 1947 d 6 h bpr /trunk/wims/src/Lib/ [fix] fix order in sort nocase  
14712 1948 d 1 h bpr /trunk/wims/src/ [improvment] the command ''sort nocase'' takes in account the accented letters as in a dictionary  
13783 2284 d 10 h bpr /trunk/wims/src/ [src] fix html2iso  
13771 2286 d 11 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 2287 d 23 h bpr /trunk/wims/src/Lib/ [typo] translation table from html  
13757 2288 d 11 h bpr /trunk/wims/ [workinprogress] add a wims command to translate html characters for latex print.
(name is not definitive).
 
12884 2583 d 9 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 2682 d 23 h bpr /trunk/wims/src/Lib/ [formatage]  
12258 2683 d 10 h bpr /trunk/wims/src/ [src] kill msg errors for string litteral encoding  
11118 3109 d 7 h georgesk /trunk/wims/src/Lib/ removed warnings about non-idented 'if' clauses  
10805 3276 d 9 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 !).
 
10200 3330 d 22 h bpr /trunk/wims/src/Lib/ [src] delete a hack for pp-1==NULL (give an error sometimes).  
8880 3713 d 23 h bpr /trunk/wims/src/ [clean] transfer of *bufprep(char *p) char *parend(char *p) in Lib/liblines.c  
8863 3714 d 6 h bpr /trunk/wims/src/ [clean] string_modify3 and *strip_trailing_spaces2 are in common. (not sure that it compiles
after this commit)
 
8861 3717 d 10 h bpr /trunk/wims/src/ [minor] warning for abs  
8647 3777 d 2 h bpr /trunk/wims/src/Lib/ [nospace] add insecable blank in spaces for command nospace;  
8195 3951 d 10 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
 
8160 3958 d 6 h bpr /trunk/wims/src/Lib/ [minor/clean] delete include *.c for Lib  
8122 3965 d 4 h bpr /trunk/wims/src/ [minor/] - change name: Lib/lines.c -> Lib/liblines.c
- in Misc/mathexp use -lwims
 
8100 3974 d 6 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)
 

Show All