pkgsrc-wip/elinks-libmm/DESCR
Blair Sadewitz 423d0bd108 Development version of elinks (0.13) with a little code I wrote
to allocate memory via libmm.  On NetBSD, this gives the speed
of shared, anonymous memory and also contains nearly all of elinks'
memory access within the shared memory pool, which is destroyed upon
exit.  I like it much better like this. ;)

Also, I added some GNU code which is (or at least claims to be) a safe
wrapper for alloca() for additional safety.  Use of alloca() is
disabled in dcigettext.c; I did not have the energy to step through
it and replace all the instances of free().

If you use or are curious about using elinks, this is probably the way
to go.
2008-02-17 03:30:10 +00:00

5 lines
377 B
Text

ELinks is an advanced and well-established text-mode web (HTTP/FTP/..) browser
with a wide range of additional features and extensibility by the possibility
to plug in own scripts in Lua language. This project aims to provide
feature-rich version of Links, with more open patches/features inclusion
policy. This OpenSource project is covered by the GNU General Public License.