diff options
author | Geert Bosch <bosch@gcc.gnu.org> | 2001-12-12 00:14:07 +0100 |
---|---|---|
committer | Geert Bosch <bosch@gcc.gnu.org> | 2001-12-12 00:14:07 +0100 |
commit | 598c344654d8f0119bd38977cb22898c48ec83bb (patch) | |
tree | e7c51126c4c56276a05c1955bd4b196956a352c7 /gcc/ada/ChangeLog | |
parent | 0d7839daeef826108df3788cc82c198df2e56b2d (diff) | |
download | gcc-598c344654d8f0119bd38977cb22898c48ec83bb.zip gcc-598c344654d8f0119bd38977cb22898c48ec83bb.tar.gz gcc-598c344654d8f0119bd38977cb22898c48ec83bb.tar.bz2 |
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
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 5f65705..a1f2589 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,40 @@ +2001-12-11 Vincent Celier <celier@gnat.com> + + * 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. + +2001-12-11 Vincent Celier <celier@gnat.com> + + * prj-attr.adb (Initialization_Data): Change name from + Initialisation_Data. + +2001-12-11 Emmanuel Briot <briot@gnat.com> + + * g-regpat.adb (Parse_Literal): Properly handle simple operators ?, + + and * applied to backslashed expressions like \r. + +2001-12-11 Vasiliy Fofanov <fofanov@gnat.com> + + * g-os_lib.ads: String_List type added, Argument_List type is now + subtype of String_List. + +2001-12-11 Robert Dewar <dewar@gnat.com> + + * g-os_lib.ads: Change copyright to FSF + Add comments for String_List type + +2001-12-11 Vincent Celier <celier@gnat.com> + + * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a + string to the buffer). + 2001-12-11 Ed Schonberg <schonber@gnat.com> * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in |