]> git.ipfire.org Git - thirdparty/glibc.git/history - misc
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / misc /
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-31  Siddhesh PoyarekarIntroduce _FORTIFY_SOURCE=3
2020-12-23  Siddhesh Poyarekarmisc: Use __ferror_unlocked instead of ferror
2020-12-22  Siddhesh Poyarekaraddmntent: Remove unbounded alloca usage from getmntent...
2020-12-16  Florian WeimerReplace __libc_multiple_libcs with __libc_initial flag
2020-12-12  Jonny GrantFix spelling and grammar in several comments
2020-12-11  Dmitry V. Levintreewide: fix incorrect spelling of indices in comments
2020-11-13  Adhemerval ZanellaRemove tls.h inclusion from internal errno.h
2020-11-05  Siddhesh PoyarekarRemove __warndecl
2020-10-30  Joseph MyersAvoid -Wstringop-overflow warning in pthread_cleanup_pu...
2020-10-27  Florian Weimermisc: Add internal __getauxval2 function
2020-09-22  Jonathan WakelyDefine __THROW to noexcept for C++11 and later
2020-09-11  Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-08-18  Andreas SchwabCorrect locking and cancellation cleanup in syslog...
2020-07-06  Florian WeimerAdd the __libc_single_threaded variable
2020-05-04  Martin Seborimprove out-of-bounds checking with GCC 10 attribute...
2020-04-30  Paul E. MurphyRename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIREC...
2020-04-28  Florian Weimermisc: Remove sstk from the autogenerated system call...
2020-04-27  Florian Weimermisc: Turn sstk into a compat symbol
2020-04-22  H.J. LuAdd a syscall test for [BZ #25810]
2020-02-18  Florian Weimer<fd_to_filename.h>: Add type safety and port to Hurd
2020-02-17  Gabriel F. T. GomesPrepare redirections for IEEE long double on powerpc64le
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-23  Gabriel F. T. Gomesldbl-128ibm-compat: Add *cvt functions
2019-12-23  Gabriel F. T. GomesRefactor *cvt functions implementation (2/2)
2019-12-23  Gabriel F. T. GomesRefactor *cvt functions implementation (1/2)
2019-11-22  Adhemerval Zanellamisc: Set generic pselect as ENOSYS
2019-11-21  Emilio Cobos ÁlvarezDon't use a custom wrapper macro around __has_include...
2019-10-30  Adhemerval ZanellaChange most internal uses of time to __clock_gettime.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-09-02  Florian WeimerAdd misc/tst-mntent-autofs, testing autofs "ignore...
2019-09-02  Ian KentUse autofs "ignore" mount hint in getmntent_r/getmntent
2019-08-28  Florian Weimermisc: Use allocate_once in getmntent
2019-08-21  Zack WeinbergDon't use the argument to time.
2019-06-14  Florian Weimer<sys/cdefs.h>: Inhibit macro expansion for __glibc_has_...
2019-06-12  Florian Weimer<sys/cdefs.h>: Add __glibc_has_include macro
2019-05-03  Florian Weimermisc/tst-tsearch: Additional explicit error checking
2019-05-02  Florian Weimermisc: Add twalk_r function
2019-03-01  Gabriel F. T. Gomesldbl-opt: Reuse test cases from misc/ that check long...
2019-03-01  Gabriel F. T. Gomesldbl-opt: Add error and error_at_line (bug 23984)
2019-03-01  Gabriel F. T. Gomesldbl-opt: Add err, errx, verr, verrx, warn, warnx,...
2019-02-25  Joseph MyersBreak more lines before not after operators.
2019-02-22  Joseph MyersBreak some lines before not after operators.
2019-02-21  Gabriel F. T. GomesAdd internal implementations for argp.h, err.h, and...
2019-02-12  Joseph MyersAdd fall-through comments.
2019-01-12  Dmitry V. LevinFix a few typos in comments
2019-01-03  Adhemerval Zanellanptl: Remove tst-cancel-wrappers test and related macros
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-14  Gabriel F. T. GomesAdd tests for the long double version of ecvt and fcvt
2018-12-05  Zack WeinbergAdd __vsyslog_internal, with same flags as __v*printf_i...
2018-11-10  Martin SeborAdd support for GCC 9 attribute copy.
2018-11-09  Gabriel F. T. GomesConvert tst-efgcvt to the new test framework
2018-11-09  Gabriel F. T. GomesUse TEST_COMPARE_STRING in recently added test
2018-11-06  Gabriel F. T. GomesAdd tests with floating-point arguments for err* and...
2018-11-06  Gabriel F. T. GomesAdd test for warn, warnx, vwarn, and vwarnx with floati...
2018-10-23  Adhemerval ZanellaFix tst-preadvwritev2 build failure on HURD
2018-09-28  Adhemerval ZanellaFix misreported errno on preadv2/pwritev2 (BZ#23579)
2018-09-20  Florian Weimermisc: New test misc/tst-gethostid
2018-08-21  Florian WeimerAvoid running some tests if the file system does not...
2018-08-14  Florian Weimererror, warn, warnx: Use __fxprintf for wide printing...
2018-08-13  Florian Weimererror, error_at_line: Add missing va_end calls
2018-07-24  H.J. LuAdd <bits/indirect-return.h>
2018-05-23  Florian WeimerImplement allocate_once for atomic initialization with...
2018-05-02  Adhemerval ZanellaDeprecate ustat syscall interface
2018-04-03  H.J. LuUpdate RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]
2018-03-06  Samuel ThibaultAdd missing start-of-file descriptive comment.
2018-02-21  Joseph MyersFix -Os putc_unlocked, fputc_unlocked linknamespace...
2018-02-21  Joseph MyersFix -Os getc_unlocked linknamespace, localplt issues...
2018-02-12  Zack Weinberg[BZ #19239] Don't include sys/sysmacros.h from sys...
2018-02-07  Joseph MyersFix -Os gnu_dev_* linknamespace, localplt issues (bug...
2018-02-06  Joseph MyersFix non-__GNUC__ definitions of __inline and __restrict...
2018-02-02  Florian Weimerpreadv2/pwritev2: Handle offset == -1 [BZ #22753]
2018-01-02  Florian Weimermisc/tst-pselect.c: Add copyright header
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-11  H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-11-16  Martin SeborThe -Wstringop-truncation option new in GCC 8 detects...
2017-10-02  H.J. LuHide internal __hasmntopt function [BZ #18822]
2017-10-01  H.J. LuHide internal __tdestroy function [BZ #18822]
2017-10-01  H.J. LuHide internal __ioctl function [BZ #18822]
2017-10-01  H.J. LuHide internal sysinfo functions [BZ #18822]
2017-10-01  H.J. LuHide __readv and __writev [BZ #18822]
2017-10-01  H.J. LuMark internal stdlib functions with attribute_hidden...
2017-09-27  Samuel Thibaulthurd: Fix `revoke' symbol exposition from `unlockpt'
2017-09-03  Samuel Thibaulthurd: Fix build ot misc/tst-preadvwritev2-common.c
2017-09-03  Samuel Thibaulthurd: Fix p{read,write}{,v64}v2.c build
2017-08-31  Florian Weimermisc: Remove internal_function function attribute
2017-08-21  H.J. LuMark __libc_multiple_libcs with attribute_hidden [BZ...
2017-08-18  Adhemerval ZanellaConsolidate non cancellable close call
2017-08-18  Gabriel F. T. GomesDo not use generic selection in C++ mode
2017-08-17  Adhemerval ZanellaConsolidate non cancellable open call
2017-08-08  Joseph MyersDo not use __ptr_t.
2017-08-07  Joseph MyersRemove __long_double_t.
2017-07-11  Adhemerval Zanellaposix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)
2017-07-06  Joseph MyersIncrease some test timeouts.
2017-06-23  H.J. LuAvoid .symver on common symbols [BZ #21666]
2017-06-23  Adhemerval ZanellaClean pthread functions namespaces for C11 threads
2017-06-21  Adhemerval Zanellaposix: Add invalid flags test for p{write,read}v2
2017-06-14  Zack WeinbergRemove __need_IOV_MAX and __need_FOPEN_MAX.
2017-06-09  Tulio Magno Quites... Add a way to bypass the PLT when calling getauxval
2017-06-08  Zack WeinbergRemove __need macros from stdio.h and wchar.h.
next