LinuxTV

CVS log for dietlibc/include/stdio.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Apr 11 04:15:35 2015 UTC (9 years, 2 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
silence a few compiler warnings

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jul 24 20:17:16 2012 UTC (11 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +10 -3 lines
shuffle the _ATFILE_SOURCE declarations around a little so they conform
to what the man pages say

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat May 15 16:16:10 2010 UTC (14 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
include BUFSIZ from 128 to 1024

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Mar 26 03:06:59 2007 UTC (17 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
  strptime also fills in tm_wday and tm_yday (Gernot Tenchio)
  x86-64 getpriority has bias 20 (Rene Rebe)
  fix typo in fstatfs64 (Gernot Tenchio)
  fix infinite loop in getaddrinfo (Nikola Vladov)
  don't include sys/stat.h in stdio.h and unistd.h (Gernot Tenchio)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Mar 15 08:51:22 2005 UTC (19 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +45 -25 lines
  Lots of fixes and patches from Markus Oberhumer.
    libstdc++ compatibility
    ilp64 compatibility
    make diet libc compile with -Werror on 13 platforms
  ppc64 now compiles again

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jul 12 12:04:43 2004 UTC (19 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
  use _FILE_OFFSET_BITS consistently (Indan Zupancic)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Jan 3 02:17:32 2004 UTC (20 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -0 lines
add ftrylockfile

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

Revision 1.39: 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.38: preferred, colored
Changes since revision 1.38: +14 -0 lines
some more _unlocked functions

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Oct 15 15:32:09 2003 UTC (20 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -0 lines
fixing memccpy,memcmp,strncmp (reported by Gernot Tenchio)
fixing strtoXXX (Gernot Tenchio, patch modified)
fixing the *scanf return behavior (reported by Enrico Scholz)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Aug 29 22:18:54 2003 UTC (20 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -0 lines
add vasprintf for elinks

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Aug 19 16:58:17 2003 UTC (20 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -0 lines
make headers C++ compatible

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Apr 18 17:35:37 2003 UTC (21 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +0 -1 lines
remove getline macro, caused problems with GNU sed.
Now you need to add -lcompat if you use getline.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Mar 15 02:36:42 2003 UTC (21 years, 3 months ago) by fefe
Branches: MAIN
CVS tags: branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -3 lines
add ctermid and ftok (now perl should compile)
add some more linker warnings (we sure are accumulating lots of junk)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu May 23 17:58:30 2002 UTC (22 years ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
change __malloc__ to __attribute_malloc__

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue May 21 23:31:42 2002 UTC (22 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -0 lines
add putchar prototype

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Mar 1 23:37:06 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +6 -0 lines
add getline and getdelim to libcompat

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Feb 23 23:08:20 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
I firmly believe that Sun librpc is ugly beyond repair.
I failed to fix it without substantial code restructuring.
add entry to FAQ about how to create a cross compiler.

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

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

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jan 22 11:25:34 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
start using __attribute__((malloc)) to improve tell the gcc 3 optimizer
that a function returns a malloced pointer, i.e. the pointer can't alias
any existing data.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Sep 10 18:39:01 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +17 -17 lines
add __attribute__((format(...))) warning enablers for gcc for *printf
and *scanf and strftime.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jul 31 17:19:55 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -0 lines
new feature....

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jul 31 14:28:15 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
add prototype for tmpfile.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jul 31 14:24:33 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +8 -0 lines
add getopt_long_only and rework getopt and getopt_long so they
understand optidx=0 (which is in violation of susv2 but some b0rken
BSD crapware does it anyway).  Did I mention that BSD sucks?  A lot?

add initial iconv implementation that can convert iso-8859-1 <-> UTF-8
<-> UCS-4.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jul 30 12:44:34 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -0 lines
add L_tmpnam and P_tmpdir

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jul 26 12:32:44 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -1 lines
minor tweaks, prototype tmpnam and define SEEK_SET in stdio.h

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jul 12 11:57:20 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
fseek return values were b0rken.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jul 11 15:32:10 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
stdio should not include unistd.h.  Otherwise configure from openssh
thinks that getpgrp takes an argument.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jun 6 18:12:10 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
add %h to vsnprintf.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 31 15:01:31 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
add getc_unlocked and f(un|)lockfile for non-pthread case.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat May 19 02:54:13 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
fix FD_* macros on Alpha (man do the kernel headers suck!)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat May 19 02:19:34 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +11 -3 lines
cosmetic changes and signal testing

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat May 19 01:42:03 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +8 -0 lines
add fseeko* and ftello*

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue May 15 15:38:01 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +16 -15 lines
add maths prototypes.

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

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

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat May 5 12:26:59 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
remove a few warnings, add res_init.

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

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 12 14:33:48 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
implement __isnan (referenced by libm.a from glibc).

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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 2 21:42:24 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +47 -40 lines
added a ton of new prototypes and the _FILE_OFFSET_BITS==64 #define
trick seems to work now, too.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Feb 1 10:25:47 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -0 lines
added some cruft so I could link lzop and bzip2 against diet libc.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 26 10:54:21 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
added a few prototypes and <sys/reboot.h>.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 25 12:18:15 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2 lines
made ctype functions __attribute__ ((__const__)) (gcc magic).
implemented islower, isupper, strcasecmp and strncasecmp.
added putc and putchar as macros.
#defined STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:57:39 2001 UTC (23 years, 5 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>