OpenBSD CVS

CVS log for src/sys/sys/stdint.h


[BACK] Up to [local] / src / sys / sys

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 25 00:19:26 2019 UTC (5 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, HEAD
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

I am retiring my old email address;  replace it with my OpenBSD one.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 30 18:19:25 2015 UTC (9 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

SIZE_MAX is no longer in limits.h

Revision 1.9 / (download) - annotate - [select for diffs], Tue Apr 1 05:04:50 2014 UTC (10 years, 2 months ago) by matthew
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored)

Define intptr_t in <unistd.h> as specified by POSIX

ok millert

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 11 15:59:16 2013 UTC (11 years ago) by matthew
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.7: +1 -7 lines
Diff to previous 1.7 (colored)

Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h>
and <stdint.h> should unconditionally define all of their macros
regardless of whether the __STDC_*_MACROS macros are defined.

ok guenther, espie
bulk build tested by landry

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 5 20:37:50 2012 UTC (12 years, 5 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored)

C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX.

ok beck@, guenther@, millert@, miod@

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 4 19:03:08 2012 UTC (12 years, 5 months ago) by kettenis
Branch: MAIN
Changes since 1.5: +7 -7 lines
Diff to previous 1.5 (colored)

Make sure the types of INTPTR_MIN/MAX and UINTPTR_MIN/MAX match the type we
use for intptr_t and uintptr_t.

ok millert@, deraadt@

Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 8 02:47:12 2011 UTC (12 years, 9 months ago) by guenther
Branch: MAIN
Changes since 1.4: +15 -15 lines
Diff to previous 1.4 (colored)

Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.
Since the underlying types of the int_fast types are set by machine/_types.h,
put internal macros in that same file and define the exposed
INT_FAST*_{MIN,MAX} macros from those.

ok millert@, kettenis@

Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 10 22:17:55 2006 UTC (17 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

typo; Alexander_Bluhm@genua.de

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 14 13:19:51 2006 UTC (18 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Fix INTX_MIN limits; the minus sign got dropped by accident when
I was converting the values frm decimal to hex.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 6 19:04:41 2006 UTC (18 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

Add missing rcsid

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 6 18:54:25 2006 UTC (18 years, 5 months ago) by millert
Branch: MAIN

Add real C99 stdint.h and inttypes.h based on an initial version I did in
1997 (yes, really).

This form allows you to request diff's 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.