From 2941bf7dabfa03f232316f2c29fa7e13328b09ba Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 18 Jul 2014 13:00:59 +0200 Subject: [multiple changes] 2014-07-18 Robert Dewar * gnat_rm.texi: Remove mention of obsolete attributes Max[_Interrupt]_Priority, which have never been implemented (or at the very least were removed long ago if they ever were implemented. Add documentation of Max[_Interrupt]_Priority constants in package System. * ttypes.ads: Document actual handling of package System, rather than a historical fantasy version. Remove mention of non-existent attributes Max[_Interrupt]_Priority. 2014-07-18 Pascal Obry * a-witeio.adb (Put): No 16-bit character output when text translation is disabled. * i-cstrea.ads: Code clean up. From-SVN: r212813 --- gcc/ada/i-cstrea.ads | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'gcc/ada/i-cstrea.ads') diff --git a/gcc/ada/i-cstrea.ads b/gcc/ada/i-cstrea.ads index 674aa02..48fbfc4 100644 --- a/gcc/ada/i-cstrea.ads +++ b/gcc/ada/i-cstrea.ads @@ -243,16 +243,18 @@ package Interfaces.C_Streams is -- -- This encoding is system dependent and only used on Windows systems. -- - -- Note that modifications to Content_Encoding must be synchronized - -- with sysdep.c:__gnat_set_mode. + -- Note that modifications to Content_Encoding must be synchronized with + -- sysdep.c:__gnat_set_mode. subtype Text_Content_Encoding is Content_Encoding range Default_Text .. U16text; + subtype Non_Default_Text_Content_Encoding + is Content_Encoding range Text .. U16text; + procedure set_mode (handle : int; Mode : Content_Encoding); - -- As above but can set the handle to any mode. - -- On Windows this can be used to have proper 16-bit wide-string output - -- on the console for example. + -- As above but can set the handle to any mode. On Windows this can be used + -- to have proper 16-bit wide-string output on the console for example. ---------------------------- -- Full Path Name support -- -- cgit v1.1