Subversion Repositories wimsdev

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10129 3055 d 6 h bpr /trunk/wims/src/ [minor] the trace in mode debug can be too long so I desactivate by
adding test 1==0, this test can be easely deleted for wims developers.
 
10051 3065 d 9 h bpr /trunk/wims/src/ [for debug] in debug version for the manager (IP), create a file
in tmp/sessions/ which indicate which files and lines of the file
has been read during the last request. Preliminary version.
 
9286 3366 d 13 h bpr /trunk/wims/src/ [minor] comment  
8925 3427 d 14 h bpr /trunk/wims/src/ [fix] fix bug in testsuite in case the result is NULL  
8851 3439 d 14 h bpr /trunk/wims/src/ [minor/spaces]  
8216 3663 d 5 h bpr /trunk/wims/src/ [minor/test] add test_suite according to idea of Georges Khaznadar.
the output syntax can change
 
8195 3671 d 13 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
 
8185 3673 d 10 h bpr /trunk/wims/src/ [major] - delete the include *.c in wims.c and wimslogd.c
- clean makefil
- delete hmname.c (part in rawmath.c, part in Misc/html2msg.c
- ...
 
8178 3677 d 2 h bpr /trunk/wims/src/ [minor/cleaning]  
8155 3680 d 4 h bpr /trunk/wims/src/ [minor/spaces]  
8121 3685 d 7 h bpr /trunk/wims/src/ [minor/] clean src/wims.h (no more definition, only declarations).  
7673 3809 d 3 h bpr /trunk/wims/src/ [minor/spaces]  
6796 4111 d 15 h kbelabas /trunk/wims/src/ cookie2session: comparing symbolic values from 2 different enums does not
make much sense. Anyway the result of the comparison is constant = 'false'.
 
6784 4114 d 12 h kbelabas /trunk/wims/src/ fix problem introduced in revision 6775: check whether sizeof(long) is 8
instead of relying on symbols that may or not be defined by the compiler.

It would be better to check the value of sizeof(long) in configure and have
some header file define a private symbol (WIMS_LONG_IS_64_BIT, say), then
turn this global variables into actual constants:
#ifdef WIMS_LONG_IS_64_BIT
const int rlimit_as = ...
#else
const int rlimit_as = ...
#endif
 
6775 4115 d 23 h georgesk /trunk/wims/src/ integrated a patch which allows maxima to work with 64-bit builds  
6184 4305 d 12 h bpr /trunk/wims/src/ [minor/fix] fix bug introduced - bad parenthesis ...  
6178 4307 d 1 h bpr /trunk/wims/ [major/add] add option for dyslexics can be configured by useropts (4th finger) ;
something does not work yet : the value of specialfont could also be written in log/wims.conf
 
5523 4471 d 14 h bpr /trunk/wims/src/ [major/add] add mathml in the kernel  
5518 4472 d 11 h bpr /trunk/wims/src/ [minor/] change the order of texmath.c and rawmath.c (to check)  
5222 4558 d 4 h guerimand /trunk/wims/src/ suppression de r5200 sur maxima  

Show All