- Description:
- w3m is a pager with WWW capability.
- Last Change:
- Clone URL:
ssh://anonymous@git.rkta.de/w3m
Commit Briefs
Fix dump with zero based link numbers (based, master)
References did not take zero_based_link_no in account.
Bump version (tags/v0.5.6)
Ensure we pass an unsigned char to ctype functions
Quote from the Linux man page for toupper(3): The standards require that the argument c for these functions is either EOF or a value that is representable in the type un‐ signed char. If the argument c is of type char, it must be cast to unsigned char, as in the following example: char c; ... res = toupper((unsigned char) c); This is necessary because char may be the equivalent signed char, in which case a byte where the top bit is set would be sign extended when converting to int, yielding a value that is outside the range of unsigned char. Reported by Thomas Klausner of NetBSD.
Do not include funcname1.h in fm.h
funcname1.h is a generate file and fm.h is included all over the place. This makes the dependency graph rather large. Avoid this by only including funcname1.h where it is actually used.
Tree
README
w3m: WWW wo Miru Tool ===================== w3m is a pager with WWW capability. It IS a pager, but it can be used as a text-mode WWW browser. This package <https://sr.ht/~rkta/w3m> is forked from the Debian version <https://github.com/tats/w3m>, which was forked from the original version <https://sourceforge.net/projects/w3m/>. There are three important branches: master, next and oldstable. Branch master is the current stable version where the next release will be made from. Branch next serves as a release candidate for branch master. It contains new features and other patches that are staged to get merged into branch master after some time of testing in day to day usage. Branch next will be rebased and force pushed regularly. Branch oldstable contains a very conservative set of bug fixes to the last release of tats/w3m. Additionally there is a branch gemini which is just branch master but with a patch to add support for the gemini protocol and hypertext format. For historical reason most active development happens using quilt. The quilt patch series is regularly pushed to branch patches. Need Support?? Join: https://web.libera.chat/#w3m Send questions, bug reports and patches to: ~rkta/w3m@lists.sr.ht Follow us on Email: ~rkta/w3m-announce+subscribe@lists.sr.ht ;-) If you can read English, see doc/*. If you can read Japanese, see doc-jp/*. If you can read both, read both and correct English. :-)
