64cdef6fc7Fix infinite recursion bug in HACK-BRACKET-SPEC: The LOOSE and RANGES lists weren't getting sorted in the fixpoint comparison.
sperber
2002-02-21 13:44:47 +0000
be84d5ec47Reinstate FILE-MATCH, accidentally left unported from 0.5.1. Replace mention of SRFI 13 (not there yet) by STRING-LIB (gone soon).
sperber
2002-02-21 13:22:27 +0000
b289d0dde7Fix incomplete port to new regexp system.
sperber
2002-02-21 13:21:32 +0000
4efe1a4cd8+ Use S48's nonblocking facility to flush the ports + Deleted bogus select implementation
mainzelm
2002-02-21 06:55:37 +0000
be129cadc7Sometimes some OSs (OS X, Linux, Solaris) report EISDIR when unlinking a file.
mainzelm
2002-02-19 17:18:45 +0000
f085fa2f90cd - is not understood by SunOS
mainzelm
2002-02-19 13:16:27 +0000
ae8e4bf2d4Mention that BOW, EOW, WORD, and WORD+ are gone for good.
sperber
2002-02-16 17:17:44 +0000
a089774b53Add TeX-master declaration for AUC TeX.
sperber
2002-02-16 17:12:34 +0000
a03bc65f4eRemove BOW/EOW and WORD/WORD+ as they are not in POSIX, not supported by a number of platforms, and their meaning is locale-dependent.
sperber
2002-02-16 16:57:25 +0000
2cb2b88419Fix error in REGEXP-SUBSTITUTE/GLOBAL example.
sperber
2002-02-16 16:52:50 +0000
357afa99aeRemove documentation for BOW, EOW, WORD, and WORD+, as they have no POSIX counterparts, and their meaning is locale-dependent.
sperber
2002-02-16 16:52:27 +0000
00bba17d56Fixed path for htmldir once more.
mainzelm
2002-02-15 13:33:46 +0000
a6b730329dPreliminary version for 0.6.1.
mainzelm
2002-02-15 12:28:19 +0000
504cfb6326+ Changed htmldir + Added ; that got lost on last commit + Removed doch/html/*.html from DISTFILES too + Built the manuals in the dist target
mainzelm
2002-02-14 09:34:56 +0000
8d733eec78env-path-list is a fluid.
mainzelm
2002-02-13 15:09:27 +0000
54efae2318+ Lock for the process table + Use wait-lock to glue waiting and the process object together + Delete the pid/weak-pointer pair in the process table if the process object gets finalized
mainzelm
2002-02-13 14:56:11 +0000
47d41db14e+ Implement blocking interrupts by sigprocmask + Never wait for longer than 1 second to avoid missing an interrupt
mainzelm
2002-02-13 14:42:50 +0000
1f9c6a102cUse /var/tmp as temporary directory.
mainzelm
2002-02-13 14:37:08 +0000
2b7266994dTreat setting to #f as delete.
mainzelm
2002-02-13 14:36:10 +0000
90445340feGC_PROTECT'ed the necessary variables (specifically, where >1 arg to a function 'may GC')
steven-jenkins
2002-02-12 13:43:37 +0000
424109a452GC_PROTECT'ed the necessary variables (specifically, where >1 arg to a function 'may GC')
steven-jenkins
2002-02-12 13:38:20 +0000
96b6558a78GC_PROTECT'ed the necessary variables (specifically, where >1 arg to a function 'may GC')
steven-jenkins
2002-02-12 13:37:36 +0000
150031d918Revive these wonderful debugging tools.
mainzelm
2002-02-12 07:54:22 +0000
e316ce1109+ Fixed bug in set-process-group + include <string.h> + save errno before starting timer interrupts
mainzelm
2002-02-11 17:32:20 +0000
65407be26cGC_PROTECT'ed the necessary variables (specifically, where >1 arg to a function 'may GC')
steven-jenkins
2002-02-11 15:38:35 +0000
bf57bfb356Add doc/src/manual to DISTFILES.
sperber
2002-02-09 15:38:39 +0000
bab95bf547Remove doc/html from installed docs, as it's now obsolete.
sperber
2002-02-09 15:37:11 +0000
f429c1451aBe more careful with creating the "machine" symbolic link. Suggested by Michel Schinz <Michel.Schinz@epfl.ch>.
sperber
2002-02-08 18:12:28 +0000
dc19f744d3Merge from current S48: avoid duplicate definition of TRUE and FALSE.
mainzelm
2002-02-07 13:09:08 +0000