Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-18 | Use "#pragma once" to prevent repeated header file inclusion | Eelco Dolstra | 1 | -4/+1 | |
2010-10-04 | * Make sure that config.h is included before the system headers, | Eelco Dolstra | 1 | -3/+3 | |
because it defines _FILE_OFFSET_BITS. Without this, on OpenSolaris the system headers define it to be 32, and then the 32-bit stat() ends up being called with a 64-bit "struct stat", or vice versa. This also ensures that we get 64-bit file sizes everywhere. * Remove the redundant call to stat() in parseExprFromFile(). The file cannot be a symlink because that's the exit condition of the loop before. | |||||
2010-05-07 | * Sync with the trunk. | Eelco Dolstra | 1 | -1/+1 | |
2010-04-07 | * expr-to-xml -> value-to-xml. | Eelco Dolstra | 1 | -0/+17 | |