|  steven-jenkins | 96b6558a78 | GC_PROTECT'ed the necessary variables (specifically, where >1 arg to a function 'may GC') | 2002-02-12 13:37:36 +00:00 | 
				
					
						|  mainzelm | 150031d918 | Revive these wonderful debugging tools. | 2002-02-12 07:54:22 +00:00 | 
				
					
						|  mainzelm | e316ce1109 | + Fixed bug in set-process-group + include <string.h>
+ save errno before starting timer interrupts | 2002-02-11 17:32:20 +00:00 | 
				
					
						|  steven-jenkins | 65407be26c | GC_PROTECT'ed the necessary variables (specifically, where >1 arg to a function 'may GC') | 2002-02-11 15:38:35 +00:00 | 
				
					
						|  sperber | bf57bfb356 | Add doc/src/manual to DISTFILES. | 2002-02-09 15:38:39 +00:00 | 
				
					
						|  sperber | bab95bf547 | Remove doc/html from installed docs, as it's now obsolete. | 2002-02-09 15:37:11 +00:00 | 
				
					
						|  sperber | f429c1451a | Be more careful with creating the "machine" symbolic link. Suggested by Michel Schinz <Michel.Schinz@epfl.ch>. | 2002-02-08 18:12:28 +00:00 | 
				
					
						|  mainzelm | dc19f744d3 | Merge from current S48: avoid duplicate definition of TRUE and FALSE. | 2002-02-07 13:09:08 +00:00 | 
				
					
						|  mainzelm | 6158e7a964 | Fixed memory leak. | 2002-02-07 10:11:20 +00:00 | 
				
					
						|  mainzelm | 73b11ef47f | Initialize the interrupt counts to 0 && declare functions. | 2002-02-07 10:07:25 +00:00 | 
				
					
						|  mainzelm | a1bf0f0792 | Stop waiting for an event if a signal occured. | 2002-02-06 17:18:15 +00:00 | 
				
					
						|  mainzelm | 3ce5de8758 | If $HOME is unset, consult (user-info (user-uid)) for the value of home-directory. | 2002-02-06 15:17:19 +00:00 | 
				
					
						|  mainzelm | 7acad294ac | + Don't raise an error on ECHILD since ECHILD just indicates that there are no childs ready.
+ Squirrel away errno before starting alarm interrupts | 2002-02-06 09:47:27 +00:00 | 
				
					
						|  nofreude | da9c6ba9b5 | fixed bug item 508925: | 2002-02-05 12:20:43 +00:00 | 
				
					
						|  sperber | baf1dbbf76 | Pass optional arguments from FORK-THREAD to SPAWN. | 2002-02-04 11:34:17 +00:00 | 
				
					
						|  sperber | 67c3a9114c | Inserted some missing \vari's. | 2002-02-01 15:44:26 +00:00 | 
				
					
						|  sperber | 4098c60752 | RUN returns an exit status, not a proc object. | 2002-02-01 15:34:05 +00:00 | 
				
					
						|  sperber | 7d67cc736b | Some \var's were meant to be \vari's. | 2002-02-01 15:26:11 +00:00 | 
				
					
						|  sperber | 7f43009942 | scsh 0.5 -> scsh 0.6. | 2002-02-01 15:18:42 +00:00 | 
				
					
						|  sperber | 0d19c2da95 | Fix external-call-from-callback problem leading to spurious gc-protection-mismatch exceptions. | 2002-02-01 13:43:49 +00:00 | 
				
					
						|  mainzelm | 92527a5bb5 | Fixed small typo. | 2002-02-01 10:28:16 +00:00 | 
				
					
						|  mainzelm | 2b1d8a3d01 | Let s48-do-gc return 0 so the PreScheme compiler will emit the correct signature of the function. | 2002-02-01 10:25:50 +00:00 | 
				
					
						|  mainzelm | 07f796459e | Align the resource before changing it in with-resource*. | 2002-01-29 08:12:09 +00:00 | 
				
					
						|  sperber | 7c026ff0b4 | Fix external-call-from-callback problem leading to spurious gc-protection-mismatch exceptions. | 2002-01-27 20:20:53 +00:00 | 
				
					
						|  sperber | 369bc08f2e | GC protection fix for waitpid. Note that there are probably more bugs similar to this one. | 2002-01-27 20:20:09 +00:00 | 
				
					
						|  mainzelm | 4406337368 | Stop timer interrupts before doing a execve. | 2002-01-24 17:11:48 +00:00 | 
				
					
						|  mainzelm | 4ba631031d | num-ttychars (value of NCCS) seems to be 32 not 19. This fixes #505155. | 2002-01-24 08:18:43 +00:00 | 
				
					
						|  mainzelm | 665928fed1 | Return 0 exit status for -c and -e. | 2002-01-24 08:14:42 +00:00 | 
				
					
						|  mainzelm | cad703672f | Appropriate error message if retrying connect failed. | 2002-01-23 15:06:08 +00:00 | 
				
					
						|  sperber | 676cbbb8a8 | Obsolete. | 2002-01-11 13:43:46 +00:00 | 
				
					
						|  mainzelm | 2da600ffbb | Replaced // comments. | 2002-01-11 10:13:58 +00:00 | 
				
					
						|  sperber | fbb912c9eb | Pass SYSCALL argument to ERRNO-ERROR. | 2002-01-10 12:29:36 +00:00 | 
				
					
						|  mainzelm | 30187cf93f | Replace s48_raise_string_os_error by s48_raise_string_os_error_X for compatibility with import-os-error. | 2002-01-10 10:08:14 +00:00 | 
				
					
						|  mainzelm | 978f8a71eb | Added s48_raise_os_error_7. | 2002-01-10 10:06:33 +00:00 | 
				
					
						|  sperber | 4328a9047c | ... and here's the first post-0.6 bug fix: Remove LOG_LPR from list of syslog levels. | 2002-01-10 09:53:57 +00:00 | 
				
					
						|  mainzelm | 4bff8f3027 | Snapshot for 0.6.0. | 2002-01-09 16:33:20 +00:00 | 
				
					
						|  mainzelm | 8cae40fc69 | Nothing to do for 0.6.0. | 2002-01-09 16:32:41 +00:00 | 
				
					
						|  mainzelm | f52dfc5558 | Added some people. | 2002-01-09 16:32:14 +00:00 | 
				
					
						|  mainzelm | 821dd36fff | Mac OS X demands a differnt order for linking. | 2002-01-09 16:31:45 +00:00 | 
				
					
						|  mainzelm | a9d80cba6d | Added generic configuration. | 2002-01-09 15:07:18 +00:00 | 
				
					
						|  mainzelm | d31eccb605 | Check if SIGINFO and SIGPWR are the same (HP-UX 10.2). | 2002-01-09 12:59:13 +00:00 | 
				
					
						|  mainzelm | 06ce3e41e6 | + Use setreu/gid if seteu/gid is not avaiable + Don't declare tzname extern for cygwin | 2002-01-09 11:25:02 +00:00 | 
				
					
						|  mainzelm | a8fa33646a | Added dummy declarations for getnetbyaddr and getnetbyname. | 2002-01-09 10:31:45 +00:00 | 
				
					
						|  sperber | f1f5d1310c | Typo fix. | 2002-01-09 09:55:28 +00:00 | 
				
					
						|  sperber | 893b5f7c72 | Fix ftp references. | 2002-01-09 09:34:02 +00:00 | 
				
					
						|  mainzelm | bf94408228 | Merged in change from old tree. Original log message: date: 2001/05/27 23:57:07;  author: bdc;  state: Exp;  lines: +0 -4
Updated with fix for latest cygwin | 2002-01-09 08:04:08 +00:00 | 
				
					
						|  mainzelm | c4a35e9d2d | Take doc/src/manual.dvi and doc/src/manual.ps into the distribution. | 2002-01-08 18:34:47 +00:00 | 
				
					
						|  mainzelm | 9e67fbf046 | Patched test for cygwin. | 2002-01-08 18:14:56 +00:00 | 
				
					
						|  mainzelm | 252e425248 | Mentioned syslog. | 2002-01-08 17:11:22 +00:00 | 
				
					
						|  mainzelm | 0ac0cea12f | Minor fix. | 2002-01-08 17:10:35 +00:00 |