r260509 - in /trunk/gcc/ada: ChangeLog doc/gnat...

pmderodat@gcc.gnu.org pmderodat@gcc.gnu.org
Tue May 22 13:20:00 GMT 2018


Author: pmderodat
Date: Tue May 22 13:19:24 2018
New Revision: 260509

URL: https://gcc.gnu.org/viewcvs?rev=260509&root=gcc&view=rev
Log:
[Ada] Adding support for Ada.Locales package

This patch adds generic support for the Ada.Locales package that
relies on the setlocale() C service.

2018-05-22  Javier Miranda  <miranda@adacore.com>

gcc/ada/

	* locales.c: New implementation for the Ada.Locales package.
	* libgnat/a-locale.ads: Remove comment indicating that this is not
	implemented.
	* doc/gnat_rm/standard_library_routines.rst: Remove comment indicating
	that this is not implemented.
	* gnat_rm.texi: Regenerate.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/doc/gnat_rm/standard_library_routines.rst
    trunk/gcc/ada/gnat_rm.texi
    trunk/gcc/ada/libgnat/a-locale.ads
    trunk/gcc/ada/locales.c



More information about the Gcc-cvs mailing list