LinuxTV

CVS log for dietlibc/dietstdio.h

[BACK] Up to [DVB] / dietlibc

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat May 5 00:30:53 2018 UTC (6 years, 1 month ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
fix new gcc 8.1 warnings

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Mar 3 15:45:32 2011 UTC (13 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
  use vsyscall for time on x86_64 instead of wrapping gettimeofday (Nikola Vladov)
  CPU affinity support (Indan Zupancic)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat May 15 16:38:21 2010 UTC (14 years ago) by leitner
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
  finally add stdout tty detection and turn off linewise buffering if !tty

Revision 1.30: 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.29: preferred, colored
Changes since revision 1.29: +2 -0 lines
  reading from stdin used to flush stdout.  Now it only does that
    if stdin is a tty.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Sep 21 07:33:07 2005 UTC (18 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -5 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.28: download - view: text, markup, annotated - select for diffs
Sun Apr 10 13:59:32 2005 UTC (19 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
  remove new gcc4 signedness warnings

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Nov 11 18:27:41 2003 UTC (20 years, 6 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +7 -0 lines
- some more stdio unlocked functions and cleanup with the cancel-points
- "new"-internal pthread_mutex_{un,}lock functions

Revision 1.26: 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.25: preferred, colored
Changes since revision 1.25: +5 -0 lines
some more _unlocked functions

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Sep 14 04:40:36 2003 UTC (20 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -1 lines
  the overflow checking in strtou?ll? was broken in some cases.
    Unfortunately, correct overflow checking enlarged the routine by 20%.
    (reported by Manuel Novoa III)
  two stdio bug fixes (also reported by Manuel Novoa III)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Dec 4 18:32:33 2002 UTC (21 years, 6 months ago) by olaf
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
ok now fread is working in a pipe...

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Feb 23 23:22:03 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
remove more warnings

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

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Nov 13 00:25:11 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
make ungetbuf an unsigned char (forgot to cast back to unsigned in
fgetc_unlocked).  This was the bug that broke bzip2!  Hooray!

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Aug 16 18:44:17 2001 UTC (22 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -0 lines
removed "some" warnings ...

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

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jul 26 16:08:09 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1 lines
so a LITTLE change of stdio.... (urg...)
added some weak aliases to assembler returns :) that are always present.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jul 26 11:31:43 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
fix a lot of bugs ;)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jul 18 00:20:08 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
remove a few warnings and add a ton of new i386 libmath routines from
Frank Klemm ;)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jul 13 10:13:20 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +7 -0 lines
ahm... hadn't commited this (needed for __v_printf)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jul 12 12:06:00 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -42 lines
make stdio compile again and strcpy a teeny bit smaller

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jul 11 22:29:07 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +11 -0 lines
Today was the day (aeh yesterday was the start now the stop...) I have
implemented all the *scanf functions (yes even sose crapy stdio variants..)
Now I... WE have to test them :) (other should have FUN too ...)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jul 9 13:54:07 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -4 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.11: download - view: text, markup, annotated - select for diffs
Fri May 18 14:17:53 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -0 lines
setfsuid, setfsgid syscalls.

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
add threadsafe.sh hack.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 11 11:57:09 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
forgot to remove two files.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 10 16:05:09 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
finalize THREAD_SAVE renaming, include libpthread in standard targets
for each platform.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 10 15:43:21 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -0 lines
typo, WANT_THREAD_SAVE -> WANT_THREAD_SAFE

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Feb 15 22:46:35 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -0 lines
added ungetc (yuck!)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Feb 13 01:11:35 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
several stdio fixes courtesy to the S-Lang test suite.

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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 12 19:01:36 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
popen and pclose!  Whee!  diet libc can not link slsh (small interpreter
from S-Lang)

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

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:57:37 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN

files where missing (?)

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>