Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |