Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/387fd203936c7623ed9a2a503eef3bb47418dffc
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/387fd203936c7623ed9a2a503eef3bb47418dffc
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/387fd203936c7623ed9a2a503eef3bb47418dffc

The branch, master has been updated
       via  387fd203936c7623ed9a2a503eef3bb47418dffc (commit)
      from  71d3e7b4ca25f08eb97e93edf4740282d8475d25 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=387fd203936c7623ed9a2a503eef3bb47418dffc
commit 387fd203936c7623ed9a2a503eef3bb47418dffc
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Enable slab allocator on OS3
    ...if we have a sufficiently new (experimental) version of clib2.

diff --git a/frontends/amiga/os3support.c b/frontends/amiga/os3support.c
index b251448..d5d6c13 100644
--- a/frontends/amiga/os3support.c
+++ b/frontends/amiga/os3support.c
@@ -17,10 +17,12 @@
  */
 
 /** \file
- * Minimal compatibility header for AmigaOS 3
+ * Compatibility functions for AmigaOS 3
  */
 
 #ifndef __amigaos4__
+ULONG __slab_max_size = 4096; /* Enable clib2's slab allocator */
+
 #include "os3support.h"
 
 #include <inttypes.h>


-----------------------------------------------------------------------

Summary of changes:
 frontends/amiga/os3support.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/frontends/amiga/os3support.c b/frontends/amiga/os3support.c
index b251448..d5d6c13 100644
--- a/frontends/amiga/os3support.c
+++ b/frontends/amiga/os3support.c
@@ -17,10 +17,12 @@
  */
 
 /** \file
- * Minimal compatibility header for AmigaOS 3
+ * Compatibility functions for AmigaOS 3
  */
 
 #ifndef __amigaos4__
+ULONG __slab_max_size = 4096; /* Enable clib2's slab allocator */
+
 #include "os3support.h"
 
 #include <inttypes.h>


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to