Subject: CVS commit: wip/elinks-libmm
From: Blair Sadewitz
Date: 2008-02-17 04:30:10
Message id: E1JQaET-0001sI-GN@sc8-pr-cvs1.sourceforge.net

Log Message:

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.

Files:
RevisionActionfile
0addwip/elinks-libmm/DESCR
0addwip/elinks-libmm/Makefile
0addwip/elinks-libmm/PLIST
0addwip/elinks-libmm/distinfo
0addwip/elinks-libmm/options.mk
0addwip/elinks-libmm/files/malloca.c
0addwip/elinks-libmm/files/malloca.h
0addwip/elinks-libmm/files/memory.c
0addwip/elinks-libmm/files/memory.h
0addwip/elinks-libmm/patches/patch-aa
0addwip/elinks-libmm/patches/patch-ab
0addwip/elinks-libmm/patches/patch-ac
0addwip/elinks-libmm/patches/patch-ad
0addwip/elinks-libmm/patches/patch-ae
0addwip/elinks-libmm/patches/patch-af
0addwip/elinks-libmm/patches/patch-ag
0addwip/elinks-libmm/patches/patch-ah
0addwip/elinks-libmm/patches/patch-ai
0addwip/elinks-libmm/patches/patch-aj
0addwip/elinks-libmm/patches/patch-ak
0addwip/elinks-libmm/patches/patch-al