LinuxTV

CVS log for dietlibc/include/inttypes.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Jul 4 18:45:50 2015 UTC (8 years, 11 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -3 lines
gcc 4.4 not yet defined __UINTPTR_TYPE__ :-(

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jun 28 20:35:15 2015 UTC (8 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
  define uintptr_t using __UINTPTR_TYPE__ (32-bit platforms may need a make clean)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Sep 17 20:32:21 2014 UTC (9 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
add constant for faccessat
make *intmax_t 64-bit on 64-bit (the infrastructure to support 128-bit
integers is not actually there)
fix reallocarray to manually use uint128_t

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri May 9 17:04:03 2014 UTC (10 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
add reallocarray as defined by OpenBSD
to ease implementation, turn uintmax_t into uint128_t on 64-bit platforms

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 3 16:15:46 2011 UTC (13 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
remove extra semicolon

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Sep 23 02:11:00 2010 UTC (13 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -0 lines
make gnu grep compile

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Mar 15 08:51:22 2005 UTC (19 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +22 -1 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.10: download - view: text, markup, annotated - select for diffs
Mon Jul 5 21:55:44 2004 UTC (19 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -0 lines
add strtoimax and strtoumax

Revision 1.9: 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.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
C99 fixes and a new printf test suite (Enrico Scholz)

Revision 1.8: 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.7: preferred, colored
Changes since revision 1.7: +4 -0 lines
make headers C++ compatible

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 7 19:08:33 2002 UTC (21 years, 10 months ago) by fefe
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.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
remove ucontext from TODO
typo in comment

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 23 18:33:43 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +223 -0 lines
rename __syscall_syslog to klogctl (the glibc name for it), add a
prototype for it and pivot_root syscall, add %n for *scanf (Olaf says
it's not thread-safe and he will fix it).  Add C99 macros from
inttypes.h (I wouldn't have thought anyone actually uses those, ugh)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 20 15:16:44 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -4 lines
fix -ansi -pendantic errors and warnings about inline and long long.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jul 17 23:18:05 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -0 lines
add intmax_t and uintmax_t.

Revision 1.3: 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.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
start getting rid of kernel headers.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 11 15:34:27 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +15 -0 lines
start getting rid of kernel includes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 19 16:13:50 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
get{gr,pw,sp}ent and friends from Jeff Garzik

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>