Remove __ASSUME_GETCPU_SYSCALL.
[platform/upstream/glibc.git] / libio /
2017-04-18 Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-04-18 Florian WeimerAssume that dup3 is available
2017-04-18 Florian WeimerAssume that pipe2 is always available
2017-04-07 Zack Weinberggetopt: eliminate __need_getopt by splitting up getopt.h.
2017-03-16 Joseph MyersRemove C++ namespace handling from glibc headers.
2017-02-25 Zack WeinbergClean up conditionals for declaration of gets.
2017-02-16 Zack WeinbergAdd missing header files throughout the testsuite.
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-09 Florian Weimersupport: Introduce new subdirectory for test infrastructure
2016-11-30 Florian Weimerlibio: Limit buffer size to 8192 bytes [BZ #4099]
2016-11-27 Zack WeinbergMinor problems exposed by compiling C++ tests under...
2016-10-02 Adhemerval ZanellaFix tst-memstream3 build failure
2016-09-30 Adhemerval Zanellalibio: Multiple fixes for open_{w}memstram (BZ#18241...
2016-08-02 Joseph MyersSupport __STDC_WANT_LIB_EXT2__ feature test macro.
2016-07-06 Samuel Thibaulthurd: Fix PTR_{,DE}MANGLE calls
2016-06-23 Florian Weimerlibio: Implement vtable verification [BZ #20191]
2016-06-11 Paul Pluzhnikov2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2016-06-11 Florian Weimerfopencookie: Mangle function pointers stored on the...
2016-06-03 Florian Weimerlibio: Use wmemset instead of __wmemset to avoid linkna...
2016-04-29 Adhemerval Zanellalibio: Fix fmemopen append mode failure (BZ# 20012)
2016-04-28 Joseph MyersFix stdio.h namespace for pre-threads POSIX (bug 20014).
2016-04-28 Joseph MyersAlso define off_t in stdio.h for UNIX98.
2016-04-26 Adhemerval Zanellalibio: Update internal fmemopen position after write...
2016-04-26 Joseph MyersDefine off_t in stdio.h for XOPEN2K.
2016-04-25 Joseph MyersFix stdio.h cuserid namespace (bug 19989).
2016-03-07 Florian Weimerlibio: Clean up _IO_file_doallocate and _IO_wfile_doall...
2016-01-07 Marko MyllynenMake shebang interpreter directives consistent
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-20 Joseph MyersConvert miscellaneous function definitions to prototype...
2015-10-20 Joseph MyersConvert 113 more function definitions to prototype...
2015-10-19 Joseph MyersConvert 69 more function definitions to prototype style...
2015-10-16 Joseph MyersConvert 703 function definitions to prototype style.
2015-10-15 Joseph MyersRemove -fexceptions configure test.
2015-10-12 Andreas SchwabAdd dependencies on needed locales in each subdir tests...
2015-09-08 Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-09-03 Joseph MyersDon't install bits/libc-lock.h or bits/stdio-lock.h.
2015-09-03 Joseph MyersDon't include <bits/stdio-lock.h> from installed <libio.h>.
2015-09-01 Paul PluzhnikovFix BZ #18757.
2015-08-13 Paul PluzhnikovFix BZ #18820 -- fmemopen may leak memory on failure.
2015-08-13 Paul PluzhnikovFix BZ #16734 -- fopen calls mmap to allocate its buffer
2015-08-08 Paul PluzhnikovIn preparation for fixing BZ#16734, fix failure in...
2015-08-06 Paul PluzhnikovAdd #include <unistd.h> to libio/oldfileops.c for write.
2015-07-16 Adhemerval Zanellalibio: Fix fmemopen 'w' mode with provided buffer
2015-07-08 Adhemerval Zanellalibio: fmemopen rewrite to POSIX compliance
2015-07-08 Feng GaoUse "|" instead of "+" when combine the _IO_LINE_BUF...
2015-06-25 Andreas SchwabFix buffer overflow for writes to memory buffer stream...
2015-06-17 Joseph MyersFix swscanf vswscanf namespace (bug 18542).
2015-06-17 Joseph MyersFix getpass fflush_unlocked namespace (bug 18540).
2015-06-12 Joseph MyersFix syslog fputs_unlocked namespace (bug 18530).
2015-06-05 Joseph MyersFix open_memstream namespace (bug 18498).
2015-05-22 Florian WeimerFix indentation to match nesting in previous commit
2015-05-22 Florian WeimerAvoid some aliasing violations in libio
2015-03-23 Roland McGrathMinor cleanups in libio/iofdopen.c
2015-03-08 Paul PluzhnikovCleanup: in preparation for fixing BZ #16734, fix memor...
2015-02-25 Paul PluzhnikovFix minor formatting violation.
2015-02-24 Paul PluzhnikovFix BZ #17916 - fopen unbounded stack usage for ccs...
2015-02-22 Paul PluzhnikovFix BZ #17269 -- _IO_wstr_overflow integer overflow
2015-02-22 Chung-Lin TangAdjust timeouts for some tests, to accommodate slow...
2015-02-18 Paul PluzhnikovCleanup: add missing #include's
2015-02-06 Roland McGrathFix libio/tst-atime not to presume ST_NOATIME exists.
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-30 H.J. LuReplace %ld with %jd and cast to intmax_t
2014-12-17 Stefan LieblerGet rid of format warning in tst-widetext.c.
2014-12-16 Arjun ShankarModify libio/tst-fopenloc.c to use test-skeleton.c
2014-12-10 Joseph MyersFix tst-ftell-active-handler.c warning.
2014-12-08 Adhemerval Zanellalibio: Fix variable aligment in tst-ftell-active-handler
2014-12-05 Adhemerval Zanellalibio: Fix buffer overrun in tst-ftell-active-handler
2014-12-04 Siddhesh PoyarekarFix up function definition style
2014-12-04 Siddhesh PoyarekarReset cached offset when reading to end of stream ...
2014-12-04 Siddhesh Poyarekartst-ftell-active-handler: Open file with O_TRUNC for...
2014-12-04 Siddhesh Poyarekarftell: seek to end only when there are unflushed bytes...
2014-11-27 Joseph MyersFix libio/bug-ungetwc1.c warning.
2014-11-26 Joseph MyersFix warnings in fwscanf / rewind tests.
2014-11-24 Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-12 Joseph MyersFix __get_nprocs fgets_unlocked namespace (bug 17582).
2014-11-12 Joseph MyersFix tzfile.c namespace (bug 17583).
2014-11-05 Arjun ShankarModify several tests to use test-skeleton.c
2014-11-03 Andreas SchwabDon't error out writing a multibyte character to an...
2014-09-16 Siddhesh PoyarekarFix memory leak in error path of do_ftell_wide (BZ...
2014-09-16 Siddhesh PoyarekarRevert to defining __extern_inline only for gcc-4.3...
2014-09-12 Florian WeimerComplete the removal of __gconv_translit_find
2014-09-11 Tim LammensFix memory leak in libio/wfileops.c do_ftell_wide ...
2014-06-07 Joseph MyersRemove redundant C locale settings.
2014-06-04 Joseph MyersInclude LOCPATH in default test environment.
2014-05-27 Siddhesh PoyarekarFix offset computation for append+ mode on switching...
2014-05-01 Roland McGrathFix -Wundef warnings for _IO_JUMPS_OFFSET.
2014-03-25 Andreas SchwabSetup LOCPATH for tst-ftell-active-handler and tst...
2014-03-17 Will NewtonRevert "Fix _IO_JUMPS_OFFSET -Wundef warnings"
2014-03-17 Will NewtonFix _IO_JUMPS_OFFSET -Wundef warnings
2014-03-17 Siddhesh PoyarekarChange offset in fdopen only if setting O_APPEND
2014-03-17 Siddhesh PoyarekarFix offset caching for streams and use it for ftell...
2014-03-17 Siddhesh PoyarekarFix up return codes for tests in tst-ftell-active-handler
2014-03-06 Joseph MyersEnumerate tests with special rules in tests-special...
2014-03-04 Siddhesh PoyarekarFix up formatting in tst-ftell-active-handler.c
2014-03-04 Siddhesh PoyarekarFix up formatting
2014-03-04 Siddhesh PoyarekarUse cached offset in ftell when reliable
2014-03-04 Siddhesh PoyarekarSeparate ftell from fseek logic and avoid modifying...
2014-02-28 Roland McGrathFix fallout from Joseph's untested Makeconfig change.
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-21 Joseph MyersGenerate .test-result files for tests with special...
next