head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.11.29.00.01.24;	author deischen;	state dead;
branches;
next	1.1;

1.1
date	99.11.09.12.33.35;	author deischen;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update the antiquated version of the GNAT compiler to the GPL-2005
version.

Note that this version now produces executables that are
covered by the GPL as opposed to the previous version which was
covered by the modified GPL.

Also note that the GNAT sources in the stock GCC-4 tree are
not under this restriction.  A new port based on the sources
in GCC-4 will come when I get the time.
@
text
@*** ada/i-cstrea.ads	Fri Sep 24 08:42:41 1999
--- ada/i-cstrea.ads	Sat Nov  6 10:20:43 1999
***************
*** 184,190 ****
        size   : size_t)
        return   int;
  
!    procedure tmpnam (string : chars);
     --  The parameter must be a pointer to a string buffer of at least L_tmpnam
     --  bytes (the call with a null parameter is not supported). The returned
     --  value, which is just a copy of the input argument, is discarded.
--- 184,190 ----
        size   : size_t)
        return   int;
  
!    procedure tmpnam (tname : chars);
     --  The parameter must be a pointer to a string buffer of at least L_tmpnam
     --  bytes (the call with a null parameter is not supported). The returned
     --  value, which is just a copy of the input argument, is discarded.
***************
*** 265,272 ****
     pragma Import (C, isatty);
     pragma Import (C, mktemp);
     pragma Import (C, rewind);
-    pragma Import (C, tmpnam);
-    pragma Import (C, tmpfile);
     pragma Import (C, ungetc);
     pragma Import (C, unlink);
  
--- 265,270 ----
@


1.1
log
@Upgrade GNAT to GNAT-3.12p, the latest public release from Ada Core
Technologies.
@
text
@@

