Commit Graph

296 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
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 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 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
bdc ff9ab43494 Updated with fix for latest cygwin 2001-05-27 23:57:07 +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 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 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 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
shivers 66b041ddde Fixed bug in bind-listen-accept-loop. 2000-06-13 22:08:57 +00:00
marting bae0215386 ugly fix for signal mask representation in FreeBSD 4.0 2000-05-16 07:52:02 +00:00
shivers 983662c680 A couple of release problems, no real code bugs.
- The LET-MATCH, IF-MATCH, MATCH-COND macros weren't exported,
  and the source wasn't even loaded.
- Similarly, the entire SRE-SYNTAX-TOOLS package wasn't exported.
- The SIMPLIFY-REGEXP proc wasn't exported.

I hacked packages.scm to do the right package defining & exporting.
I also renamed let-match.scm to re-match-syntax.scm and moved the enclosing
module code from the file over to packages.scm.
    -Olin
2000-02-15 15:49:13 +00:00
shivers 8af328d695 Renamed let-match.scm to re-match-syntax.scm 2000-02-14 22:32:29 +00:00
shivers 400bc57c41 group_info_gid & group_info_name core dumped when the input parameter was
bogus. Fixed.
    -Olin
2000-02-11 04:39:49 +00:00
shivers 294994dcf2 glob->regexp wasn't "terminating" regexps with an EOS anchor. Reported
by Friedrich Dominicus <Friedrich.Dominicus@inka.de>
    -Olin
2000-02-09 15:21:07 +00:00
shivers 85630af86a Fixed bug in type of MAP & FOR-EACH. 1999-12-17 16:41:39 +00:00
shivers 3f23ce432c Added command-line switches for directory-path library loading. 1999-11-07 03:13:09 +00:00
shivers 16e0fd5535 Added library directory path search command-line switches. 1999-11-07 03:11:43 +00:00
shivers f65a314430 Fixed an argument-order bug in STRING->LIST.
-Olin
1999-11-03 20:19:12 +00:00
shivers 0f632e013b Updated list library to most recent revision of the SRFI. 1999-10-04 17:33:45 +00:00
shivers 232ab91be9 Fixed bug in the definition of re-nonl and credited the guy that reported it.
-Olin
1999-10-04 17:29:44 +00:00
shivers aaf66a22d8 Small fixes & updates. 1999-10-02 14:17:50 +00:00
shivers 92f61b75da TRANSLATE-SEQ wasn't correctly accounting for submatches. The same
bug occurred in a parallel position in TRANSLATE-CHOICE; when I fixed
it there, I neglected to fix TRANSLATE-SEQ as well.
    -Olin
1999-10-01 12:48:27 +00:00
bdc 7246ebf7b8 fix bad paren in spencer.scm 1999-09-30 18:33:35 +00:00
bdc c354a077ad Last minute fixes for 0.5.2 1999-09-20 17:45:15 +00:00
shivers cd47ff6c12 Random updates. 1999-09-15 14:54:49 +00:00
shivers e13e0c7648 Making lib dir for these kinds of generic libs. 1999-09-15 14:28:12 +00:00
shivers be633b2c6f Making lib directory for these kinds of generic libs. 1999-09-15 14:27:23 +00:00
shivers 3ad841660d Moved into here from parent directory. 1999-09-13 17:46:05 +00:00
shivers b202a059d2 Moved to lib directory. 1999-09-13 17:45:20 +00:00