netsurf/css
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
..
css.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
css.h Merge jmb/kill-reentrancy. r=vince 2010-04-11 10:52:18 +00:00
dump.c Fix build 2009-08-22 10:21:43 +00:00
dump.h Merge LibCSS port to trunk. 2009-07-23 23:05:34 +00:00
internal.c Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
internal.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
select.c Only obey size property on input elements that are either text or password. Fixes submit buttons with size properties being too small/large. 2010-03-28 18:33:10 +00:00
select.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
utils.c Make round-to-nearest clearer. 2009-07-25 17:21:35 +00:00
utils.h Merge LibCSS port to trunk. 2009-07-23 23:05:34 +00:00