7e96f65e45
- Update to w3m-0.2.1. - Replace post-bsd.port.mk fumbling with FULLPKGNAME and PFRAGs. - Install Japanese docs for respective flavor. - Pull COMMENT* into Makefile. - Remove useless/obsolete verbiage from DESCR. - Miscellaneous cleanups.
8 lines
267 B
Plaintext
8 lines
267 B
Plaintext
This code is a total nightmare.
|
|
|
|
A pain to read, and lots of strcpy/strcat/sprintf's which actually
|
|
turn out to be okay, after adding a die-when-out-of-memory callback
|
|
for the boehm garbage collector.
|
|
|
|
There are undoubtedly other issues with this code. Caveat user.
|