1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 65fe2ad0d3 Add a new module that works around a bug in the Microsoft version of stat. The
function is buggy since the first version of windows that supports something
else than FAT, and instead of fixing the problem, Microsoft has declared it
"works as designed". The problem has made it into .NET and is also visible in
the standard windows file explorer (modification times of untouched files will
change when entering or leaving DST).
Please note that the new FileStat function returns incorrect times for files
on FAT file systems. This is because I have currently no idea on how to
identify the file system for a given file. However, it should be correct in
quite some more cases than stat().


git-svn-id: svn://svn.cc65.org/cc65/trunk@5632 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-04-01 16:56:42 +00:00
asminc Renamed smc.mac to smc.inc. 2012-02-21 20:05:36 +00:00
doc .SET has been missing from the list of pseudo ops. 2012-03-31 19:37:24 +00:00
include Added an improved definition of the __vic2 structure using anon 2012-03-17 21:07:41 +00:00
libsrc Fixed an invalid store offset, which caused an invalid pointer as a function 2012-03-25 13:14:13 +00:00
make Fix missing semicolons. By Alex <xenogenesi@virgilio.it>. 2012-01-26 19:30:54 +00:00
packages Added sp65. 2012-03-10 23:14:36 +00:00
samples Added article. 2012-02-28 22:19:28 +00:00
src Add a new module that works around a bug in the Microsoft version of stat. The 2012-04-01 16:56:42 +00:00
targetutil Added comments. 2012-02-24 22:21:54 +00:00
testcode Removed '.c65' from include file name. 2012-02-09 09:13:34 +00:00
util Added a convertor from Latin1 to PetSCII. By Greg King. 2011-04-29 15:39:28 +00:00