diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-12-08 16:06:33 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-12-08 16:06:33 +0000 |
commit | a850e05763c196efb9325e6ce0455add9b34bdb9 (patch) | |
tree | c766bfcaafe748053e6be98cee4f27c350892ff9 /ChangeLog | |
parent | [w3m-dev 04011] accessing to an `https' URI with a fragment via a proxy (diff) | |
download | w3m-a850e05763c196efb9325e6ce0455add9b34bdb9.tar.gz w3m-a850e05763c196efb9325e6ce0455add9b34bdb9.zip |
Bug#217509: segfaults if TERM is not set
* terms.c (check_cygwin_console): check TERM==NULL
(set_tty): check TERM==NULL
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-10-26 Fumitoshi UKAI <ukai@debian.or.jp> + + * Bug#217509: segfaults if TERM is not set + * terms.c (check_cygwin_console): check TERM==NULL + (set_tty): check TERM==NULL + 2003-10-23 ABE Yuji <cbo46560@pop12.odn.ne.jp> * [w3m-dev 04011] accessing to an `https' URI with a fragment via a proxy @@ -8255,4 +8261,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.890 2003/10/22 18:48:09 ukai Exp $ +$Id: ChangeLog,v 1.891 2003/12/08 16:06:33 ukai Exp $ |