Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-10 | __uc_malloc: Fix memory-leak in error path | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | |
sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko | |
2008-04-28 | __uc_malloc: remove stray semicolons | Denis Vlasenko | |
2008-02-12 | add hidden_proto's for __uc_malloc | Denis Vlasenko | |
(patch by Bernd Schmidt <bernds_cb1 at t-online.de>) | |||
2008-01-17 | - fix compilation: | Bernhard Reutner-Fischer | |
In file included from toolchain_build_i386/gcc-3.4.6/libiberty/hashtab.c:49: build_i386/staging_dir/i386-linux-uclibc/sys-include/malloc.h:193: error: ISO C forbids data definition with no type or storage class | |||
2007-09-19 | Fix author name and copyright notice in __uc_malloc.c | Denis Vlasenko | |
2007-09-19 | fix assembler error. libc_hidden_data_def cannot work on COMMONs, | Denis Vlasenko | |
thus need to initialize stuff with 0 to force it into bss. All hell can again break loose if future gcc will be smart enough to ignore it. | |||
2007-09-15 | add libc_hidden_xxxx for __uc_malloc | Denis Vlasenko | |
2007-07-30 | introduce __uc_malloc, so that users can intercept libc internal OOM. | Denis Vlasenko | |