head	1.6;
access;
symbols
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.1.1.1
	RELEASE_2_2_1:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	v1:1.1.1.1
	gpalmer:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2001.11.04.07.39.28;	author demon;	state dead;
branches;
next	1.5;

1.5
date	2001.02.20.16.50.54;	author vanilla;	state Exp;
branches;
next	1.4;

1.4
date	2000.03.31.17.02.44;	author will;	state Exp;
branches;
next	1.3;

1.3
date	99.12.27.21.43.32;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	97.11.29.14.15.33;	author jraynard;	state Exp;
branches;
next	1.1;

1.1
date	95.02.10.06.15.02;	author gpalmer;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.02.10.06.15.03;	author gpalmer;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Update to version 1.99.5.

PR:		31722
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@--- libgst/lex.c.orig	Wed Dec 27 18:43:24 2000
+++ libgst/lex.c	Sat Feb 10 10:11:18 2001
@@@@ -52,6 +52,9 @@@@
 #include <stdio.h>
 #include <ctype.h>
 #include <math.h>
+#if defined(__FreeBSD__)
+#include <floatingpoint.h>
+#endif
 
 #ifdef HAVE_READLINE
 #include <readline/readline.h>
@@@@ -764,6 +767,9 @@@@
   if (isNegative) {
     num = -num;
   }
+#if defined(__FreeBSD__)
+  fpsetmask(0);
+#endif
     
   if (isFloat) {
     lvalp->fval = num;
@


1.5
log
@Upgrade to 1.95.1,

I merge splited-info files to one file.

PR:		ports/25211
Submitted by:	tkato@@prontomail.ne.jp
@
text
@@


1.4
log
@Update smalltalk to 1.7.3.

PR:		17685
Submitted by:	Alexander Langer <alex@@big.endian.de>
Patch by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d1 3
a3 4
--- lib/lex.c.orig	Mon Feb 21 19:05:50 2000
+++ lib/lex.c	Sat Mar 25 21:43:17 2000
@@@@ -50,6 +50,9 @@@@
 
d5 1
d13 1
a13 1
@@@@ -735,6 +738,9 @@@@
@


1.3
log
@Update to version 1.6.2.

PR:		15712
Submitted by:	maintainer
@
text
@d1 4
a4 4
--- lib/lex.c.old	Sun Dec 26 10:56:37 1999
+++ lib/lex.c	Sun Dec 26 10:57:50 1999
@@@@ -48,6 +48,7 @@@@
 #include "sysdep.h"
d7 1
d9 2
d13 1
a13 2
 #include <readline/history.h>
@@@@ -693,6 +694,7 @@@@
d17 1
d19 1
d21 1
a21 1
   if (dotSeen) {
@


1.2
log
@Update to version 1.1.5 of GNU Smalltalk.
@
text
@d1 18
a18 15
--- lib/gst.h.orig	Fri Nov 28 21:37:24 1997
+++ lib/gst.h	Fri Nov 28 21:38:09 1997
@@@@ -135,10 +135,12 @@@@
  * define __STDC__ */
 #if (defined (__STDC__) && __STDC__) || defined(_ANSI_C_SOURCE) || defined (__cplusplus)  || defined(_WIN32)
 
+#ifndef __FreeBSD__
 #define	__P(args)	args
 #define	__const		const
 #define	__signed	signed
 #define	__volatile	volatile
+#endif
 #define	__DOTS		, ...
 
 #else	/* Not ANSI C or C++.  */
@


1.1
log
@Initial revision
@
text
@d1 15
a15 68
*** /dev/null	Thu Feb  2 13:59:15 1995
--- mstpaths.h	Thu Feb  2 14:43:38 1995
***************
*** 0 ****
--- 1,63 ----
+ /***********************************************************************
+  *
+  *	Definitions for various path related things.  These are compiled into
+  *	the GNU Smalltalk interpreter and are used for finding various files
+  *	(the image file, the kernel .st files, etc.).
+  *
+  ***********************************************************************/
+ 
+ 
+ /***********************************************************************
+  *
+  * Copyright (C) 1990, 1991 Free Software Foundation, Inc.
+  * Written by Steve Byrne.
+  *
+  * This file is part of GNU Smalltalk.
+  *
+  * GNU Smalltalk is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU General Public License as published by the Free
+  * Software Foundation; either version 1, or (at your option) any later 
+  * version.
+  * 
+  * GNU Smalltalk is distributed in the hope that it will be useful, but WITHOUT
+  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
+  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
+  * more details.
+  * 
+  * You should have received a copy of the GNU General Public License along with
+  * GNU Smalltalk; see the file COPYING.  If not, write to the Free Software
+  * Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  
+  *
+  ***********************************************************************/
+ 
+ 
+ 
+ /*
+  *    Change Log
+  * ============================================================================
+  * Author      Date       Change 
+  * sbyrne    15 Oct 89	  Created.
+  *
+  */
+ 
+ 
+ /***********************************************************************
+  *
+  *	You'll need to change these definitions if you do not install GNU
+  *	Smalltalk in the standard place (which, as defined here, is
+  *	/usr/local/smalltalk).  You should save this file as mstpaths.h and
+  *	leave mstpaths.h-dist in its original form.
+  *
+  ***********************************************************************/
+ 
+ 
+ #ifndef __MSTPATHS__
+ #define __MSTPATHS__
+ 
+ /* This defines where the kernel smalltalk (.st) files can be found */
+ #define KERNEL_PATH "/usr/local/lib/smalltalk"
+ 
+ /* This defines where to search for the saved binary image */
+ #define IMAGE_PATH "/usr/local/lib/smalltalk"
+ 
+ #endif /* __MSTPATHS__ */
@


1.1.1.1
log
@GNU Smalltalk version 1.1.1. The install target is a dummy which
prints a warning as the supplied install target is interactive.
@
text
@@
