This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r118279 - in /trunk/gcc/ada: g-os_lib.adb g-os_...
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 31 Oct 2006 18:00:30 -0000
- Subject: r118279 - in /trunk/gcc/ada: g-os_lib.adb g-os_...
Author: charlet
Date: Tue Oct 31 18:00:29 2006
New Revision: 118279
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118279
Log:
2006-10-31 Vincent Celier <celier@adacore.com>
* g-os_lib.ads, g-os_lib.adb (Locate_Exec_On_Path): Always return an
absolute path name.
(Locate_Regular_File): Ditto
(Change_Dir): Remove, no longer used
(Normalize_Pathname): Do not use Change_Dir to get the drive letter
on Windows. Get it calling Get_Current_Dir.
(OpenVMS): Remove imported boolean, no longer needed.
(Normalize_Pathname)[VMS]: Do not resolve directory names.
(Pid_To_Integer): New function to convert a Process_Id to Integer
Modified:
trunk/gcc/ada/g-os_lib.adb
trunk/gcc/ada/g-os_lib.ads