aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-31Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.cmetcalf/tile-2.15Chris Metcalf2-1/+6
2012-01-31Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().Chris Metcalf3-1/+15
2012-01-31Fix bug in firstversions.awk version range handling.Chris Metcalf2-2/+10
2012-01-31Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.Chris Metcalf2-2/+6
2012-01-31Update config.guess, config.sub from upstream config git repository.Chris Metcalf3-86/+142
2012-01-31Add Tile relocation types.Chris Metcalf2-3/+225
2012-01-01Also update new programsUlrich Drepper5-8/+12
2012-01-01Update copyright yearUlrich Drepper17-32/+51
2011-12-30Fix up regcomp/regexecJakub Jelinek2-1/+6
2011-12-23Preliminaries for 2.15 releaseglibc-2.15Ulrich Drepper3-3/+6
2011-12-23Fix typos in commentsMarek Polacek2-4/+7
2011-12-23Prevent warnings due to long long constantsUlrich Drepper6-90/+124
2011-12-23CLLiubov Dmitrieva1-2/+2
2011-12-23Fix overrun in destination bufferLiubov Dmitrieva3-508/+331
2011-12-23Add missing inline keywordMarek Polacek6-6/+14
2011-12-23Add another BZUlrich Drepper2-7/+8
2011-12-23Modernize time format in Swedish localeUlrich Drepper3-9/+12
2011-12-23Fix wal_ET locale and build itUlrich Drepper4-36/+41
2011-12-23Various fixes to fi_FIUlrich Drepper3-29/+42
2011-12-23Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper2-1/+16
2011-12-23Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva2-41/+26
2011-12-23iconv mapping of 0xA8 0xEC in CP1258 is non-canonicalBruno Haible3-8/+11
2011-12-23iconv mapping of U+0385 in TCVN5712-1 is incorrectBruno Haible3-11/+17
2011-12-23Add ta_LK localeUlrich Drepper5-35/+133
2011-12-22Use __pthread_get_minstack in more placesUlrich Drepper3-4/+10
2011-12-22Create internal threads with sufficient stack sizeUlrich Drepper6-9/+31
2011-12-22Fix fi_FI collation reorderingUlrich Drepper3-24/+32
2011-12-22Fix error code for too small input buffer to getnameinfoUlrich Drepper3-9/+14
2011-12-22Add missing BZUlrich Drepper2-1/+2
2011-12-22Add feraiseexcept optimization for x86-32Ulrich Drepper2-1/+42
2011-12-22Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper3-8/+28
2011-12-22Build ur_IN localeUlrich Drepper3-4/+8
2011-12-22Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper6-32/+89
2011-12-22Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva2-745/+521
2011-12-22Support building bits/syscall.h for any number of subarch variants.Joseph Myers6-32/+89
2011-12-22Add brx_IN localeUlrich Drepper6-3/+196
2011-12-22Optimize tr_freehookUlrich Drepper3-6/+12
2011-12-22Change currency symbol placement for nl_BEUlrich Drepper3-3/+7
2011-12-22Add es_CU localeUlrich Drepper4-3/+130
2011-12-22WP issuesUlrich Drepper1-1/+0
2011-12-22Add unm_US localeUlrich Drepper4-3/+159
2011-12-22WP issuesUlrich Drepper1-34/+34
2011-12-22Add bho_IN localeUlrich Drepper4-2/+175
2011-12-22Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper2-1/+6
2011-12-21Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper5-10/+16
2011-12-21Use Kahan's formula in cacoshUlrich Drepper4-0/+24
2011-12-21Fix sign errr in some cacosh resultsRichard B. Kreckel5-32/+13
2011-12-21Fix reading thread name from comm fileUlrich Drepper3-2/+17
2011-12-21Fix one typoUlrich Drepper1-1/+1
2011-12-21Store invocation-specific data of conversion modules in __gconv_step_dataUlrich Drepper6-47/+56