gcc/libgm2/libm2iso
Gaius Mulley d1a1f7e9f0 PR modula2/115276 bugfix libgm2 wraptime.InitTM returns NIL
This patch fixes libgm2/libm2iso/wraptime.cc:InitTM so that
it does not always return NULL.  The incorrect autoconf macro
was used (inside InitTM) and the function short circuited
to return NULL.  The fix is to use HAVE_SYS_TIME_H and use
AC_HEADER_TIME in libgm2/configure.ac.

libgm2/ChangeLog:

	PR modula2/115276
	* config.h.in: Regenerate.
	* configure: Regenerate.
	* configure.ac: Use AC_HEADER_TIME.
	* libm2iso/wraptime.cc (InitTM): Check HAVE_SYS_TIME_H
	before using struct tm to obtain the size.

gcc/testsuite/ChangeLog:

	PR modula2/115276
	* gm2/isolib/run/pass/testinittm.mod: New test.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
2024-05-29 17:26:59 +01:00
..
ChanConsts.h
ErrnoCategory.cc
m2rts.h
Makefile.am PR modula2/111956 Many powerpc platforms do _not_ have support for IEEE754 2024-01-18 13:06:30 +00:00
Makefile.in modula2: Regenerate libgm2 Makefile.ins using correct include order 2024-05-02 14:38:51 +01:00
RTco.cc modula2: libm2iso/RTco.cc tidyup use bool instead of int 2024-01-05 16:39:46 +00:00
wrapclock.cc PR modula2/112110: fails to build on freebsd when compiling wrapclock.cc 2023-10-27 18:42:09 +01:00
wrapsock.c
wraptime.cc PR modula2/115276 bugfix libgm2 wraptime.InitTM returns NIL 2024-05-29 17:26:59 +01:00