Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch up with the subversion conversion and apply these build-time patches. | obrien | 2012-08-17 | 1 | -28/+0 |
| | |||||
* | Change all our own code to use st_*tim instead of st_*timespec. | ed | 2010-03-28 | 1 | -1/+1 |
| | | | | Also remove some local patches to diff(1) which are now unneeded. | ||||
* | Fix build on arm: time_t on arm is 64 bits while long is | delphij | 2007-06-17 | 1 | -3/+10 |
| | | | | | | | | | | | | 32 bits, so subsequent compile time assertion: sizeof inf->stat.st_mtime <= sizeof sec Would fail because of that. This change is suitable for general consumption as well, but fix it in our local patchset as we are near a code freeze. Submitted by: cognet | ||||
* | Update build skeleton after diffutils 2.8.7 update. | delphij | 2007-06-15 | 1 | -0/+21 |