index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libio
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-16
Fix memory leak in error path of do_ftell_wide (BZ #17370)
Siddhesh Poyarekar
1
-1
/
+4
2014-09-16
Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)
Siddhesh Poyarekar
1
-1
/
+1
2014-09-12
Complete the removal of __gconv_translit_find
Florian Weimer
2
-23
/
+4
2014-09-11
Fix memory leak in libio/wfileops.c do_ftell_wide [BZ #17370]
Tim Lammens
1
-0
/
+1
2014-06-07
Remove redundant C locale settings.
Joseph Myers
1
-1
/
+0
2014-06-04
Include LOCPATH in default test environment.
Joseph Myers
1
-14
/
+2
2014-05-27
Fix offset computation for append+ mode on switching from read (BZ #16724)
Siddhesh Poyarekar
4
-5
/
+193
2014-05-01
Fix -Wundef warnings for _IO_JUMPS_OFFSET.
Roland McGrath
1
-0
/
+2
2014-03-25
Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libio
Andreas Schwab
1
-0
/
+2
2014-03-17
Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"
Will Newton
2
-2
/
+2
2014-03-17
Fix _IO_JUMPS_OFFSET -Wundef warnings
Will Newton
2
-2
/
+2
2014-03-17
Change offset in fdopen only if setting O_APPEND
Siddhesh Poyarekar
2
-4
/
+66
2014-03-17
Fix offset caching for streams and use it for ftell (BZ #16680)
Siddhesh Poyarekar
4
-92
/
+178
2014-03-17
Fix up return codes for tests in tst-ftell-active-handler
Siddhesh Poyarekar
1
-18
/
+31
2014-03-06
Enumerate tests with special rules in tests-special variable.
Joseph Myers
1
-4
/
+4
2014-03-04
Fix up formatting in tst-ftell-active-handler.c
Siddhesh Poyarekar
1
-7
/
+7
2014-03-04
Fix up formatting
Siddhesh Poyarekar
1
-2
/
+2
2014-03-04
Use cached offset in ftell when reliable
Siddhesh Poyarekar
4
-23
/
+58
2014-03-04
Separate ftell from fseek logic and avoid modifying FILE data (#16532)
Siddhesh Poyarekar
5
-133
/
+588
2014-02-28
Fix fallout from Joseph's untested Makeconfig change.
Roland McGrath
1
-1
/
+1
2014-02-26
Consistently include Makeconfig after defining subdir.
Joseph Myers
1
-4
/
+2
2014-02-21
Generate .test-result files for tests with special rules.
Joseph Myers
1
-3
/
+6
2014-02-21
Complete _BSD_SOURCE / _SVID_source followup cleanup.
Joseph Myers
4
-17
/
+17
2014-02-14
Split up rules for tests using mtrace and something else.
Joseph Myers
1
-7
/
+9
2014-02-13
Clean up trivially redundant __USE_MISC conditionals.
Joseph Myers
1
-3
/
+2
2014-02-12
Combine __USE_BSD and __USE_SVID into __USE_MISC.
Joseph Myers
3
-11
/
+11
2014-02-10
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
9
-19
/
+19
2014-02-05
Fix infinite loop in ftell when writing wide char data (BZ #16398)
Siddhesh Poyarekar
3
-5
/
+115
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
153
-153
/
+153
2013-11-20
Rename Oriya locale to Odia (bug 15601)
Siddhesh Poyarekar
1
-1
/
+1
2013-10-11
Fix fwrite() reading beyond end of buffer in error path
Eric Biggers
5
-24
/
+21
2013-09-09
Fix memory leaks in libio on allocation failure
Allan McRae
2
-3
/
+8
2013-09-04
Remove --disable-versioning.
Joseph Myers
1
-2
/
+2
2013-08-21
Fix typos.
Ondřej Bílka
1
-2
/
+2
2013-06-08
Use (void) in no-arguments function definitions.
Joseph Myers
7
-14
/
+14
2013-06-07
Avoid use of "register" as optimization hint.
Joseph Myers
4
-17
/
+17
2013-06-06
Fix leading whitespaces.
Ondrej Bilka
2
-2
/
+2
2013-06-05
Remove trailing whitespace.
Joseph Myers
2
-3
/
+3
2013-05-24
Initialize wide struct info.
Ondrej Bilka
1
-0
/
+4
2013-04-15
Fix off-by-one bug in tst-fwrite-error
Siddhesh Poyarekar
1
-1
/
+1
2013-02-07
Remove lots of inline keywords.
Roland McGrath
1
-1
/
+1
2013-01-11
Add --enable-hardcoded-path-in-tests configure option
H.J. Lu
2
-3
/
+3
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
153
-174
/
+153
2013-01-01
Add script to update copyright notices and reformat some to facilitate its use.
Joseph Myers
1
-2
/
+1
2012-12-01
[BZ #12724] libio: revert partial POSIX 2008 fclose support
Mike Frysinger
3
-144
/
+4
2012-11-28
Make fwrite return 0 on EOF
Siddhesh Poyarekar
4
-11
/
+78
2012-11-16
printf should return negative value on error
Siddhesh Poyarekar
4
-14
/
+15
2012-11-16
Note in a comment that references to C++ bits are obsolete
Siddhesh Poyarekar
1
-0
/
+8
2012-11-01
Change type of constant to avoid a warning.
Thomas Schwinge
1
-1
/
+1
2012-10-24
Define and use $(run-built-tests).
Joseph Myers
1
-1
/
+1
[prev]
[next]