Luigi Rizzo 84918f5bc8 mostly style changes, such as removal of trailing whitespace,
reformatting to avoid unnecessary line breaks, small block
restructuring to avoid unnecessary nesting, replace macros
with function calls, etc.

As a side effect of code restructuring, this commit fixes one bug:
previously, if a realloc() failed, memory was leaked. Now, the
realloc is not there anymore, as we first count how much memory
we need and then do a single malloc.
2009-12-23 18:53:11 +00:00
..
2009-12-14 22:24:04 +00:00
2009-12-03 18:16:14 +00:00
2009-12-08 00:54:08 +00:00
2009-11-29 20:47:43 +00:00
2009-12-22 09:03:59 +00:00
2009-12-21 19:39:10 +00:00