head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	old_RELEASE_4_6_0:1.2
	old_RELEASE_5_0_DP1:1.2
	old_RELEASE_4_5_0:1.2
	old_RELEASE_4_4_0:1.1.1.1
	old_RELEASE_4_3_0:1.1.1.1
	old_RELEASE_4_2_0:1.1.1.1
	old_RELEASE_4_1_1:1.1.1.1
	old_RELEASE_4_1_0:1.1.1.1
	old_RELEASE_3_5_0:1.1.1.1
	old_RELEASE_4_0_0:1.1.1.1
	old_RELEASE_3_4_0:1.1.1.1
	old_RELEASE_3_3_0:1.1.1.1
	old_RELEASE_3_2_0:1.1.1.1
	old_RELEASE_3_1_0:1.1.1.1
	old_RELEASE_2_2_8:1.1.1.1
	old_RELEASE_3_0_0:1.1.1.1
	old_RELEASE_2_2_7:1.1.1.1
	old_RELEASE_2_2_6:1.1.1.1
	old_RELEASE_2_2_5:1.1.1.1
	old_RELEASE_2_2_1:1.1.1.1
	old_RELEASE_2_2_2:1.1.1.1
	old_scsh_0_4_4:1.1.1.1
	old_CRACAUER:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.01.14.06.53.27;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	97.01.03.00.37.20;	author max;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.01.03.00.37.20;	author max;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to v0.6.0.

- "files/patch-ae" is no longer required
- PLIST substitution is used to merge the files "pkg-plist.doc" and
  "pkg-plist" into one entity
- new patch file "files/patch-static.scm" has been added

Approved by:  alex [MAINTAINER]
@
text
@*** scheme/env/command.scm.original    Tue Nov 26 15:59:38 1996
--- scheme/env/command.scm     Tue Nov 26 15:59:46 1996
***************
*** 546,552 ****
                ((char=? (string-ref line 0) #\n) #f)
                (else (loop count)))))))
  
! (define *y-or-n-eof-count* 100)
  
  (define (read-line port)
    (let loop ((l '()))
--- 546,552 ----
                ((char=? (string-ref line 0) #\n) #f)
                (else (loop count)))))))
  
! (define *y-or-n-eof-count* 0)
  
  (define (read-line port)
    (let loop ((l '()))
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** env/command.scm.original    Tue Nov 26 15:59:38 1996
--- env/command.scm     Tue Nov 26 15:59:46 1996
@


1.1.1.1
log
@New port, scsh:
A Unix shell embedded into Scheme, with access to all Posix calls
Reviewed by:	max
Submitted by:	cracauer@@cons.org "Martin Cracauer"
@
text
@@
