This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r118266 - in /trunk/gcc/ada: exp_imgv.adb s-val...
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 31 Oct 2006 17:56:26 -0000
- Subject: r118266 - in /trunk/gcc/ada: exp_imgv.adb s-val...
Author: charlet
Date: Tue Oct 31 17:56:24 2006
New Revision: 118266
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118266
Log:
2006-10-31 Robert Dewar <dewar@adacore.com>
* exp_imgv.adb (Expand_Image_Attribute): For Wide_[Wide_]Character
cases, pass the encoding method, since it is now required by the run
time.
* s-valwch.ads, s-valwch.adb (Value_Wide_Wide_Character): Avoid
assumption that Str'First = 1.
(Value_Wide_Character): Takes EM (encoding method) parameter and passes
it on to the Value_Wide_Wide_Character call.
(Value_Wide_Wide_Character): Takes EM (encoding method) parameter and
properly handles a string of the form quote-encoded_wide_char-quote.
* s-wchcnv.adb: Minor reformatting
Modified:
trunk/gcc/ada/exp_imgv.adb
trunk/gcc/ada/s-valwch.adb
trunk/gcc/ada/s-valwch.ads
trunk/gcc/ada/s-wchcnv.adb