Commit Graph

  • bf28f0aa86 Documented static heap linker. Such as it is. shivers 1997-04-04 22:41:06 +0000
  • 4c26efe136 No more draft status. Version 0.4.5. shivers 1997-04-04 22:40:44 +0000
  • 494787705d Took out "draft" code. Upgraded release to 0.4.5 shivers 1997-04-04 22:39:55 +0000
  • 8233556820 Random update to regex doc. shivers 1997-04-04 22:36:16 +0000
  • db69cd677b Some functions that were passed string "out" paramters (char**)'s were neglecting to assign them in error cases. We'd return from the C function into the cig C stub with random garbage still in these pointers. The string rep converters would then treat this garbage as a real pointer to be copied into malloc'd storage, and havoc would result. shivers 1997-04-04 20:49:55 +0000
  • 1a1950d2f5 Fixed typo bug in set-file-group. shivers 1997-04-02 20:12:33 +0000
  • 70679cd247 You don't have to be root to call set-file-group. shivers 1997-04-02 20:11:50 +0000
  • 934905ed57 Hacked code so that you don't get [for-syntax] noise during loads when in batch mode. shivers 1997-04-02 18:47:06 +0000
  • ddddd1d31b More stuff. shivers 1997-03-31 22:33:33 +0000
  • 8c65247c28 New stuff. shivers 1997-03-31 22:20:22 +0000
  • 0e28399b12 Changed regexp-substring so that unmatched submatches return #f instead of raising an error. shivers 1997-03-28 20:55:23 +0000
  • 5e85d401b9 Updated manual. shivers 1997-03-11 02:49:52 +0000
  • 230263ee0d Fixed an arity bug in %set-unix-signal-handler's call to %%set-unix-signal-handler. shivers 1997-03-10 23:46:42 +0000
  • 8d7dee0bfa *** empty log message *** shivers 1997-03-10 04:57:18 +0000
  • 417b6046f8 Early autoreaping now done via SIGCHLD signal handler. shivers 1997-03-09 07:28:20 +0000
  • 8d6805a733 Rewrote SLEEP (and added SLEEP-UNTIL) so that it doesn't hang up signal delivery in C code. shivers 1997-03-09 07:25:06 +0000
  • 2773441f05 Rewrote SLEEP (and added SLEEP-UNTIL) so that it doesn't hang up signal delivery in C code. shivers 1997-03-09 07:22:41 +0000
  • 101a61082f solaris 2.5 tested bdc 1997-03-09 02:37:06 +0000
  • e989a744e4 Had to shuffle packages due to broken package dependencies. The whole thing is a disaster and should be completely re-factorised. shivers 1997-02-27 04:50:57 +0000
  • 6a7ecc38a1 Added #ifdef linux conditionalisation to the linux-specific fixup code. shivers 1997-02-27 04:49:28 +0000
  • b980922f0d Fixed bug in stdio->stdports -- it was using fdes->inport to make the output ports. shivers 1997-02-26 22:21:48 +0000
  • 0229b80a6c Linux-specific support. shivers 1997-02-26 22:18:29 +0000
  • b02ac4dc83 hacked in a gross fix for linux bug. The problem is that linux stdio functions retry when interrupted, instead of returning errno=EINTR. linux/libansi.c now has a #include "fix_stdio.c" in it to get the fixup code included. This is very bogus. shivers 1997-02-26 20:38:39 +0000
  • 66735d9c9e fdports1.c: hacked in a gross fix for linux bug. The problem is that linux stdio functions retry when interrupted, instead of returning errno=EINTR. shivers 1997-02-26 20:37:53 +0000
  • 9ccd709a52 spelling error bdc 1997-02-21 08:51:06 +0000
  • 630f678236 Added a few bits. shivers 1997-02-19 23:29:41 +0000
  • bad528299e Ripped out now-useless cloexec_unrevealed. shivers 1997-02-19 23:28:38 +0000
  • bf449b53b7 Added types to decls, possibly other stuff. shivers 1997-02-19 23:24:53 +0000
  • 06eb60980d Upgraded regexp system. shivers 1997-02-19 23:23:48 +0000
  • 25aa2b845a SIGIO and SIGPOLL have value 29, not 23. shivers 1997-02-19 23:19:37 +0000
  • a8e25a6827 Corrected spelling error in comment. shivers 1997-02-19 23:15:27 +0000
  • 14559b2b4a new portability problem bdc 1996-12-10 21:49:16 +0000
  • ae81b06f85 host-info bug bdc 1996-12-02 22:18:25 +0000
  • a620b7592a new bug report bdc 1996-11-18 16:48:20 +0000
  • 4ba01266de Patches for BSDI dlsym stupidity hag 1996-11-17 18:49:56 +0000
  • 9f7d624413 updated bug list bdc 1996-11-15 18:37:07 +0000
  • ae7f18480d updated bug list bdc 1996-11-15 18:36:03 +0000
  • e945b99adf Replaced _POSIX_PATH_MAX with its value, 255, because HP-UX didn't have this POSIX-required symbol. ??? shivers 1996-11-12 11:44:20 +0000
  • faa08159d0 The cwd code nows starts out with the filename buffer initialised to length _POSIX_PATH_MAX. shivers 1996-11-11 20:56:52 +0000
  • 1cdcaaee53 Made FD/PORT FDES/PORT PORT/FD PORT/FDES parameter names consistently FD/PORT. shivers 1996-11-11 19:38:18 +0000
  • 2f7c39be3f -s<num> is now -sfd <num> -- more consistent with general switch design. shivers 1996-11-11 19:21:25 +0000
  • 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. shivers 1996-11-11 18:52:19 +0000
  • 4dd24741a8 Minor bugfix -- Arranged to export set-enabled-interrupts! as set-enabled-interrupts. shivers 1996-11-11 17:05:54 +0000
  • c0ab08bd2c Removed ! suffix from SET-INTERRUPT-HANDLER and SET-ENABLED-INTERRUPTS. I'm trying to be consistent on this issue, but not very successfully. shivers 1996-11-11 16:21:53 +0000
  • d9bf36e0bd added scsh/scsh.vm to the ignore list bdc 1996-11-11 01:10:38 +0000
  • 8e3073352a updated for next minor release bdc 1996-11-10 20:51:15 +0000
  • 454808a9cd Changed lock-region to use proc objects instead of pids, and fixed a bug in UNLOCK-REGION. shivers 1996-11-10 13:59:58 +0000
  • ea9745ee2f Interrupt system fixed up and installed. shivers 1996-11-10 13:58:46 +0000
  • 7e66a68afa - Interrupt handlers really installed and documented. - File locking fixed to use proc objects instead of pids, and bugs in code and documentation fixed. shivers 1996-11-10 13:56:13 +0000
  • 52cd685e9a Truth-in-advertising documentation: confession is good for the soul. shivers 1996-11-09 23:13:35 +0000
  • f96eafa42b updated with new sin/cos bug bdc 1996-11-09 02:08:42 +0000
  • 02dd0ebf8d fixed signals-ignored-by-default for ultrix irix bdc 1996-11-08 20:42:30 +0000
  • d4219d0d69 Cleaned them up a bit, added a few bits and pieces. shivers 1996-11-08 15:49:04 +0000
  • 59f44e1e1f Added more description to the "What's new" section. shivers 1996-11-07 16:16:34 +0000
  • c92057dbdf Added some missing stuff to the release info. shivers 1996-11-07 16:10:23 +0000
  • 5761b6ce03 Fixed up the sighandler code some. shivers 1996-11-07 15:59:31 +0000
  • cfdc457e2a updated bug reports bdc 1996-11-05 05:12:33 +0000
  • 1fb6c3634b cig stuff to be updated bdc 1996-11-04 18:14:02 +0000
  • 1f8e0b5b2d Makefile.in needs to rerun ranlib after installing libscshvm.a bdc 1996-11-04 18:12:06 +0000
  • 6093fc8de2 fixed scsh.vm makefile target bdc 1996-11-04 15:09:14 +0000
  • 85d516da9b updated files for 0.4.4 release bdc 1996-11-04 01:58:53 +0000
  • afdeb4e958 last reported bug fixed bdc 1996-11-04 01:50:18 +0000
  • f9cf771947 new config.sub from emacs-19.34b bdc 1996-11-04 01:48:42 +0000
  • d6c2965b79 new config.guess from emacs-19.34b bdc 1996-11-04 01:48:28 +0000
  • 322ffcc8c8 updated bug list bdc 1996-11-04 01:32:39 +0000
  • 8a8d647f69 updated a typo plus some new post 0.4.3 contributors bdc 1996-11-04 01:32:23 +0000
  • 122ab69030 moved ~ backup file cleanup to distclean target from clean target bdc 1996-11-04 01:31:40 +0000
  • d0fef5a49c fix for sunos 4.x build error because of non-standard declarations of setgid and setguid bdc 1996-11-04 01:31:01 +0000
  • 2fe3ec94a7 fix for signals-ignored-by-default for aix bdc 1996-11-04 01:30:20 +0000
  • 99b82763bb fix for fileno on solaris 2.5 bdc 1996-11-04 01:29:46 +0000
  • a7e3221b90 signals-ignored-by-default for nextstep bdc 1996-11-02 00:10:32 +0000
  • 5d8c6318a2 fixed cleanup problem bdc 1996-11-01 23:34:47 +0000
  • 98af814b97 where did that space come from? bdc 1996-11-01 17:37:03 +0000
  • 6d4e57f490 Synthetic commit for incomplete tag R0_4_3 R0_4_3 cvs-fast-export 1996-11-01 08:15:40 +0000
  • 988940561b updated with release note bdc 1996-11-01 08:15:40 +0000
  • fd00b3e501 updated for 0.4.3 bdc 1996-11-01 08:02:54 +0000
  • 0d6cbfb5fa reworked argument parsing to make in a littl cleaner i hope; most C compilation now done in background bdc 1996-11-01 07:40:21 +0000
  • 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 bdc 1996-11-01 07:39:07 +0000
  • 26b8de258e Startup and top changed so that -e entry points get the whole command line, including the program name. shivers 1996-10-31 20:18:11 +0000
  • e45e9a6b0d added first real command line interface bdc 1996-10-30 05:58:13 +0000
  • 3d90d39924 Fix building problem under Linux ELF systems; no nlist.h hag 1996-10-29 23:22:20 +0000
  • 47fe4b82ae correct wait arguments bdc 1996-10-29 22:28:53 +0000
  • e73f5b04a7 Another jsc-reported bugfix. shivers 1996-10-16 17:22:13 +0000
  • 81c9cebfc1 Removed debugging msg. -Olin shivers 1996-10-16 17:09:56 +0000
  • 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. shivers 1996-10-16 16:37:51 +0000
  • 6f951db725 jsc repotrted else spelled wrong bdc 1996-10-10 23:10:07 +0000
  • 49c350a807 updated linux signals submitted by jsc bdc 1996-10-08 22:37:19 +0000
  • 89f6fed034 service-info using a port number is broken for little endian machines bdc 1996-10-03 17:49:20 +0000
  • c4c6a28385 fixed for aix 4 now bdc 1996-10-02 15:30:34 +0000
  • 871cfe32b5 problem with path marshalling with the unix domain protocol bdc 1996-10-02 05:24:56 +0000
  • 7223f37439 oops bdc 1996-10-02 05:00:04 +0000
  • 16ec4521b5 updated losing sunos signals.scm bdc 1996-10-02 04:57:29 +0000
  • 78e07c9296 solaris bug with set-tty-info bdc 1996-10-02 01:17:07 +0000
  • 2deadc5f66 implement system dependant missing parts of the ANSI C Library standard bdc 1996-10-02 01:13:55 +0000
  • 00b7fcaa3d added signals-ingored-by-default for solaris bdc 1996-09-30 16:11:32 +0000
  • 0e67214944 just following orders bdc 1996-09-28 00:23:08 +0000
  • 7033702b2b on HP-UX use dld dynamic loader for symbol lookup (faster) bdc 1996-09-28 00:02:24 +0000
  • 4e05a0aaf1 Solaris users with BIND installed lose MAXHOSTNAMELEN bdc 1996-09-26 20:18:35 +0000
  • d5b9e978b6 socket-address->unix-address returns function not address bdc 1996-09-26 20:17:27 +0000
  • 38ac713c41 socket-address->unix-address returns function not address bdc 1996-09-26 20:08:06 +0000