This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r134014 - in /trunk/gcc/ada: Makefile.rtl a-cal...


Author: charlet
Date: Tue Apr  8 06:46:17 2008
New Revision: 134014

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134014
Log:
2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>

	* a-calend-vms.ads, a-calend-vms.adb: Add with and use clause for
	System.OS_Primitives.
	Change type of various constants, parameters and local variables from
	Time to representation type OS_Time.
	(To_Ada_Time, To_Unix_Time): Correct sign of origin shift.
	Remove the declaration of constant Mili_F from several routines. New
	body for internal package Conversions_Operations.
	(Time_Of): Add default parameters for several formals.

	* a-caldel.adb: Minor reformatting

	* a-calend.ads, a-calend.adb: New body for internal package
	Conversions_Operations.
	(Time_Of): Add default parameters for several formals.

	* Makefile.rtl: Add a-ststop
	Add Ada.Calendar.Conversions to the list of runtime files.
	Add g-timsta

	* a-calcon.adb, a-calcon.ads: New files.


Added:
    trunk/gcc/ada/a-calcon.adb
    trunk/gcc/ada/a-calcon.ads
Modified:
    trunk/gcc/ada/Makefile.rtl
    trunk/gcc/ada/a-caldel.adb
    trunk/gcc/ada/a-calend-vms.adb
    trunk/gcc/ada/a-calend-vms.ads
    trunk/gcc/ada/a-calend.adb
    trunk/gcc/ada/a-calend.ads


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