From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pasanda.cygnus.co.uk ([194.130.39.3]) by hawkwind.utcs.utoronto.ca with SMTP id <24783>; Tue, 28 Jul 1998 22:01:40 -0400 Received: (qmail 11304 invoked from network); 28 Jul 1998 17:33:37 -0000 Received: from jacuzzi.cygnus.co.uk (tgoodwin@194.130.39.22) by dns.cygnus.co.uk with QMTP; 28 Jul 1998 17:33:37 -0000 To: rc@hawkwind.utcs.toronto.edu Subject: Snapshot availability Date: Tue, 28 Jul 1998 13:33:36 -0400 From: Tim Goodwin Message-ID: The latest rc snapshot is believed to fix all reported problems. It even trips successfully under Ultrix :-). Due to family and work commitments, I won't be making another snapshot for at least a few weeks, so now would be a good time to check if it works for you. I anticipate very few changes between this snapshot and the next beta release. (But I've been wrong before.) Here's the ChangeLog for the last few days. Tim. 1998-07-23 Testing: fix silly typo in cdpath test. Configuration: `--with-vrl' added to support Gert-Jan Vons's readline library. 1998-07-24 Portability: the autoconf macro AC_FUNC_SETPGRP doesn't work on OSF1: that system supports arguments to setpgrp(), but also has a prototype in to say that it is void. Fix this by defining our own RC_FUNC_SETPGRP for now. Bug: was included twice in some source files. Configuration: automake wants `make distclean' to remove *.tab.c. Rename y.tab.[ch] to parse.[ch] to avoid this. 1998-07-27 Portability: on Ultrix, `make trip' fails with `malloc: Invalid argument'. Problem is that getgroups(0, NULL) in which.c returns -1. Add new configure test to check for POSIX getgroups() and fall back to NGROUPS if it's not available. The magic is done by "getgroups.h". Tidiness: extract magic into "wait.h".