Go to file
eknauel ad8131edad - rewrote exception handling system, pass ODBC status codes to Scheme
directly. This leads to multiple return values in some cases.

- new condition types

- raise conditions only in case of fatal errors

- rewrote odbc_sql_data_sources() and odbc_sql_drivers()

- removed hardcoded ODBC_RETVAL_BUFFER_INITIAL_SIZE, the return value
  buffer size can now be read/set from Scheme.

- removed odbc_sql_bind_parameter_exec_out(), which is a poor
  implementation of a SQLBindParameter() binding. TODO: make a
  better one.

- use the p.c. SQL_SUCCEEDED()

- rewrote odbc_sql_get_data(): Resize return buffer value if necessary

- new modules: low-odbc (functions), low-odbc-constants (constants)

- major code cleanup
2003-04-24 13:02:02 +00:00
build Bump the version number to 0.6.4. 2003-03-05 17:31:09 +00:00
c Let select again sleep forever if requested by the RTS. 2003-03-05 17:33:41 +00:00
cig Replaced // comments. 2002-01-11 10:13:58 +00:00
doc Removed pause-until-interrupt. 2003-04-14 09:45:58 +00:00
emacs *** empty log message *** 1999-09-14 12:45:02 +00:00
ps-compiler *** empty log message *** 1999-09-14 12:45:02 +00:00
scheme Limited disclosing of byte-vectors to the first 16 elements. 2003-04-14 11:06:55 +00:00
scsh - rewrote exception handling system, pass ODBC status codes to Scheme 2003-04-24 13:02:02 +00:00
.gitignore added various .cvsignore files to suppress warnings about the removed files 2000-12-21 14:00:59 +00:00
COPYING Expanded to 2002 and added Mike. 2002-01-08 08:45:39 +00:00
CVS_README Autoconf 2.52 is already enough. 2002-09-25 11:36:14 +00:00
INSTALL Non-generic version. 2001-12-17 08:47:35 +00:00
Makefile.in Make scsh-paper for dist 2003-03-10 12:13:02 +00:00
README Include scsh paper in the distribution. 2002-02-26 08:58:27 +00:00
README.s48 README layout as in the 0.5 tree. 2001-12-17 08:50:26 +00:00
RELEASE Added forgotten menu item. 2003-04-14 09:47:29 +00:00
TODO Update. 2002-02-25 09:01:02 +00:00
Thanks Added a name or two. 2002-04-21 16:44:31 +00:00
autogen.sh All or nothing: put && in between the statements. 2002-02-12 16:26:05 +00:00
config.guess Latest versions from subversions.gnu.org 2001-05-10 06:44:58 +00:00
config.sub Latest versions from subversions.gnu.org 2001-05-10 06:44:58 +00:00
configure.in Removed S48_CFLAG_CKR, which has been obsolete since at least 1997 2003-04-16 12:41:36 +00:00
gdbinit Snapshot for 0.6.0. 2002-01-09 16:33:20 +00:00
install-sh *** empty log message *** 1999-09-14 12:45:02 +00:00
scsh-config.in First version of scsh-config. 2002-05-16 14:51:10 +00:00

README

-*- Mode: Text; -*-

Copyright (c) 1994 Brian D. Carlstrom
See file COPYING for copying information.

Please report bugs to scsh-bugs@zurich.ai.mit.edu, and include
the version number in your message.

Installation instructions in file INSTALL.

A scsh manual is in directory doc/scsh-manual/.
A scsh paper is in directory doc/scsh-paper/.
A scsh quick reference is in file doc/cheat.txt.

Send mail to scsh-request@zurich.ai.mit.edu to be put on a
mailing list for announcements, discussion, bug reports, and bug
fixes.