Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 149 | -149/+149 |
2016-12-26 | Disable stack protector in early static initialization [BZ #7065] | Nick Alcock | 1 | -0/+7 |
2016-12-21 | Move all tests out of the csu subdirectory | Nick Alcock | 4 | -1/+678 |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers | 1 | -0/+1 |
2016-11-22 | Fix multiple definitions of mk[o]stemp[s]64 | Andreas Schwab | 4 | -0/+4 |
2016-11-14 | [BZ #19239] Issue deprecation warnings on macro expansion. | Zack Weinberg | 2 | -35/+28 |
2016-10-10 | hurd: Fix unused variable warning | Samuel Thibault | 1 | -0/+2 |
2016-10-07 | resolv: Deprecate unimplemented flags | Florian Weimer | 1 | -0/+10 |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 1 | -5/+3 |
2016-09-23 | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 1 | -12/+18 |
2016-08-25 | Reduce memory size of tsearch red-black tree. | Mark Wielaard | 1 | -153/+245 |
2016-08-03 | Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h> | Zack Weinberg | 1 | -3/+59 |
2016-08-03 | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 5 | -3/+205 |
2016-08-03 | Add utility macros for clang detection, and deprecation with messages. | Zack Weinberg | 1 | -1/+21 |
2016-07-08 | Fix LO_HI_LONG definition | Adhemerval Zanella | 3 | -95/+146 |
2016-06-21 | Fix p{readv,writev}{64} consolidation implementation | Adhemerval Zanella | 3 | -1/+138 |
2016-06-10 | Bug 20215: Always undefine __always_inline before defining it. | Carlos O'Donell | 1 | -0/+5 |
2016-06-06 | Consolidate pwritev/pwritev64 implementations | Adhemerval Zanella | 1 | -0/+2 |
2016-06-06 | Consolidate preadv/preadv64 implementation | Adhemerval Zanella | 1 | -0/+2 |
2016-05-03 | Fix sys/time.h timespec namespace (bug 20041). | Joseph Myers | 1 | -1/+3 |
2016-04-10 | Fix crash on getauxval call without HAVE_AUX_VECTOR | Samuel Thibault | 1 | -0/+2 |
2016-04-07 | hsearch_r: Include <limits.h> | Florian Weimer | 1 | -0/+1 |
2016-02-12 | hsearch_r: Apply VM size limit in test case | Florian Weimer | 1 | -0/+22 |
2016-01-28 | Improve check against integer wraparound in hcreate_r [BZ #18240] | Florian Weimer | 3 | -19/+93 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 140 | -140/+140 |
2015-11-24 | misc/tst-tsearch.c: bump up TIMEOUT to 10 seconds. | Chris Metcalf | 1 | -0/+1 |
2015-11-05 | Fix some stub prototypes missing ... after K&R conversion | Roland McGrath | 2 | -2/+2 |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 2 | -20/+9 |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 1 | -4/+1 |
2015-10-20 | Convert 29 more function definitions to prototype style (multiple parameters ... | Joseph Myers | 1 | -2/+1 |
2015-10-20 | Convert 24 more function definitions to prototype style (array parameters). | Joseph Myers | 2 | -7/+2 |
2015-10-19 | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2 | -11/+4 |
2015-10-17 | Assume that SOCK_CLOEXEC is available and works | Florian Weimer | 1 | -30/+3 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 50 | -154/+55 |
2015-09-17 | Use __pthread_setcancelstate in libc.a | H.J. Lu | 1 | -5/+6 |
2015-09-15 | Use HOST_NAME_MAX for MAXHOSTNAMELEN in <sys/param.h>. | Roland McGrath | 1 | -0/+3 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 6 | -6/+6 |
2015-08-29 | getmntent: fix memory corruption w/blank lines [BZ #18887] | Mike Frysinger | 5 | -22/+103 |
2015-08-27 | Mention mkdtemp as another secure alternative to mktemp | Gleb Fotengauer-Malinovskiy | 1 | -1/+2 |
2015-08-25 | Handle overflow in __hcreate_r | Ondřej Bílka | 1 | -1/+8 |
2015-08-18 | regexp.h: update Versions to match file usage [BZ #18681] | Zack Weinberg | 1 | -0/+3 |
2015-08-16 | Desupport regexp.h (bug 18681) | Zack Weinberg | 2 | -207/+25 |
2015-08-06 | Modify several tests to use test-skeleton.c | Arjun Shankar | 2 | -4/+10 |
2015-08-05 | Correct comments about the history of <regexp.h> | Zack Weinberg | 1 | -4/+5 |
2015-08-01 | Deprecate the use of regexp.h | Zack Weinberg | 2 | -18/+21 |
2015-07-07 | Set errno to ENOMEM on overflow in sbrk (bug 18592) | Cyril Hrubis | 1 | -4/+9 |
2015-06-17 | Fix ttyslot namespace (bug 18547). | Joseph Myers | 2 | -17/+20 |
2015-06-17 | Fix getpass fflush_unlocked namespace (bug 18540). | Joseph Myers | 1 | -1/+1 |
2015-06-17 | Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536). | Joseph Myers | 2 | -0/+5 |
2015-06-17 | Fix syslog dprintf namespace (bug 18534). | Joseph Myers | 1 | -1/+1 |