head	1.2;
access;
symbols
	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 dead;
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
@*** scsh/scsh.scm.original   Tue Nov 26 17:15:00 1996
--- scsh/scsh.scm    Tue Nov 26 17:15:06 1996
***************
*** 298,304 ****
               (list (string-append (car maybe-prefix) ".~a"))))))

  (define *temp-file-template*
!   (make-fluid (string-append "/usr/tmp/" (number->string (pid)) ".~a")))


  (define (temp-file-iterate maker . maybe-template)
--- 298,304 ----
               (list (string-append (car maybe-prefix) ".~a"))))))

  (define *temp-file-template*
!   (make-fluid (string-append "/var/tmp/" (number->string (pid)) ".~a")))


  (define (temp-file-iterate maker . maybe-template)
@


1.1
log
@Initial revision
@
text
@@


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
@@
