]> gcc.gnu.org Git - gcc.git/commit - gcc/ada/ChangeLog
gnatmain.adb: Initial version.
authorGeert Bosch <bosch@gcc.gnu.org>
Tue, 11 Dec 2001 23:14:07 +0000 (00:14 +0100)
committerGeert Bosch <bosch@gcc.gnu.org>
Tue, 11 Dec 2001 23:14:07 +0000 (00:14 +0100)
commit598c344654d8f0119bd38977cb22898c48ec83bb
treee7c51126c4c56276a05c1955bd4b196956a352c7
parent0d7839daeef826108df3788cc82c198df2e56b2d
gnatmain.adb: Initial version.

* gnatmain.adb: Initial version.

* gnatmain.ads: Initial version.

* prj-attr.adb (Initialisation_Data): Add package Gnatstub.

* snames.adb: Updated to match snames.ads.

* snames.ads: Added Gnatstub.

* prj-attr.adb (Initialization_Data): Change name from
Initialisation_Data.

* g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
+ and * applied to backslashed expressions like \r.

* g-os_lib.ads: String_List type added, Argument_List type is now
subtype of String_List.

* g-os_lib.ads: Change copyright to FSF
Add comments for String_List type

* g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
string to the buffer).

From-SVN: r47905
gcc/ada/ChangeLog
gcc/ada/g-dirope.adb
gcc/ada/g-os_lib.ads
gcc/ada/g-regpat.adb
gcc/ada/gnatmain.adb [new file with mode: 0644]
gcc/ada/gnatmain.ads [new file with mode: 0644]
gcc/ada/prj-attr.adb
gcc/ada/snames.adb
gcc/ada/snames.ads
This page took 0.053176 seconds and 5 git commands to generate.