Add .cantunwind to _dl_start_user
[platform/upstream/glibc.git] / libio /
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...
2014-02-21 Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-02-14 Joseph MyersSplit up rules for tests using mtrace and something...
2014-02-13 Joseph MyersClean up trivially redundant __USE_MISC conditionals.
2014-02-12 Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-05 Siddhesh PoyarekarFix infinite loop in ftell when writing wide char data...
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-11-20 Siddhesh PoyarekarRename Oriya locale to Odia (bug 15601)
2013-10-11 Eric BiggersFix fwrite() reading beyond end of buffer in error...
2013-09-09 Allan McRaeFix memory leaks in libio on allocation failure
2013-09-04 Chris LeonardUpdate iso-1427.def and related occurrences.
2013-09-04 Joseph MyersRemove --disable-versioning.
2013-08-21 Ondřej BílkaFix typos.
2013-06-08 Joseph MyersUse (void) in no-arguments function definitions.
2013-06-07 Joseph MyersAvoid use of "register" as optimization hint.
2013-06-06 Ondrej BilkaFix leading whitespaces.
2013-06-05 Joseph MyersRemove trailing whitespace.
2013-05-24 Ondrej BilkaInitialize wide struct info.
2013-04-15 Siddhesh PoyarekarFix off-by-one bug in tst-fwrite-error
2013-02-07 Roland McGrathRemove lots of inline keywords.
2013-01-11 H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2012-12-02 Mike Frysinger[BZ #12724] libio: revert partial POSIX 2008 fclose...
2012-11-27 Siddhesh PoyarekarMake fwrite return 0 on EOF
2012-11-16 Siddhesh Poyarekarprintf should return negative value on error
2012-11-16 Siddhesh PoyarekarNote in a comment that references to C++ bits are obsolete
2012-11-01 Thomas SchwingeChange type of constant to avoid a warning.
2012-10-24 Joseph MyersDefine and use $(run-built-tests).
2012-10-18 Joseph MyersRemove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64...
2012-10-10 Joseph MyersRemove _IO_pos_t.
2012-10-09 Joseph MyersRemove _G_off64_t and _G_stat64 from _G_config.h.
2012-09-28 Siddhesh PoyarekarDon't flush write buffer for ftell
2012-09-28 Siddhesh PoyarekarAdjust wide data buffer pointers during fseek and ftell
2012-09-25 Joseph MyersRemove various _G_*_t type names.
2012-09-25 Siddhesh PoyarekarFix minor typos in comments
2012-09-25 Dmitry V. LevinSet "fail on error" mode directly in testsuite shell...
2012-09-21 Joseph MyersRemove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.
2012-09-20 Joseph MyersRemove _G_NEED_STDARG_H.
2012-09-17 Joseph MyersRemove _G_HAVE_IO_GETLINE_INFO.
2012-09-13 Joseph MyersRemove _G_HAVE_PRINTF_FP.
2012-09-10 Joseph MyersRemove _G_USING_THUNKS.
2012-09-10 Joseph MyersRemove libio C++ vtable definitions.
2012-09-10 H.J. LuRun tst-fopenloc if $(build-shared) is yes
2012-09-05 Siddhesh PoyarekarFix typos in comments
2012-09-04 Joseph MyersFix iogetdelim.c (latent) integer overflow (bug 9914).
2012-08-17 Roland McGrathMake libio compile without _IO_MTSAFE_IO.
2012-08-17 Roland McGrathClean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
2012-08-06 Roland McGrathClean up lockf64, fseeko64, ftello64, fgetpos64, fsetpo...
2012-08-01 Roland McGrathClean up fopen64 for O_LARGEFILE==0.
2012-07-30 Roland McGrathFix lots of bitrot for stub configurations.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-05-24 Andreas SchwabRemove use of INTDEF/INTUSE in libio
2012-05-12 Thomas SchwingeAvoid dup3 PLT usage.
2012-05-10 Thomas SchwingeHurd: #include <kernel-features.h>
2012-05-03 Joseph MyersFix conditions on checking versions of dprintf (bug...
2012-04-29 Marek PolacekFix attributes for fortify functions.
2012-04-12 Roland McGrathUpdate comment for _io_write_fn
2012-04-11 Jim MeyeringRemove __wur from fwrite, fwrite_unlocked
2012-03-29 David S. MillerRemove xsputn small copy optimization.
next