summaryrefslogtreecommitdiffstats
path: root/libc/misc/error
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-182-19/+1
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-202-9/+9
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-202-3/+3
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-182-2/+2
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-182-2/+2
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-032-1/+10
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
* Added support for error_print_progname as proposedCarmelo Amoroso2008-04-221-3/+9
* michael_d writes in #1869: make sure GNU error functions output 'program: ' a...Mike Frysinger2008-01-051-0/+4
* 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-102-3/+0
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-11/+8
* err() is not used internallyPeter S. Mazinger2006-02-031-1/+0
* 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
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger2006-01-161-5/+4
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-162-0/+3
* some global data relocs gonePeter S. Mazinger2006-01-161-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-142-29/+43
* create an alias for internal usageMike Frysinger2006-01-081-3/+4
* tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger2006-01-041-3/+1
* Convert usersPeter S. Mazinger2005-12-162-6/+7
* 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-092-0/+3
* Use internal \*_strerror_rPeter S. Mazinger2005-12-081-1/+1
* Reorder so that no prototype is needed. Is there a better way to get rid of g...Peter S. Mazinger2005-12-081-22/+30
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-30/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+25
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-8/+7
* Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III2005-07-281-1/+1
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III2004-03-113-76/+111
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Patch from Rob McMullen:Eric Andersen2003-10-091-0/+74
* 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-152-0/+137