gcc/gcc/ada
Arnaud Charlet 0da2c8ac77 revert: [multiple changes]
2004-06-25  Pascal Obry  <obry@gnat.com>

	* makegpr.adb (Build_Library): Remove parameter Lib_Address and
	Relocatable from Build_Dynamic_Library call.

	* gnat_ugn.texi: Change documentation about Library_Kind. Dynamic and
	Relocatable are now synonym.

	* Makefile.in: Use s-parame-mingw.adb on MingW platform.

	* mlib-prj.adb (Build_Library): Remove DLL_Address constant definition.
	Remove parameter Lib_Address and Relocatable from Build_Dynamic_Library
	call.

	* mlib-tgt.ads, mlib-tgt.adb (Build_Dynamic_Library): Remove parameter
	Lib_Address and Relocatable.
	(Default_DLL_Address): Removed.

	* mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
	mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
	mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-vxworks.adb:
	(Build_Dynamic_Library): Remove parameter Lib_Address and Relocatable.
	(Default_DLL_Address): Removed.

	* mlib-tgt-mingw.adb: Ditto.
	(Build_Dynamic_Library): Do not add "lib" prefix to the DLL name.

	* s-taprop-mingw.adb (Create_Task): Use Adjust_Storage_Size to compute
	the initial thread stack size.

	* a-strmap.ads: Move package L to private part as it is not used in
	the spec. Found while reading code.

2004-06-25  Olivier Hainque  <hainque@act-europe.fr>

	* tracebak.c: Introduce support for a GCC infrastructure based
	implementation of __gnat_backtrace.

	* raise.c: Don't rely on a C mapping of the GNAT_GCC_Exception record
	any more. Use accessors instead. This eases maintenance and relaxes
	some alignment constraints.
	(_GNAT_Exception structure): Remove the Ada specific fields
	(EID_For, Adjust_N_Cleanups_For): New accessors, exported by
	a-exexpr.adb.
	(is_handled_by, __gnat_eh_personality): Replace component references to
	exception structure by use of the new accessors.

	* init.c (__gnat_initialize): Adjust comments to match the just
	reverted meaning of the -static link-time option.

	* adaint.c (convert_addresses): Arrange not to define a stub for
	mips-irix any more, as we now want to rely on a real version from a
	recent libaddr2line.

	* a-exexpr.adb: Provide new accessors to a GNAT_GCC occurrence, so that
	the personality routine can use them and not have to rely on a C
	counterpart of the record anymore. This simplifies maintenance and
	relaxes the constraint of having Standard'Maximum_Alignment match
	BIGGEST_ALIGNMENT.
	Update comments, and add a section on the common header alignment issue.

2004-06-25  Geert Bosch  <bosch@gnat.com>

	* a-ngelfu.adb (Tanh): Use full 20 digit precision for constants in
	polynomial approximation. Fixes inconsistency with Cody/Waite algorithm.

2004-06-25  Robert Dewar  <dewar@gnat.com>

	* gnat_rm.texi: Fix section on component clauses to indicate that the
	restriction on byte boundary placement still applies for bit packed
	arrays.
	Add comment on stack usage from Initialize_Scalars

	* gnat_ugn.texi: Add documentation for -gnatyLnnn

	* stylesw.ads, stylesw.adb: Implement new -gnatyLnnn option for
	limiting nesting level.

	* usage.adb: Add line for -gnatyLnnn switch

	* g-debpoo.ads, xtreeprs.adb, sinput.ads, sem_ch13.ads,
	sem_ch13.adb, exp_aggr.adb: Minor reformatting

	* sem_prag.adb (Process_Atomic_Shared_Volatile): Set Is_Atomic on base
	type as well as on the subtype. This corrects a problem in freeze in
	setting alignments of atomic types.

	* sem_eval.ads: Minor comment typo fixed

	* par-util.adb (Push_Scope_Stack): Check for violation of max nesting
	level.  Minor reformatting.

	* fname.adb (Is_Predefined_File_Name): Require a letter after the
	minus sign. This means that file names like a--b.adb will not be
	considered predefined.

	* freeze.adb: Propagate new flag Must_Be_On_Byte_Boundary to containing
	record Test new flag and give diagnostic for bad component clause.
	(Freeze_Entity): Set alignment of array from component alignment in
	cases where this is safe to do.

	* exp_pakd.adb: Set new flag Must_Be_On_Byte_Boundary for large packed
	arrays.

	* cstand.adb: (Create_Standard): Set alignment of String to 1

	* einfo.ads, einfo.adb: Introduce new flag Must_Be_On_Byte_Boundary

	* exp_ch4.adb (Expand_Array_Equality): Improve efficiency of generated
	code in the common constrained array cases.

	* a-storio.adb: Change implementation to avoid possible alignment
	problems on machines requiring strict alignment (data should be moved
	as type Buffer, not type Elmt).

	* checks.adb (Apply_Array_Size_Check): Improve these checks by
	killing the overflow checks which we really do not need (64-bits is
	enough).

2004-06-25  Vincent Celier  <celier@gnat.com>

	* makegpr.adb (Is_Included_In_Global_Archive): New Boolean function
	(Add_Archives.Recursive_Add_Archives): Call Add_Archive_Path
	inconditionally for the main project.
	(Recursive_Add_Archives.Add_Archive_Path): New procedure
	(Link_Executables.Check_Time_Stamps): New procedure
	(Link_Executables.Link_Foreign): New procedure
	Changes made to reduce nesting level of this package
	(Check): New procedure
	(Add_Switches): When not in quiet output, check that a switch is not
	the concatenation of several valid switches. If it is, issue a warning.
	(Build_Global_Archive): If the global archive is rebuilt, linking need
	to be done.
	(Compile_Sources): Rebuilding a library archive does not imply
	rebuilding the global archive.
	(Build_Global_Archive): New procedure
	(Build_Library): New name for Build_Archive, now only for library
	project
	(Check_Archive_Builder): New procedure
	(Create_Global_Archive_Dependency_File): New procedure
	(Gprmake): Call Build_Global_Archive before linking
	* makegpr.adb: Use Other_Sources_Present instead of Sources_Present
	throughout.
	(Scan_Arg): Display the Copyright notice when -v is used

	* gnat_ugn.texi: Document new switch -files= (VMS qualifier /FILES=)
	for gnatls.

	* vms_data.ads: Add qualifier /MAX_NESTING=nnn (-gnatyLnnn) for GNAT
	COMPILE.
	Add new GNAT LIST qualifier /FILES=
	Added qualifier /DIRECTORY= to GNAT METRIC
	Added qualifier /FILES= to GNAT METRIC
	Added qualifier /FILES to GNAT PRETTY

	* switch.adb (Is_Front_End_Switch): Refine the test for --RTS or -fRTS,
	to take into account both versions of the switch.

	* switch-c.adb (Scan_Front_End_Switches): New switch -gnatez. Should
	always be the last switch to the gcc driver. Disable switch storing so
	that switches automatically added by the gcc driver are not put in the
	ALI file.

	* prj.adb (Project_Empty): Take into account changes in components of
	Project_Data.

	* prj.ads (Languages_Processed): New enumaration value All_Languages.

	* prj.ads (Project_Data): Remove component Lib_Elaboration: never
	used. Split Boolean component Ada_Sources_Present in two Boolean
	components Ada_Sources_Present and Other_Sources_Present.
	Minor reformatting

	* prj-env.adb (For_All_Source_Dirs.Add): Use Ada_Sources_Present
	instead of Sources_Present.
	(Set_Ada_Paths.Add.Recursive_Add): Ditto

	* prj-nmsc.adb: Minor reformatting
	(Check_Ada_Naming_Scheme): New name of procedure Check_Naming_Scheme
	(Check_Ada_Naming_Scheme_Validity): New name of previous procedure
	Check_Ada_Naming_Scheme.
	Change Sources_Present to Ada_Sources_Present or Other_Sources_Present
	throughout.

	* prj-part.adb (Post_Parse_Context_Clause): New Boolean parameter
	In_Limited.
	Make sure that all cycles where there is at least one "limited with"
	are detected.
	(Parse_Single_Project): New Boolean parameter In_Limited

	* prj-proc.adb (Recursive_Check): When Process_Languages is
	All_Languages, call first Prj.Nmsc.Ada_Check, then
	Prj.Nmsc.Other_Languages_Check.

	* prj-proc.adb (Process): Use Ada_Sources_Present or
	Other_Sources_Present (instead of Sources_Present) depending on
	Process_Languages.

	* lang-specs.h: Keep -g and -m switches in the same order, and as the
	last switches.

	* lib.adb (Switch_Storing_Enabled): New global Boolean flag
	(Disable_Switch_Storing): New procedure. Set Switch_Storing_Enabled to
	False.
	(Store_Compilation_Switch): Do nothing if Switch_Storing_Enabled is
	False.

	* lib.ads (Disable_Switch_Storing): New procedure.

	* make.adb: Modifications to reduce nesting level of this package.
	(Check_Standard_Library): New procedure
	(Gnatmake.Check_Mains): New procedure
	(Gnatmake.Create_Binder_Mapping_File): New procedure
	(Compile_Sources.Compile): Add switch -gnatez as the last option
	(Display): Never display -gnatez

	* Makefile.generic:
	When using $(MAIN_OBJECT), always use $(OBJ_DIR)/$(MAIN_OBJECT)

	* gnatcmd.adb (Check_Project): New function
	(Process_Link): New procedure to reduce nesting depth
	(Check_Files): New procedure to reduce the nesting depth.
	For GNAT METRIC, include the inherited sources in extending projects.
	(GNATCmd): When GNAT LS is invoked with a project file and no files,
	add the list of files from the sources of the project file. If this list
	is too long, put it in a temp text files and use switch -files=
	(Delete_Temp_Config_Files): Delete the temp text file that contains
	a list of source for gnatpp or gnatmetric, if one has been created.
	(GNATCmd): For GNAT METRIC and GNAT PRETTY, if the number of sources
	in the project file is too large, create a temporary text file that
	list them and pass it to the tool with "-files=<temp text file>".
	(GNATCmd): For GNAT METRIC add "-d=<abject dir>" as the first switch

	* gnatlink.adb (Gnatlink): Do not compile with --RTS= when the
	generated file is in not in Ada.

	* gnatls.adb: Remove all parameters And_Save that are no longer used.
	(Scan_Ls_Arg): Add processing for -files=
	(Usage): Add line for -files=

	* g-os_lib.adb (On_Windows): New global constant Boolean flag
	(Normalize_Pathname): When on Windows and the path starts with a
	directory separator, make sure that the resulting path will start with
	a drive letter.

	* clean.adb (Clean_Archive): New procedure
	(Clean_Project): When there is non-Ada code, delete the global archive,
	the archive dependency files, the object files and their dependency
	files, if they exist.
	(Gnatclean): Call Prj.Pars.Parse for All_Languages, not for Ada only.

2004-06-25  Thomas Quinot  <quinot@act-europe.fr>

	* sinfo.ads: Fix typo in comment.

	* sem_dist.adb (Process_Remote_AST_Attribute): Simplify code that uses
	the TSS for remote access-to-subprogram types, since these TSS are
	always present once the type has been analyzed.
	(RAS_E_Dereference): Same.

	* sem_attr.adb (Analyze_Attribute): When analysis of an attribute
	reference raises Bad_Attribute, mark the reference as analyzed so the
	node (and any children resulting from rewrites that could have occurred
	during the analysis that ultimately failed) is not analyzed again.

	* exp_ch7.ads (Find_Final_List): Fix misaligned comment.

	* exp_dist.adb: Minor comment fix.

	* exp_ch4.adb (Expand_N_Allocator): For an allocator whose expected
	type is an anonymous access type, no unchecked deallocation of the
	allocated object can occur. If the object is controlled, attach it with
	a count of 1. This allows attachment to the Global_Final_List, if
	no other relevant list is available.
	(Get_Allocator_Final_List): For an anonymous access type that is
	the type of a discriminant or record component, the corresponding
	finalisation list is the one of the scope of the type.

2004-06-25  Ed Schonberg  <schonberg@gnat.com>

	* sem_ch3.adb (Replace_Type): When computing the signature of an
	inherited subprogram, use the first subtype if the derived type
	declaration has no constraint.

	* exp_ch6.adb (Add_Call_By_Copy_Code): Check that formal is an array
	before applying previous optimization. Minor code cleanup.

	* exp_util.adb (Is_Possibly_Unaligned_Slice): If the component is
	placed at the beginning of an unpacked record without explicit
	alignment, a slice of it will be aligned and does not need a copy when
	used as an actual.

2004-06-25  Ed Schonberg  <schonberg@gnat.com>

	PR ada/15591
	PR ada/15592
	* sem_ch8.adb (Attribute_Renaming): Reject renaming if the attribute
	reference is written with expressions mimicking parameters.

2004-06-25  Hristian Kirtchev  <kirtchev@gnat.com>

	PR ada/15589
	* sem_ch3.adb (Build_Derived_Record_Type): Add additional check to
	STEP 2a. The constraints of a full type declaration of a derived record
	type are checked for conformance with those declared in the
	corresponding private extension declaration. The message
	"not conformant with previous declaration" is emitted if an error is
	detected.

2004-06-25  Vasiliy Fofanov  <fofanov@act-europe.fr>

	* g-traceb.ads: Document the need for -E binder switch in the spec.

	* g-trasym.ads: Document the need for -E binder switch in the spec.

2004-06-25  Jose Ruiz  <ruiz@act-europe.fr>

	* sem_prag.adb: Add handling of pragma Detect_Blocking.

	* snames.h, snames.ads, snames.adb: Add entry for pragma
	Detect_Blocking.

	* s-rident.ads: Change reference to pragma Detect_Blocking.

	* targparm.ads, targparm.adb: Allow pragma Detect_Blocking in
	system.ads.

	* opt.ads (Detect_Blocking): New Boolean variable (defaulted to False)
	to indicate whether pragma Detect_Blocking is active.

	* par-prag.adb: Add entry for pragma Detect_Blocking.

	* rtsfind.adb (RTU_Loaded): Fix the temporary kludge to get past bug
	of not handling WITH.
	Note that this replaces the previous update which was incorrect.

2004-06-25  Javier Miranda  <miranda@gnat.com>

	* sem_ch10.adb (Re_Install_Use_Clauses): Force the installation of the
	use-clauses to have a clean environment.

	* sem_ch8.adb (Install_Use_Clauses): Addition of a new formal to force
	the installation of the use-clauses to stablish a clean environment in
	case of compilation of a separate unit; otherwise the call to
	use_one_package is protected by the barrier Applicable_Use.

	* sem_ch8.ads (Install_Use_Clauses): Addition of a new formal to force
	the installation of the use-clauses to stablish a clean environment in
	case of compilation of a separate unit.
	(End_Use_Clauses): Minor comment cleanup.

2004-06-25  Sergey Rybin  <rybin@act-europe.fr>

	* gnat_ugn.texi: Add description of the gnatpp 'files' switch

From-SVN: r83658
2004-06-25 18:39:33 +02:00
..
4rintnam.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
5rosinte.adb re PR ada/14538 (*-rtems broken for gnat) 2004-04-08 17:54:03 +00:00
5rosinte.ads re PR ada/14538 (*-rtems broken for gnat) 2004-04-08 17:54:03 +00:00
5rparame.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
5rtpopsp.adb re PR ada/14538 (*-rtems broken for gnat) 2004-04-08 17:54:03 +00:00
5tsystem.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
5xcrtl.ads [multiple changes] 2004-03-18 16:18:36 +01:00
9drpc.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
ChangeLog revert: [multiple changes] 2004-06-25 18:39:33 +02:00
ChangeLog.tree-ssa Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
Make-lang.in [multiple changes] 2004-06-11 12:47:39 +02:00
Makefile.generic revert: [multiple changes] 2004-06-25 18:39:33 +02:00
Makefile.in revert: [multiple changes] 2004-06-25 18:39:33 +02:00
Makefile.prolog [multiple changes] 2004-02-18 12:52:55 +01:00
Makefile.rtl [multiple changes] 2004-04-26 14:29:41 +02:00
a-astaco.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-astaco.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-caldel-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-caldel.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-caldel.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-calend-mingw.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-calend-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-calend-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-calend.adb [multiple changes] 2004-04-19 17:20:16 +02:00
a-calend.ads [multiple changes] 2004-06-07 16:16:34 +02:00
a-chahan.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-chahan.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-charac.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-chlat1.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-chlat9.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-colien.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-colien.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-colire.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-colire.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-comlin.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-comlin.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-cwila1.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-cwila9.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-decima.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-decima.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-diocst.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-diocst.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-direct.adb [multiple changes] 2004-04-05 16:57:42 +02:00
a-direct.ads [multiple changes] 2004-06-07 16:16:34 +02:00
a-direio.adb [multiple changes] 2003-12-15 12:51:01 +01:00
a-direio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-dirval-mingw.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-dirval-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-dirval.adb [multiple changes] 2004-04-05 16:57:42 +02:00
a-dirval.ads [multiple changes] 2004-04-05 16:57:42 +02:00
a-dynpri.adb [multiple changes] 2004-05-17 15:20:48 +02:00
a-dynpri.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-einuoc.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-einuoc.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-elchha.adb [multiple changes] 2003-12-17 14:37:04 +01:00
a-elchha.ads [multiple changes] 2003-12-05 11:24:05 +01:00
a-excach.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-except.adb [multiple changes] 2004-06-11 12:47:39 +02:00
a-except.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-excpol-abort.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-excpol-interix.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-excpol.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-exctra.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-exctra.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-exexda.adb [multiple changes] 2003-11-17 15:58:17 +01:00
a-exexpr.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
a-exextr.adb [multiple changes] 2003-12-17 14:37:04 +01:00
a-exstat.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-filico.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-filico.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-finali.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-finali.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-flteio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-fwteio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-inteio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-interr.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-interr.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-intnam-aix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-darwin.ads Makefile.in: Add target pairs for powerpc darwin* tasking support. 2004-04-28 11:38:51 +02:00
a-intnam-dummy.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-freebsd.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-hpux.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-interix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-irix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-linux.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-lynxos.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-mingw.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-os2.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-solaris.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-tru64.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-unixware.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam-vxworks.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-intnam.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-intsig.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-intsig.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-ioexce.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-iwteio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-lfteio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-lfwtio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-liteio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-liwtio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-llftio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-llfwti.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-llitio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-lliwti.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-ncelfu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-ngcefu.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-ngcefu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-ngcoty.adb [multiple changes] 2004-03-15 15:51:00 +01:00
a-ngcoty.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-ngelfu.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
a-ngelfu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nlcefu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nlcoty.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nlelfu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nllcef.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nllcty.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nllefu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nscefu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nscoty.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nselfu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nucoty.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nudira.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-nudira.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-nuelfu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-nuflra.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-nuflra.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-numaux-libc-x86.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-numaux-vxworks.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-numaux-x86.adb [multiple changes] 2004-05-24 17:19:11 +02:00
a-numaux-x86.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-numaux.ads [multiple changes] 2004-01-05 16:20:47 +01:00
a-numeri.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-reatim.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-reatim.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-retide.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-retide.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-sequio.adb [multiple changes] 2003-12-15 12:51:01 +01:00
a-sequio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-sfteio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-sfwtio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-siocst.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-siocst.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-siteio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-siwtio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-ssicst.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-ssicst.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-ssitio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-ssiwti.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-stmaco.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-storio.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
a-storio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-strbou.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-strbou.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-stream.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-strfix.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-strfix.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-string.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-strmap.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-strmap.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
a-strsea.adb [multiple changes] 2004-03-05 11:58:59 +01:00
a-strsea.ads [multiple changes] 2004-03-05 11:58:59 +01:00
a-strsup.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-strsup.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-strunb.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-strunb.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-ststio.adb [multiple changes] 2003-12-15 12:51:01 +01:00
a-ststio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-stunau.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-stunau.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-stwibo.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-stwibo.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-stwifi.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-stwifi.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-stwima.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-stwima.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-stwise.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-stwise.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-stwisu.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-stwisu.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-stwiun.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-stwiun.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-suteio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-suteio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-swmwco.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-swuwti.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-swuwti.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-sytaco-vxworks.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-sytaco-vxworks.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
a-sytaco.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-sytaco.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tags.adb [multiple changes] 2004-05-03 13:58:34 +02:00
a-tags.ads [multiple changes] 2004-05-03 13:58:34 +02:00
a-tasatt.adb [multiple changes] 2004-05-17 15:20:48 +02:00
a-tasatt.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-taside.adb [multiple changes] 2004-05-17 15:20:48 +02:00
a-taside.ads [multiple changes] 2004-05-17 15:20:48 +02:00
a-teioed.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-teioed.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-textio.adb [multiple changes] 2004-05-10 18:18:54 +02:00
a-textio.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-ticoau.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-ticoau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-ticoio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-ticoio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tideau.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tideau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tideio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tideio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tienau.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-tienau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tienio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tienio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tifiio.adb [multiple changes] 2004-03-15 15:51:00 +01:00
a-tifiio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tiflau.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-tiflau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tiflio.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-tiflio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tigeau.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-tigeau.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-tiinau.adb [multiple changes] 2003-12-11 17:21:39 +01:00
a-tiinau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tiinio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tiinio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-timoau.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-timoau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-timoio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-timoio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-tiocst.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-tiocst.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-titest.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-titest.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-unccon.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-uncdea.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-witeio.adb [multiple changes] 2003-12-15 12:51:01 +01:00
a-witeio.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-wtcoau.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtcoau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtcoio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtcoio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtcstr.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-wtcstr.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-wtdeau.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtdeau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtdeio.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-wtdeio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtedit.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-wtedit.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtenau.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-wtenau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtenio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtenio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtfiio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtfiio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtflau.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-wtflau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtflio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtflio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtgeau.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtgeau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtinau.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-wtinau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtinio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtinio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtmoau.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
a-wtmoau.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtmoio.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wtmoio.ads [multiple changes] 2004-04-27 12:49:37 +02:00
a-wttest.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
a-wttest.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
ada-tree.def ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation. 2004-06-14 10:09:38 -04:00
ada-tree.h ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation. 2004-06-14 10:09:38 -04:00
ada.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
ada.h 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
adadecode.c adadecode.c: Only include ctype.h if IN_GCC. 2003-11-24 16:38:39 +00:00
adadecode.h re PR ada/12014 (strcpy used with overlapping arguments) 2003-10-24 15:02:42 +02:00
adaint.c revert: [multiple changes] 2004-06-25 18:39:33 +02:00
adaint.h [multiple changes] 2004-05-05 12:09:56 +02:00
ali-util.adb [multiple changes] 2004-04-05 16:57:42 +02:00
ali-util.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
ali.adb [multiple changes] 2004-05-17 15:20:48 +02:00
ali.ads [multiple changes] 2004-04-23 12:58:32 +02:00
alloc.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
argv.c re PR ada/12806 (Program_Error sinput.adb:397) 2003-11-04 13:51:47 +01:00
atree.adb [multiple changes] 2004-04-19 17:20:16 +02:00
atree.ads [multiple changes] 2004-04-08 15:23:50 +02:00
atree.h re PR ada/12014 (strcpy used with overlapping arguments) 2003-10-24 15:02:42 +02:00
aux-io.c re PR ada/12806 (Program_Error sinput.adb:397) 2003-11-04 13:51:47 +01:00
back_end.adb [multiple changes] 2003-12-03 12:47:53 +01:00
back_end.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
bcheck.adb [multiple changes] 2004-03-02 14:50:15 +01:00
bcheck.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
binde.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
binde.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
binderr.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
binderr.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
bindgen.adb [multiple changes] 2004-06-14 15:19:14 +02:00
bindgen.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
bindusg.adb [multiple changes] 2004-01-05 16:20:47 +01:00
bindusg.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
bld-io.adb [multiple changes] 2003-11-20 10:54:03 +01:00
bld-io.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
bld.adb [multiple changes] 2004-03-02 14:50:15 +01:00
bld.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
butil.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
butil.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
cal.c re PR ada/12806 (Program_Error sinput.adb:397) 2003-11-04 13:51:47 +01:00
calendar.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
casing.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
casing.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
ceinfo.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
checks.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
checks.ads [multiple changes] 2004-06-07 16:16:34 +02:00
cio.c C90 prototype updates. 2003-10-31 01:08:43 +00:00
clean.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
clean.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
comperr.adb * comperr.adb: Fix logic in previous change. 2003-11-14 14:50:45 +01:00
comperr.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
config-lang.in Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
csets.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
csets.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
csinfo.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
cstand.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
cstand.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
cstreams.c [multiple changes] 2003-11-18 11:00:43 +01:00
ctrl_c.c C90 prototype updates. 2003-10-31 01:08:43 +00:00
cuintp.c re PR ada/12806 (Program_Error sinput.adb:397) 2003-11-04 13:51:47 +01:00
debug.adb [multiple changes] 2004-02-18 12:52:55 +01:00
debug.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
debug_a.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
debug_a.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
dec-io.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
dec-io.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
dec.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
decl.c decl.c (elaborate_expression, [...]): Arguments now bool instead of int. 2004-06-20 07:19:47 -04:00
deftarg.c 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
directio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
einfo.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
einfo.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
elists.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
elists.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
elists.h re PR ada/12014 (strcpy used with overlapping arguments) 2003-10-24 15:02:42 +02:00
err_vars.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
errno.c [multiple changes] 2004-02-09 11:44:13 +01:00
errout.adb [multiple changes] 2004-03-02 14:50:15 +01:00
errout.ads [multiple changes] 2004-06-07 16:16:34 +02:00
erroutc.adb [multiple changes] 2004-05-10 18:18:54 +02:00
erroutc.ads [multiple changes] 2004-05-10 18:18:54 +02:00
errutil.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
errutil.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
eval_fat.adb [multiple changes] 2004-06-11 12:47:39 +02:00
eval_fat.ads [multiple changes] 2004-04-19 17:20:16 +02:00
exit.c re PR ada/12806 (Program_Error sinput.adb:397) 2003-11-04 13:51:47 +01:00
exp_aggr.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
exp_aggr.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_attr.adb [multiple changes] 2004-05-17 15:20:48 +02:00
exp_attr.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_ch2.adb [multiple changes] 2004-06-11 12:47:39 +02:00
exp_ch2.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_ch3.adb [multiple changes] 2004-06-07 16:16:34 +02:00
exp_ch3.ads [multiple changes] 2004-06-07 16:16:34 +02:00
exp_ch4.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
exp_ch4.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_ch5.adb [multiple changes] 2004-06-07 16:16:34 +02:00
exp_ch5.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_ch6.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
exp_ch6.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_ch7.adb [multiple changes] 2004-05-14 15:55:12 +02:00
exp_ch7.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
exp_ch8.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
exp_ch8.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_ch9.adb [multiple changes] 2004-06-07 16:16:34 +02:00
exp_ch9.ads [multiple changes] 2004-06-07 16:16:34 +02:00
exp_ch10.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_ch11.adb [multiple changes] 2004-02-02 13:32:01 +01:00
exp_ch11.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_ch12.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_ch12.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_ch13.adb [multiple changes] 2004-04-19 17:20:16 +02:00
exp_ch13.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_code.adb [multiple changes] 2004-06-07 16:16:34 +02:00
exp_code.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_dbug.adb [multiple changes] 2004-06-07 16:16:34 +02:00
exp_dbug.ads [multiple changes] 2004-05-24 17:19:11 +02:00
exp_disp.adb [multiple changes] 2004-05-05 12:09:56 +02:00
exp_disp.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_dist.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
exp_dist.ads [multiple changes] 2004-04-19 17:20:16 +02:00
exp_fixd.adb [multiple changes] 2004-05-05 12:09:56 +02:00
exp_fixd.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_imgv.adb [multiple changes] 2004-01-12 12:45:26 +01:00
exp_imgv.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_intr.adb [multiple changes] 2004-06-11 12:47:39 +02:00
exp_intr.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_pakd.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
exp_pakd.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_prag.adb [multiple changes] 2004-03-15 15:51:00 +01:00
exp_prag.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_smem.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_smem.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
exp_strm.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
exp_strm.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
exp_tss.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
exp_tss.ads [multiple changes] 2004-01-26 15:47:48 +01:00
exp_util.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
exp_util.ads [multiple changes] 2004-04-19 17:20:16 +02:00
exp_vfpt.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
exp_vfpt.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
expander.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
expander.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
expect.c C90 prototype updates. 2003-10-31 01:08:43 +00:00
fe.h [multiple changes] 2004-03-15 15:51:00 +01:00
final.c C90 prototype updates. 2003-10-31 01:08:43 +00:00
fmap.adb [multiple changes] 2003-12-01 14:29:28 +01:00
fmap.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
fname-sf.adb [multiple changes] 2004-03-29 14:03:27 +02:00
fname-sf.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
fname-uf.adb [multiple changes] 2004-03-29 14:03:27 +02:00
fname-uf.ads [multiple changes] 2004-03-29 14:03:27 +02:00
fname.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
fname.ads [multiple changes] 2004-03-29 14:03:27 +02:00
freeze.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
freeze.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
frontend.adb [multiple changes] 2004-05-10 18:18:54 +02:00
frontend.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
g-arrspl.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-arrspl.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-awk.adb [multiple changes] 2003-12-03 12:47:53 +01:00
g-awk.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-boubuf.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-boubuf.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-boumai.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-bubsor.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-bubsor.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-busora.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-busora.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-busorg.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-busorg.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-calend.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
g-calend.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
g-casuti.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-casuti.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-catiio.adb re PR ada/12014 (strcpy used with overlapping arguments) 2003-10-24 15:02:42 +02:00
g-catiio.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-cgi.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-cgi.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-cgicoo.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-cgicoo.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-cgideb.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-cgideb.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-comlin.adb [multiple changes] 2004-04-01 12:04:40 +02:00
g-comlin.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-comver.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-comver.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-crc32.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-crc32.ads [multiple changes] 2004-02-02 13:32:01 +01:00
g-ctrl_c.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-curexc.ads [multiple changes] 2004-04-05 16:57:42 +02:00
g-debpoo.adb [multiple changes] 2004-06-14 15:19:14 +02:00
g-debpoo.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
g-debuti.adb [multiple changes] 2004-01-05 16:20:47 +01:00
g-debuti.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-diopit.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-diopit.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-dirope.adb [multiple changes] 2004-01-05 16:20:47 +01:00
g-dirope.ads [multiple changes] 2004-01-05 16:20:47 +01:00
g-dynhta.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-dynhta.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-dyntab.adb [multiple changes] 2004-03-05 11:58:59 +01:00
g-dyntab.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-eacodu-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-eacodu.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-excact.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-excact.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-except.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-exctra.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-exctra.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-expect-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-expect.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-expect.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-flocon.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
g-heasor.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-heasor.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-hesora.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-hesora.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-hesorg.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-hesorg.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-htable.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-htable.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-io.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-io.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-io_aux.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-io_aux.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-locfil.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-locfil.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-md5.adb [multiple changes] 2004-02-02 13:32:01 +01:00
g-md5.ads [multiple changes] 2004-02-02 13:32:01 +01:00
g-memdum.adb [multiple changes] 2003-12-03 12:47:53 +01:00
g-memdum.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-moreex.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
g-moreex.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
g-os_lib.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
g-os_lib.ads [multiple changes] 2004-05-10 18:18:54 +02:00
g-pehage.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-pehage.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-perhas.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-regexp.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-regexp.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-regist.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-regist.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-regpat.adb [multiple changes] 2004-05-05 12:09:56 +02:00
g-regpat.ads [multiple changes] 2004-05-05 12:09:56 +02:00
g-semaph.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-semaph.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-sestin.ads [multiple changes] 2004-01-05 16:20:47 +01:00
g-signal.adb 3vtrasym.adb: Demangle Ada symbols returned by TBK$SYMBOLIZE. 2003-10-30 12:50:12 +01:00
g-signal.ads 3vtrasym.adb: Demangle Ada symbols returned by TBK$SYMBOLIZE. 2003-10-30 12:50:12 +01:00
g-soccon-aix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soccon-freebsd.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soccon-hpux.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soccon-interix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soccon-irix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soccon-mingw.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soccon-solaris.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soccon-tru64.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soccon-unixware.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soccon-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soccon-vxworks.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soccon.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-socket.adb [multiple changes] 2004-01-12 12:45:26 +01:00
g-socket.ads [multiple changes] 2003-12-01 14:29:28 +01:00
g-socthi-mingw.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-socthi-mingw.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-socthi-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-socthi-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-socthi-vxworks.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-socthi-vxworks.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-socthi.adb [multiple changes] 2004-01-12 12:45:26 +01:00
g-socthi.ads [multiple changes] 2004-01-12 12:45:26 +01:00
g-soliop-mingw.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soliop-solaris.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soliop-unixware.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-soliop.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-souinf.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-speche.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-speche.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-spipat.adb [multiple changes] 2003-12-03 12:47:53 +01:00
g-spipat.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-spitbo.adb [multiple changes] 2004-01-13 12:51:34 +01:00
g-spitbo.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-sptabo.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-sptain.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-sptavs.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-string.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-string.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-strspl.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-table.adb [multiple changes] 2004-03-05 11:58:59 +01:00
g-table.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-tasloc.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-tasloc.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-thread.adb [multiple changes] 2004-05-17 15:20:48 +02:00
g-thread.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-traceb.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-traceb.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
g-trasym-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
g-trasym.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
g-trasym.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
g-wistsp.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
get_targ.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
get_targ.ads [multiple changes] 2004-04-19 17:20:16 +02:00
gigi.h ada-tree.def (TRANSFORM_EXPR, [...]): Deleted. 2004-06-07 15:52:53 -04:00
gmem.c C90 prototype updates. 2003-10-31 01:08:43 +00:00
gnat-style.texi [multiple changes] 2004-05-10 18:18:54 +02:00
gnat.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
gnat1drv.adb [multiple changes] 2004-06-07 16:16:34 +02:00
gnat1drv.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
gnat_rm.texi revert: [multiple changes] 2004-06-25 18:39:33 +02:00
gnat_ugn.texi revert: [multiple changes] 2004-06-25 18:39:33 +02:00
gnatbind.adb [multiple changes] 2004-06-11 12:47:39 +02:00
gnatbind.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
gnatbl.c re PR ada/12806 (Program_Error sinput.adb:397) 2003-11-04 13:51:47 +01:00
gnatchop.adb [multiple changes] 2004-01-05 16:20:47 +01:00
gnatclean.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
gnatcmd.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
gnatcmd.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
gnatdll.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
gnatfind.adb [multiple changes] 2004-01-05 16:20:47 +01:00
gnatkr.adb gnatvsn.ads (Gnat_Static_Version_String): New constant, used to minimize the differences with ACT tree. 2003-10-24 16:39:55 +02:00
gnatkr.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
gnatlbr.adb [multiple changes] 2004-01-05 16:20:47 +01:00
gnatlink.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
gnatlink.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
gnatls.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
gnatls.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
gnatmake.adb gnatvsn.ads (Gnat_Static_Version_String): New constant, used to minimize the differences with ACT tree. 2003-10-24 16:39:55 +02:00
gnatmake.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
gnatmem.adb [multiple changes] 2004-01-05 16:20:47 +01:00
gnatname.adb [multiple changes] 2004-01-05 16:20:47 +01:00
gnatname.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
gnatprep.adb gnatvsn.ads (Gnat_Static_Version_String): New constant, used to minimize the differences with ACT tree. 2003-10-24 16:39:55 +02:00
gnatprep.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
gnatsym.adb [multiple changes] 2004-06-11 12:47:39 +02:00
gnatvsn.adb [multiple changes] 2003-11-10 18:30:00 +01:00
gnatvsn.ads [multiple changes] 2004-06-07 16:16:34 +02:00
gnatxref.adb [multiple changes] 2004-01-05 16:20:47 +01:00
gpr2make.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
gpr2make.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
gprcmd.adb [multiple changes] 2004-03-02 14:50:15 +01:00
gprep.adb [multiple changes] 2004-03-22 15:06:28 +01:00
gprep.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
gprmake.adb [multiple changes] 2004-05-03 13:58:34 +02:00
hlo.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
hlo.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
hostparm.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
i-c.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
i-c.ads [multiple changes] 2004-04-26 14:29:41 +02:00
i-cexten.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
i-cobol.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
i-cobol.ads [multiple changes] 2004-02-02 13:32:01 +01:00
i-cpoint.adb [multiple changes] 2004-03-05 11:58:59 +01:00
i-cpoint.ads [multiple changes] 2004-03-05 11:58:59 +01:00
i-cpp-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
i-cpp.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
i-cpp.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
i-cstrea-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
i-cstrea.adb [multiple changes] 2004-01-05 16:20:47 +01:00
i-cstrea.ads [multiple changes] 2003-12-15 12:51:01 +01:00
i-cstrin.adb [multiple changes] 2004-03-05 11:58:59 +01:00
i-cstrin.ads [multiple changes] 2004-03-05 11:58:59 +01:00
i-fortra.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
i-fortra.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
i-os2err.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
i-os2lib.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
i-os2lib.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
i-os2syn.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
i-os2thr.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
i-pacdec.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
i-pacdec.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
i-vxwoio.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
i-vxwoio.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
i-vxwork.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
impunit.adb PR ada/14988 (partial) 2004-04-17 12:13:53 +00:00
impunit.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
init.c revert: [multiple changes] 2004-06-25 18:39:33 +02:00
inline.adb [multiple changes] 2004-05-24 17:19:11 +02:00
inline.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
interfac-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
interfac.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
ioexcept.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
itypes.adb 3vtrasym.adb, [...]: Minor reformatting 2003-10-29 11:26:16 +01:00
itypes.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
krunch.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
krunch.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
lang-specs.h revert: [multiple changes] 2004-06-25 18:39:33 +02:00
lang.opt lang.opt: Change -Wno-long-long to -Wlong-long since the latter is the canonical version. 2003-11-14 17:49:19 +01:00
layout.adb [multiple changes] 2004-04-19 17:20:16 +02:00
layout.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
lib-list.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
lib-load.adb [multiple changes] 2004-06-07 16:16:34 +02:00
lib-load.ads [multiple changes] 2004-02-09 15:56:05 +01:00
lib-sort.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
lib-util.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
lib-util.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
lib-writ.adb [multiple changes] 2004-06-07 16:16:34 +02:00
lib-writ.ads [multiple changes] 2004-02-12 14:28:13 +01:00
lib-xref.adb [multiple changes] 2004-06-14 15:19:14 +02:00
lib-xref.ads [multiple changes] 2004-04-21 12:10:33 +02:00
lib.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
lib.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
link.c [multiple changes] 2004-04-21 12:10:33 +02:00
live.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
live.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
machcode.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
make.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
make.ads [multiple changes] 2004-05-05 12:09:56 +02:00
makegpr.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
makegpr.ads [multiple changes] 2004-05-03 13:58:34 +02:00
makeusg.adb [multiple changes] 2004-05-10 18:18:54 +02:00
makeusg.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
makeutl.adb [multiple changes] 2004-05-10 18:18:54 +02:00
makeutl.ads [multiple changes] 2004-05-10 18:18:54 +02:00
math_lib.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
mdll-fil.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
mdll-fil.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
mdll-utl.adb [multiple changes] 2004-04-19 17:20:16 +02:00
mdll-utl.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
mdll.adb [multiple changes] 2004-01-05 16:20:47 +01:00
mdll.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
memroot.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
memroot.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
memtrack.adb [multiple changes] 2004-03-29 14:03:27 +02:00
mingw32.h mingw32.h: New file. 2003-10-22 09:59:32 +02:00
misc.c ada-tree.def (TRANSFORM_EXPR, [...]): Deleted. 2004-06-07 15:52:53 -04:00
mkdir.c C90 prototype updates. 2003-10-31 01:08:43 +00:00
mlib-fil.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
mlib-fil.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
mlib-prj.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-prj.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
mlib-tgt-aix.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-tgt-hpux.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-tgt-irix.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-tgt-linux.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-tgt-mingw.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-tgt-solaris.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-tgt-tru64.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-tgt-vms-alpha.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-tgt-vms-ia64.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-tgt-vxworks.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-tgt.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-tgt.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
mlib-utl.adb [multiple changes] 2004-05-10 18:18:54 +02:00
mlib-utl.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
mlib.adb [multiple changes] 2004-04-21 12:10:33 +02:00
mlib.ads [multiple changes] 2004-04-19 17:20:16 +02:00
namet.adb [multiple changes] 2004-05-24 17:19:11 +02:00
namet.ads [multiple changes] 2004-02-09 15:56:05 +01:00
namet.h adadecode.h, [...]: Convert to ISO C90 declarations and definitions. 2003-10-24 02:28:37 +00:00
nlists.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
nlists.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
nlists.h re PR ada/12014 (strcpy used with overlapping arguments) 2003-10-24 15:02:42 +02:00
nmake.adt 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
opt.adb [multiple changes] 2004-06-07 16:16:34 +02:00
opt.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
osint-b.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
osint-b.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
osint-c.adb [multiple changes] 2004-04-01 12:04:40 +02:00
osint-c.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
osint-l.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
osint-l.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
osint-m.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
osint-m.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
osint.adb [multiple changes] 2004-05-10 18:18:54 +02:00
osint.ads [multiple changes] 2004-05-10 18:18:54 +02:00
output.adb [multiple changes] 2003-11-27 12:40:45 +01:00
output.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
par-ch2.adb 3vtrasym.adb: Demangle Ada symbols returned by TBK$SYMBOLIZE. 2003-10-30 12:50:12 +01:00
par-ch3.adb [multiple changes] 2004-06-07 16:16:34 +02:00
par-ch4.adb [multiple changes] 2004-06-07 16:16:34 +02:00
par-ch5.adb [multiple changes] 2004-06-07 16:16:34 +02:00
par-ch6.adb [multiple changes] 2004-06-07 16:16:34 +02:00
par-ch7.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
par-ch8.adb [multiple changes] 2004-06-07 16:16:34 +02:00
par-ch9.adb [multiple changes] 2004-06-07 16:16:34 +02:00
par-ch10.adb [multiple changes] 2004-06-07 16:16:34 +02:00
par-ch11.adb [multiple changes] 2004-06-07 16:16:34 +02:00
par-ch12.adb [multiple changes] 2004-06-14 15:19:14 +02:00
par-ch13.adb 3vtrasym.adb: Demangle Ada symbols returned by TBK$SYMBOLIZE. 2003-10-30 12:50:12 +01:00
par-endh.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
par-labl.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
par-load.adb [multiple changes] 2004-03-29 14:03:27 +02:00
par-prag.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
par-sync.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
par-tchk.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
par-util.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
par.adb [multiple changes] 2004-06-07 16:16:34 +02:00
par.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
prep.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prep.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prepcomp.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prepcomp.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prj-attr.adb [multiple changes] 2004-06-07 16:16:34 +02:00
prj-attr.ads [multiple changes] 2004-05-05 12:09:56 +02:00
prj-com.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prj-com.ads [multiple changes] 2004-05-05 12:09:56 +02:00
prj-dect.adb [multiple changes] 2004-06-11 12:47:39 +02:00
prj-dect.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prj-env.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
prj-env.ads [multiple changes] 2004-04-19 17:20:16 +02:00
prj-err.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prj-err.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prj-ext.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prj-ext.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prj-makr.adb [multiple changes] 2004-05-05 12:09:56 +02:00
prj-makr.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prj-nmsc.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
prj-nmsc.ads [multiple changes] 2004-04-19 17:20:16 +02:00
prj-pars.adb [multiple changes] 2004-04-19 17:20:16 +02:00
prj-pars.ads [multiple changes] 2004-04-19 17:20:16 +02:00
prj-part.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
prj-part.ads [multiple changes] 2003-12-08 11:33:17 +01:00
prj-pp.adb [multiple changes] 2004-05-05 12:09:56 +02:00
prj-pp.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
prj-proc.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
prj-proc.ads [multiple changes] 2004-04-19 17:20:16 +02:00
prj-strt.adb [multiple changes] 2004-06-14 15:19:14 +02:00
prj-strt.ads [multiple changes] 2004-06-11 12:47:39 +02:00
prj-tree.adb [multiple changes] 2004-05-10 18:18:54 +02:00
prj-tree.ads [multiple changes] 2004-05-05 12:09:56 +02:00
prj-util.adb [multiple changes] 2004-05-05 12:09:56 +02:00
prj-util.ads [multiple changes] 2004-05-05 12:09:56 +02:00
prj.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
prj.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
raise.c revert: [multiple changes] 2004-06-25 18:39:33 +02:00
raise.h [multiple changes] 2004-03-15 15:51:00 +01:00
repinfo.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
repinfo.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
repinfo.h 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
restrict.adb [multiple changes] 2004-06-14 15:19:14 +02:00
restrict.ads [multiple changes] 2004-06-14 15:19:14 +02:00
rident.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
rtsfind.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
rtsfind.ads [multiple changes] 2004-05-27 15:09:26 +02:00
s-addima.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-addima.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-addope.adb [multiple changes] 2004-04-29 17:24:56 +02:00
s-addope.ads [multiple changes] 2004-04-23 12:58:32 +02:00
s-arit64.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-arit64.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-assert.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-assert.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-asthan-vms.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-asthan.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-asthan.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-atacco.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-atacco.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-auxdec-vms_64.ads [multiple changes] 2004-06-11 12:47:39 +02:00
s-auxdec.adb [multiple changes] 2004-04-19 17:20:16 +02:00
s-auxdec.ads [multiple changes] 2004-06-11 12:47:39 +02:00
s-bitops.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-bitops.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-boarop.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-carsi8.adb [multiple changes] 2004-04-23 12:58:32 +02:00
s-carsi8.ads [multiple changes] 2004-04-19 17:20:16 +02:00
s-carun8.adb [multiple changes] 2004-04-23 12:58:32 +02:00
s-carun8.ads [multiple changes] 2004-04-19 17:20:16 +02:00
s-casi16.adb [multiple changes] 2004-04-23 12:58:32 +02:00
s-casi16.ads [multiple changes] 2004-04-19 17:20:16 +02:00
s-casi32.adb [multiple changes] 2004-04-23 12:58:32 +02:00
s-casi32.ads [multiple changes] 2004-04-19 17:20:16 +02:00
s-casi64.adb [multiple changes] 2004-04-23 12:58:32 +02:00
s-casi64.ads [multiple changes] 2004-04-19 17:20:16 +02:00
s-casuti.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-casuti.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-caun16.adb [multiple changes] 2004-04-23 12:58:32 +02:00
s-caun16.ads [multiple changes] 2004-04-19 17:20:16 +02:00
s-caun32.adb [multiple changes] 2004-04-23 12:58:32 +02:00
s-caun32.ads [multiple changes] 2004-04-19 17:20:16 +02:00
s-caun64.adb [multiple changes] 2004-04-23 12:58:32 +02:00
s-caun64.ads [multiple changes] 2004-04-19 17:20:16 +02:00
s-chepoo.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-crc32.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-crc32.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-crtl.ads [multiple changes] 2003-12-17 14:37:04 +01:00
s-direio.adb [multiple changes] 2003-12-15 12:51:01 +01:00
s-direio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-errrep.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-errrep.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-except.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-exctab.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-exctab.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-exnint.adb [multiple changes] 2003-12-01 14:29:28 +01:00
s-exnint.ads [multiple changes] 2003-12-01 14:29:28 +01:00
s-exnllf.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-exnllf.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-exnlli.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-exnlli.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-expint.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-expint.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-explli.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-explli.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-expllu.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-expllu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-expmod.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-expmod.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-expuns.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-expuns.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-fatflt.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-fatgen.adb [multiple changes] 2004-06-11 12:47:39 +02:00
s-fatgen.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-fatlfl.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-fatllf.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-fatsfl.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-ficobl.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-fileio.adb [multiple changes] 2004-03-15 15:51:00 +01:00
s-fileio.ads [multiple changes] 2004-04-08 15:23:50 +02:00
s-finimp.adb [multiple changes] 2004-04-23 12:58:32 +02:00
s-finimp.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-finroo.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-finroo.ads [multiple changes] 2004-03-05 11:58:59 +01:00
s-fore.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-fore.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-geveop.adb [multiple changes] 2004-04-23 12:58:32 +02:00
s-geveop.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-gloloc-mingw.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-gloloc.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-gloloc.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-hibaen.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-htable.adb [multiple changes] 2004-05-24 17:19:11 +02:00
s-htable.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-imgbiu.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgbiu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgboo.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgboo.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgcha.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgcha.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgdec.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-imgdec.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgenu.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-imgenu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgint.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgint.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgllb.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgllb.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imglld.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imglld.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imglli.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imglli.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgllu.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgllu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgllw.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgllw.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgrea.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-imgrea.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imguns.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imguns.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgwch.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-imgwch.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgwiu.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-imgwiu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-inmaop-dummy.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-inmaop-posix.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-inmaop-vms.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-inmaop.ads [multiple changes] 2004-05-10 18:18:54 +02:00
s-interr-dummy.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-interr-sigaction.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-interr-vms.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-interr-vxworks.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-interr.adb [multiple changes] 2004-05-27 15:09:26 +02:00
s-interr.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-intman-dummy.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-intman-irix-athread.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-intman-irix.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-intman-mingw.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-intman-posix.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-intman-solaris.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-intman-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-intman-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-intman-vxworks.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-intman-vxworks.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-intman.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-io.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-io.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-maccod.ads [multiple changes] 2004-06-11 12:47:39 +02:00
s-mantis.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-mantis.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-mastop-irix.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-mastop-tru64.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-mastop-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-mastop-x86.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-mastop.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-mastop.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-memcop.ads [multiple changes] 2003-12-15 12:51:01 +01:00
s-memory-mingw.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-memory.adb [multiple changes] 2003-12-15 12:51:01 +01:00
s-memory.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-osinte-aix-fsu.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-aix.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-aix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-darwin.adb Makefile.in: Add target pairs for powerpc darwin* tasking support. 2004-04-28 11:38:51 +02:00
s-osinte-darwin.ads Makefile.in: Add target pairs for powerpc darwin* tasking support. 2004-04-28 11:38:51 +02:00
s-osinte-dummy.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-freebsd.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-freebsd.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-fsu.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-hpux-dce.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-hpux-dce.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-hpux.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-interix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-irix-athread.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-irix.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-irix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-linux-fsu.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-linux.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-lynxos-3.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-lynxos-3.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-lynxos.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-lynxos.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-mingw.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-os2.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-os2.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-posix.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-solaris-fsu.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-solaris-posix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-solaris.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-solaris.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-tru64.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-tru64.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-unixware.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-unixware.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-vxworks.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osinte-vxworks.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osprim-mingw.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osprim-os2.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osprim-posix.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osprim-solaris.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osprim-unix.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osprim-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osprim-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osprim-vxworks.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-osprim.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-pack03.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack03.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack05.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack05.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack06.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack06.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack07.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack07.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack09.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack09.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack10.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack10.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack11.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack11.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack12.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack12.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack13.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack13.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack14.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack14.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack15.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack15.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack17.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack17.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack18.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack18.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack19.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack19.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack20.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack20.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack21.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack21.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack22.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack22.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack23.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack23.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack24.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack24.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack25.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack25.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack26.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack26.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack27.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack27.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack28.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack28.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack29.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack29.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack30.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack30.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack31.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack31.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack33.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack33.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack34.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack34.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack35.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack35.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack36.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack36.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack37.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack37.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack38.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack38.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack39.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack39.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack40.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack40.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack41.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack41.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack42.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack42.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack43.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack43.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack44.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack44.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack45.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack45.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack46.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack46.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack47.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack47.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack48.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack48.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack49.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack49.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack50.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack50.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack51.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack51.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack52.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack52.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack53.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack53.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack54.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack54.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack55.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack55.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack56.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack56.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack57.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack57.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack58.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack58.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack59.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack59.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack60.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack60.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack61.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack61.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack62.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack62.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack63.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pack63.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-parame-ae653.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-parame-hpux.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-parame-linux.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-parame-mingw.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
s-parame-os2.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-parame-solaris.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-parame-vms-restrict.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-parame-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-parame-vxworks.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-parame.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-parame.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-parint.adb [multiple changes] 2004-04-19 17:20:16 +02:00
s-parint.ads [multiple changes] 2004-04-21 12:10:33 +02:00
s-pooglo.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pooglo.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-pooloc.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-pooloc.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-poosiz.adb [multiple changes] 2004-01-05 16:20:47 +01:00
s-poosiz.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-powtab.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-proinf-irix-athread.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-proinf-irix-athread.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-proinf.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-proinf.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-purexc.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-restri.adb [multiple changes] 2004-02-04 12:06:19 +01:00
s-restri.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-rident.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
s-rpc.adb [multiple changes] 2004-04-21 12:10:33 +02:00
s-rpc.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-scaval.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-scaval.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-secsta.adb [multiple changes] 2004-04-01 12:04:40 +02:00
s-secsta.ads [multiple changes] 2004-01-05 16:20:47 +01:00
s-sequio.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-sequio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-shasto.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-shasto.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-soflin.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-soflin.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-sopco3.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-sopco3.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-sopco4.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-sopco4.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-sopco5.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-sopco5.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-stache.adb [multiple changes] 2004-03-22 15:06:28 +01:00
s-stache.ads [multiple changes] 2004-03-22 15:06:28 +01:00
s-stalib.adb [multiple changes] 2004-01-05 16:20:47 +01:00
s-stalib.ads [multiple changes] 2004-04-19 17:20:16 +02:00
s-stchop-vxworks.adb [multiple changes] 2004-06-11 12:47:39 +02:00
s-stchop.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-stchop.ads [multiple changes] 2004-06-07 16:16:34 +02:00
s-stoele.adb [multiple changes] 2004-04-23 12:58:32 +02:00
s-stoele.ads [multiple changes] 2004-04-19 17:20:16 +02:00
s-stopoo.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-stopoo.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-stratt.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-stratt.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-strcom.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-strcom.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-strops.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-strops.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-strxdr.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-taasde.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-taasde.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-tadeca.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-tadeca.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-tadert.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-tadert.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-taenca.adb [multiple changes] 2004-06-11 12:47:39 +02:00
s-taenca.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-taprob.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-taprob.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-taprop-dummy.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop-hpux-dce.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop-irix-athread.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop-irix.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop-linux.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop-lynxos.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop-mingw.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
s-taprop-os2.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop-posix.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop-solaris.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop-tru64.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop-vms.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop-vxworks.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-taprop.ads [multiple changes] 2004-06-07 16:16:34 +02:00
s-tarest.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tarest.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-tasdeb.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tasdeb.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-tasinf-irix-athread.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-tasinf-irix-athread.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-tasinf-irix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-tasinf-solaris.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-tasinf-solaris.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-tasinf-tru64.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-tasinf.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-tasinf.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-tasini.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tasini.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-taskin.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-taskin.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-taspri-dummy.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-taspri-hpux-dce.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-taspri-linux.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-taspri-lynxos.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-taspri-mingw.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-taspri-os2.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-taspri-posix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-taspri-solaris.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-taspri-tru64.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-taspri-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-taspri-vxworks.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-tasque.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tasque.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-tasren.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tasren.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-tasres.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-tassta.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tassta.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-tasuti.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tasuti.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-tataat.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tataat.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-tfsetr-default.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-tfsetr-vxworks.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-thread.adb [multiple changes] 2003-11-20 10:54:03 +01:00
s-tpinop.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tpinop.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-tpoben.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tpoben.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-tpobop.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tpobop.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-tpopde-vms.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tpopde-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-tpopsp-lynxos.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tpopsp-posix-foreign.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tpopsp-posix.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tpopsp-solaris.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tpopsp-vxworks.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tporft.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tposen.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tposen.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-traceb-hpux.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-traceb-mastop.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-traceb.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-traceb.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-traces-default.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-traces.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-traces.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-traent-vms.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-traent-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-traent.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-traent.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-trafor-default.adb Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-trafor-default.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-tratas-default.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tratas.adb [multiple changes] 2004-05-17 15:20:48 +02:00
s-tratas.ads [multiple changes] 2004-05-17 15:20:48 +02:00
s-unstyp.ads [multiple changes] 2004-06-11 12:47:39 +02:00
s-vaflop-vms-alpha.adb [multiple changes] 2004-06-07 16:16:34 +02:00
s-vaflop.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-vaflop.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-valboo.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valboo.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valcha.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valcha.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valdec.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valdec.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valenu.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valenu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valint.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valint.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-vallld.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-vallld.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-vallli.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-vallli.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valllu.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valllu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valrea.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-valrea.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valuns.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valuns.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valuti.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-valuti.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valwch.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-valwch.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-veboop.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-veboop.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-vector.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-vercon.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-vercon.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-vmexta.adb [multiple changes] 2004-03-15 15:51:00 +01:00
s-vmexta.ads [multiple changes] 2004-03-15 15:51:00 +01:00
s-vxwork-alpha.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-vxwork-m68k.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-vxwork-mips.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-vxwork-ppc.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-vxwork-sparcv9.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-vxwork-xscale.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
s-wchcnv.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-wchcnv.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-wchcon.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-wchjis.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-wchjis.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-wchstw.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-wchstw.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-wchwts.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-wchwts.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-widboo.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-widboo.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-widcha.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-widcha.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-widenu.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-widenu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-widlli.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-widlli.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-widllu.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-widllu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-widwch.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-widwch.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-wwdcha.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-wwdcha.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-wwdenu.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-wwdenu.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
s-wwdwch.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
s-wwdwch.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
scans.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
scans.ads [multiple changes] 2003-12-08 11:33:17 +01:00
scn.adb [multiple changes] 2004-05-10 18:18:54 +02:00
scn.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
scng.adb [multiple changes] 2004-06-07 16:16:34 +02:00
scng.ads [multiple changes] 2003-12-08 11:33:17 +01:00
sdefault.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem.adb [multiple changes] 2004-01-12 12:45:26 +01:00
sem.ads [multiple changes] 2004-05-27 15:09:26 +02:00
sem_aggr.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sem_aggr.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_attr.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
sem_attr.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_case.adb [multiple changes] 2004-03-02 14:50:15 +01:00
sem_case.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_cat.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sem_cat.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_ch2.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sem_ch2.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_ch3.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
sem_ch3.ads [multiple changes] 2004-06-07 16:16:34 +02:00
sem_ch4.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sem_ch4.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_ch5.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sem_ch5.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_ch6.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sem_ch6.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_ch7.adb [multiple changes] 2004-06-14 15:19:14 +02:00
sem_ch7.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_ch8.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
sem_ch8.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
sem_ch9.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sem_ch9.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_ch10.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
sem_ch10.ads [multiple changes] 2004-03-05 11:58:59 +01:00
sem_ch11.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sem_ch11.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_ch12.adb [multiple changes] 2004-06-11 12:47:39 +02:00
sem_ch12.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_ch13.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
sem_ch13.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
sem_disp.adb [multiple changes] 2004-05-10 18:18:54 +02:00
sem_disp.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_dist.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
sem_dist.ads [multiple changes] 2004-04-19 17:20:16 +02:00
sem_elab.adb [multiple changes] 2004-06-14 15:19:14 +02:00
sem_elab.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_elim.adb [multiple changes] 2004-05-14 15:55:12 +02:00
sem_elim.ads [multiple changes] 2004-04-19 17:20:16 +02:00
sem_eval.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sem_eval.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
sem_intr.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_intr.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_maps.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_maps.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_mech.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_mech.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_prag.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
sem_prag.ads [multiple changes] 2004-05-10 18:18:54 +02:00
sem_res.adb [multiple changes] 2004-06-11 12:47:39 +02:00
sem_res.ads [multiple changes] 2004-01-05 16:20:47 +01:00
sem_smem.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_smem.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_type.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sem_type.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sem_util.adb [multiple changes] 2004-06-11 12:47:39 +02:00
sem_util.ads [multiple changes] 2004-05-14 15:55:12 +02:00
sem_vfpt.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_vfpt.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sem_warn.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sem_warn.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sequenio.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sfn_scan.adb [multiple changes] 2004-03-29 14:03:27 +02:00
sfn_scan.ads [multiple changes] 2004-03-29 14:03:27 +02:00
sinfo-cn.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sinfo-cn.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sinfo.adb [multiple changes] 2004-04-19 17:20:16 +02:00
sinfo.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
sinput-c.adb [multiple changes] 2004-04-01 12:04:40 +02:00
sinput-c.ads [multiple changes] 2004-02-23 12:17:13 +01:00
sinput-d.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sinput-d.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
sinput-l.adb [multiple changes] 2004-03-29 14:03:27 +02:00
sinput-l.ads [multiple changes] 2004-03-29 14:03:27 +02:00
sinput-p.adb [multiple changes] 2003-12-08 11:33:17 +01:00
sinput-p.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
sinput.adb [multiple changes] 2004-03-05 11:58:59 +01:00
sinput.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
snames.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
snames.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
snames.h revert: [multiple changes] 2004-06-25 18:39:33 +02:00
socket.c C90 prototype updates. 2003-10-31 01:08:43 +00:00
sprint.adb [multiple changes] 2004-06-07 16:16:34 +02:00
sprint.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
stand.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
stand.ads [multiple changes] 2004-05-05 12:09:56 +02:00
stringt.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
stringt.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
stringt.h re PR ada/12806 (Program_Error sinput.adb:397) 2003-11-04 13:51:47 +01:00
style.ads [multiple changes] 2004-02-02 13:32:01 +01:00
styleg-c.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
styleg-c.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
styleg.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
styleg.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
stylesw.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
stylesw.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
switch-b.adb [multiple changes] 2004-01-05 16:20:47 +01:00
switch-b.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
switch-c.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
switch-c.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
switch-m.adb [multiple changes] 2004-05-10 18:18:54 +02:00
switch-m.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
switch.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
switch.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
symbols-vms-alpha.adb [multiple changes] 2004-06-14 15:19:14 +02:00
symbols.adb [multiple changes] 2003-11-20 10:54:03 +01:00
symbols.ads [multiple changes] 2004-06-11 12:47:39 +02:00
sysdep.c [multiple changes] 2003-11-18 11:00:43 +01:00
system-aix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-darwin-ppc.ads Makefile.in: Add target pairs for powerpc darwin* tasking support. 2004-04-28 11:38:51 +02:00
system-freebsd-x86.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-hpux.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-interix.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-irix-n32.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-irix-o32.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-linux-ia64.ads s-osinte-linux-ia64.ads renamed system-linux-ia64.ads 2004-05-24 15:40:04 +02:00
system-linux-s390.ads Makefile.in: Add target macro definitions for s390*-linux*. 2004-04-28 21:02:02 +00:00
system-linux-s390x.ads Makefile.in: Add target macro definitions for s390*-linux*. 2004-04-28 21:02:02 +00:00
system-linux-x86.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-linux-x86_64.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-lynxos-ppc.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-lynxos-x86.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-mingw.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-os2.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-solaris-sparc.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-solaris-sparcv9.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-solaris-x86.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-tru64.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-unixware.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-vms-zcx.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-vms.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-vms_64.ads [multiple changes] 2004-06-07 16:16:34 +02:00
system-vxworks-alpha.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-vxworks-m68k.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-vxworks-mips.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-vxworks-ppc.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-vxworks-sparcv9.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system-vxworks-xscale.ads Renaming of target specific files for clarity 2004-05-14 12:02:00 +02:00
system.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
table.adb [multiple changes] 2004-03-05 11:58:59 +01:00
table.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
targparm.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
targparm.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
targtyps.c [multiple changes] 2004-04-21 12:10:33 +02:00
tb-alvms.c [multiple changes] 2003-12-03 12:47:53 +01:00
tb-alvxw.c C90 prototype updates. 2003-10-31 01:08:43 +00:00
tbuild.adb [multiple changes] 2004-04-05 16:57:42 +02:00
tbuild.ads [multiple changes] 2004-04-05 16:57:42 +02:00
tempdir.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
tempdir.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
text_io.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
tracebak.c revert: [multiple changes] 2004-06-25 18:39:33 +02:00
trans.c c-gimplify.c (gimplify_decl_stmt): Update gimplify_type_sizes call. 2004-06-23 00:43:21 -07:00
tree_gen.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
tree_gen.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
tree_in.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
tree_in.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
tree_io.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
tree_io.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
treepr.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
treepr.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
treeprs.adt 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
ttypef.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
ttypes.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
types.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
types.ads [multiple changes] 2004-04-19 17:20:16 +02:00
types.h [multiple changes] 2004-04-19 17:20:16 +02:00
ug_words re PR ada/14150 (Ada documentation out of date) 2004-04-01 19:25:04 +02:00
uintp.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
uintp.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
uintp.h 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
uname.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
uname.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
unchconv.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
unchdeal.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
urealp.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
urealp.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
urealp.h re PR ada/11978 (ada compiler crashes in a-tags.adb) 2003-10-23 13:57:52 +02:00
usage.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00
usage.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
utils.c decl.c (elaborate_expression, [...]): Arguments now bool instead of int. 2004-06-20 07:19:47 -04:00
utils2.c decl.c (elaborate_expression, [...]): Arguments now bool instead of int. 2004-06-20 07:19:47 -04:00
validsw.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
validsw.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
vms_conv.adb [multiple changes] 2004-06-07 16:16:34 +02:00
vms_conv.ads [multiple changes] 2004-06-07 16:16:34 +02:00
vms_data.ads revert: [multiple changes] 2004-06-25 18:39:33 +02:00
vxaddr2line.adb [multiple changes] 2004-01-05 16:20:47 +01:00
widechar.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
widechar.ads 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
xeinfo.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
xgnatugn.adb re PR ada/14150 (Ada documentation out of date) 2004-04-01 19:25:04 +02:00
xnmake.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
xr_tabls.adb [multiple changes] 2004-01-21 11:35:18 +01:00
xr_tabls.ads [multiple changes] 2004-01-05 16:20:47 +01:00
xref_lib.adb [multiple changes] 2004-01-05 16:20:47 +01:00
xref_lib.ads 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
xsinfo.adb 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT. 2003-04-24 19:54:20 +02:00
xsnames.adb 3psoccon.ads, [...]: Files added. 2003-10-21 15:42:24 +02:00
xtreeprs.adb revert: [multiple changes] 2004-06-25 18:39:33 +02:00