Commit Graph

152 Commits

Author SHA1 Message Date
sperber a3f0a3ffb9 Add new leap second, submitted by SRFI author. 2005-12-26 10:44:34 +00:00
mainzelm 0698e636f1 Make gcc 4.0 happy by removing internal static declaration of
write_integer and moving this function above its first point of usage.
2005-10-27 07:48:44 +00:00
mainzelm ed254f1366 Remove the claim that READ-DELIMITED and SKIP-CHAR-SET accept char
predicates. SRFI-14's x->char-set does not accept them, hence we don't
do as well.

This fixed bug report #1017609
2005-10-18 15:06:33 +00:00
mainzelm abd81132dc comment fix: x->char-set does not accept char predicates 2005-10-18 15:02:46 +00:00
mainzelm 5f3c53746f Let (%)read-delimited! ensure that the buffer is mutable. 2005-10-18 14:58:11 +00:00
mainzelm ec4ec22eac Provide R5RS's let as STANDARD-LET to the implementation of SRFI 5 2005-10-18 14:07:21 +00:00
mainzelm f4fbe4c986 (rx (| numeric alphabetic)) yields a char-set: but
(rx (| ,(rx numeric) ,(rx alphabetic))) doesn't:, even
though the "type-checking rules" for char-sets says
that it should:

> (rx (| numeric alphabetic))
'#{re-char-set}
> (rx (| ,(rx numeric) ,(rx alphabetic)))
'#{Re-choice}

The following patch fixes this but I'm not sure if
make-re-choice is the right place to tackle this problem:

This fixes bug report #1063781
2005-10-18 14:01:50 +00:00
mainzelm cfcb6a1b05 Get rid of sig_t 2005-10-18 13:54:22 +00:00
mainzelm 525f13a82b Declare proper functions 2005-10-18 13:52:48 +00:00
mainzelm 7dbf2eca7c Preparations for 0.6.7 release 2005-10-18 13:34:14 +00:00
mainzelm e28875cd51 Describe IGNORE-SIGNAL and HANDLE-SIGNAL-DEFAULT 2005-10-18 12:39:32 +00:00
mainzelm a049a71641 Fix two glitches 2005-10-17 21:04:46 +00:00
eknauel ac0edb679b Fix md5-digest-for-port: Don't fail if the total number of bytes read from a port exactly matches the buffer size 2005-09-14 11:07:15 +00:00
mainzelm 89db21acf6 Don't mark stopped processes as dead 2005-09-14 11:03:24 +00:00
mainzelm 03d11e2576 + IGNORE-SIGNAL to ignore synchronous signals
+ HANDLE-DEFAULT-SIGNAL to re-install default signal handler for
  synchronous signals
2005-09-13 13:14:16 +00:00
mainzelm 354188c3c5 Export predicates for user-info? and group-info?. 2005-05-30 12:59:05 +00:00
sperber 0628b66c3e The format_date function tries to fill the (non-POSIX) tm_zone field
of struct tm, assuming the corresponding argument is a string.  By the
scsh documentation, #f is allowed, too.  So just use NULL in that case
instead of raising an argument-type exception, as was the case
previously.
2005-04-15 14:58:57 +00:00
mainzelm 6aa549d288 Fixed missing GC_PROTECTs within send_substring 2005-02-22 10:42:04 +00:00
chetz fc88c1907a most changes are cosmetical
there are few new tests
2004-10-03 11:35:21 +00:00
chetz da3caf4f5b first commit 2004-09-22 07:43:39 +00:00
mainzelm 9da5680d55 Fix argument checking of COPY-BYTES!: Previously, FROM was checked
twice, and TO never.
2004-09-17 14:04:51 +00:00
chetz 027ce1b9d7 new tests 2004-09-05 16:59:43 +00:00
chetz 99f77e2c06 first commit 2004-09-05 16:59:13 +00:00
sperber e7585fb617 Fix description of ANY to say that ASCII NUL is excluded. 2004-09-02 15:39:30 +00:00
chetz 90cf44f3b9 the state-var-test was wrong 2004-08-28 18:16:52 +00:00
sperber ce9da610e6 Handle the regexp matching the empty string specially, as POSIX
requires it to be "()", not "()".

This closes bug

[ 1005026 ] sre: (** 0 0 "foo") raises error
2004-08-22 14:22:29 +00:00
chetz 43e5f6fb8c more tests 2004-08-19 14:11:23 +00:00
chetz 1e6d6d0841 more tests 2004-08-18 13:55:35 +00:00
chetz 8218b146f8 changed a few tests 2004-08-12 20:17:35 +00:00
chetz 2bc4c06457 more test cases 2004-08-12 15:13:18 +00:00
chetz 3c4a6c7c46 some more test cases 2004-08-10 11:50:22 +00:00
chetz 11299af1a4 just some "cosmetic" changes 2004-08-10 11:48:40 +00:00
chetz 5107390fe2 added intefaces for new test-files 2004-08-10 11:47:15 +00:00
chetz c7d103da99 works with string-ports instead
of temp-files now
2004-08-09 15:24:43 +00:00
chetz 290104da0a first commit 2004-08-09 08:49:16 +00:00
chetz 9174add359 Log Message:
first commit
2004-08-09 08:46:09 +00:00
chetz e42ed5864e *** empty log message *** 2004-08-09 08:38:48 +00:00
chetz 5c0ff0293b *** empty log message *** 2004-07-07 13:37:56 +00:00
bdc f2e92c652a Add interix support 2004-04-16 18:29:51 +00:00
bdc fa7910c741 Add interix support 2004-04-16 17:36:24 +00:00
eknauel 89aeaf3d14 patch to enable building scsh outside its source directory (added some
missing $(srcdir))
2004-04-16 13:33:24 +00:00
bdc 8ddb1f619c Add interix support 2004-04-16 04:56:13 +00:00
mainzelm 142b393ab8 Export default-lib-dirs as promised in the manual. 2004-04-15 13:01:35 +00:00
mainzelm 66b2cd8a13 Adapt version number to 0.6.7 2004-04-15 12:52:06 +00:00
mainzelm e534395099 Bump version number to 0.6.7 CVS 2004-04-15 12:31:43 +00:00
mainzelm 287a829cbd 0.6 release 2004-03-31 20:08:17 +00:00
sperber 55ffeb22d8 Delete bogus version of LIST-DELETE-NEIGHBOR-DUPS from Olin's sort
libraries.  (It was redundant, not used, and buggy.)
Also remove import of FORMATS from the package---the only references
were in the removed code.
2004-03-26 17:18:11 +00:00
mainzelm 52ac78e0aa Fix WITH-LOCK: The previous version called RELEASE-LOCK in the before
thunk. Noted by Taylor Campbell.
2004-03-24 08:14:55 +00:00
mainzelm 05e38a42da Save and restore the current package for -le and -lel. 2004-03-15 15:39:21 +00:00
mainzelm 8b334402ae Removed support for Ultrix. It is lacking support for POSIX regexps. 2004-03-15 15:35:18 +00:00