Update of /cvsroot/scsh/scsh/doc/scsh-manual
In directory usw-pr-cvs1:/tmp/cvs-serv25287/doc/scsh-manual
Modified Files:
front.tex man.tex
Log Message:
Summary:
Three changes
- Updated 0.5.2 to 0.5.3
- Updated for latest cygwin, removing MKS dependency
- Added cleaned up ODBC code
Details:
Updated 0.5.2 to 0.5.3
M RELEASE
M scsh.spec
M bin/scsh-release
M bin/scsh-test
M doc/scsh-manual/front.tex
M doc/scsh-manual/man.tex
M scsh/minor-version-number
M scsh/oldtop.scm
M scsh/scsh-version.scm
Rebuilt to get new version number
M initial.image
Remove MKS dependency now that Cygwin cat works on binary files
without munging with carriage returns and newlines.
M cig/image2script
Changed cygwin32 to cygwin.
M scsh/Makefile.in
Added #ifndef __CYGWIN__ around some pesky extern references.
M scsh/scsh/network1.c
M scsh/scsh/time1.c
Updated with optional ODBC bits. This is going to be hard to make nice
and clean.
M scsh/Makefile.in
New ODBC code
A scsh/odbc/odbc.txt
A scsh/odbc/odbc0.c
A scsh/odbc/odbc0.scm
A scsh/odbc/odbc1.c
A scsh/odbc/odbc1.scm
A scsh/odbc/odbc2.c
A scsh/odbc/odbc2.scm
A scsh/odbc/scsh-odbc.c
New odbc-interface and odbc-package
M scsh/scsh/scsh-interfaces.scm
M scsh/scsh/scsh-package.scm
Index: front.tex
===================================================================
RCS file: /cvsroot/scsh/scsh/doc/scsh-manual/front.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** front.tex 1999/09/08 15:18:24 1.5
--- front.tex 2001/02/25 19:51:56 1.6
***************
*** 2,6 ****
\title{Scsh Reference Manual}
! \subtitle{For scsh release 0.5.2}
\author{Olin Shivers and Brian D.~Carlstrom}
\date{September 1999}
--- 2,6 ----
\title{Scsh Reference Manual}
! \subtitle{For scsh release 0.5.3}
\author{Olin Shivers and Brian D.~Carlstrom}
\date{September 1999}
Index: man.tex
===================================================================
RCS file: /cvsroot/scsh/scsh/doc/scsh-manual/man.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** man.tex 2000/02/15 16:04:21 1.5
--- man.tex 2001/02/25 19:51:56 1.6
***************
*** 8,12 ****
\usepackage[dvipdfm,hyperindex,hypertex,
! pdftitle={scsh manual, release 0.5.2},
pdfauthor={Olin Shivers and Brian D.~Carlstrom}
colorlinks=true,linkcolor=blue,pagecolor=blue,urlcolor=blue,
--- 8,12 ----
\usepackage[dvipdfm,hyperindex,hypertex,
! pdftitle={scsh manual, release 0.5.3},
pdfauthor={Olin Shivers and Brian D.~Carlstrom}
colorlinks=true,linkcolor=blue,pagecolor=blue,urlcolor=blue,
|