This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] types.h (int8_t): Changed from char to signed char.


Shaun Jackman wrote:
> 
> Has the following patch made it in?
> 
Yes.  I agreed to change this and did so on:

2003-07-02  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/types.h (int8_t): Make signed.

I should have sent a confirmation notice on the list.

For future reference, you can look at patches that have been applied on the cvs mailing list which you can access from the mailing lists page. 

> Putting bad etiquette aside, is there a 1.11.1 release around the corner?
>

No.  Not around the corner.  If you want up to date sources, I suggest you download
them from cvs.
 
-- Jeff J.

> Cheers,
> Shaun
> 
> 2003-08-20  Shaun Jackman  <sjackman@pathwayconnect.com>
> 
>         * newlib/libc/include/sys/types.h (int8_t): Changed from char to
>         signed char.
> 
> --- ./newlib-1.11.0/newlib/libc/include/sys/types.h-    2003-08-20 12:32:41.000000000 -0600
> +++ ./newlib-1.11.0/newlib/libc/include/sys/types.h     2003-08-20 12:32:46.000000000 -0600
> @@ -132,7 +132,7 @@
> 
>  #define __BIT_TYPES_DEFINED__
> 
> -typedef char int8_t;
> +typedef signed char int8_t;
>  typedef unsigned char u_int8_t;
>  typedef short int16_t;
>  typedef unsigned short u_int16_t;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]