netsurf/beos
John Mark Bell 000e6ad3de It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by the C standard (whereas realloc(NULL, size) --> malloc(size) is).
Therefore, explicitly model the behaviour expected by our libraries (that realloc of 0 size is equivalent to free).

svn path=/trunk/netsurf/; revision=10524
2010-04-30 07:00:58 +00:00
..
res Merge LibCSS port to trunk. 2009-07-23 23:05:34 +00:00
beos_about.cpp - when replicated, forbid creating windows, even though it initially works it crashes as soon as the menus are used. 2008-10-17 21:59:44 +00:00
beos_about.h - when replicated, forbid creating windows, even though it initially works it crashes as soon as the menus are used. 2008-10-17 21:59:44 +00:00
beos_bitmap.cpp - support BITMAP_CLEAR_MEMORY in create_bitmap() 2008-10-10 21:43:25 +00:00
beos_bitmap.h - Cleanup: remove dead gtk code and its copyrights 2008-10-02 14:10:52 +00:00
beos_fetch_rsrc.cpp remove _GNU_SOURCE define from everywhere. 2010-04-24 15:22:17 +00:00
beos_fetch_rsrc.h Use bundled resources instead of separate files. throbber uses 'data' type also now. 2008-06-07 02:48:31 +00:00
beos_filetype.cpp Override checking the mime type for known extensions. At least on my system, the mime sniffer thinks css files are text/x-source-code, and NS didn't like that. 2008-10-08 22:05:11 +00:00
beos_filetype.h - Cleanup: remove dead gtk code and its copyrights 2008-10-02 14:10:52 +00:00
beos_font.cpp Use correct length definition 2010-01-23 13:48:06 +00:00
beos_font.h Refactor text plotter and other font functions to remove dependency on CSS. 2009-07-21 10:59:53 +00:00
beos_gui.cpp It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by the C standard (whereas realloc(NULL, size) --> malloc(size) is). 2010-04-30 07:00:58 +00:00
beos_gui.h Add Replicant support. No it's not about cyborgs, just embedding NetSurf into another app, like Tracker (the desktop), or documentation browsers like BeHappy... 2008-10-16 14:24:09 +00:00
beos_history.cpp - cleanup dead gtk code and copyrights 2008-10-02 19:57:19 +00:00
beos_history.h Add copyrights 2008-06-07 01:13:07 +00:00
beos_login.cpp Remove dead GTK code & (c) 2008-10-06 00:32:46 +00:00
beos_options.cpp Fix the BeOS build: 2008-08-13 19:35:41 +00:00
beos_options.h Add copyrights 2008-06-07 01:13:07 +00:00
beos_plotters.cpp s/TRANSPARENT/NS_TRANSPARENT/ 2010-01-02 02:14:21 +00:00
beos_plotters.h Add copyrights 2008-06-07 01:13:07 +00:00
beos_res.rdef Fix Haiku vector icon 2009-02-25 03:31:02 +00:00
beos_res.rsrc The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the GTK version. 2008-06-03 19:07:09 +00:00
beos_save_complete.cpp remove _GNU_SOURCE define from everywhere. 2010-04-24 15:22:17 +00:00
beos_scaffolding.cpp Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00
beos_scaffolding.h - handle NetPositive what codes; this makes it easy to use NetSurf instead by just changing the archived message used to instantiate it. 2008-10-16 16:01:44 +00:00
beos_schedule.cpp Fix BeOS build. Please try to patch all platforms when breaking things like this :p 2009-02-16 19:08:20 +00:00
beos_schedule.h - cleanup dead gtk code and copyrights 2008-10-02 19:57:19 +00:00
beos_search.cpp Actually fake stdbool inclusion here as well. 2010-01-02 02:51:06 +00:00
beos_throbber.cpp - cleanup dead gtk code and copyrights 2008-10-02 19:57:19 +00:00
beos_throbber.h - cleanup dead gtk code and copyrights 2008-10-02 19:57:19 +00:00
beos_thumbnail.cpp Accomodate for plotter API change. 2010-01-02 02:52:33 +00:00
beos_treeview.cpp Fix the BeOS build: 2008-08-13 19:35:41 +00:00
beos_window.cpp Add missing gui_window_scroll_visible(). 2010-01-03 21:06:53 +00:00
beos_window.h - cleanup dead gtk code and copyrights 2008-10-02 19:57:19 +00:00
options.h - cleanup dead gtk code and copyrights 2008-10-02 19:57:19 +00:00