summaryrefslogtreecommitdiffstats
path: root/libc/stdio/fputc.c
Commit message (Expand)AuthorAgeFilesLines
* - for non-threaded, non-macro case we were missing __GI_fputc (for e.g. error.c)Bernhard Reutner-Fischer2008-05-231-0/+2
* - dtrtBernhard Reutner-Fischer2007-04-141-2/+4
* - provide a hidden_def for fputc_unlocked that is aliased to __fputc_unlocked.Bernhard Reutner-Fischer2006-12-221-0/+2
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-3/+3
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-4/+3
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-12/+22
* Forgot about the macros ;-(Peter S. Mazinger2005-12-161-1/+1
* Hide *getc* *putc*Peter S. Mazinger2005-12-151-4/+7
* Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger2005-12-031-6/+6
* Change internal name __f[ge,pu]tc_unlocked to __libc_xPeter S. Mazinger2005-11-251-6/+7
* Hide somePeter S. Mazinger2005-11-211-1/+1
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-221-9/+9
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-0/+96