2023-01-07 00:17:28 +00:00
|
|
|
2023-01-06 v <gaiusmod2@gmail.com>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
* configure.ac (libtool_VERSION): Bump to 18:0:0.
|
|
|
|
|
2023-01-05 00:17:41 +00:00
|
|
|
2023-01-04 Iain Sandoe <iain@sandoe.co.uk>
|
|
|
|
|
|
|
|
PR modula2/108183
|
|
|
|
* libm2cor/KeyBoardLEDs.cc (_M2_KeyBoardLEDs_ctor): Rework to use
|
|
|
|
an extern "C" function with 'constructor' attribute.
|
|
|
|
* libm2iso/ErrnoCategory.cc (_M2_ErrnoCategory_ctor): Likewise.
|
|
|
|
* libm2iso/RTco.cc (_M2_RTco_ctor): Likewise.
|
|
|
|
* libm2pim/Selective.cc (_M2_Selective_ctor): Likewise.
|
|
|
|
* libm2pim/SysExceptions.cc (_M2_SysExceptions_ctor): Likewise.
|
|
|
|
* libm2pim/UnixArgs.cc (_M2_UnixArgs_ctor): Likewise.
|
|
|
|
* libm2pim/cgetopt.cc (_M2_cgetopt_ctor): Likewise.
|
|
|
|
* libm2pim/dtoa.cc (_M2_dtoa_ctor): Likewise.
|
|
|
|
* libm2pim/errno.cc (_M2_errno_ctor): Likewise.
|
|
|
|
* libm2pim/ldtoa.cc (_M2_ldtoa_ctor): Likewise.
|
|
|
|
* libm2pim/sckt.cc (_M2_sckt_ctor): Likewise.
|
|
|
|
* libm2pim/termios.cc (_M2_termios_ctor): Likewise.
|
|
|
|
* libm2pim/wrapc.c: Add a new line to the file end.
|
|
|
|
|
2023-01-01 00:17:17 +00:00
|
|
|
2022-12-31 Iain Sandoe <iain@sandoe.co.uk>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
* configure.ac: Make a conditional for configurations targeting
|
|
|
|
Darwin.
|
|
|
|
* libm2cor/Makefile.am: Use -undefined,dynamic_lookup on Darwin.
|
|
|
|
* libm2iso/Makefile.am: Likewise.
|
|
|
|
* libm2log/Makefile.am: Likewise.
|
|
|
|
* libm2pim/Makefile.am: Likewise
|
|
|
|
* libm2min/Makefile.am: Likewise
|
|
|
|
* libm2cor/Makefile.in: Regenerate.
|
|
|
|
* libm2iso/Makefile.in: Regenerate.
|
|
|
|
* libm2log/Makefile.in: Regenerate.
|
|
|
|
* libm2min/Makefile.in: Regenerate.
|
|
|
|
* libm2pim/Makefile.in: Regenerate.
|
|
|
|
|
2022-12-15 00:17:29 +00:00
|
|
|
2022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
|
|
|
|
|
2022-12-15 12:01:07 +00:00
|
|
|
* Makefile.am: New file.
|
|
|
|
* autogen.sh: New file.
|
|
|
|
* config.h.in: New file.
|
|
|
|
* configure.ac: New file.
|
|
|
|
* libm2cor/KeyBoardLEDs.cc: New file.
|
|
|
|
* libm2cor/Makefile.am: New file.
|
|
|
|
* libm2iso/ChanConsts.h: New file.
|
|
|
|
* libm2iso/ErrnoCategory.cc: New file.
|
|
|
|
* libm2iso/Makefile.am: New file.
|
|
|
|
* libm2iso/RTco.cc: New file.
|
|
|
|
* libm2iso/m2rts.h: New file.
|
|
|
|
* libm2iso/wrapsock.c: New file.
|
|
|
|
* libm2iso/wraptime.c: New file.
|
|
|
|
* libm2log/Break.c: New file.
|
|
|
|
* libm2log/Makefile.am: New file.
|
|
|
|
* libm2min/Makefile.am: New file.
|
|
|
|
* libm2min/libc.c: New file.
|
|
|
|
* libm2pim/Makefile.am: New file.
|
|
|
|
* libm2pim/Selective.cc: New file.
|
|
|
|
* libm2pim/SysExceptions.cc: New file.
|
|
|
|
* libm2pim/UnixArgs.cc: New file.
|
|
|
|
* libm2pim/cgetopt.cc: New file.
|
|
|
|
* libm2pim/dtoa.cc: New file.
|
|
|
|
* libm2pim/errno.cc: New file.
|
|
|
|
* libm2pim/ldtoa.cc: New file.
|
|
|
|
* libm2pim/sckt.cc: New file.
|
|
|
|
* libm2pim/target.c: New file.
|
|
|
|
* libm2pim/termios.cc: New file.
|
|
|
|
* libm2pim/wrapc.c: New file.
|
|
|
|
* configure: Generated.
|
|
|
|
* libm2log/Makefile.in: Generated.
|
|
|
|
* libm2min/Makefile.in: Generated.
|
|
|
|
* libm2cor/Makefile.in: Generated.
|
|
|
|
* libm2pim/Makefile.in: Generated.
|
|
|
|
* libm2iso/Makefile.in: Generated.
|
2022-12-15 00:17:29 +00:00
|
|
|
* Makefile.in: New file.
|
|
|
|
* aclocal.m4: New file.
|