Commit Graph

449 Commits

Author SHA1 Message Date
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
shivers 8d5d52eefa Francisco Vides Fernandez <pvides@dedalo-ing.com> sent me this rpm
spec file. -Olin
2000-06-13 23:59:03 +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 7a078988b8 hyperref hacks added.
-Olin
2000-02-15 16:04:21 +00:00
shivers ed86561eb1 Changed rx-syntax-tools to sre-syntax-tools.
-Olin
2000-02-15 15:52:25 +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 bdf729c8a4 Adding the Thanks file. 2000-02-15 15:44:25 +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
bdc 27e7fe6aff updated release to publish latest manual 1999-10-05 21:31:24 +00:00
bdc 1feaae4536 Fix spelling of Bill Sommerfeld 1999-10-05 06:10:19 +00:00
shivers 2851172981 Trivial typo in release notes. 1999-10-04 18:10:52 +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 86300b9693 Forgot to copy up the postscript from the scsh-manual subdir. 1999-10-03 22:45:40 +00:00
bdc d5b9761283 Updated release notes and release script for 0.5.2... 1999-10-03 21:34:23 +00:00
shivers aaf66a22d8 Small fixes & updates. 1999-10-02 14:17:50 +00:00
shivers 76dd7b8b07 Added a little table of contents 1999-10-01 13:33:42 +00:00
shivers cd5b6280db - Added Martin,
- killed details of cvs export until Martin makes it work.
1999-10-01 13:24:32 +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
marting 3c71783b76 cvs-note now points to the web-site 1999-09-22 16:15:45 +00:00
bdc f26c821aa2 new version of initial.image after changing scsh-read.scm to tolerate \r\n!#\r\n as end of block comment for NT 1999-09-22 15:22:19 +00:00
bdc c354a077ad Last minute fixes for 0.5.2 1999-09-20 17:45:15 +00:00
shivers a46c405889 RELEASE -- prepared release notes for 0.5.2
ccp-pack.scm added to lib
*.tex "foldl" -> "fold" fixup
What's with list-lib?
1999-09-17 01:29:02 +00:00