From bd048913f08455a830e20b7d87b298c257e242fa Mon Sep 17 00:00:00 2001 From: Gaius Mulley Date: Wed, 18 May 2022 19:42:26 +0100 Subject: [PATCH] Changed spacing to comply with GCC Coding Standards. Signed-off-by: Gaius Mulley --- libgm2/ChangeLog | 742 +++++++++++++++++++++++------------------------ 1 file changed, 371 insertions(+), 371 deletions(-) diff --git a/libgm2/ChangeLog b/libgm2/ChangeLog index edd5fca152c2..1fdfc333c729 100644 --- a/libgm2/ChangeLog +++ b/libgm2/ChangeLog @@ -1,4 +1,4 @@ -2022-05-18 Gaius Mulley +2022-05-18 Gaius Mulley * Corrected dates on all source files. * libm2pim/Selective.c: Reformatted comments. @@ -9,268 +9,268 @@ * libm2pim/termios.c: Reformatted comments. * libm2pim/wrapc.c: Reformatted comments. -2022-05-17 Gaius Mulley +2022-05-17 Gaius Mulley * Corrected dates on all source files. -2022-03-02 Gaius Mulley +2022-03-02 Gaius Mulley * libm2pim/sckt.c (tcpServerEstablishPort): Corrected spelling. (tcpServerEstablish) Corrected spelling. -2021-06-27 Gaius Mulley +2021-06-27 Gaius Mulley - * Makefile.am: renamed getopt.c to cgetopt.c. + * Makefile.am: renamed getopt.c to cgetopt.c. -2021-05-29 Gaius Mulley +2021-05-29 Gaius Mulley - * Makefile.in: (rebuilt). - * aclocal.m4: (rebuilt). - * configure: (rebuilt). - * configure.ac: tidied up messages. Removed android + * Makefile.in: (rebuilt). + * aclocal.m4: (rebuilt). + * configure: (rebuilt). + * configure.ac: tidied up messages. Removed android from the list of supported hosts. Corrected a comment - * libm2pim/Makefile.am: conditionally build. - * libm2cor/Makefile.am: conditionally build. - * libm2log/Makefile.am: conditionally build. - * libm2iso/Makefile.am: conditionally build. - * libm2cor/Makefile.in: (rebuilt). - * libm2iso/Makefile.in: (rebuilt). - * libm2log/Makefile.in: (rebuilt). - * libm2min/Makefile.in: (rebuilt). - * libm2pim/Makefile.in: (rebuilt). - -2021-05-28 Gaius Mulley - - * Makefile.in: (rebuilt). - * aclocal.m4: (rebuilt). - * configure: (rebuilt). - * configure.ac: introduce checks for supported host + * libm2pim/Makefile.am: Conditionally build. + * libm2cor/Makefile.am: Conditionally build. + * libm2log/Makefile.am: Conditionally build. + * libm2iso/Makefile.am: Conditionally build. + * libm2cor/Makefile.in: (Rebuilt). + * libm2iso/Makefile.in: (Rebuilt). + * libm2log/Makefile.in: (Rebuilt). + * libm2min/Makefile.in: (Rebuilt). + * libm2pim/Makefile.in: (Rebuilt). + +2021-05-28 Gaius Mulley + + * Makefile.in: (Rebuilt). + * aclocal.m4: (Rebuilt). + * configure: (Rebuilt). + * configure.ac: Introduce checks for supported host operating system and also known detect target architectures which are currently restricted to minimal runtime libraries. - * libm2cor/Makefile.in: (rebuilt). - * libm2iso/Makefile.in: (rebuilt). - * libm2log/Makefile.in: (rebuilt). - * libm2min/Makefile.in: (rebuilt). - * libm2pim/Makefile.in: (rebuilt). + * libm2cor/Makefile.in: (Rebuilt). + * libm2iso/Makefile.in: (Rebuilt). + * libm2log/Makefile.in: (Rebuilt). + * libm2min/Makefile.in: (Rebuilt). + * libm2pim/Makefile.in: (Rebuilt). -2021-02-12 Gaius Mulley +2021-02-12 Gaius Mulley - * libm2iso/RTco.c: (threadSem) new declaration + * libm2iso/RTco.c: (threadSem) new declaration and implmentation of thread semaphores used internally by the m2 runtime system. -2021-01-13 Gaius Mulley - - * Makefile.am: updated dates. - * aclocal.m4: (rebuilt). - * autogen.sh: updated dates. - * configure: (rebuilt). - * configure.ac: updated dates. - * libm2cor/KeyBoardLEDs.c: updated dates. - * libm2cor/Makefile.am: updated dates. - * libm2iso/ChanConsts.h: updated dates. - * libm2iso/ErrnoCategory.c: updated dates. - * libm2iso/Makefile.am: updated dates. - * libm2iso/RTco.c: updated dates. - * libm2iso/wrapsock.c: updated dates. - * libm2iso/wraptime.c: updated dates. - * libm2log/Break.c: updated dates. - * libm2log/Makefile.am: updated dates. - * libm2min/Makefile.am: updated dates. - * libm2min/libc.c: updated dates. - * libm2pim/Makefile.am: updated dates. - * libm2pim/Selective.c: updated dates. - * libm2pim/SysExceptions.c: updated dates. - * libm2pim/UnixArgs.c: updated dates. - * libm2pim/dtoa.c: updated dates. - * libm2pim/errno.c: updated dates. - * libm2pim/getopt.c: updated dates. - * libm2pim/ldtoa.c: updated dates. - * libm2pim/sckt.c: updated dates. - * libm2pim/target.c: updated dates. - * libm2pim/termios.c: updated dates. - * libm2pim/wrapc.c: updated dates. - -2020-11-20 Gaius Mulley - - * Makefile.in: (rebuilt). - * aclocal.m4: (rebuilt). - * configure: (rebuilt). - * configure.ac: (libtool_VERSION=17.0.0) - -2020-06-18 Gaius Mulley - - * Makefile.in: (rebuilt). - * aclocal.m4: (rebuilt). - * autogen.sh: execute automake including dependencies. - * configure: (rebuilt). - * libm2cor/Makefile.in: (rebuilt). - * libm2iso/Makefile.in: (rebuilt). - * libm2log/Makefile.am: SYSTEM.def is a dependency using +2021-01-13 Gaius Mulley + + * Makefile.am: Updated dates. + * aclocal.m4: (Rebuilt). + * autogen.sh: Updated dates. + * configure: (Rebuilt). + * configure.ac: Updated dates. + * libm2cor/KeyBoardLEDs.c: Updated dates. + * libm2cor/Makefile.am: Updated dates. + * libm2iso/ChanConsts.h: Updated dates. + * libm2iso/ErrnoCategory.c: Updated dates. + * libm2iso/Makefile.am: Updated dates. + * libm2iso/RTco.c: Updated dates. + * libm2iso/wrapsock.c: Updated dates. + * libm2iso/wraptime.c: Updated dates. + * libm2log/Break.c: Updated dates. + * libm2log/Makefile.am: Updated dates. + * libm2min/Makefile.am: Updated dates. + * libm2min/libc.c: Updated dates. + * libm2pim/Makefile.am: Updated dates. + * libm2pim/Selective.c: Updated dates. + * libm2pim/SysExceptions.c: Updated dates. + * libm2pim/UnixArgs.c: Updated dates. + * libm2pim/dtoa.c: Updated dates. + * libm2pim/errno.c: Updated dates. + * libm2pim/getopt.c: Updated dates. + * libm2pim/ldtoa.c: Updated dates. + * libm2pim/sckt.c: Updated dates. + * libm2pim/target.c: Updated dates. + * libm2pim/termios.c: Updated dates. + * libm2pim/wrapc.c: Updated dates. + +2020-11-20 Gaius Mulley + + * Makefile.in: (Rebuilt). + * aclocal.m4: (Rebuilt). + * configure: (Rebuilt). + * configure.ac: (libtool_VERSION=17.0.0) + +2020-06-18 Gaius Mulley + + * Makefile.in: (Rebuilt). + * aclocal.m4: (Rebuilt). + * autogen.sh: Execute automake including dependencies. + * configure: (Rebuilt). + * libm2cor/Makefile.in: (Rebuilt). + * libm2iso/Makefile.in: (Rebuilt). + * libm2log/Makefile.am: SYSTEM.def is a dependency using BUILT_SOURCES. - * libm2log/Makefile.in: (rebuilt). - * libm2min/Makefile.in: (rebuilt). - * libm2pim/Makefile.in: (rebuilt). + * libm2log/Makefile.in: (Rebuilt). + * libm2min/Makefile.in: (Rebuilt). + * libm2pim/Makefile.in: (Rebuilt). -2020-06-15 Gaius Mulley +2020-06-15 Gaius Mulley - * libm2pim/Makefile.am: added SYSTEM.def as a dependency. - * libm2log/Makefile.am: added SYSTEM.def as a dependency. + * libm2pim/Makefile.am: Added SYSTEM.def as a dependency. + * libm2log/Makefile.am: Added SYSTEM.def as a dependency. -2020-06-11 Matthias Klose +2020-06-11 Matthias Klose - * Makefile.am: reordered libraries. - * Makefile.in: (rebuilt). - * libm2pim/Makefile.am: (libm2pim_la_LIBADD) added + * Makefile.am: Reordered libraries. + * Makefile.in: (Rebuilt). + * libm2pim/Makefile.am: (libm2pim_la_LIBADD) Added definition. - * libm2pim/Makefile.in: (rebuilt). + * libm2pim/Makefile.in: (Rebuilt). -2020-05-01 Gaius Mulley +2020-05-01 Gaius Mulley - * libm2cor/KeyBoardLEDs.c: include sys/ioctl.h + * libm2cor/KeyBoardLEDs.c: Include sys/ioctl.h and stdio.h to fix implicit declarations of ioctl and perror. - * libm2iso/RTco.c: include . - * libm2pim/SysExceptions.c: (HAVE_STDIO_H) checked + * libm2iso/RTco.c: Include . + * libm2pim/SysExceptions.c: (HAVE_STDIO_H) Checked and stdio.h included to fix perror implicit declaration. -2020-04-29 Gaius Mulley +2020-04-29 Gaius Mulley - * libm2pim/wrapc.c: (HAVE_SYS_TYPES_H) checked to include + * libm2pim/wrapc.c: (HAVE_SYS_TYPES_H) checked to include sys/types.h. (HAVE_TIME_H) checked to include time.h. Fixes missing prototype errors. (HAVE_UNISTD_H) checked to include unistd.h to fix getuid missing prototype. -2020-01-08 Gaius Mulley +2020-01-08 Gaius Mulley - * libm2min/libc.c: (exit) noreturn added. + * libm2min/libc.c: (exit) noreturn added. (abort) noreturn added. -2019-12-10 Matthias Klose +2019-12-10 Matthias Klose - * libm2cor/Makefile.am: (libsubdir) corrected using + * libm2cor/Makefile.am: (libsubdir) Corrected using target_alias. - * libm2iso/Makefile.am: (libsubdir) corrected using + * libm2iso/Makefile.am: (libsubdir) Corrected using target_alias. - * libm2log/Makefile.am: (libsubdir) corrected using + * libm2log/Makefile.am: (libsubdir) Corrected using target_alias. - * libm2min/Makefile.am: (libsubdir) corrected using + * libm2min/Makefile.am: (libsubdir) Corrected using target_alias. - * libm2pim/Makefile.am: (libsubdir) corrected using + * libm2pim/Makefile.am: (libsubdir) Corrected using target_alias. - * libm2cor/Makefile.in: regenerated. - * libm2iso/Makefile.in: regenerated. - * libm2log/Makefile.in: regenerated. - * libm2min/Makefile.in: regenerated. - * libm2pim/Makefile.in: regenerated. + * libm2cor/Makefile.in: Regenerated. + * libm2iso/Makefile.in: Regenerated. + * libm2log/Makefile.in: Regenerated. + * libm2min/Makefile.in: Regenerated. + * libm2pim/Makefile.in: Regenerated. -2019-12-10 Gaius Mulley +2019-12-10 Gaius Mulley - * libm2iso/RTco.c: corrected include files + * libm2iso/RTco.c: Corrected include files for target building. -2019-12-09 Gaius Mulley - - * configure.ac: remove reference to config dir. - (ACX_NONCANONICAL_TARGET) removed. - * libm2cor/Makefile.in: regenerated. - * libm2iso/Makefile.in: regenerated. - * libm2log/Makefile.in: regenerated. - * libm2min/Makefile.in: regenerated. - * libm2pim/Makefile.in: regenerated. - * configure.ac: (LT_INIT) used instead of AM_PROG_LIBTOOL. - * libm2cor/Makefile.in: regenerated. - * libm2iso/Makefile.in: regenerated. - * libm2log/Makefile.in: regenerated. - * libm2min/Makefile.in: regenerated. - * libm2pim/Makefile.in: regenerated. - -2019-12-04 Matthias Klose - - * Makefile.in: regenerated. - * aclocal.m4: regenerated from automake-1.15.1. - * libm2cor/Makefile.am: added -version-info. - * libm2cor/Makefile.in: regenerated. - * libm2iso/Makefile.am: added -version-info. - * libm2iso/Makefile.in: regenerated. - * libm2log/Makefile.am: added -version-info. - * libm2log/Makefile.in: regenerated. - * libm2min/Makefile.am: added -version-info. - * libm2min/Makefile.in: regenerated. - * libm2pim/Makefile.am: added -version-info. - * libm2pim/Makefile.in: regenerated. - -2019-12-03 Gaius Mulley - - * libm2min/Makefile.am: (M2LIBDIR) corrected +2019-12-09 Gaius Mulley + + * configure.ac: Remove reference to config dir. + (ACX_NONCANONICAL_TARGET) Removed. + * libm2cor/Makefile.in: Regenerated. + * libm2iso/Makefile.in: Regenerated. + * libm2log/Makefile.in: Regenerated. + * libm2min/Makefile.in: Regenerated. + * libm2pim/Makefile.in: Regenerated. + * configure.ac: (LT_INIT) Used instead of AM_PROG_LIBTOOL. + * libm2cor/Makefile.in: Regenerated. + * libm2iso/Makefile.in: Regenerated. + * libm2log/Makefile.in: Regenerated. + * libm2min/Makefile.in: Regenerated. + * libm2pim/Makefile.in: Regenerated. + +2019-12-04 Matthias Klose + + * Makefile.in: Regenerated. + * aclocal.m4: Regenerated from automake-1.15.1. + * libm2cor/Makefile.am: Added -version-info. + * libm2cor/Makefile.in: Regenerated. + * libm2iso/Makefile.am: Added -version-info. + * libm2iso/Makefile.in: Regenerated. + * libm2log/Makefile.am: Added -version-info. + * libm2log/Makefile.in: Regenerated. + * libm2min/Makefile.am: Added -version-info. + * libm2min/Makefile.in: Regenerated. + * libm2pim/Makefile.am: Added -version-info. + * libm2pim/Makefile.in: Regenerated. + +2019-12-03 Gaius Mulley + + * libm2min/Makefile.am: (M2LIBDIR) Corrected destination directory to m2/m2min. -2019-11-19 Gaius Mulley +2019-11-19 Gaius Mulley * multilib fixes - * Makefile.am: (MULTIBUILDTOP) propagate. - * Makefile.in: (regenerated). - * configure: (regenerated). - * configure.ac: (ACX_NONCANONICAL_TARGET) removed. - * libm2cor/Makefile.am: (MULTIBUILDTOP) propagate. - * libm2cor/Makefile.in: (regenerated). - * libm2iso/Makefile.am: (MULTIBUILDTOP) propagate. - * libm2iso/Makefile.in: (regenerated). - * libm2log/Makefile.am: (MULTIBUILDTOP) propagate. - * libm2log/Makefile.in: (regenerated). - * libm2min/Makefile.am: (MULTIBUILDTOP) propagate. - * libm2min/Makefile.in: (regenerated). - * libm2pim/Makefile.am: (MULTIBUILDTOP) propagate. - * libm2pim/Makefile.in: (regenerated). - -2019-11-18 Gaius Mulley - - * configure: (regenerated). - * configure.ac: (libtool_VERSION=15.0.0). - Place AM_ENABLE_MULTILIB above GCC_NO_EXECUTABLES. - -2019-11-13 Gaius Mulley - - * libm2pim/Selective.c: changed to GPL3+ and fixed + * Makefile.am: (MULTIBUILDTOP) propagate. + * Makefile.in: (Regenerated). + * configure: (Regenerated). + * configure.ac: (ACX_NONCANONICAL_TARGET) Removed. + * libm2cor/Makefile.am: (MULTIBUILDTOP) Propagate. + * libm2cor/Makefile.in: (Regenerated). + * libm2iso/Makefile.am: (MULTIBUILDTOP) Propagate. + * libm2iso/Makefile.in: (Regenerated). + * libm2log/Makefile.am: (MULTIBUILDTOP) Propagate. + * libm2log/Makefile.in: (Regenerated). + * libm2min/Makefile.am: (MULTIBUILDTOP) Propagate. + * libm2min/Makefile.in: (Regenerated). + * libm2pim/Makefile.am: (MULTIBUILDTOP) Propagate. + * libm2pim/Makefile.in: (Regenerated). + +2019-11-18 Gaius Mulley + + * configure: (Regenerated). + * configure.ac: (libtool_VERSION=15.0.0). + Place AM_ENABLE_MULTILIB above GCC_NO_EXECUTABLES. + +2019-11-13 Gaius Mulley + + * libm2pim/Selective.c: Changed to GPL3+ and fixed formatting. - * libm2pim/SysExceptions.c: changed to GPL3+ and fixed + * libm2pim/SysExceptions.c: Changed to GPL3+ and fixed formatting. - * libm2pim/UnixArgs.c: changed to GPL3+ and fixed + * libm2pim/UnixArgs.c: Changed to GPL3+ and fixed formatting. - * libm2pim/dtoa.c: changed to GPL3+ and fixed + * libm2pim/dtoa.c: Changed to GPL3+ and fixed formatting. - * libm2pim/errno.c: changed to GPL3+ and fixed + * libm2pim/errno.c: Changed to GPL3+ and fixed formatting. - * libm2pim/getopt.c: changed to GPL3+ and fixed + * libm2pim/getopt.c: Changed to GPL3+ and fixed formatting. - * libm2pim/ldtoa.c: changed to GPL3+ and fixed + * libm2pim/ldtoa.c: Changed to GPL3+ and fixed formatting. - * libm2pim/sckt.c: changed to GPL3+ and fixed + * libm2pim/sckt.c: Changed to GPL3+ and fixed formatting. - * libm2pim/target.c: changed to GPL3+ and fixed + * libm2pim/target.c: Changed to GPL3+ and fixed formatting. - * libm2pim/termios.c: changed to GPL3+ and fixed + * libm2pim/termios.c: Changed to GPL3+ and fixed formatting. - * libm2pim/wrapc.c: changed to GPL3+ and fixed + * libm2pim/wrapc.c: Changed to GPL3+ and fixed formatting. -2019-11-12 Gaius Mulley +2019-11-12 Gaius Mulley - * libm2cor/KeyBoardLEDs.c: GPLv3 and reformatted. - * libm2iso/ChanConsts.h: GPLv3 and reformatted. - * libm2iso/ErrnoCategory.c: GPLv3 and reformatted. - * libm2iso/RTco.c: GPLv3 and reformatted. - * libm2iso/wrapsock.c: GPLv3 and reformatted. - * libm2iso/wraptime.c: GPLv3 and reformatted. - * libm2cor/Makefile.am: GPLv3. - * libm2iso/Makefile.am: GPLv3. - * libm2log/Makefile.am: GPLv3. - * libm2min/Makefile.am: GPLv3. - * libm2pim/Makefile.am: GPLv3. - * libm2log/Break.c: GPLv3 and reformatted. - * libm2min/libc.c: GPLv3 and reformatted. + * libm2cor/KeyBoardLEDs.c: GPLv3 and reformatted. + * libm2iso/ChanConsts.h: GPLv3 and reformatted. + * libm2iso/ErrnoCategory.c: GPLv3 and reformatted. + * libm2iso/RTco.c: GPLv3 and reformatted. + * libm2iso/wrapsock.c: GPLv3 and reformatted. + * libm2iso/wraptime.c: GPLv3 and reformatted. + * libm2cor/Makefile.am: GPLv3. + * libm2iso/Makefile.am: GPLv3. + * libm2log/Makefile.am: GPLv3. + * libm2min/Makefile.am: GPLv3. + * libm2pim/Makefile.am: GPLv3. + * libm2log/Break.c: GPLv3 and reformatted. + * libm2min/libc.c: GPLv3 and reformatted. -2019-11-04 Gaius Mulley +2019-11-04 Gaius Mulley * libcor/Makefile.am: (MULTIOSSUBDIR) quote test. * libiso/Makefile.am: (MULTIOSSUBDIR) quote test. @@ -279,225 +279,225 @@ * libmin/Makefile.am: (MULTIOSSUBDIR) quote test. * libulm/Makefile.am: (MULTIOSSUBDIR) quote test. * libpth/Makefile.am: (MULTIOSSUBDIR) quote test. - * libcor/Makefile.in: regenerated. - * libiso/Makefile.in: regenerated. - * libpim/Makefile.in: regenerated. - * liblog/Makefile.in: regenerated. - * libmin/Makefile.in: regenerated. - * libulm/Makefile.in: regenerated. - * libpth/Makefile.in: regenerated. - -2019-10-25 Gaius Mulley - - * libcor/Makefile.am: added -fm2-g -g. - * libiso/Makefile.am: added -fm2-g -g and include + * libcor/Makefile.in: Regenerated. + * libiso/Makefile.in: Regenerated. + * libpim/Makefile.in: Regenerated. + * liblog/Makefile.in: Regenerated. + * libmin/Makefile.in: Regenerated. + * libulm/Makefile.in: Regenerated. + * libpth/Makefile.in: Regenerated. + +2019-10-25 Gaius Mulley + + * libcor/Makefile.am: Added -fm2-g -g. + * libiso/Makefile.am: Added -fm2-g -g and include path to include ../ - * libiso/RTco.c: call HALT if the thread fails to + * libiso/RTco.c: Call HALT if the thread fails to find itself. Place initialized inside critical region. - * libpim/Makefile.am: added -fm2-g -g. + * libpim/Makefile.am: Added -fm2-g -g. -2019-09-27 Gaius Mulley +2019-09-27 Gaius Mulley - * libulm: removed. - * Makefile.am: removed Ulm libaraies. - * configure.ac: removed Ulm libaraies. + * libulm: Removed. + * Makefile.am: Removed Ulm libaraies. + * configure.ac: Removed Ulm libaraies. -2019-08-01 Gaius Mulley +2019-08-01 Gaius Mulley - * libpim/Makefile.am: (M2MODS) added GetOpt.mod + * libpim/Makefile.am: (M2MODS) added GetOpt.mod and OptLib.mod. (M2DEFS) added GetOpt.def, OptLib.def and getopt.def. (libgm2_la_SOURCES) added wrapc.c and getopt.c. -2019-07-10 Gaius Mulley +2019-07-10 Gaius Mulley - * libpth/Makefile.am: use $(MAKE) rather than make. - * libcor/KeyBoardLEDs.c: reformatted to GNU coding + * libpth/Makefile.am: Use $(MAKE) rather than make. + * libcor/KeyBoardLEDs.c: Reformatted to GNU coding standards. Also added/corrected empty functions for non linux targets. Fixed the GPL comment. -2019-07-09 Rainer Orth +2019-07-09 Rainer Orth - * Makefile.am: (multilib.am) included. + * Makefile.am: (multilib.am) Included. -2019-04-03 Gaius Mulley +2019-04-03 Gaius Mulley - * Makefile.in: regenerated. - * aclocal.m4: regenerated. - * autogen.sh: removed version numbers. - * config/libtool.m4: new version of the file + * Makefile.in: Regenerated. + * aclocal.m4: Regenerated. + * autogen.sh: Removed version numbers. + * config/libtool.m4: New version of the file taken from libgo/config. - * configure: regenerated. - * configure.ac: updated version numbers. - * libcor/Makefile.in: regenerated. - * libiso/Makefile.in: regenerated. - * liblog/Makefile.in: regenerated. - * libmin/Makefile.in: regenerated. - * libpim/Makefile.in: regenerated. - * libulm/Makefile.in: regenerated. - -2019-03-29 Gaius Mulley - - * configure: regenerated. - * configure.ac: implement --enable-libpth-m2 - * libpth/Makefile.am: pass FLAGS_TO_PASS to make. + * configure: Regenerated. + * configure.ac: Updated version numbers. + * libcor/Makefile.in: Regenerated. + * libiso/Makefile.in: Regenerated. + * liblog/Makefile.in: Regenerated. + * libmin/Makefile.in: Regenerated. + * libpim/Makefile.in: Regenerated. + * libulm/Makefile.in: Regenerated. + +2019-03-29 Gaius Mulley + + * configure: Regenerated. + * configure.ac: Implement --enable-libpth-m2 + * libpth/Makefile.am: Pass FLAGS_TO_PASS to make. move install rules into pth subdirectory. - * libpth/pth/Makefile.am: added install rules. + * libpth/pth/Makefile.am: Added install rules. -2018-11-27 Gaius Mulley +2018-11-27 Gaius Mulley - * libpim/wrapc.c: reformatted according to GNU + * libpim/wrapc.c: Reformatted according to GNU coding standards. Also defended against macro omissions. - * libiso/wraptime.c: fixed function declaration + * libiso/wraptime.c: Fixed function declaration and erroneous return value. -2018-04-16 Gaius Mulley +2018-04-16 Gaius Mulley - * Makefile.am: specify the libtool location. - * Makefile.in: regenerated. - * aclocal.m4: regenerated. - * autogen.sh: corrected script to regenerate + * Makefile.am: Specify the libtool location. + * Makefile.in: Regenerated. + * aclocal.m4: Regenerated. + * autogen.sh: Corrected script to regenerate using the correct macros and versions of autoconf tools. - * configure: regenerated. - * configure.ac: regenerated. - * libcor/Makefile.in: regenerated. - * libiso/Makefile.in: regenerated. - * liblog/Makefile.in: regenerated. - * libmin/Makefile.in: regenerated. - * libpim/Makefile.in: regenerated. - * libulm/Makefile.in: regenerated. - -2018-04-14 Gaius Mulley - - * Makefile.am: changed to reference the config directory. - * Makefile.in: regenerated. - * aclocal.m4: regenerated. - * autogen.sh: added new script. - * config.h.in: regenerated. - * configure: regenerated. - * configure.ac: minor corrections. - * libcor/Makefile.am: use $(LIBTOOL). - * libcor/Makefile.in: regenerated. - * libiso/Makefile.am: use $(LIBTOOL). - * libiso/Makefile.in: regenerated. - * liblog/Makefile.am: use $(LIBTOOL). - * liblog/Makefile.in: regenerated. - * libmin/Makefile.am: use $(LIBTOOL). - * libmin/Makefile.in: regenerated. - * libpim/Makefile.am: use $(LIBTOOL). - * libpim/Makefile.in: regenerated. - * libulm/Makefile.am: use $(LIBTOOL). - * libulm/Makefile.in: regenerated. - -2018-04-10 Gaius Mulley - - * configure.ac: added test to AM_ENABLE_MULTILIB. - * Makefile.in: regenerated. - * aclocal.m4: regenerated. - * autogen.sh: updated. - * config.h.in: regenerated. - * configure: regenerated. - * libcor/Makefile.in: regenerated. - * libiso/Makefile.in: regenerated. - * liblog/Makefile.in: regenerated. - * libmin/Makefile.am: added -fno-m2-plugin - * libmin/Makefile.in: regenerated. - * libpim/Makefile.in: regenerated. - * libulm/Makefile.in: regenerated. - -2017-12-27 Gaius Mulley - - * libpim/wrapc.c: (wrapc_isfinite) New function. - -2016-06-09 Gaius Mulley - - * libpim/dtoa.c: use memmove instead of memcpy. - -2016-03-14 Gaius Mulley - - * libpim/wrapc.c: corrected spacing. - -2014-12-24 Gaius Mulley - - * sckt.c: added conditional import of + * configure: Regenerated. + * configure.ac: Regenerated. + * libcor/Makefile.in: Regenerated. + * libiso/Makefile.in: Regenerated. + * liblog/Makefile.in: Regenerated. + * libmin/Makefile.in: Regenerated. + * libpim/Makefile.in: Regenerated. + * libulm/Makefile.in: Regenerated. + +2018-04-14 Gaius Mulley + + * Makefile.am: Changed to reference the config directory. + * Makefile.in: Regenerated. + * aclocal.m4: Regenerated. + * autogen.sh: Added new script. + * config.h.in: Regenerated. + * configure: Regenerated. + * configure.ac: Minor corrections. + * libcor/Makefile.am: Use $(LIBTOOL). + * libcor/Makefile.in: Regenerated. + * libiso/Makefile.am: Use $(LIBTOOL). + * libiso/Makefile.in: Regenerated. + * liblog/Makefile.am: Use $(LIBTOOL). + * liblog/Makefile.in: Regenerated. + * libmin/Makefile.am: Use $(LIBTOOL). + * libmin/Makefile.in: Regenerated. + * libpim/Makefile.am: Use $(LIBTOOL). + * libpim/Makefile.in: Regenerated. + * libulm/Makefile.am: Use $(LIBTOOL). + * libulm/Makefile.in: Regenerated. + +2018-04-10 Gaius Mulley + + * configure.ac: Added test to AM_ENABLE_MULTILIB. + * Makefile.in: Regenerated. + * aclocal.m4: Regenerated. + * autogen.sh: Updated. + * config.h.in: Regenerated. + * configure: Regenerated. + * libcor/Makefile.in: Regenerated. + * libiso/Makefile.in: Regenerated. + * liblog/Makefile.in: Regenerated. + * libmin/Makefile.am: Added -fno-m2-plugin + * libmin/Makefile.in: Regenerated. + * libpim/Makefile.in: Regenerated. + * libulm/Makefile.in: Regenerated. + +2017-12-27 Gaius Mulley + + * libpim/wrapc.c: (wrapc_isfinite) New function. + +2016-06-09 Gaius Mulley + + * libpim/dtoa.c: Use memmove instead of memcpy. + +2016-03-14 Gaius Mulley + + * libpim/wrapc.c: Corrected spacing. + +2014-12-24 Gaius Mulley + + * sckt.c: Added conditional import of stdio.h as reported by Christoph Schlegel. -2014-12-23 Gaius Mulley +2014-12-23 Gaius Mulley - * libulm/Makefile.am: added pim libs to the + * libulm/Makefile.am: Added pim libs to the path on the createUlmSys command. -2014-12-22 Gaius Mulley +2014-12-22 Gaius Mulley - * libulm/Makefile.am: added rule to build + * libulm/Makefile.am: Added rule to build SYSTEM.def as a built source. -2014-12-06 Gaius Mulley +2014-12-06 Gaius Mulley - * libcor/Makefile.in: add .la to list of SUFFIXES. + * libcor/Makefile.in: Add .la to list of SUFFIXES. install .la archive. - * libcor/Makefile.am: install .la archive. - * libiso/Makefile.in: install .la archive. - * libiso/Makefile.am: install .la archive. - * liblog/Makefile.am: install .la archive. - * liblog/Makefile.in: install .la archive. - * libmin/Makefile.am: install .la archive. - * libmin/Makefile.in: install .la archive. - * libpim/Makefile.am: install .la archive. - * libpim/Makefile.in: install .la archive. - * libulm/Makefile.am: install .la archive. - * libulm/Makefile.in: install .la archive. - -2014-12-05 Gaius Mulley - - * libmin/Makefile.am: add .la to the list of SUFFIXES. - * libulm/Makefile.am: add .la to the list of SUFFIXES. - * libpim/Makefile.am: add .la to the list of SUFFIXES. - * libcor/Makefile.am: add .la to the list of SUFFIXES. - * liblog/Makefile.am: add .la to the list of SUFFIXES. - * libiso/Makefile.am: add .la to the list of SUFFIXES. - -2014-07-11 Gaius Mulley + * libcor/Makefile.am: Install .la archive. + * libiso/Makefile.in: Install .la archive. + * libiso/Makefile.am: Install .la archive. + * liblog/Makefile.am: Install .la archive. + * liblog/Makefile.in: Install .la archive. + * libmin/Makefile.am: Install .la archive. + * libmin/Makefile.in: Install .la archive. + * libpim/Makefile.am: Install .la archive. + * libpim/Makefile.in: Install .la archive. + * libulm/Makefile.am: Install .la archive. + * libulm/Makefile.in: Install .la archive. + +2014-12-05 Gaius Mulley + + * libmin/Makefile.am: Add .la to the list of SUFFIXES. + * libulm/Makefile.am: Add .la to the list of SUFFIXES. + * libpim/Makefile.am: Add .la to the list of SUFFIXES. + * libcor/Makefile.am: Add .la to the list of SUFFIXES. + * liblog/Makefile.am: Add .la to the list of SUFFIXES. + * libiso/Makefile.am: Add .la to the list of SUFFIXES. + +2014-07-11 Gaius Mulley * complete rewrite and restructuring of libgm2. - * gcc-versionno/libgm2/aclocal.m4: (rebuilt) - * gcc-versionno/libgm2/autogen.sh: (rebuilt) - * gcc-versionno/libgm2/config.h.in: (New file) - * gcc-versionno/libgm2/configure: (rebuilt) - * gcc-versionno/libgm2/configure.ac: (New file) - * gcc-versionno/libgm2/libcor: (New directory) - * gcc-versionno/libgm2/libiso: (New directory) - * gcc-versionno/libgm2/liblog: (New directory) - * gcc-versionno/libgm2/libmin: (New directory) - * gcc-versionno/libgm2/libpim: (New directory) - * gcc-versionno/libgm2/libulm: (New directory) - * gcc-versionno/libgm2/Makefile.am: (New file) - * gcc-versionno/libgm2/Makefile.in: (rebuilt) - * gcc-versionno/libgm2/p2c: (New directory) + * gcc-versionno/libgm2/aclocal.m4: (Rebuilt) + * gcc-versionno/libgm2/autogen.sh: (Rebuilt) + * gcc-versionno/libgm2/config.h.in: (New file) + * gcc-versionno/libgm2/configure: (Rebuilt) + * gcc-versionno/libgm2/configure.ac: (New file) + * gcc-versionno/libgm2/libcor: (New directory) + * gcc-versionno/libgm2/libiso: (New directory) + * gcc-versionno/libgm2/liblog: (New directory) + * gcc-versionno/libgm2/libmin: (New directory) + * gcc-versionno/libgm2/libpim: (New directory) + * gcc-versionno/libgm2/libulm: (New directory) + * gcc-versionno/libgm2/Makefile.am: (New file) + * gcc-versionno/libgm2/Makefile.in: (rebuilt) + * gcc-versionno/libgm2/p2c: (New directory) -2013-12-06 Gaius Mulley +2013-12-06 Gaius Mulley - * gcc-versionno/gcc/gm2/Make-lang.in: changed flag to -fpim - and changed path appropriately. + * gcc-versionno/gcc/gm2/Make-lang.in: Changed flag to -fpim + and changed path appropriately. -2013-12-05 Gaius Mulley +2013-12-05 Gaius Mulley - * gm2/libgm2/Makefile.in: build coroutine version of SYSTEM.def. + * gm2/libgm2/Makefile.in: Build coroutine version of SYSTEM.def. -2013-10-17 Gaius Mulley +2013-10-17 Gaius Mulley - * gm2/libgm2/Makefile.in: corrected install of iso SYSTEM.def. - Ensure that we copy form the object directory and avoid the - template version in the source directory. + * gm2/libgm2/Makefile.in: Corrected install of iso SYSTEM.def. + Ensure that we copy form the object directory and avoid the + template version in the source directory. -2013-09-14 Gaius Mulley +2013-09-14 Gaius Mulley - * gm2/libgm2/Makefile.in: many changes to allow more libraries - to build and also build SYSTEM.def for the pim, iso and min - libraries. + * gm2/libgm2/Makefile.in: Many changes to allow more libraries + to build and also build SYSTEM.def for the pim, iso and min + libraries. -2013-07-08 Gaius Mulley +2013-07-08 Gaius Mulley - * gm2/ChangeLog: (New file). - * gm2/libgm2/Makefile.in: added install rules. Many of which - were adapted from gcc/gm2/Make-file.in. + * gm2/ChangeLog: (New file). + * gm2/libgm2/Makefile.in: Added install rules. Many of which + were adapted from gcc/gm2/Make-file.in. -- 2.47.2