OSDN Git Service

_USE_32BIT_TIME_T resolution and prepare for release.
authorEarnie Boyd <earnie@users.sourceforge.net>
Thu, 27 Sep 2012 16:20:06 +0000 (12:20 -0400)
committerEarnie Boyd <earnie@users.sourceforge.net>
Thu, 27 Sep 2012 16:20:06 +0000 (12:20 -0400)
commite3616ad0fa0a6b509b49a1163b191b124a33ab8f
tree9972eff19343101d7f680e06edfce3493dc7e66b
parent2973c0865fb0f4741edcc51680ce460b8b09a894
_USE_32BIT_TIME_T resolution and prepare for release.

* include/io.h: Add _HAVE_32BIT_TIME_T to filters.
* include/sys/stat.h: Ditto.
* include/sys/timeb.h: Ditto.
* include/sys/types.h: Ditto.
* include/wchar.h: Ditto.
* include/time.h: Rework _HAVE_32BIT_TIME_T to always use 64bit time_t
when not defined.
* Makefile.in (extra_OBJECTS): Move to the front of the dependency list.
(%.o : %.s): Create rules.
* lib/lib32/msvcrt.def.in: Remove needless __MSVCRT_VERSION__ filter
and previous endif to continue the previous filter.
* NEWS: New file.
ChangeLog
Makefile.in
NEWS [new file with mode: 0644]
include/io.h
include/sys/stat.h
include/sys/timeb.h
include/sys/types.h
include/time.h
include/wchar.h
lib/lib32/msvcrt.def.in