Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-21 | on 64 bit versions of Windows | John van Groningen | 1 | -7/+9 | |
#define A64 and HFILE to be able to correctly compute the size of struct file defined in a header file, redirecting standard files did not work because of this bug | |||||
2007-01-16 | improve accuracy of printing very large and very small numbers on amd64 | John van Groningen | 1 | -12/+17 | |
2007-01-16 | fix printing of some values just below a power of 10, | John van Groningen | 1 | -11/+11 | |
print leading 0 for values >= 0.0001 and < 1.0 | |||||
2006-06-07 | port to 64 bit windows | John van Groningen | 1 | -49/+318 | |
2006-03-23 | detect redirection of stdio to or from a pipe | John van Groningen | 1 | -2/+9 | |
2005-01-04 | workaround bug in windows to print strings of more than about 50 thousand ↵ | John van Groningen | 1 | -0/+59 | |
characters on the console | |||||
2005-01-04 | fix bug in writing strings to redirected stdout | John van Groningen | 1 | -1/+1 | |
2004-11-16 | prevent name conflict for dtoa (renamed to d_to_a), changed inline assembly ↵ | John van Groningen | 1 | -6/+8 | |
for newer gcc | |||||
2004-06-25 | fix freads and freadline if stdin is redirected, use buffered io if stdin or | John van Groningen | 1 | -2/+73 | |
stdout is redirected to a file | |||||
2003-06-17 | renamed EXCEPTION_HANDLER to STACK_OVERFLOW_EXCEPTION_HANDLER | John van Groningen | 1 | -4/+4 | |
2003-05-20 | modify condition for waiting for a key press | John van Groningen | 1 | -5/+12 | |
2003-05-20 | use virtual memory to detect stack overflows | John van Groningen | 1 | -0/+1413 | |