Commit Graph

479 Commits

Author SHA1 Message Date
sperber a4727055dd MF 0.6: 1.4->1.5:
Provide -1 value for tm_isdst in non-tz-secs cases.
2001-07-11 13:16:59 +00:00
sperber df37fa6cae String delim matchers are supposed to be interpreted in POSIX flat
syntax.
2001-07-11 11:30:38 +00:00
mainzelm 9c560cf537 Merge from 0.6: handler for bind-listen-accept-loop, which closes the socket. 2001-07-10 11:49:06 +00:00
mainzelm 0fb3d6da8e Moved memset out of declaration block. 2001-07-10 11:46:21 +00:00
sperber 878e0399f0 MF 0.6, 1.3 -> 1.4
Fix (make-regexp [...-]) bug.
2001-07-10 11:34:33 +00:00
sperber 0910ddd0c8 Correct types for MATCH:START, MATCH:END, and MATCH:SUBSTRING. 2001-07-07 18:50:41 +00:00
mainzelm 5a137fe9db Zero all sockaddr_XX. 2001-06-21 08:21:24 +00:00
mainzelm a140727528 Fixed #408425 by zeroing sockaddr_in before bind. 2001-06-20 15:57:57 +00:00
nofreude 6219322ca8 Support for tex2page-macros 2001-06-20 14:35:14 +00:00
nofreude 7584f719cc Tex2page support:
Macros stolen from Dorai Sitaram
Makefile target "html"
Hyperlinks freebsd.org for POSIX syscalls
2001-06-20 14:28:22 +00:00
sperber baa65dee1d Slightly clarify explanation of WITH-ERRNO-HANDLER*. 2001-06-13 14:11:49 +00:00
mainzelm a40ff4b314 Added Mac OS X as news and supported platform.
Removed hint to wait for 0.5.4 (only Olin wants to have this, so drop it).
2001-06-07 07:01:55 +00:00
bdc fae64212c8 updated for 0.5.3 release with current 4ai pathnames 2001-06-04 05:47:31 +00:00
bdc ec5011339c Add references to SourceForge. Updated Cygwin details 2001-06-04 05:46:26 +00:00
bdc 9c57c12e53 restoring old obdc configuration, because the new code did not avoid the warnings on unix either 2001-06-04 05:18:51 +00:00
bdc 2ff38c84a3 now that odbc-package is not open by default in the scsh package to avoid warnings on Unix, it needs to be loaded here so it will still run on Win32 2001-06-04 05:11:01 +00:00
bdc 4306bc0899 do not open odbc by default to avoid warnings 2001-06-04 04:28:03 +00:00
sperber cb6fb0d3cd Fix [ #407067 ] Compile error on AIX 4.3. 2001-06-03 17:37:26 +00:00
olin-shivers 24182ecc89 Added a name or two. 2001-06-02 18:03:59 +00:00
olin-shivers 78acb87825 Changed char-set-predicates-{interface,lib} to
char-predicates-{interface,lib}
2001-06-02 18:03:25 +00:00
olin-shivers f900059893 Changed char-set-predicate-{lib,interface} to
char-set-{lib,interface}.
2001-06-02 18:00:16 +00:00
olin-shivers f80604aeab Minor fixup. 2001-06-02 17:59:37 +00:00
olin-shivers 1b0a6684c0 Fixed alist->env-vec to coerce a value that's a list of strings to a
colon-separated string of the elements, per the spec. Oops.
2001-06-02 17:47:52 +00:00
olin-shivers e4e3b0fd3d Fixed bug in CREATE-TEMP-FILE wherein format-string tilde's weren't
being quoted. Oops.
2001-06-02 17:43:12 +00:00
olin-shivers 1602f0d114 Changed the titlepage to include the date.
Updated the date to June 2001.
2001-06-01 18:42:17 +00:00
olin-shivers 32b0c4bea5 *** empty log message *** 2001-06-01 17:49:20 +00:00
olin-shivers 85003bce1d Updated the sourceforge CVS section. 2001-06-01 17:43:00 +00:00
olin-shivers 904e665772 Fixing it up for 0.5.3.
-Olin
2001-06-01 17:17:40 +00:00
olin-shivers c6974d921b Fixed it up a bit. Still pretty lame.
-Olin
2001-05-29 15:30:05 +00:00
bdc ff9ab43494 Updated with fix for latest cygwin 2001-05-27 23:57:07 +00:00
bdc 32297ca3c9 Updated for new config.guess 2001-05-27 23:55:23 +00:00
olin-shivers d28653add1 Fixed a bug in the construction of the regexp for [...] backet globs.
Reported by Harvey Stein.
    -Olin
2001-05-23 22:32:51 +00:00
mainzelm dd46b8fa14 Latest versions from subversions.gnu.org 2001-05-10 06:44:38 +00:00
mainzelm 43f92bb30b Added detection for Darwin (Mac OS X) 2001-05-09 14:54:31 +00:00
mainzelm 2b1f26613a Fixed the type of char-set-contains?. 2001-04-09 08:14:08 +00:00
olin-shivers 34b543229d Added a small fix to string-lib.scm. Removed obsolete strings.txt. 2001-03-21 22:27:41 +00:00
olin-shivers b8d83b88b1 Manual says FILE-NOT-READABLE? and brothers return 'NO-DIRECTORY
if some dir in the path isn't there; code returned 'NOT-DIRECTORY.
Manual was right; code was wrong.
    -Olin
2001-03-15 03:54:22 +00:00
olin-shivers dae01f4eb7 - Folding the branch that packages up the SRFI 13 & 14 integration changes
into the main trunk.

- Changing EXEC-PATH-LIST from a global var to a fluid. (scsh.scm &
  scsh-package.scm). This sort of snuck into this commit.
2001-03-11 18:52:59 +00:00
olin-shivers 1b0da3dba8 Fixed typos. 2001-03-11 03:33:28 +00:00
olin-shivers 4dc199868e Credit Hannu for a bug report. 2001-03-11 03:32:35 +00:00
olin-shivers c1b9253b70 New, improved let-opt. More features.
But I have a whole different design for handling optional args, so
this will all go away at some point.
2001-03-11 03:31:43 +00:00
olin-shivers d17b4b675e Putting this derived file back. 2001-03-09 03:30:07 +00:00
olin-shivers daaa9c74fb What was this doing in CVS? It's derived by cig from flock.scm.
-Olin
2001-03-07 16:43:41 +00:00
olin-shivers 0ec41adb9c Fixed a bug in re-dsm. It pushed a pre-dsm value inside a submatch record --
but the submatch pre-dsm field describes deleted submatches occuring *after*
the indicated submatch and *before* the submatch's body. So this
"simplification" was swapping the order of these deleted submatches with
the live submatch, throwing off the ordering.
    -Olin
2001-03-07 16:40:02 +00:00
bdc beaaa677d3 Hopefully finally ODBC pass. Things working cleanly on cygwin 2001-02-25 22:52:25 +00:00
bdc 99ddaa2744 Now that things are building on unix, working on cygwin again 2001-02-25 21:44:23 +00:00
bdc a67626ddca Fixing up ODBC stuff so it builds on Unix 2001-02-25 21:07:49 +00:00
bdc 89c1f4b11b Summary:
Three changes
- Updated 0.5.2 to 0.5.3
- Updated for latest cygwin, removing MKS dependency
- Added cleaned up ODBC code

Details:

Updated 0.5.2 to 0.5.3

	M RELEASE
	M scsh.spec
	M bin/scsh-release
	M bin/scsh-test
	M doc/scsh-manual/front.tex
	M doc/scsh-manual/man.tex
	M scsh/minor-version-number
	M scsh/oldtop.scm
	M scsh/scsh-version.scm

Rebuilt to get new version number

	M initial.image

Remove MKS dependency now that Cygwin cat works on binary files
without munging with carriage returns and newlines.

	M cig/image2script

Changed cygwin32 to cygwin.

	M scsh/Makefile.in

Added #ifndef __CYGWIN__ around some pesky extern references.

	M scsh/scsh/network1.c
	M scsh/scsh/time1.c

Updated with optional ODBC bits. This is going to be hard to make nice
and clean. 

	M scsh/Makefile.in

New ODBC code

	A scsh/odbc/odbc.txt
	A scsh/odbc/odbc0.c
	A scsh/odbc/odbc0.scm
	A scsh/odbc/odbc1.c
	A scsh/odbc/odbc1.scm
	A scsh/odbc/odbc2.c
	A scsh/odbc/odbc2.scm
	A scsh/odbc/scsh-odbc.c

New odbc-interface and odbc-package

	M scsh/scsh/scsh-interfaces.scm
	M scsh/scsh/scsh-package.scm
2001-02-25 19:51:56 +00:00
mainzelm 92e4737c44 replaced <regex.h> by "regex.h" to fetch the local file. 2000-09-19 13:33:25 +00:00
marting eb80e59280 Fixed bug in %read-delimited! so the last char is not eaten if the buffer is full 2000-06-28 13:41:45 +00:00