scsh-checkins
[Top] [All Lists]

[Scsh-checkins] CVS: scsh Makefile.in,1.57,1.57.2.1

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scsh Makefile.in,1.57,1.57.2.1
From: Olin Shivers <olin-shivers@usw-pr-cvs1.sourceforge.net>
Date: Sat, 10 Mar 2001 19:47:02 -0800
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh
In directory usw-pr-cvs1:/tmp/cvs-serv11197

Modified Files:
      Tag: srfi13and14_integration_2000_3_10
        Makefile.in 
Log Message:
Integrated srfi-13 (string lib)& srfi-14 (char-set lib)
- Ported sources to use these libs instead of older string & cset libs
- Wrote backwards-compatibility libs for now-deprecated procs in the
  scsh API
- Hacked the makefile/package/interfaces glue
Whew.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh/Makefile.in,v
retrieving revision 1.57
retrieving revision 1.57.2.1
diff -C2 -r1.57 -r1.57.2.1
*** Makefile.in 2001/02/25 22:52:25     1.57
--- Makefile.in 2001/03/11 03:47:00     1.57.2.1
***************
*** 593,597 ****
  
  SCHEME =scsh/awk.scm \
-       scsh/char-set.scm \
        scsh/defrec.scm \
        scsh/endian.scm \
--- 593,596 ----
***************
*** 673,680 ****
         $(srcdir)/scsh/rx/cond-package.scm \
         $(srcdir)/scsh/scsh-package.scm \
!        $(srcdir)/scsh/lib/string-pack.scm \
         $(srcdir)/scsh/lib/list-pack.scm \
!        $(srcdir)/scsh/lib/ccp-pack.scm
! 
  
  scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
--- 672,681 ----
         $(srcdir)/scsh/rx/cond-package.scm \
         $(srcdir)/scsh/scsh-package.scm \
!        $(srcdir)/scsh/lib/cset-package.scm \
!        $(srcdir)/scsh/lib/string-package.scm \
         $(srcdir)/scsh/lib/list-pack.scm \
!        $(srcdir)/scsh/lib/ccp-pack.scm \
!        $(srcdir)/scsh/lib/char-package.scm \
!        $(srcdir)/scsh/lib/cset-obsolete.scm
  
  scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] CVS: scsh Makefile.in,1.57,1.57.2.1, Olin Shivers <=