09db2fed71Remove a bunch of crud from utilities.scm as well as the dependencies upon that crud.
sperber
2002-08-14 14:45:33 +0000
7f1879b497Remove the old LIST-LIB, STRING-LIB, and CHAR-SET-LIB libraries, now that the corresponding SRFIs are in the Scheme 48 core.
sperber
2002-08-14 14:23:41 +0000
4b9e07bc44Note (may GC) for s48_extract_integer and remove doc for non-existent S48_UNSAFE_EXTRACT_INTEGER.
mainzelm
2002-08-14 11:43:58 +0000
4381ac9095Add a whole bunch of S48_GC_PROTECT annotations in functions which call s48_extract_integer.
sperber
2002-08-13 15:46:17 +0000
f456608175- record-types for sql-data, sql-time and sql-numeric - tons of function ids for usage with SQLGetFunctions (sql-api-*) - some key values for SQLGetInfo (sql-get-info-*). Need to be sorted (renamed?) by type of return value. - minor code cleanups
eknauel
2002-08-06 14:02:38 +0000
82928fa4d2Adjusted documentation for exec-path-list.
mainzelm
2002-05-07 09:47:38 +0000
026c29842fSome files to build the HTML version of the paper.
mainzelm
2002-05-07 09:35:57 +0000
0b35dbbe2fexec-path-list is a thread-fluid now.
mainzelm
2002-05-07 08:58:53 +0000
37948e173dPreserve ports in forked child. The use of NARROW had borked this.
sperber
2002-05-06 15:54:38 +0000
d2783645eaBetter dependency for man.pdf
mainzelm
2002-05-06 13:17:17 +0000
6960c048790.6.2 will be released in May.
mainzelm
2002-05-06 13:16:49 +0000
1d35626709Redo the forking-without-the-threads fix in a way not involving command levels (as there *are* no command levels for things like scsh -c):
sperber
2002-05-03 13:42:36 +0000
2a302178e6Provide names for housekeeping threads for better debugging.
sperber
2002-05-03 13:36:15 +0000
f5d958ac91Added { and } to the characters to be quoted within literal strings.
mainzelm
2002-05-02 11:46:44 +0000
43cd435badFixed cut and paste error in with-umask-aligned.
mainzelm
2002-04-29 11:25:17 +0000
4a7620c882Fixed bug in setenv: #f was not handled as deleting the variable. Also removed superfluous list-copying before call to alist-update as this has no side effects.
mainzelm
2002-04-28 18:47:00 +0000
6a80f8df7cFixed return value of accept for AF_UNIX.
mainzelm
2002-04-28 18:26:44 +0000
d2ce1ffa08- new record type: sql-date (SQL_DATE_STRUCT) - new record type: sql-time (SQL_TIME_STRUCT) - new record type: sql-timestamp (SQL_TIMESTAMP_STRUCT) - added type identifier for SQL_C_*-types and SQL_*-types - import c-functions: odbc_sql_bind_parameter_exec_out, odbc_sql_execute, odbc_sql_execute_direct, odbc_sql_get_data, odbc_sql_fetch
eknauel
2002-04-25 08:54:43 +0000
d88ed1c5b8- fixed silly +1/-1 offset bug in odbc_sql_bin_parameter_exec_out - fixed matching of SQL types in odbc_sql_bin_parameter_exec_out - added new functions for sql-time<->SQL_TIME_STRUCT conversion - added new functions for sql-date<->SQL_DATE_STRUCT conversion - added new functions for sql-timestamp<->SQL_TIMESTAMP_STRUCT conversion - use functions for sql-time/sql-date/sql-timestamp conversion - print more debug information in odbc_sql_bin_parameter_exec_out - added function odbc_sql_execute_direct - added function odbc_sql_get_data, check_sql_get_data_result - added function odbc_sql_fetch - odbc_debug_msgs: do not print native_error - renamed function odbc_set_env_attr to odbc_sql_set_env_attr
eknauel
2002-04-25 08:51:11 +0000
cbef338a37More for 0.6.2.
mainzelm
2002-04-21 17:38:47 +0000
5b034571f4Build pdf version of the manual.
mainzelm
2002-04-21 17:32:03 +0000
4847515e8bInclude pdf version of the manual.
mainzelm
2002-04-21 17:31:45 +0000
d7c2b9d443Added a name or two.
mainzelm
2002-04-21 16:44:31 +0000
ecc760cfb3Documented optional continue-threads argument for fork/pipe and fork/pipe+.
mainzelm
2002-04-21 16:35:04 +0000
8cb11125ae+ Fixed small bug in fork: command level wasn't resumed in the no-thunk case. + Optional continue-threads argument for fork/pipe and fork/pipe+
mainzelm
2002-04-21 16:29:16 +0000
0741f2df4dSmall renaming of a structure.
mainzelm
2002-04-21 16:26:09 +0000
01a19eaf8eBump the version number to 0.6.2.
mainzelm
2002-04-21 16:18:41 +0000
af015e52bfBump the version number to 0.6.2.
mainzelm
2002-04-21 15:59:38 +0000
00fea1c246First version of the notes for 0.6.2.
mainzelm
2002-04-21 15:57:03 +0000
3b2dbc5f65Basic support for ODBC 3.0 API. Tested partially: handle allocation, connection, prepare, execute Missing: Support for SQLBindCol & several catalog functions. The scsh 0.53 API abstraction need s to be implemented on top of the ODBC 3 API.
eknauel
2002-04-21 08:56:53 +0000
d21f901097Tested partially: handle allocation, connection, prepare, execute Missing: Support for SQLBindCol & several catalog functions. The scsh 0.53 API abstraction need s to be implemented on top of the ODBC 3 API.
eknauel
2002-04-21 08:56:02 +0000
570b5c11d2Basic support for ODBC 3.0 API. Tested partially: handle allocation, connection, prepare, execute Missing: Support for SQLBindCol & several catalog functions. The scsh 0.53 API abstraction needs to be implemented on top of the ODBC 3 API.
eknauel
2002-04-21 08:53:57 +0000
00319ca983Documentation for the new module language from S48.
mainzelm
2002-04-19 13:17:46 +0000
0a8e312756Compare symbols non-hygienic as well to support SREs within hygienic macros.
mainzelm
2002-04-18 16:06:02 +0000
897f40fb7aAdded documentation for port->socket.
mainzelm
2002-04-16 09:04:13 +0000
3717053d60Preserve thread fluids when forking.
sperber
2002-04-12 14:29:38 +0000
104ed36666Export PRESERVE-THREAD-FLUIDS from THREAD-FLUIDS.
sperber
2002-04-12 14:29:25 +0000
00ca8ef135Document new behavior of FORK and %FORK.
sperber
2002-04-10 15:13:21 +0000
3819d9659eRemove side effects from \sharpf and \sharpt.
sperber
2002-04-10 15:12:48 +0000
6f96cb1daeAdd annotation for AUC TeX.
sperber
2002-04-10 15:06:24 +0000
349fff06c1Basic FORK and and %FORK now start a new command level inside the child process, thus preventing other threads from continuing to run.
sperber
2002-04-10 15:03:02 +0000
ea96ad569cSRFI documentation form S48 0.57.
mainzelm
2002-04-04 08:53:54 +0000
8728acdf1fNote that the optional arguments for make-date are not as optional as you may think.
mainzelm
2002-04-04 08:47:34 +0000
fe5c9a3783Cells for thread-env's fluid-cell-{ref,set!}.
mainzelm
2002-04-04 08:45:28 +0000
ea31d95dbcAll the SRFIs from S48 0.57.
mainzelm
2002-04-04 08:44:49 +0000
66a5384a98alt/ from S48 0.57.
mainzelm
2002-04-04 08:36:20 +0000
ffa5461a39Added fluid-cell-ref and fluid-cell-set!.
mainzelm
2002-04-04 08:22:20 +0000
06b68b7c5eCells as stob (from S48 0.57).
mainzelm
2002-04-04 08:13:53 +0000
6f083d7205Small renamer for clarity.
mainzelm
2002-04-04 08:09:15 +0000
4c19b80a6eForgotten change for new module language
mainzelm
2002-04-03 19:57:14 +0000
5aee745efbNew module language from S48 0.57.
mainzelm
2002-04-03 12:17:19 +0000
a5b0199999Even bigger BIG_HEAP for running the linker.
mainzelm
2002-04-03 12:12:13 +0000
b222cfe4c3Default argument for tty-info as promised in the manual.
mainzelm
2002-03-22 10:23:34 +0000
c9c0535f41Bug fix: 2 values were not converted to descriptors.
mainzelm
2002-03-22 10:22:59 +0000
7fdde2527fPlug space leak in BIND-LISTEN-ACCEPT-LOOK: Errno handlers for failed connections would accumulate indefinitely.
sperber
2002-03-06 08:24:32 +0000
cb6e8572d6Added forgotten calls to with-cwd-aligned.
mainzelm
2002-03-05 16:57:43 +0000
87d82f5011Align cwd and umask.
mainzelm
2002-03-05 16:49:58 +0000
b4312d028cBe even more thorough about releasing port locks after exceptions.
sperber
2002-02-28 08:29:04 +0000
f5d853712bRemove STEAL-CHANNEL-PORT! which has been unused for a while now and uncomfortably shared code with STEAL-PORT!
sperber
2002-02-28 08:28:32 +0000
fd54fde444Make the manual run through pdflatex.
sperber
2002-02-27 10:43:25 +0000
a7517a3f05Add record discloser for FDPORT-DATA.
sperber
2002-02-26 14:40:59 +0000
12ced00589Make sure port locks get released after I/O errors.
sperber
2002-02-26 14:40:21 +0000
5f7ed5befeFixed bug in test for sync-file.
mainzelm
2002-02-26 13:02:17 +0000
13dabb8f4eAlways signal an error if time returns -1. Not uses errno-error as only few systems set errno if mktime fails.
mainzelm
2002-02-26 10:53:32 +0000
11972910cdRemoved file as it is part of tex2page
mainzelm
2002-02-26 09:14:09 +0000