Commit Graph

449 Commits

Author SHA1 Message Date
shivers 47c2eea2dd Changed OPEN/NONBLOCKING to OPEN/NON-BLOCKING and
SET-RECORD-LOCK-NOBLOCK to SET-RECORD-LOCK-NO-BLOCK.
The former was always documented to be
    OPEN/NON-BLOCKING
and the latter isn't exported in any event.
1996-11-11 18:52:19 +00:00
shivers 4dd24741a8 Minor bugfix -- Arranged to export set-enabled-interrupts! as
set-enabled-interrupts.
1996-11-11 17:05:54 +00:00
shivers c0ab08bd2c Removed ! suffix from SET-INTERRUPT-HANDLER and SET-ENABLED-INTERRUPTS.
I'm trying to be consistent on this issue, but not very successfully.
1996-11-11 16:21:53 +00:00
bdc d9bf36e0bd added scsh/scsh.vm to the ignore list 1996-11-11 01:10:38 +00:00
bdc 8e3073352a updated for next minor release 1996-11-10 20:51:15 +00:00
shivers 454808a9cd Changed lock-region to use proc objects instead of pids, and fixed a
bug in UNLOCK-REGION.
1996-11-10 13:59:58 +00:00
shivers ea9745ee2f Interrupt system fixed up and installed. 1996-11-10 13:58:46 +00:00
shivers 7e66a68afa - Interrupt handlers really installed and documented.
- File locking fixed to use proc objects instead of pids, and bugs in code
  and documentation fixed.
1996-11-10 13:56:13 +00:00
shivers 52cd685e9a Truth-in-advertising documentation: confession is good for the soul. 1996-11-09 23:13:35 +00:00
bdc f96eafa42b updated with new sin/cos bug 1996-11-09 02:08:42 +00:00
bdc 02dd0ebf8d fixed signals-ignored-by-default for ultrix irix 1996-11-08 20:42:30 +00:00
shivers d4219d0d69 Cleaned them up a bit, added a few bits and pieces. 1996-11-08 15:49:04 +00:00
shivers 59f44e1e1f Added more description to the "What's new" section. 1996-11-07 16:16:34 +00:00
shivers c92057dbdf Added some missing stuff to the release info. 1996-11-07 16:10:23 +00:00
shivers 5761b6ce03 Fixed up the sighandler code some. 1996-11-07 15:59:31 +00:00
bdc cfdc457e2a updated bug reports 1996-11-05 05:12:33 +00:00
bdc 1fb6c3634b cig stuff to be updated 1996-11-04 18:14:02 +00:00
bdc 1f8e0b5b2d Makefile.in needs to rerun ranlib after installing libscshvm.a 1996-11-04 18:12:06 +00:00
bdc 6093fc8de2 fixed scsh.vm makefile target 1996-11-04 15:09:14 +00:00
bdc 85d516da9b updated files for 0.4.4 release 1996-11-04 01:58:53 +00:00
bdc afdeb4e958 last reported bug fixed 1996-11-04 01:50:18 +00:00
bdc f9cf771947 new config.sub from emacs-19.34b 1996-11-04 01:48:42 +00:00
bdc d6c2965b79 new config.guess from emacs-19.34b 1996-11-04 01:48:28 +00:00
bdc 322ffcc8c8 updated bug list 1996-11-04 01:32:39 +00:00
bdc 8a8d647f69 updated a typo plus some new post 0.4.3 contributors 1996-11-04 01:32:23 +00:00
bdc 122ab69030 moved ~ backup file cleanup to distclean target from clean target 1996-11-04 01:31:40 +00:00
bdc d0fef5a49c fix for sunos 4.x build error because of non-standard declarations of setgid and setguid 1996-11-04 01:31:01 +00:00
bdc 2fe3ec94a7 fix for signals-ignored-by-default for aix 1996-11-04 01:30:20 +00:00
bdc 99b82763bb fix for fileno on solaris 2.5 1996-11-04 01:29:46 +00:00
bdc a7e3221b90 signals-ignored-by-default for nextstep 1996-11-02 00:10:32 +00:00
bdc 5d8c6318a2 fixed cleanup problem 1996-11-01 23:34:47 +00:00
bdc 98af814b97 where did that space come from? 1996-11-01 17:37:03 +00:00
bdc 988940561b updated with release note 1996-11-01 08:15:40 +00:00
bdc fd00b3e501 updated for 0.4.3 1996-11-01 08:02:54 +00:00
bdc 0d6cbfb5fa reworked argument parsing to make in a littl cleaner i hope; most C compilation now done in background 1996-11-01 07:40:21 +00:00
bdc 55a65c1b64 factored out arg parsing; have not gotten the static linker to support linking in a new one yet; probably no more work required here though 1996-11-01 07:39:07 +00:00
shivers 26b8de258e Startup and top changed so that -e entry points get the whole command line,
including the program name.

syscalls.scm has a trivial documentation upgrade.
1996-10-31 20:18:11 +00:00
bdc e45e9a6b0d added first real command line interface 1996-10-30 05:58:13 +00:00
hag 3d90d39924 Fix building problem under Linux ELF systems; no nlist.h 1996-10-29 23:22:20 +00:00
bdc 47fe4b82ae correct wait arguments 1996-10-29 22:28:53 +00:00
shivers e73f5b04a7 Another jsc-reported bugfix. 1996-10-16 17:22:13 +00:00
shivers 81c9cebfc1 Removed debugging msg. -Olin 1996-10-16 17:09:56 +00:00
shivers 14f8b65a74 read_fdport_substring() didn't reset the port's peek-char to #F when
consuming it. Reported by JSC 10/16/96, with fix.
1996-10-16 16:37:51 +00:00
bdc 6f951db725 jsc repotrted else spelled wrong 1996-10-10 23:10:07 +00:00
bdc 49c350a807 updated linux signals submitted by jsc 1996-10-08 22:37:19 +00:00
bdc 89f6fed034 service-info using a port number is broken for little endian machines 1996-10-03 17:49:20 +00:00
bdc c4c6a28385 fixed for aix 4 now 1996-10-02 15:30:34 +00:00
bdc 871cfe32b5 problem with path marshalling with the unix domain protocol 1996-10-02 05:24:56 +00:00
bdc 7223f37439 oops 1996-10-02 05:00:04 +00:00
bdc 16ec4521b5 updated losing sunos signals.scm 1996-10-02 04:57:29 +00:00