[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev lynx2.8.2dev.9
From: |
dickey |
Subject: |
lynx-dev lynx2.8.2dev.9 |
Date: |
Sat, 12 Dec 1998 23:20:49 -0500 (EST) |
1998-12-12 (2.8.2dev.9)
* change location-not-absolute message from an alert to user-message - TD
* Check for EINTR from read() call in HTDoRead, and retry if necessary. This
change only for Unix. Interrupted read() system calls should be rare (or
impossible, depending on the system implementation?) since the read() is only
done after a successful select(), but checking can't hurt - KW
* Check for read read() errors in HTDoRead and HTCopy, and generate alert
messages for unexpected errors. HTCopy still returns HT_LOADED to indicate
success if any data have been received before an unexpected error or
disconnection. Previously this happened without any indication to the user
that something was wrong and a document or file might be incomplete. These
changes currently only for Unix - KW
* Added/enhanced comments in HTFormat.c to document current behavior of HTCopy,
HTFileCopy, HTGzFileCopy, HTParseSocket, HTParseFile, and HTParseGzFile - KW
* Moved definition of HT_NO_DATA to HTUtils.h, changed value of some status
codes to libwww5-like values while we're at it - KW
* correct uninitialized de variable in LYCookie.c when dump_output_immediately
is set. Also, made a slight change to this mode in LYMain.c, so that cookies
received will also be written to the cookie file; cleanup() is not called in
-dump mode (reported by Elwin Oost) - BJP
* correct include-path for chrtrans makefile to allow builds outside the
source tree (Masashi Fujita)
* minor cleanup of LYCookie.c, add some traces - BJP
* add support for content encoding for x-bzip2, bzip2 for suffix "bz2" - HN
* add po directory to install-bin and uninstall rules - TD
* modify the environment variable logic to avoid freeing string given to putenv
until after giving it a new string - TD
* add several environment variables to LYPrint.c - KED
* add ENVIRONMENT section to lynx.man and lynx.hlp - KED
* add installation note about --enable-gzip-help - KED
* update installation notes for WAIS - DK
* add/use new functions for building up command-string for shell commands,
which quote parameters as needed: HTAddParam(), HTEndParam(). Moved the
logic in quote_pathname to HTQuoteParameter, extending that function to quote
the parameter only if it contains characters which are problems with various
shells (e.g., wildcards), and to escape backslashes. In particular, use
these functions to ensure that the user and port strings in HTTelnet.c are
quoted (fixes a hole reported by Art Mulder <address@hidden> - TD
* modify print-to-file logic to permit writing to pipe, provided that the
user does not have no-shell restriction - TD
* split-out logic for LYValidateFilename() from printfile() and LYDownload - TD
* whitespace fixes - BJP
* add configure option --with-nls-datadir, to allow installer to specify
alternate locale data directory. A separate option from --datadir is
required because the GNU gettext code is usually installed under
$(prefix)/share rather $(prefix)/lib - TD
* add configure check for gettimeofday, to implement 0.1 second interval
for skipping HTCheckForInterrupt() - TD
* modify configure script to generate references to $CONFIG_SHELL rather than
/bin/sh, to allow some testing with alternate shells. Autoconf uses this
variable for a similar purpose - TD
* correct missing case for 'o', octal in StrAllocVsprintf (reported by IC) - TD
* fix -restrictions=bookmark check in forms-based options menu (reported by KW
& Rodiger Geys) - LP
* fix memory leaks in LYPrint.c and UCdomap.c - KW
* when printing HEAD to email use URL in the subject, was title. (it was
especially annoying when we have 8bit title being sent as 7bit: no charset
information is supplied for letters with 7bit message body) - LP
* remove "temp fix for HText_trimHightext side effect from partial mode by
introducing a flag in HText_beginInput()" from 1998-09-12 since it is now not
needed after KW's changes in HText_trimHightext. - LP
- lynx-dev lynx2.8.2dev.9,
dickey <=