Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-20 | ignore clean runtime system options in argv, if flags & 8192 | John van Groningen | 1 | -63/+65 | |
2013-12-04 | make global_argc and global_argv globally visible | John van Groningen | 1 | -0/+6 | |
for position independent code on 64 bit linux, otherwise ArgEnv can't access these variables | |||||
2013-07-30 | don't use long instead of extern long to define some global variables | John van Groningen | 1 | -2/+2 | |
2013-07-18 | use long instead of extern long to define some global variables | John van Groningen | 1 | -2/+2 | |
2011-05-04 | determine application path on Intel Mac OS X | John van Groningen | 1 | -0/+19 | |
2010-07-21 | Make path buffers very large because otherwise on linux | John van Groningen | 1 | -1/+6 | |
buffer overflows are reported even if only a small part part of the buffer is actually used. | |||||
2008-04-10 | fix printing of 64 bit integers (use all 64 bits, instead of only 32) | John van Groningen | 1 | -0/+12 | |
2007-08-17 | add volatile to clean_exception_handler argument type to | John van Groningen | 1 | -2/+2 | |
prevent elimination of assignments by the optimizer of the c compiler | |||||
2006-06-07 | port to 64 bit linux | John van Groningen | 1 | -8/+21 | |
2004-06-30 | use atof to convert string to real because it is faster than sscanf | John van Groningen | 1 | -2/+1 | |
2004-06-22 | make w_print_text, ew_print_text, w_get_int and w_get_real faster | John van Groningen | 1 | -32/+28 | |
using fwrite and getchar_unlocked | |||||
2003-10-03 | add files for linux | John van Groningen | 1 | -0/+843 | |