Programming Languages: C
License: MIT License
browse code,
statistics,
last commit on 2012-05-22
cvs -d:pserver:anonymous@w3m.cvs.sourceforge.net:/cvsroot/w3m login
cvs -z3 -d:pserver:anonymous@w3m.cvs.sourceforge.net:/cvsroot/w3m co -P modulename
inu committed patchset 1302 of module w3m to the w3m CVS repository, changing 1 files.
2012-05-22 07:05:08 PDT by inu
inu committed patchset 1301 of module w3m to the w3m CVS repository, changing 2 files.
2012-05-22 03:20:45 PDT by inu
inu committed patchset 1300 of module w3m to the w3m CVS repository, changing 5 files.
2012-05-22 03:16:34 PDT by inu
inu committed patchset 1299 of module w3m to the w3m CVS repository, changing 2 files.
2012-05-22 02:53:21 PDT by inu
inu committed patchset 1298 of module w3m to the w3m CVS repository, changing 4 files.
2012-05-22 02:45:56 PDT by inu
It would be lovely if w3m could render line breaks properly in the presence of variable-pitch fonts.
2012-03-19 06:35:56 PDT by david_abrahams
w3m(0.5.3) fails to build with bdw-gc 7.2. The error message is following. ---- main.c: In function ‘main’: main.c:836: error: void value not ignored as it ought to be main.c: In function ‘getChar’: main.c:2264: warning: passing argument 1 of ‘wtf_parse1’ from incompatible pointer type make: *** [main.o] Error 1 ---- I attached a patch which fixes this issue.
2012-02-14 17:45:45 PST by waltarix
Forgot to mention what my system is running (just in case one or more of the below is contributing to the problem). slackware-current x86_64 kernel-2.6.38.7 glibc-2.14.1 gcc-4.5.3 autoconf-2.68 auotmake-1.11.1 m4-1.4.16 make-3.82.
2012-01-05 17:43:59 PST by snyderx
Fixed the version of glibc against which the w3m build breaks.
2012-01-05 17:34:24 PST by snyderx
w3m, v0.5.3, fails to build with glibc, v2.14 (and probably versions thereafter). The error which occurs is as follows: (echo '#define DEFUN(x,y,z) x y';\ sed -ne '/^DEFUN/{p;n;/^[ ]/p;}' ./main.c ./menu.c) | gcc -E - | \ awk '$1 ~ /^[_A-Za-z]/ { \ for (i=2;i<=NF;i++) { print $i, $1} \ }' > funcname.tab.tmp funcname.tab updated sort funcname.tab | gawk -f...
2011-12-31 14:38:49 PST by snyderx