Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2 |
|
#
49545b38 |
| 29-Jul-2002 |
Mike Barcroft <mike@FreeBSD.org> |
Create a new header <machine/_stdint.h> for storing MD parts of <stdint.h>. Previously, parts were defined in <machine/ansi.h> and <machine/limits.h>. This resulted in two problems: (1) Defining
Create a new header <machine/_stdint.h> for storing MD parts of <stdint.h>. Previously, parts were defined in <machine/ansi.h> and <machine/limits.h>. This resulted in two problems: (1) Defining macros in <machine/ansi.h> gets in the way of that header only defining types. (2) Defining C99 limits in <machine/limits.h> adds pollution to <limits.h>.
show more ...
|
Revision tags: release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
#
0ac2d551 |
| 02-Nov-2001 |
Mike Barcroft <mike@FreeBSD.org> |
o Add new header <sys/stdint.h>. o Make <stdint.h> a symbolic link to <sys/stdint.h>. o Move most of <sys/inttypes.h> into <sys/stdint.h>, as per C99. o Remove <sys/inttypes.h>. o Adjust includes in
o Add new header <sys/stdint.h>. o Make <stdint.h> a symbolic link to <sys/stdint.h>. o Move most of <sys/inttypes.h> into <sys/stdint.h>, as per C99. o Remove <sys/inttypes.h>. o Adjust includes in sys/types.h and boot/efi/include/ia64/efibind.h to reflect new location of integer types in <sys/stdint.h>. o Remove previously symbolicly linked <inttypes.h>, instead create a new file. o Add MD headers <machine/_inttypes.h> from NetBSD. o Include <sys/stdint.h> in <inttypes.h>, as required by C99; and include <machine/_inttypes.h> in <inttypes.h>, to fill in the remaining requirements for <inttypes.h>. o Add additional integer types in <machine/ansi.h> and <machine/limits.h> which are included via <sys/stdint.h>.
Partially obtain from: NetBSD Tested on: alpha, i386 Discussed on: freebsd-standards@bostonradio.org Reviewed by: bde, fenner, obrien, wollman
show more ...
|
#
2a54e09d |
| 15-Aug-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
OFF_T -> OFF (more standard style)
|
#
a6314641 |
| 15-Aug-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add OFF_T_MAX/OFF_T_MIN
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0 |
|
#
86d42bbd |
| 04-Nov-2000 |
David E. O'Brien <obrien@FreeBSD.org> |
Our SHRT_MIN definition was actually 4 bits too big.
Submitted by: Bradley T. Hughes <bhughes@trolltech.com>
|
#
780ba1bc |
| 24-Oct-2000 |
David E. O'Brien <obrien@FreeBSD.org> |
* Update comments * convert decimal constants to hex Submitted by: bde
* Add ISO-C99 long long limits
|
Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0 |
|
#
bb86f61a |
| 22-May-1999 |
Bruce Evans <bde@FreeBSD.org> |
Fixed style bugs in previous commit.
|
#
80a29084 |
| 21-May-1999 |
Andrey A. Chernov <ache@FreeBSD.org> |
Set CHAR_{MIN,MAX} according to -funsigned-char flag given or not
PR: 11627 Submitted by: Petr Lampa <lampa@fee.vutbr.cz>
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
6875d254 |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not ready for it yet.
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
Revision tags: release/2.1.5_cvs, release/2.1.0_cvs, release/2.0.5_cvs |
|
#
ee6075a3 |
| 03-Feb-1995 |
Bruce Evans <bde@FreeBSD.org> |
Don't define CLK_TCK here.
Uniformize idempotency ifdef.
|
Revision tags: release/2.0 |
|
#
3c4dd356 |
| 02-Aug-1994 |
David Greenman <dg@FreeBSD.org> |
Added $Id$
|
Revision tags: release/1.1.5.1_cvs |
|
#
26f9a767 |
| 25-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
|
Revision tags: release/1.1.0_cvs |
|
#
6ebe34f1 |
| 04-Apr-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
First pass at adding locale support. This code only deals with the LC_CTYPE class of locale data, but could be extended to handle other locale classes, as well as message catalogues and other non-lo
First pass at adding locale support. This code only deals with the LC_CTYPE class of locale data, but could be extended to handle other locale classes, as well as message catalogues and other non-locale i18n support.
I have left the old _ctype_ array in place, and moved the ctype.h header to octype.h, so that existing shared binaries will still be able to find and use it as they require.
See /usr/src/share/locale for information on how to create new locale data files (eventually this procedure will be improved). I'd like to have a family of locale files for various countries, languages, and character sets, so please contribute some.
This code was originally written by Paul Borman and contributed to 4.4; I did the integration, and have somewhat tested it. crt0.c probably ought to call setlocale() if it doesn't already, but I'd like for people to create some locale files and try things manually first before I make every program do this.
show more ...
|
#
4aa43a67 |
| 26-Feb-1994 |
Andrey A. Chernov <ache@FreeBSD.org> |
Bump CLK_TCK to more precise value (128) If you want more precise, use directly getrusage(), because clock() emulated via it.
|
#
90d795a1 |
| 19-Dec-1993 |
Andrew Moore <alm@FreeBSD.org> |
adding libc/quad: added _QUAD_HIGH/LOW added (U_)QUAD_MAX/MIN (from NetBSD)
|
#
6e393973 |
| 07-Nov-1993 |
Garrett Wollman <wollman@FreeBSD.org> |
Made all header files idempotent and moved incorrect common data from headers into a related source file. Added cons.h as first step towards moving i386/i386/cons.h to machine/cons.h where it belong
Made all header files idempotent and moved incorrect common data from headers into a related source file. Added cons.h as first step towards moving i386/i386/cons.h to machine/cons.h where it belongs.
show more ...
|
Revision tags: release/1.0.0_cvs |
|
#
34a8ed1b |
| 16-Oct-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some minor cleanup. Added $Id$ to files that did not have any version info, etc
|
#
5b81b6b3 |
| 12-Jun-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Initial import, 0.1 + pk 0.2.4-B1
|