Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -3/+0 |
| | | | | | | | | 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> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | __uc_malloc: remove stray semicolons | Denis Vlasenko | 2008-04-28 | 1 | -3/+3 |
| | |||||
* | add hidden_proto's for __uc_malloc | Denis Vlasenko | 2008-02-12 | 1 | -0/+1 |
| | | | | | (patch by Bernd Schmidt <bernds_cb1 at t-online.de>) | ||||
* | - fix compilation: | Bernhard Reutner-Fischer | 2008-01-17 | 1 | -0/+3 |
| | | | | | 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 | ||||
* | Fix author name and copyright notice in __uc_malloc.c | Denis Vlasenko | 2007-09-19 | 1 | -6/+4 |
| | |||||
* | fix assembler error. libc_hidden_data_def cannot work on COMMONs, | Denis Vlasenko | 2007-09-19 | 1 | -3/+6 |
| | | | | | | | 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. | ||||
* | add libc_hidden_xxxx for __uc_malloc | Denis Vlasenko | 2007-09-15 | 1 | -0/+2 |
| | |||||
* | introduce __uc_malloc, so that users can intercept libc internal OOM. | Denis Vlasenko | 2007-07-30 | 1 | -0/+41 |