CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/07/22 08:10:39
Modified files:
gnu/usr.bin/lynx: AUTHORS CHANGES INSTALLATION LYHelp.hin
LYMessages_en.h README aclocal.m4 config.guess
config.hin config.sub configure configure.in
lynx.cfg lynx.hlp lynx.man lynx.rsp
makefile.in mkdirs.sh userdefs.h
gnu/usr.bin/lynx/WWW/Library/Implementation: HTAABrow.c
HTAAProt.c
HTAAProt.h
HTAAUtil.c
HTAccess.c
HTAccess.h
HTAnchor.c
HTAnchor.h
HTAssoc.c HTChunk.c
HTDOS.c HTFTP.c
HTFile.c HTFile.h
HTFinger.c
HTFormat.c
HTFormat.h
HTGopher.c HTList.c
HTMIME.c HTMLDTD.c
HTMLDTD.h HTMLGen.c
HTNews.c HTParse.c
HTParse.h HTPlain.c
HTRules.c
HTString.c
HTString.h HTTCP.c
HTTP.c HTTP.h
HTTelnet.c
HTUtils.h
HTVMS_WaisUI.c
HTWAIS.c HTWSRC.c
SGML.c SGML.h
UCAux.h UCDefs.h
UCMap.h makefile.in
www_tcp.h
gnu/usr.bin/lynx/WWW/Library/vms: libmake.com
gnu/usr.bin/lynx/docs: README.metrics README.sslcerts
gnu/usr.bin/lynx/lynx_help: Lynx_users_guide.html
lynx_help_main.html
gnu/usr.bin/lynx/lynx_help/keystrokes: environments.html
keystroke_help.html
gnu/usr.bin/lynx/po: ca.po cs.po da.po de.po et.po fr.po hu.po
it.po ja.po lynx.pot makefile.inn nl.po
pt_BR.po ru.po sl.po sv.po tr.po uk.po
vi.po zh_CN.po zh_TW.po
gnu/usr.bin/lynx/scripts: indent.sh install-cfg.sh man2hlp.sh
gnu/usr.bin/lynx/src: AttrList.h GridText.c GridText.h HTAlert.c
HTAlert.h HTFWriter.c HTForms.h HTInit.c
HTML.c HTML.h LYBookmark.c LYCgi.c
LYCharSets.c LYCharSets.h LYCharUtils.c
LYCharUtils.h LYClean.c LYCookie.c
LYCurses.c LYCurses.h LYDownload.c
LYEdit.c LYEditmap.c LYExtern.c LYExtern.h
LYForms.c LYGetFile.c LYGlobalDefs.h
LYHash.c LYHash.h LYHistory.c LYHistory.h
LYJump.c LYJump.h LYJustify.h LYKeymap.c
LYKeymap.h LYLeaks.c LYList.c LYLocal.c
LYMail.c LYMain.c LYMainLoop.c LYMap.c
LYNews.c LYOptions.c LYPrettySrc.c
LYPrettySrc.h LYPrint.c LYReadCFG.c
LYSearch.c LYShowInfo.c LYStrings.c
LYStrings.h LYStructs.h LYStyle.c
LYStyle.h LYTraversal.c LYUtils.c
LYUtils.h LYexit.c LYrcFile.c LYrcFile.h
TRSTable.c UCAuto.c UCAux.c UCdomap.c
Xsystem.c descrip.mms makefile.dos
makefile.dsl makefile.in makefile.wsl
gnu/usr.bin/lynx/src/chrtrans: def7_uni.tbl entities.h
iso01_uni.tbl makefile.in
makeuctb.c
gnu/usr.bin/lynx/test: raw8bit.html
Added files:
gnu/usr.bin/lynx: install-sh
gnu/usr.bin/lynx/WWW/Library/Implementation: dtd_util.c
hdr_HTMLDTD.h
src0_HTMLDTD.h
src0_HTMLDTD.txt
src1_HTMLDTD.h
src1_HTMLDTD.txt
tidy_tls.h
gnu/usr.bin/lynx/docs: README.cookies README.options
gnu/usr.bin/lynx/po: fi.po id.po
gnu/usr.bin/lynx/samples: home.htm jumps.htm lynx-demo.cfg
lynx.bat lynx_bookmarks.htm
midnight.lss opaque.lss
gnu/usr.bin/lynx/src: LYIcon.rc LYSession.c LYSession.h
LYebcdic.c LYmktime.c parsdate.c
parsdate.h parsdate.y tcpipolb.opt
tcpipshr.opt tidy_tls.c
gnu/usr.bin/lynx/test: bad-html.html cp-1252.html cp-1252a.html
iso-8859-1a.html iso-8859-2a.html
Log message:
update to lynx2.8.7rel.2, with local patches:
- restore local lynx.cfg settings [avsm]
- fix makefile races [espie]
- read/write result checking fixes to avoid unsigned comparisons vs -1 [krw]
- initialize all the InputFieldData members correctly [fgsch]
- fix socklen_t test to include <sys/types.h> [miod]
- fgets(3) returns NULL on error, not 0. No functional change [cloder]
ok krw@, tests by Simon Kuhnle and Martin Pieuchot