[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev lynx2.8.1rel.2-981204.patch.gz
From: |
dickey |
Subject: |
lynx-dev lynx2.8.1rel.2-981204.patch.gz |
Date: |
Fri, 4 Dec 1998 17:33:07 -0500 (EST) |
================================================================================
Bugfixes since Lynx 2.8.1 release
================================================================================
1998-12-05
* check that stdin is really a tty before trying to select from it in the
NSL-FORK logic in HTParseInet(), file HTTCP.c (reported by Kim DeVaughn, for
someone who was unable to run lynx -dump in a cron job, applies to
2.8.1rel.2) - TD, BL
* correct logic in OpenHiddenFile, which did not check if a failure to open a
file for append was due to the file's not existing and hence causing
IsOurFile to return failure. This caused the -traversal option to fail
(reported by Francis Irving <address@hidden>, applies to
2.8.1rel.2) - TD
* change fopen for write in LYCookie.c to LYNewTxtFile so that the resulting
file will be readable by only the owner (Bill Nottingham <address@hidden>
suggested using umask, but that may not be portable enough) - TD
* fixes for SunOS K&R compiler with/without unproto wrapper, i.e., definition
of 'const' - TD
* modify PutDefs macro in LYShowInfo.c to check for nonnull table[N].value,
which may be null due to limitations of cfg_defs.sh script on some
platforms where an empty string was intended (reported by LV, PG, applies
to 2.8.1rel.2) - TD
* correct typo in 'make distclean' rule; an extra '-' prevented removal of
.orig and .rej files (patch by LV).
* modify HTCheckForInterrupt() to check for interrupt no more than one per
second, since this check is comparatively slow - TD
* convert KEY_ENTER to newline in LYgetch() to make Lynx work with IRIX's
iris-ansi terminfo description, which equates the kent capability with
carriage return. Doing this will allow lynx to use the keypad "enter" key as
an alias for carriage return on most terminals - KW
* fixed various memory leaks (LYDownload.c, LYBookmark.c, HTML.c,
DefaultStyle.c) - KW
* modify MakeNewTitle() to check for null pointer, fixing core dump with
verbose images when value[src_type] is null (reported by John Bley
<address@hidden> for 2.8.1rel.2) - TD
* modify HTParseInet() so that it works if stdin has been redirected to
/dev/null, e.g., when running a cron job (reported by John H. DuBois III
<address@hidden>) - BL
- lynx-dev lynx2.8.1rel.2-981204.patch.gz,
dickey <=