Commit Graph

  • 7bd0a03099 Include scsh paper in the distribution. mainzelm 2002-02-26 08:58:27 +0000
  • 45305e7555 Set-cloexec to #t for unrevealed ports. mainzelm 2002-02-26 08:42:56 +0000
  • 380fee6612 Make FLUSH-ALL-PORTS blocking so FORK will do something more sensible. sperber 2002-02-25 20:29:15 +0000
  • ab17ff4b49 Synthetic commit for incomplete tag release-0-6-1 release-0-6-1 cvs-fast-export 2002-02-25 09:01:39 +0000
  • 9a06464234 Snapshot of autogenerated files. mainzelm 2002-02-25 09:01:39 +0000
  • b2ea0128a0 Update. mainzelm 2002-02-25 09:01:02 +0000
  • 09ab472695 + Greet with scsh-version-string + call relinquish-timeslice twice before exit so the flushers may run mainzelm 2002-02-25 09:00:39 +0000
  • 23f230a6df Install S48 manual under s48-manual/html/ mainzelm 2002-02-25 08:58:09 +0000
  • a9a3746896 Final 0.6.1 notes. mainzelm 2002-02-25 07:44:22 +0000
  • 71cc8cf091 Fix for 0.6.1 mainzelm 2002-02-25 07:01:22 +0000
  • 201d08e4bc Added 0.6.0 reporters. mainzelm 2002-02-25 06:34:13 +0000
  • 739ec0e824 Removed reference to todo.tex mainzelm 2002-02-22 10:32:36 +0000
  • de0de38bb6 Remove obsolete comment about START argument to CRE-SEARCH not being supported. sperber 2002-02-22 10:27:07 +0000
  • 68aa82c4e7 Remove superfluous END-VEC parameter to CRE-SEARCH. sperber 2002-02-22 10:25:42 +0000
  • dce89b2fa8 Translate submatches according to CRE:TVEC, fixing submatch bug reported by Michel Schinz. sperber 2002-02-22 10:22:38 +0000
  • 5f936e3a80 Long out-of-date to the point of being obsolete. sperber 2002-02-22 09:28:11 +0000
  • 586545da3b Remove todo. sperber 2002-02-22 09:27:42 +0000
  • 64cdef6fc7 Fix 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
  • be84d5ec47 Reinstate 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
  • b289d0dde7 Fix 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
  • be129cadc7 Sometimes some OSs (OS X, Linux, Solaris) report EISDIR when unlinking a file. mainzelm 2002-02-19 17:18:45 +0000
  • f085fa2f90 cd - is not understood by SunOS mainzelm 2002-02-19 13:16:27 +0000
  • b5aa75894a Fixed waiting mainzelm 2002-02-19 08:58:12 +0000
  • d77257ae6b More pervasive fix for ASCII NUL problem. sperber 2002-02-16 18:04:49 +0000
  • ab09c6e08b Mention there's no way to include ASCII NUL in regexps. sperber 2002-02-16 17:50:32 +0000
  • 1f5b157c1d Omit ASCII NUL from control character set. sperber 2002-02-16 17:46:09 +0000
  • 6eff6fbda0 Re-add 0.6.0 release notes. sperber 2002-02-16 17:18:41 +0000
  • ae8e4bf2d4 Mention that BOW, EOW, WORD, and WORD+ are gone for good. sperber 2002-02-16 17:17:44 +0000
  • a089774b53 Add TeX-master declaration for AUC TeX. sperber 2002-02-16 17:12:34 +0000
  • a03bc65f4e Remove 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
  • 2cb2b88419 Fix error in REGEXP-SUBSTITUTE/GLOBAL example. sperber 2002-02-16 16:52:50 +0000
  • 357afa99ae Remove 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
  • 00bba17d56 Fixed path for htmldir once more. mainzelm 2002-02-15 13:33:46 +0000
  • a6b730329d Preliminary version for 0.6.1. mainzelm 2002-02-15 12:28:19 +0000
  • 3c31980dcf 0.6.1. mainzelm 2002-02-15 12:27:06 +0000
  • efd9618561 0.6.1 mainzelm 2002-02-14 14:47:02 +0000
  • 1b2096cfb4 Cancel some unnecessary GC_PROTECTs. mainzelm 2002-02-14 14:00:27 +0000
  • 64221a6b95 Don't blindly remove a process object. mainzelm 2002-02-14 13:32:19 +0000
  • 238ba3e8ba Let weak-table-ref kill the entry if the value is #f. mainzelm 2002-02-14 13:31:41 +0000
  • 36c5c82ec3 Added forgotten with-error-output-port stuff. mainzelm 2002-02-14 13:30:53 +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
  • 8d733eec78 env-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
  • 1f9c6a102c Use /var/tmp as temporary directory. mainzelm 2002-02-13 14:37:08 +0000
  • 2b7266994d Treat setting to #f as delete. mainzelm 2002-02-13 14:36:10 +0000
  • 9e2d0ca60c Minor corrections. mainzelm 2002-02-13 14:34:52 +0000
  • fa28bdf87b Fixed ftp locations. mainzelm 2002-02-13 14:32:51 +0000
  • 4d28e2bb33 /kick mainzelM mainzelm 2002-02-13 08:51:01 +0000
  • 3662ea8d88 Fixed bug in bind-socket. mainzelm 2002-02-13 08:28:59 +0000
  • 6a794e1eba All or nothing: put && in between the statements. mainzelm 2002-02-12 16:26:05 +0000
  • 94d5ae9f71 GC_PROTECT'ed the necessary variables (specifically, where >1 arg to a function 'may GC') steven-jenkins 2002-02-12 15:49:39 +0000
  • 0025ee598b Fixed typo. steven-jenkins 2002-02-12 15:31:36 +0000
  • 4d8953162b Added s48_list_{1,..,12}. mainzelm 2002-02-12 15:26:07 +0000
  • 90445340fe GC_PROTECT'ed the necessary variables (specifically, where >1 arg to a function 'may GC') steven-jenkins 2002-02-12 13:43:37 +0000
  • 424109a452 GC_PROTECT'ed the necessary variables (specifically, where >1 arg to a function 'may GC') steven-jenkins 2002-02-12 13:38:20 +0000
  • 96b6558a78 GC_PROTECT'ed the necessary variables (specifically, where >1 arg to a function 'may GC') steven-jenkins 2002-02-12 13:37:36 +0000
  • 150031d918 Revive 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
  • 65407be26c GC_PROTECT'ed the necessary variables (specifically, where >1 arg to a function 'may GC') steven-jenkins 2002-02-11 15:38:35 +0000
  • bf57bfb356 Add doc/src/manual to DISTFILES. sperber 2002-02-09 15:38:39 +0000
  • bab95bf547 Remove doc/html from installed docs, as it's now obsolete. sperber 2002-02-09 15:37:11 +0000
  • f429c1451a Be more careful with creating the "machine" symbolic link. Suggested by Michel Schinz <Michel.Schinz@epfl.ch>. sperber 2002-02-08 18:12:28 +0000
  • dc19f744d3 Merge from current S48: avoid duplicate definition of TRUE and FALSE. mainzelm 2002-02-07 13:09:08 +0000
  • 6158e7a964 Fixed memory leak. mainzelm 2002-02-07 10:11:20 +0000
  • 73b11ef47f Initialize the interrupt counts to 0 && declare functions. mainzelm 2002-02-07 10:07:25 +0000
  • a1bf0f0792 Stop waiting for an event if a signal occured. mainzelm 2002-02-06 17:18:15 +0000
  • 3ce5de8758 If $HOME is unset, consult (user-info (user-uid)) for the value of home-directory. mainzelm 2002-02-06 15:17:19 +0000
  • 7acad294ac + Don't raise an error on ECHILD since ECHILD just indicates that there are no childs ready. mainzelm 2002-02-06 09:47:27 +0000
  • da9c6ba9b5 fixed bug item 508925: nofreude 2002-02-05 12:20:43 +0000
  • baf1dbbf76 Pass optional arguments from FORK-THREAD to SPAWN. sperber 2002-02-04 11:34:17 +0000
  • 67c3a9114c Inserted some missing \vari's. sperber 2002-02-01 15:44:26 +0000
  • 4098c60752 RUN returns an exit status, not a proc object. sperber 2002-02-01 15:34:05 +0000
  • 7d67cc736b Some \var's were meant to be \vari's. sperber 2002-02-01 15:26:11 +0000
  • 7f43009942 scsh 0.5 -> scsh 0.6. sperber 2002-02-01 15:18:42 +0000
  • 0d19c2da95 Fix external-call-from-callback problem leading to spurious gc-protection-mismatch exceptions. sperber 2002-02-01 13:43:49 +0000
  • 92527a5bb5 Fixed small typo. mainzelm 2002-02-01 10:28:16 +0000
  • 2b1d8a3d01 Let s48-do-gc return 0 so the PreScheme compiler will emit the correct signature of the function. mainzelm 2002-02-01 10:25:50 +0000
  • 07f796459e Align the resource before changing it in with-resource*. mainzelm 2002-01-29 08:12:09 +0000
  • 7c026ff0b4 Fix external-call-from-callback problem leading to spurious gc-protection-mismatch exceptions. sperber 2002-01-27 20:20:53 +0000
  • 369bc08f2e GC protection fix for waitpid. Note that there are probably more bugs similar to this one. sperber 2002-01-27 20:20:09 +0000
  • 4406337368 Stop timer interrupts before doing a execve. mainzelm 2002-01-24 17:11:48 +0000
  • 4ba631031d num-ttychars (value of NCCS) seems to be 32 not 19. This fixes #505155. mainzelm 2002-01-24 08:18:43 +0000
  • 665928fed1 Return 0 exit status for -c and -e. mainzelm 2002-01-24 08:14:42 +0000
  • cad703672f Appropriate error message if retrying connect failed. mainzelm 2002-01-23 15:06:08 +0000
  • 676cbbb8a8 Obsolete. sperber 2002-01-11 13:43:46 +0000
  • 2da600ffbb Replaced // comments. mainzelm 2002-01-11 10:13:58 +0000
  • fbb912c9eb Pass SYSCALL argument to ERRNO-ERROR. sperber 2002-01-10 12:29:36 +0000
  • 30187cf93f Replace s48_raise_string_os_error by s48_raise_string_os_error_X for compatibility with import-os-error. mainzelm 2002-01-10 10:08:14 +0000
  • 978f8a71eb Added s48_raise_os_error_7. mainzelm 2002-01-10 10:06:33 +0000
  • 4328a9047c ... and here's the first post-0.6 bug fix: Remove LOG_LPR from list of syslog levels. sperber 2002-01-10 09:53:57 +0000
  • 4bff8f3027 Snapshot for 0.6.0. release-0-6-0 mainzelm 2002-01-09 16:33:20 +0000
  • 8cae40fc69 Nothing to do for 0.6.0. mainzelm 2002-01-09 16:32:41 +0000
  • f52dfc5558 Added some people. mainzelm 2002-01-09 16:32:14 +0000
  • 821dd36fff Mac OS X demands a differnt order for linking. mainzelm 2002-01-09 16:31:45 +0000
  • a9d80cba6d Added generic configuration. mainzelm 2002-01-09 15:07:18 +0000
  • d31eccb605 Check if SIGINFO and SIGPWR are the same (HP-UX 10.2). mainzelm 2002-01-09 12:59:13 +0000
  • 06ce3e41e6 + Use setreu/gid if seteu/gid is not avaiable + Don't declare tzname extern for cygwin mainzelm 2002-01-09 11:25:02 +0000
  • a8fa33646a Added dummy declarations for getnetbyaddr and getnetbyname. mainzelm 2002-01-09 10:31:45 +0000