1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 12 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New record type odbc-column for SQLDescribeCol() (odbc-sql-describe-col) return values. More... over 21 years ago
Fixed SQLDescribeCol (odbc-sql-describe-col) More... over 21 years ago
Factored STRING-COLLECTORS out of SCSH-LEVEL-0. More... over 21 years ago
Factor SCSH-ERRORS out of SCSH-LEVEL-0. More... over 21 years ago
- Fixed confusion of database-handles (which basically are non-existent) and descript-handles. - sql-datatype-* defintion for use with SQLGetTypeInfo() (odbc-sql-get-type-info) More... over 21 years ago
- Don't distinguish between SQL_SUCCESS and SQL_SUCCESS_WITH_INFO. More... over 21 years ago
Support for SQLGetDiagRec (odbc-sql-get-diag-recs) More... over 21 years ago
Fixed odbc_sql_get_diag_recs More... over 21 years ago
- support for SQLGetDiagRec - bugfixes fpr odbc_sql_data_sources and odbc_sql_drivers More... over 21 years ago
- represent handles as Scheme records of diffrent types (environment-handle, connection-handle, statement-handle, database-handle) - make ODBC functions these records - Tons of constants for SQLGetInfo() - get rid of some stupid pseudo-highlevel-ODBC-functions More... over 21 years ago
Scheme records for ODBC structures date, time, timestamp and numeric More... over 21 years ago
Don't call SQLGetDiagRec on SQL_ERROR return values, this causes certain odbc drivers to crash. More... over 21 years ago
Remove duplicate initialization of cwd. More... over 21 years ago
First shot of 0.6.3 release notes. More... over 21 years ago
+ Build md5 objects More... over 21 years ago
Updates for autoconf 2.53. More... over 21 years ago
Obsolete. More... over 21 years ago
Remove superfluous ,keep line. More... over 21 years ago
First stab at implementing SELECT/SELECT!: More... over 21 years ago
Replace Martin's implementation of selective blocking by the one in Scheme 48 1.0.1. More... over 21 years ago
Remove debugging message which isn't printed anyway. More... over 21 years ago
Use memcpy instead of strncpy in s48_enter_substring. More... over 21 years ago
Don't call install-env when initializing scsh because this is already done by a reinitializer in scsh.scm. More... over 21 years ago
Ensure that newspace is the space in front when dumping an image the prevent relocation on startup. More... over 21 years ago
Remove even more unneeded crud from utilities.scm. More... over 21 years ago
Obsolete. More... over 21 years ago
Forgotten commit: Remove all mention of the old LIST-LIB, CHAR-SET-LIB, and STRING-LIB files. More... over 21 years ago
Remove a bunch of crud from utilities.scm as well as the dependencies upon that crud. More... over 21 years ago
Remove the old LIST-LIB, STRING-LIB, and CHAR-SET-LIB libraries, now that the corresponding SRFIs are in the Scheme 48 core. More... over 21 years ago
Note (may GC) for s48_extract_integer and remove doc for non-existent S48_UNSAFE_EXTRACT_INTEGER. More... over 21 years ago