Commit Graph

  • 09db2fed71 Remove a bunch of crud from utilities.scm as well as the dependencies upon that crud. sperber 2002-08-14 14:45:33 +0000
  • 7f1879b497 Remove 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
  • 4b9e07bc44 Note (may GC) for s48_extract_integer and remove doc for non-existent S48_UNSAFE_EXTRACT_INTEGER. mainzelm 2002-08-14 11:43:58 +0000
  • 4381ac9095 Add a whole bunch of S48_GC_PROTECT annotations in functions which call s48_extract_integer. sperber 2002-08-13 15:46:17 +0000
  • d30130ab03 Deadlock-free resource locking. mainzelm 2002-08-13 06:49:22 +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
  • 992bc80409 minor code clean-ups eknauel 2002-08-06 13:52:06 +0000
  • 96b40e8846 Fix to allow single character here strings. mainzelm 2002-08-05 14:27:12 +0000
  • f172795016 Pass start argument of cre-search? to regexp-match. mainzelm 2002-08-05 14:22:11 +0000
  • cad4096910 Finished implementation for pending interrupts. mainzelm 2002-08-05 11:30:33 +0000
  • 66c2ae5d38 Check enabled interrupts before calling the handler. mainzelm 2002-07-18 08:04:34 +0000
  • e74e23388e Initialize t.c_lflag before reading it. Fixes #577473. mainzelm 2002-07-04 16:46:23 +0000
  • b951e1c933 Use flush-all-ports-no-threads on exit. mainzelm 2002-06-27 12:26:23 +0000
  • 1aadf4e87f Added md5 support. mainzelm 2002-06-27 12:14:23 +0000
  • 16fdcca89f Imports and exports for scsh-top-package. mainzelm 2002-06-26 12:19:04 +0000
  • f197f3b06c Minor fixes. mainzelm 2002-06-26 11:56:14 +0000
  • d17a682498 Added scsh-version-string for internal use in top.scm. mainzelm 2002-06-26 11:28:47 +0000
  • 4e5b87209d Added ignore-port-locks? flag to output-port-forcers and use it in flush-all-ports-no-threads. mainzelm 2002-06-26 11:25:33 +0000
  • 4e295e26d1 More about exit hooks. mainzelm 2002-06-26 11:18:25 +0000
  • 71e3326079 Reintroduce run-as-long-as to ensure the threads exit on an error while evaluating -c and -s flags. mainzelm 2002-06-26 10:02:10 +0000
  • bfc3c427f6 Removed duplicate $(OBJ) entry. mainzelm 2002-06-17 07:37:45 +0000
  • 54a3d86c67 Spawn-on-root the deliver-interrupts thread. mainzelm 2002-06-10 08:49:13 +0000
  • e710e9b121 Dynamically allocate space for symbolic link if MAXPATHLEN is not defined. mainzelm 2002-06-10 08:47:48 +0000
  • bbfd094bbd Queue os-signal events. mainzelm 2002-06-10 08:46:08 +0000
  • 8d0a620457 + Spawn auto-reaping thread on root scheduler + Don't mark a child dead if it simply received SIGSTOP. mainzelm 2002-06-10 08:38:57 +0000
  • 1585024cd4 Some minor improvements. dump-libscsh-image is now the only export of the libscsh package. mainzelm 2002-05-23 09:52:26 +0000
  • e8fe6105bf Use vsprintf if vasprintf is not available. mainzelm 2002-05-23 09:51:24 +0000
  • 6dd03e81a2 support for SQLNumResultCols and SQLDescribeCol eknauel 2002-05-21 13:48:47 +0000
  • f70889ccc8 removed parameter 'direction' for odbc_sql_data_sources support for SQLNumResultCols and SQLDescribeCol eknauel 2002-05-21 13:48:37 +0000
  • 5ab07b6398 Renamed some confusing parameter names Support for SQLEndTransaction eknauel 2002-05-17 12:22:15 +0000
  • 41a3e0fcfb First version of scsh-config. mainzelm 2002-05-16 14:51:10 +0000
  • aed248d24b First version of libscsh. mainzelm 2002-05-16 14:50:46 +0000
  • dcebc64e8b Unify initialization of scsh-specific stuff. mainzelm 2002-05-16 14:34:58 +0000
  • 021cd1efc1 + Let WITH-HANDLER take care of the resource lock. mainzelm 2002-05-15 17:05:02 +0000
  • 516eede561 Synthetic commit for incomplete tag release-0-6-2 release-0-6-2 cvs-fast-export 2002-05-10 08:18:09 +0000
  • d3bd352421 Snapshot for 0.6.2 release. mainzelm 2002-05-10 08:18:09 +0000
  • 73092cb733 Adjust the test for exec-path-list. mainzelm 2002-05-10 07:24:37 +0000
  • cdd0b40057 For 0.6.2 mainzelm 2002-05-10 07:23:04 +0000
  • 7c8abb2ab1 Install srfi collection, too. sperber 2002-05-07 14:17:08 +0000
  • 82928fa4d2 Adjusted documentation for exec-path-list. mainzelm 2002-05-07 09:47:38 +0000
  • 026c29842f Some files to build the HTML version of the paper. mainzelm 2002-05-07 09:35:57 +0000
  • 0b35dbbe2f exec-path-list is a thread-fluid now. mainzelm 2002-05-07 08:58:53 +0000
  • 37948e173d Preserve ports in forked child. The use of NARROW had borked this. sperber 2002-05-06 15:54:38 +0000
  • d2783645ea Better dependency for man.pdf mainzelm 2002-05-06 13:17:17 +0000
  • 6960c04879 0.6.2 will be released in May. mainzelm 2002-05-06 13:16:49 +0000
  • 1d35626709 Redo 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
  • 2a302178e6 Provide names for housekeeping threads for better debugging. sperber 2002-05-03 13:36:15 +0000
  • f5d958ac91 Added { and } to the characters to be quoted within literal strings. mainzelm 2002-05-02 11:46:44 +0000
  • 43cd435bad Fixed cut and paste error in with-umask-aligned. mainzelm 2002-04-29 11:25:17 +0000
  • 4a7620c882 Fixed 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
  • 6a80f8df7c Fixed 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
  • cbef338a37 More for 0.6.2. mainzelm 2002-04-21 17:38:47 +0000
  • 5b034571f4 Build pdf version of the manual. mainzelm 2002-04-21 17:32:03 +0000
  • 4847515e8b Include pdf version of the manual. mainzelm 2002-04-21 17:31:45 +0000
  • d7c2b9d443 Added a name or two. mainzelm 2002-04-21 16:44:31 +0000
  • ecc760cfb3 Documented 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
  • 0741f2df4d Small renaming of a structure. mainzelm 2002-04-21 16:26:09 +0000
  • 01a19eaf8e Bump the version number to 0.6.2. mainzelm 2002-04-21 16:18:41 +0000
  • af015e52bf Bump the version number to 0.6.2. mainzelm 2002-04-21 15:59:38 +0000
  • 00fea1c246 First version of the notes for 0.6.2. mainzelm 2002-04-21 15:57:03 +0000
  • 3b2dbc5f65 Basic 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
  • d21f901097 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:02 +0000
  • 570b5c11d2 Basic 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
  • 00319ca983 Documentation for the new module language from S48. mainzelm 2002-04-19 13:17:46 +0000
  • 0a8e312756 Compare symbols non-hygienic as well to support SREs within hygienic macros. mainzelm 2002-04-18 16:06:02 +0000
  • 897f40fb7a Added documentation for port->socket. mainzelm 2002-04-16 09:04:13 +0000
  • 3717053d60 Preserve thread fluids when forking. sperber 2002-04-12 14:29:38 +0000
  • 104ed36666 Export PRESERVE-THREAD-FLUIDS from THREAD-FLUIDS. sperber 2002-04-12 14:29:25 +0000
  • 00ca8ef135 Document new behavior of FORK and %FORK. sperber 2002-04-10 15:13:21 +0000
  • 3819d9659e Remove side effects from \sharpf and \sharpt. sperber 2002-04-10 15:12:48 +0000
  • 6f96cb1dae Add annotation for AUC TeX. sperber 2002-04-10 15:06:24 +0000
  • 349fff06c1 Basic 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
  • ea96ad569c SRFI documentation form S48 0.57. mainzelm 2002-04-04 08:53:54 +0000
  • 8728acdf1f Note that the optional arguments for make-date are not as optional as you may think. mainzelm 2002-04-04 08:47:34 +0000
  • 82a6c64430 Bigger initial heap. mainzelm 2002-04-04 08:46:09 +0000
  • fe5c9a3783 Cells for thread-env's fluid-cell-{ref,set!}. mainzelm 2002-04-04 08:45:28 +0000
  • ea31d95dbc All the SRFIs from S48 0.57. mainzelm 2002-04-04 08:44:49 +0000
  • 66a5384a98 alt/ from S48 0.57. mainzelm 2002-04-04 08:36:20 +0000
  • ffa5461a39 Added fluid-cell-ref and fluid-cell-set!. mainzelm 2002-04-04 08:22:20 +0000
  • 06b68b7c5e Cells as stob (from S48 0.57). mainzelm 2002-04-04 08:13:53 +0000
  • 6f083d7205 Small renamer for clarity. mainzelm 2002-04-04 08:09:15 +0000
  • 4c19b80a6e Forgotten change for new module language mainzelm 2002-04-03 19:57:14 +0000
  • 5aee745efb New module language from S48 0.57. mainzelm 2002-04-03 12:17:19 +0000
  • a5b0199999 Even bigger BIG_HEAP for running the linker. mainzelm 2002-04-03 12:12:13 +0000
  • b222cfe4c3 Default argument for tty-info as promised in the manual. mainzelm 2002-03-22 10:23:34 +0000
  • c9c0535f41 Bug fix: 2 values were not converted to descriptors. mainzelm 2002-03-22 10:22:59 +0000
  • 7fdde2527f Plug space leak in BIND-LISTEN-ACCEPT-LOOK: Errno handlers for failed connections would accumulate indefinitely. sperber 2002-03-06 08:24:32 +0000
  • cb6e8572d6 Added forgotten calls to with-cwd-aligned. mainzelm 2002-03-05 16:57:43 +0000
  • 87d82f5011 Align cwd and umask. mainzelm 2002-03-05 16:49:58 +0000
  • b4312d028c Be even more thorough about releasing port locks after exceptions. sperber 2002-02-28 08:29:04 +0000
  • f5d853712b Remove 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
  • fd54fde444 Make the manual run through pdflatex. sperber 2002-02-27 10:43:25 +0000
  • a7517a3f05 Add record discloser for FDPORT-DATA. sperber 2002-02-26 14:40:59 +0000
  • 12ced00589 Make sure port locks get released after I/O errors. sperber 2002-02-26 14:40:21 +0000
  • 5f7ed5befe Fixed bug in test for sync-file. mainzelm 2002-02-26 13:02:17 +0000
  • 13dabb8f4e Always 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
  • 11972910cd Removed file as it is part of tex2page mainzelm 2002-02-26 09:14:09 +0000