LinuxTV

CVS log for dietlibc/libstdio/fflush.c

[BACK] Up to [DVB] / dietlibc / libstdio

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Mar 29 15:56:33 2016 UTC (8 years, 2 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +0 -1 lines
upstream Debian patches

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jun 19 12:53:48 2012 UTC (11 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -0 lines
try to accomodate current pedantic gnu configure scripts

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jan 13 17:58:38 2009 UTC (15 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
  stdio speedup

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jun 1 06:11:34 2006 UTC (18 years ago) by leitner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
  reading from stdin used to flush stdout.  Now it only does that
    if stdin is a tty.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Sep 21 07:33:08 2005 UTC (18 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
  update syscalls
  lots of fixes from Markus FX Oberhumer:
    * better signal handling error detection
    * setjmp.S on i386
    * getenv on i386
    * sys/stat.h -malign-double fix
    * update fcntl.h for MIPS to 2.6.13 version
    * jmp_buf is 40*8 instead of 58*8 on ppc64.
    * This patch fixes the section of the TOC entries on ppc64
    * libstdc++ updates for gcc 4
    * remove cstddef and cwchar (no longer needed)
    * int -> ssize_t for read and write
    * sigjmp.c: __mask_was_saved was not set in all cases!
    * another round of ILP64 cleanups

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Nov 4 18:09:42 2003 UTC (20 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -2 lines
some more _unlocked functions

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 13 19:41:31 2003 UTC (21 years, 3 months ago) by fefe
Branches: MAIN
CVS tags: branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, RC12_FIELDTEST_FINNLAND
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
puts in full stdio mode would omit the \n

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jun 14 12:59:27 2002 UTC (21 years, 11 months ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
input from stdin should flush stdout

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Feb 23 22:18:43 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -0 lines
lots of warnings removed

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Feb 9 00:45:18 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2 lines
import a few more Uwe Ohse bug reports

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Dec 4 12:26:21 2001 UTC (22 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -4 lines
remove redundant declarations

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 4 12:24:25 2001 UTC (22 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -3 lines
fixed fflush on input streams (next_char from ncurses exposed this)
diet now adds -static to gcc command line.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 20 15:35:16 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -1 lines
ugh, fix fflush lseek bug and made limits.h more mutt friendly.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 14 17:02:01 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
oops, forgot one s/int/size_t/

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Aug 14 16:56:51 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
enabled a few more obscure gcc warnings and started adding fluff code to
silence them.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jul 20 13:10:06 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
a few stdio fixes and typo removal

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jul 9 13:54:08 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -6 lines
ugh, touched all stdio and ripped out the non-ungetc and unbuffered
modes.  Did some ELF weak symbol trickery to make `puts("foo")' not
reference the whole stdio crap.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 7 12:29:37 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
a ton of warnings fixed ;)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 16 23:41:36 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
add threadsafe.sh hack.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Feb 12 22:21:10 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
usleep fixed.
reorganized interleaved read/write seeking in stdio.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Feb 9 23:48:48 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
Implemented linker warnings!  Woohoo!
Added linker warnings to a couple of dangerous or bloaty functions.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 3 00:36:32 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
fixed fread on pipes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 30 15:01:19 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
split off stdio and create libugly for monstrosities such as system()
and daemon().  In the future, crap like popen() will go there, too.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>