1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 7 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ Nothing but a noncommittal declaration of intent ;) More... about 21 years ago
+ don't assume driver manager implementing API version >= 0x300 - removed functions s48_value odbc_sql_alloc_env() s48_value odbc_sql_alloc_connect(s48_value env_handle) s48_value odbc_sql_alloc_stmt(s48_value conn_handle) + For driver managers < 0x300 s48_value odbc_alloc_environment_handle() s48_value odbc_alloc_connection_handle(s48_value env_handle) s48_value odbc_alloc_statement_handle(s48_value stmt_handle) call SQLAllocEnv(), SQLAllocConnect(), SQLAllocStmt() automatically + removed scheme functions odbc10-sql-alloc-env odbc10-sql-alloc-connect odbc10-sql-alloc-stmt More... about 21 years ago
+ fixed various bugs introduced in last version More... about 21 years ago
+ use unified patch format More... about 21 years ago
+ added preliminary building and usage instructions for ODBC bindings More... about 21 years ago
Ensure all output of ,collect goes to (command-output). More... about 21 years ago
Merge rev 120 from Scheme 48 svn repo: More... about 21 years ago
+ Catch and report errors + Use scheme-with-scsh More... about 21 years ago
Include limits.h for the sake of Solaris which doesn't find NGROUPS_MAX otherwise. More... about 21 years ago
Use load-port to implement -sfd switch. More... about 21 years ago
Provide LOAD-PORT to load forms from a port. More... about 21 years ago
make-srfi-19 is not a structure More... about 21 years ago
Fixed typo. More... about 21 years ago
Added SRFI-19 to the list of available srfis. More... about 21 years ago
Make srfi-19 a functor and move the definition back to scheme/srfi. More... about 21 years ago
Make scsh-paper for dist More... about 21 years ago
Added Makefile for scsh-paper More... about 21 years ago
Build S48 manual while making dist More... about 21 years ago
In FORK, flush output ports inside the narrowed section, not before, avoiding some, erm, pretty obvious race condition. More... about 21 years ago
Let select again sleep forever if requested by the RTS. More... about 21 years ago
Bump the version number to 0.6.4. More... about 21 years ago
Remove some excessive line breaks. More... about 21 years ago
Most of the tty procedures now again take file name arguments. Made some arguments optional again. More... about 21 years ago
Fixed typo in error message. More... about 21 years ago
Register SRFI 37 with the implementation of SRFI 7. More... about 21 years ago
Add implementation of SRFI 31. More... about 21 years ago
GC dead variable. More... about 21 years ago
Minor corrections. More... about 21 years ago
Ooopsify write-string/partial. More... about 21 years ago
Small set of tests for strings and chars. More... about 21 years ago