Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-15 | Add overflow detection | Scarlett | 1 | -2/+1 | |
Origin: http://marc.info/?l=openbsd-ports&m=142090828929750&w=2 * main.c: Call exit(1) when out of memory to avoid dereferencing null pointers when gc's malloc fails. * alloc.h: Replacements for w3m's allocation macros which add overflow detection and concentrate the macros in one file. * indep.h, libwc/charset.c, libwc/status.c, matrix.c: Use the overflow-detecting allocation macros from alloc.h. | |||||
2011-05-04 | Adding upstream version 0.5.3upstream/0.5.3 | Tatsuya Kinoshita | 1 | -60/+60 | |
2011-05-04 | Adding upstream version 0.5.2upstream/0.5.2 | Tatsuya Kinoshita | 1 | -0/+11 | |
2011-05-04 | Adding upstream version 0.5.1upstream/0.5.1 | Tatsuya Kinoshita | 1 | -0/+492 | |
2007-06-07 | fix charset handling. [w3m-dev 04279] | Dai Sato | 1 | -60/+60 | |
2007-05-23 | [w3m-dev 04240] nl_langinfo() requires setlocale() | Dai Sato | 1 | -1/+2 | |
2004-10-13 | Bug#276246: w3m's locale parsing should at least see '@euro' modifier | Fumitoshi UKAI | 1 | -0/+10 | |
* config.h (HAVE_LANGINFO_CODESET): added * configure.in (AM_LANGINFO_CODESET): added * libwc/charset.c: #include <langinfo.h> (wc_charset_to_ces): use nl_langinfo(CODESET) From: Fumitoshi UKAI <ukai@debian.or.jp> | |||||
2003-09-22 | merge m17n patch | Fumitoshi UKAI | 1 | -0/+492 | |
add libwc |