head	1.6;
access;
symbols
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	ptoc_2_01:1.1.1.1
	ANDY:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2003.09.24.13.32.25;	author osa;	state dead;
branches;
next	1.5;

1.5
date	2000.10.24.16.11.57;	author kevlo;	state Exp;
branches;
next	1.4;

1.4
date	2000.02.12.20.54.53;	author cpiazza;	state Exp;
branches;
next	1.3;

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

1.2
date	98.11.09.01.21.42;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	98.03.27.10.51.23;	author tg;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.03.27.10.51.23;	author tg;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Update to 3.54.
Utilize ${DOCSDIR} and ${EXAMPLESDIR}.
Use new name schema for patch files.
Fix ${MASTER_SITES} and home page URL.
Take maintainership.
@
text
@--- main.cxx.orig	Thu Sep 23 23:35:38 1999
+++ main.cxx	Sat Oct 21 04:11:00 2000
@@@@ -326,8 +326,8 @@@@
     compile_system_library = TRUE;
 #ifdef PREFIX
     token::input(turbo_pascal 
-		 ? PREFIX "/share/ptoc/tptoc.pas" 
-		 : PREFIX "/share/ptoc/ptoc.pas")); 
+		 ? (char *) PREFIX "/share/ptoc/tptoc.pas" 
+		 : (char *) PREFIX "/share/ptoc/ptoc.pas"); 
 #else
     token::input(dprintf("%s%s", prog_path, 
  			 turbo_pascal ? "tptoc.pas" : "ptoc.pas")); 
@


1.5
log
@Upgrade to version 3.50

PR: 22253
Submitted by: MAINTAINER
@
text
@@


1.4
log
@Fix for NEWGCC and add a new MASTER_SITE

Submitted by:	Alexander Langer <alex@@big.endian.de>
@
text
@d1 3
a3 12
--- main.cxx.orig	Fri Nov  6 09:19:54 1998
+++ main.cxx	Sat Feb 12 17:25:53 2000
@@@@ -279,7 +279,7 @@@@
     prog_path = (p != NULL) ? dprintf("%.*s", p + 1 - argv[0], argv[0]) : ""; 
 #else
     char* p = strrchr(argv[0], '/');
-    prog_path = (p != NULL) ? dprintf("%.*s", p + 1 - argv[0], argv[0]) : ""; 
+    prog_path = (p != NULL) ? dprintf("%.*s", p + 1 - argv[0], argv[0]) : (char *) ""; 
 #endif
 #endif
     i_path = dprintf("%s:%s", i_path, prog_path);
@@@@ -318,8 +318,8 @@@@
@


1.3
log
@Update to version 3.41.

PR:		10074
Submitted by:	maintainer
@
text
@d1 13
a13 3
--- main.cxx	Fri Nov  6 11:19:54 1998
+++ /home/andy/tmp/wrk/main.cxx	Sun Feb 14 15:11:06 1999
@@@@ -319,7 +319,7 @@@@
d16 1
a16 1
 		 ? PREFIX "/share/ptoc/tptoc.pas" 
d18 2
a19 1
+		 : PREFIX "/share/ptoc/ptoc.pas"); 
@


1.2
log
@Update to version 3.34.

PR:		8551
Submitted by:	maintainer
@
text
@d1 9
a9 5
--- main.cxx	Wed Jun  3 13:18:44 1998
+++ /home/andy/tmp/wrk/main.cxx	Wed Oct 28 22:12:00 1998
@@@@ -309,7 +309,12 @@@@
 
     compile_system_library = TRUE;
d11 1
a11 9
+#ifdef PREFIX
+			 turbo_pascal ? PREFIX "/share/ptoc/tptoc.pas" :
+                                        PREFIX "/share/ptoc/ptoc.pas")); 
+#else
 			 turbo_pascal ? "tptoc.pas" : "ptoc.pas")); 
+#endif
     zzparse(); 
 
     compile_system_library = FALSE;
@


1.1
log
@Initial revision
@
text
@d1 3
a3 5
--- makefile	Tue Sep  2 08:49:02 1997
+++ /home/andy/tmp/wrk/makefile	Wed Dec 10 11:26:08 1997
@@@@ -18,8 +18,8 @@@@
 # Chose compiler You prefere.
 #
d5 9
a13 15
-CC =		gcc -O5 -g -Wall -c
-CFLAGS =
+CC =		gcc
+CFLAGS+=	-c
 
 DEFINES = 
 INCLUDES =	-I.
@@@@ -31,7 +31,7 @@@@
 # Chose linker You prefere.
 #
 
-LD =		gcc -static 
+LD =		gcc
 #LD =		cxx -non_shared
 LDFLAGS =
d15 1
@


1.1.1.1
log
@Import of ptoc port. ptoc is another Pascal to C translator. It comes
with an X implementation of the BGI.

PR:		5270
Submitted by:	Andrey Zakhvatov <andy@@icc.surw.chel.su>
@
text
@@
