LinuxTV

CVS log for dietlibc/include/dirent.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jun 6 12:02:01 2016 UTC (8 years ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -0 lines
  aarch64 port (Christian Seiler)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Apr 24 10:05:59 2013 UTC (11 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
make stat and readdir work for x32

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Oct 30 19:56:00 2012 UTC (11 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
define the d_type fields also without _BSD_SOURCE

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Oct 30 19:54:17 2012 UTC (11 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -0 lines
expose d_type also in struct dirent, not just struct dirent64 (makes
readdir uglier and not thread-safe, unfortunately)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jan 15 19:20:56 2012 UTC (12 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
add fdopendir

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: +2 -2 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 Jun 14 02:23:31 2005 UTC (19 years ago) by leitner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
  remove throw() statements for functions taking function pointer
    arguments (qsort, besearch, ftw)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jul 5 21:50:21 2004 UTC (19 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +29 -0 lines
  add some BSD legacy declarations to dirent.h (Bryan Henderson)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jan 7 15:06:48 2004 UTC (20 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
C99 fixes and a new printf test suite (Enrico Scholz)

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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon May 26 22:41:28 2003 UTC (21 years ago) by leitner
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
  add __attribute_dontuse__ to declare a few functions as deprecated
  use above to flag a few BSDisms ;-)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 5 18:29:27 2003 UTC (21 years, 4 months ago) by olaf
Branches: MAIN
CVS tags: branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, RC12_FIELDTEST_FINNLAND
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -0 lines
adding scandir64 and alphasort64 for largefile support (LFS)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed May 29 13:11:04 2002 UTC (22 years 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.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
rename "select" argument to scandir to avoid bogus gcc warning.

Revision 1.11: 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.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
import a few more Uwe Ohse bug reports

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Nov 22 18:45:07 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -0 lines
add readdir64 and automatic mapping if _FILE_OFFSET_BITS == 64

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 13 16:19:36 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -0 lines
several changes to make vs_ftpd compile.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 12 23:21:16 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +0 -1 lines
improve "make install".
fix dirent.h

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Sep 14 18:23:14 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
try to make the header files lcc compatible

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jun 15 16:14:49 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +14 -1 lines
start getting rid of kernel headers.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 16 16:25:51 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -0 lines
add scandir.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed May 16 15:19:34 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -0 lines
add alphasort prototype.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 16 15:18:22 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -0 lines
add alphasort (for boa).

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Feb 2 23:53:58 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -35 lines
fixed a sparc unified syscall error handling problem and removed glibc
readdir compatibility cruft.

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>