summaryrefslogtreecommitdiffstats
path: root/libc/misc/error/error.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-9/+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 Vlasenko2008-11-201-4/+4
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-1/+1
|
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
|
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* Added support for error_print_progname as proposedCarmelo Amoroso2008-04-221-3/+9
| | | | by Will Newton <will.newton@gmail.com>
* michael_d writes in #1869: make sure GNU error functions output 'program: ' ↵Mike Frysinger2008-01-051-0/+4
| | | | as documented in the function api
* use weak_alias() for data symbols, not strong_alias()Mike Frysinger2006-05-041-4/+2
|
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-2/+0
| | | | most of global data relocations are back
* gcc41 does not like this at allPeter S. Mazinger2006-02-011-2/+0
|
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-0/+2
|
* Add back the current glibc copyright notice, although the file is far differentPeter S. Mazinger2006-01-291-4/+18
|
* Disabled NULL error_print_progname, uselessPeter S. Mazinger2006-01-271-1/+1
|
* Update copyright and commentPeter S. Mazinger2006-01-271-21/+5
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-6/+6
|
* error_message_count got lostPeter S. Mazinger2006-01-251-2/+0
|
* Change to build w/ -std=c99Peter S. Mazinger2006-01-231-3/+4
|
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵Peter S. Mazinger2006-01-161-5/+4
| | | | see what libpthread will do ...
* Last relocs jump and global data, (even locales) that I could remove are ↵Peter S. Mazinger2006-01-161-0/+2
| | | | gone from libc. The remaining are left as exercise for others ;-)
* some global data relocs gonePeter S. Mazinger2006-01-161-1/+1
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-10/+14
| | | | missing headers, other jump relocs removed
* create an alias for internal usageMike Frysinger2006-01-081-3/+4
|
* Convert usersPeter S. Mazinger2005-12-161-4/+5
|
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-0/+1
|
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-0/+1
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
|
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
|
* Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III2004-03-111-75/+0
| | | | | were returning). Anyway, also make them threadsafe and smaller. The error.c file still needs work.
* Patch from Rob McMullen:Eric Andersen2003-10-091-0/+74
| | | | | | | | Here's a patch... Since they aren't SUSv3 functions, I don't know if they'll ever get officially added, but it helps with BSD porting and allows quite a few Gentoo ebuilds to compile without changing anything. Rob
* Add a fun pointer to make apps happyEric Andersen2002-04-051-1/+5
|
* Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>Eric Andersen2002-03-151-0/+98