mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Added a missing definition to stdio_init_exit.c which is part of
the OS4 header files, but not of the older header file distributions. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14804 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: GNUmakefile.68k,v 1.19 2004-12-26 10:28:56 obarthel Exp $
|
||||
# $Id: GNUmakefile.68k,v 1.20 2005-01-14 09:07:16 obarthel Exp $
|
||||
#
|
||||
# :ts=8
|
||||
#
|
||||
@ -99,8 +99,10 @@ endif
|
||||
##############################################################################
|
||||
|
||||
WARNINGS = \
|
||||
-Wall -W -Wshadow -Wpointer-arith -Wsign-compare -Wmissing-prototypes \
|
||||
-Wundef -Wbad-function-cast -Wmissing-declarations -Wconversion
|
||||
-Wall -W -Wpointer-arith -Wsign-compare -Wmissing-prototypes \
|
||||
-Wundef -Wbad-function-cast -Wmissing-declarations
|
||||
|
||||
# -Wconversion -Wshadow
|
||||
|
||||
INCLUDES = -Iinclude -I. -Inetinclude
|
||||
OPTIONS = -DNDEBUG -fno-builtin
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 185
|
||||
#define DATE "2.1.2005"
|
||||
#define VERS "amiga.lib 1.185"
|
||||
#define VSTRING "amiga.lib 1.185 (2.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: amiga.lib 1.185 (2.1.2005)"
|
||||
#define REVISION 186
|
||||
#define DATE "14.1.2005"
|
||||
#define VERS "amiga.lib 1.186"
|
||||
#define VSTRING "amiga.lib 1.186 (14.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: amiga.lib 1.186 (14.1.2005)"
|
||||
|
||||
@ -1 +1 @@
|
||||
185
|
||||
186
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 185
|
||||
#define DATE "2.1.2005"
|
||||
#define VERS "c.lib 1.185"
|
||||
#define VSTRING "c.lib 1.185 (2.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: c.lib 1.185 (2.1.2005)"
|
||||
#define REVISION 186
|
||||
#define DATE "14.1.2005"
|
||||
#define VERS "c.lib 1.186"
|
||||
#define VSTRING "c.lib 1.186 (14.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: c.lib 1.186 (14.1.2005)"
|
||||
|
||||
@ -1 +1 @@
|
||||
185
|
||||
186
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
c.lib 1.186 (14.1.2005)
|
||||
|
||||
- Redirecting stderr to a file no longer has the effect of showing error
|
||||
messages and assertion failure notifications as requesters. The exception
|
||||
is in redirecting stderr to NIL: which will prompt the requester use.
|
||||
@ -55,6 +57,9 @@
|
||||
have. This only worked for files which were closed anyway, but not
|
||||
for the stdio streams. Fixed.
|
||||
|
||||
- Added a missing definition to stdio_init_exit.c which is part of
|
||||
the OS4 header files, but not of the older header file distributions.
|
||||
|
||||
|
||||
|
||||
c.lib 1.185 (2.1.2005)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 185
|
||||
#define DATE "2.1.2005"
|
||||
#define VERS "debug.lib 1.185"
|
||||
#define VSTRING "debug.lib 1.185 (2.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: debug.lib 1.185 (2.1.2005)"
|
||||
#define REVISION 186
|
||||
#define DATE "14.1.2005"
|
||||
#define VERS "debug.lib 1.186"
|
||||
#define VSTRING "debug.lib 1.186 (14.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: debug.lib 1.186 (14.1.2005)"
|
||||
|
||||
@ -1 +1 @@
|
||||
185
|
||||
186
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 185
|
||||
#define DATE "2.1.2005"
|
||||
#define VERS "m.lib 1.185"
|
||||
#define VSTRING "m.lib 1.185 (2.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: m.lib 1.185 (2.1.2005)"
|
||||
#define REVISION 186
|
||||
#define DATE "14.1.2005"
|
||||
#define VERS "m.lib 1.186"
|
||||
#define VSTRING "m.lib 1.186 (14.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: m.lib 1.186 (14.1.2005)"
|
||||
|
||||
@ -1 +1 @@
|
||||
185
|
||||
186
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 185
|
||||
#define DATE "2.1.2005"
|
||||
#define VERS "m881.lib 1.185"
|
||||
#define VSTRING "m881.lib 1.185 (2.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: m881.lib 1.185 (2.1.2005)"
|
||||
#define REVISION 186
|
||||
#define DATE "14.1.2005"
|
||||
#define VERS "m881.lib 1.186"
|
||||
#define VSTRING "m881.lib 1.186 (14.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: m881.lib 1.186 (14.1.2005)"
|
||||
|
||||
@ -1 +1 @@
|
||||
185
|
||||
186
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 185
|
||||
#define DATE "2.1.2005"
|
||||
#define VERS "net.lib 1.185"
|
||||
#define VSTRING "net.lib 1.185 (2.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: net.lib 1.185 (2.1.2005)"
|
||||
#define REVISION 186
|
||||
#define DATE "14.1.2005"
|
||||
#define VERS "net.lib 1.186"
|
||||
#define VSTRING "net.lib 1.186 (14.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: net.lib 1.186 (14.1.2005)"
|
||||
|
||||
@ -1 +1 @@
|
||||
185
|
||||
186
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 185
|
||||
#define DATE "2.1.2005"
|
||||
#define VERS "stack.lib 1.185"
|
||||
#define VSTRING "stack.lib 1.185 (2.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: stack.lib 1.185 (2.1.2005)"
|
||||
#define REVISION 186
|
||||
#define DATE "14.1.2005"
|
||||
#define VERS "stack.lib 1.186"
|
||||
#define VSTRING "stack.lib 1.186 (14.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: stack.lib 1.186 (14.1.2005)"
|
||||
|
||||
@ -1 +1 @@
|
||||
185
|
||||
186
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: stdio_init_exit.c,v 1.12 2005-01-12 09:15:50 obarthel Exp $
|
||||
* $Id: stdio_init_exit.c,v 1.13 2005-01-14 09:07:17 obarthel Exp $
|
||||
*
|
||||
* :ts=4
|
||||
*
|
||||
@ -51,6 +51,12 @@
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
#ifndef ID_RAWCON
|
||||
#define ID_RAWCON 0x52415700L /* "RAW\0" */
|
||||
#endif /* ID_RAWCON */
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
void
|
||||
__close_all_files(void)
|
||||
{
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 185
|
||||
#define DATE "2.1.2005"
|
||||
#define VERS "unix.lib 1.185"
|
||||
#define VSTRING "unix.lib 1.185 (2.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: unix.lib 1.185 (2.1.2005)"
|
||||
#define REVISION 186
|
||||
#define DATE "14.1.2005"
|
||||
#define VERS "unix.lib 1.186"
|
||||
#define VSTRING "unix.lib 1.186 (14.1.2005)\r\n"
|
||||
#define VERSTAG "\0$VER: unix.lib 1.186 (14.1.2005)"
|
||||
|
||||
@ -1 +1 @@
|
||||
185
|
||||
186
|
||||
|
||||
Reference in New Issue
Block a user