a39c87e7d6After fork/pipe, make the ports returned by the pipe the current-in/output-ports. This corresponds to the intended semantics of side-effecting the standard ports and tells the GC that the ports are alive.
mainzelm
2003-07-21 12:03:12 +0000
9d93d5a61eAfter fork/pipe, make the ports returned by the pipe the current-in/output-ports. This corresponds to the intended semantics of side-effecting the standard ports and tells the GC that the ports are alive.
mainzelm
2003-07-21 12:02:55 +0000
a6aa3a65bcThe makefile used to do ("`(cd $(srcdir) && echo $(PWD))`/scheme" to determine the location of the scheme subdirectory. (Which resides in $(srcdir), but not generally in the build directory.) This is bogus, as $(PWD) is instantiated by make, not by the shell (to the build directory), and thus will generate the build dir, not $(srcdir).
mainzelm
2003-06-27 09:03:41 +0000
b036a6da1cGC_PROTECT arguments and errnos in s48_raise_os_error_X.
mainzelm
2003-06-25 13:25:44 +0000
e193567988GC_PROTECT arguments and errnos in s48_raise_os_error_X.
mainzelm
2003-06-25 13:24:21 +0000
8dc7a4af45OS specific definitions for GNU Hurd by Andreas Voegele.
mainzelm
2003-06-25 08:46:31 +0000
ecfbbfeaabReplace static constant MAXHOSTNAMELEN by dynamic alloaction. (Patch from Andreas Voegele)
mainzelm
2003-06-25 08:44:43 +0000
240a07af3bUse s48_enter_integer instead of s48_enter_fixnum for errno to please GNU Hurd. (Patch from Andreas Voegele)
mainzelm
2003-06-25 08:44:08 +0000
c350288e41OS specific definitions for GNU Hurd by Andreas Voegele.
mainzelm
2003-06-25 08:34:31 +0000
a54b97b81fReplace static constant MAXHOSTNAMELEN by dynamic alloaction. (Patch from Andreas Voegele)
mainzelm
2003-06-25 08:28:40 +0000
3c92196d13Use s48_enter_integer instead of s48_enter_fixnum for errno to please GNU Hurd. (Patch from Andreas Voegele)
mainzelm
2003-06-25 08:26:06 +0000
1f31b70242Specify "%s" as format string for syslog to prevent the message from being interpreted as a format string (Patch by Peter Wang).
mainzelm
2003-06-16 16:52:48 +0000
41b60e6ac9Specify "%s" as format string for syslog to prevent the message from being interpreted as a format string (Patch by Peter Wang).
mainzelm
2003-06-16 16:51:00 +0000
cf73c3a042Various fixes to support $(srcdir)
mainzelm
2003-06-12 13:08:31 +0000
ce90c83263Fixed typo. (Merge from HEAD).
mainzelm
2003-05-23 07:29:18 +0000
4511c2f810Support for configure's --srcdir.
mainzelm
2003-05-02 13:41:20 +0000
6261942760Die Lady Die.
mainzelm
2003-05-02 13:34:23 +0000
16f7c7ce18Next case of death.
mainzelm
2003-05-02 11:20:26 +0000
29ed0edb27"I'm not proud of it" (Olin Shivers)
mainzelm
2003-05-02 07:20:37 +0000
f2c4ddb44dMerged contents of time_dep1.c into time1.c.
mainzelm
2003-05-01 18:11:48 +0000
c594e945d3Merged contents of time_dep1.c into time1.c.
mainzelm
2003-05-01 18:11:47 +0000
3e397f65c5GC_PROTECT some variables.
mainzelm
2003-05-01 10:21:33 +0000
c5d8b5d1b4GC_PROTECT some variables.
mainzelm
2003-05-01 10:20:17 +0000
fd4634e27f+ outlined the support for SQLBindParameter()
eknauel
2003-04-28 12:33:02 +0000
35f1ddd533Split scsh code into lots of modules.
sperber
2003-04-28 08:33:46 +0000
0cb6dd298eSynthetic commit for incomplete tag r0-6-stable_bp
r0-6-stable_bp
cvs-fast-export
2003-04-25 15:51:19 +0000
85893429b8Moved makeindex into .tex targets so it can be called *after* latex
mainzelm
2003-04-25 15:51:19 +0000
4ea2cf14bbPut \index at correct position
mainzelm
2003-04-25 11:12:54 +0000
576420fd48+ fixed a bug in bindcol example (README) + export bindcol, removed odbc-bindcol.scm
eknauel
2003-04-25 07:29:04 +0000
5f9eb17fed+ fixed confusion of environment/connection handles
eknauel
2003-04-24 14:51:20 +0000
8a40bfdc90+ fixed return values for odbc-sql-get-data
eknauel
2003-04-24 13:30:38 +0000
ad8131edad- rewrote exception handling system, pass ODBC status codes to Scheme directly. This leads to multiple return values in some cases.
eknauel
2003-04-24 13:02:02 +0000
750de51339Let read-string/partial return "" on a vacuous request.
mainzelm
2003-04-22 16:29:45 +0000
c0b8928e7dEnsure argument to EXIT is an integer.
mainzelm
2003-04-22 15:56:20 +0000
5c19731d59Missed one 2-line IF in the last commit.
sperber
2003-04-16 13:02:19 +0000
3c3c539446Removed S48_CFLAG_CKR, which has been obsolete since at least 1997 when I stayed at NECI and was hacking on an SGI box.
sperber
2003-04-16 12:41:36 +0000
07c6d70d30Synthetic commit for incomplete tag release-0-6-4
release-0-6-4
cvs-fast-export
2003-04-14 11:06:55 +0000
bd70ccb03dLimited disclosing of byte-vectors to the first 16 elements.
mainzelm
2003-04-14 11:06:55 +0000
958d62febeAdded forgotten menu item.
mainzelm
2003-04-14 09:47:29 +0000
98df4ada7dFinal changes for 0.6.4.
mainzelm
2003-04-14 09:35:24 +0000
87632c785eRenamed string-filter to make-string-port-filter and char-filter to make-char-port-filter to avoid a name clash with SRFI-13/14.
mainzelm
2003-04-14 09:34:55 +0000
0c61d18779Release name for 0.6.4.
mainzelm
2003-04-14 09:33:27 +0000
980f91a135Date and version adjustments for 0.6.4
mainzelm
2003-04-14 08:10:30 +0000
9e0d68ad76- fixed a really embarrasing bug introduced in the last version...
eknauel
2003-03-31 08:04:28 +0000
551f0a3ee2Fixed bug in really-fork/pipe+: let-optionals already takes care of optional arguments, no need to CAR any further.
mainzelm
2003-03-31 06:09:00 +0000
f732ad9938+ Nothing but a noncommittal declaration of intent ;)
eknauel
2003-03-29 12:47:03 +0000
e0b3cbd1b1Small set of tests for strings and chars.
mainzelm
2003-02-25 13:20:13 +0000
57463ce596Make SPOON an alias for FORK-THREAD.
mainzelm
2003-02-25 13:15:40 +0000
68072b171fMoved srfi-19.scm to scsh/.
mainzelm
2003-02-25 12:58:37 +0000
2f6d3753b1Always run latex twice.
mainzelm
2003-02-25 10:53:35 +0000
6918efd4a4New version from Will Fitzgerald adapted to scsh.
mainzelm
2003-02-25 09:32:05 +0000
1b63d1f270Use with-sigevents to initialize the sigevent system. This also keeps track wether the thunk retuned in which case WAITING-FOR-SIGEVENT? will now always return #f.
mainzelm
2003-02-25 08:11:32 +0000
376e62813cDocumentation for -le and -de.
mainzelm
2003-02-24 17:39:49 +0000