netsurf/windows
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 Fix high colour bitmap loading on toolbar 2010-02-04 23:15:50 +00:00
about.c Add Windows frontend 2010-01-31 00:36:02 +00:00
about.h Add Windows frontend 2010-01-31 00:36:02 +00:00
bitmap.c Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
bitmap.h Add Windows frontend 2010-01-31 00:36:02 +00:00
download.c fixup windows download window 2010-04-11 18:04:31 +00:00
download.h fixup windows download window 2010-04-11 18:04:31 +00:00
filetype.c Add Windows frontend 2010-01-31 00:36:02 +00:00
findfile.c fix url to path on doze 2010-04-18 12:37:46 +00:00
findfile.h rationalise the usage of the file scheme 2010-03-31 13:59:57 +00:00
font.c Cleanup toolbar usage 2010-02-04 21:05:44 +00:00
font.h Add Windows frontend 2010-01-31 00:36:02 +00:00
gui.c 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
gui.h Add Windows frontend 2010-01-31 00:36:02 +00:00
history.c Add Windows frontend 2010-01-31 00:36:02 +00:00
hotlist.c Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
localhistory.c remove all references to defunct vertical offset from plotters 2010-02-01 23:59:40 +00:00
localhistory.h Add Windows frontend 2010-01-31 00:36:02 +00:00
login.c Sync Windows frontend with core changes. 2010-04-16 20:15:54 +00:00
misc.c fix url to path on doze 2010-04-18 12:37:46 +00:00
NetSurfInstaller.nsi Add Windows frontend 2010-01-31 00:36:02 +00:00
plot.c remove all references to defunct vertical offset from plotters 2010-02-01 23:59:40 +00:00
plot.h Add Windows frontend 2010-01-31 00:36:02 +00:00
prefs.c Add Windows frontend 2010-01-31 00:36:02 +00:00
prefs.h Add Windows frontend 2010-01-31 00:36:02 +00:00
resourceid.h Fix high colour bitmap loading on toolbar 2010-02-04 23:15:50 +00:00
schedule.c Add Windows frontend 2010-01-31 00:36:02 +00:00
schedule.h The schedule_run function is only called by the frontends so remove it from the core header and add its definition to the frontend headers. 2010-04-28 22:39:37 +00:00
thumbnail.c Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
tree.c Add Windows frontend 2010-01-31 00:36:02 +00:00