source: rtems/c/src/ada/ChangeLog @ d14963b

4.104.114.95
Last change on this file since d14963b was d14963b, checked in by Glenn Humphrey <glenn.humphrey@…>, on 10/10/07 at 20:46:33

2007-10-10 Glenn Humphrey <glenn.humphrey@…>

  • rtems.adb, rtems.ads: Cleaned up binding and removed bindings for things that are not reasonable to do in Ada.
  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[d14963b]12007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
2
3        * rtems.adb, rtems.ads: Cleaned up binding and removed bindings for
4        things that are not reasonable to do in Ada.
5
[f10fe707]62007-10-01      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * rtems.adb, rtems.ads: Most of single processor Ada tests now build.
9        Some run.
10
[b26e1db6]112007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * rtems.adb: Fix warnings.
14
[a6ec372]152007-04-02      Jennifer Averett <jennifer.averrett@oarcorp.com>
16
17        * rtems.adb, rtems.ads: Update.
18
[cc1aee94]192005-05-23      Joel Sherrill <joel@OARcorp.com>
20
21        * rtems.adb: Fix variable name.
22
[cb6fc17b]232005-05-23      Joel Sherrill <joel@OARcorp.com>
24
25        PR rtems_misc/795
26        * rtems.ads: Fix parameter ordering.
27
[901eef9a]282005-05-03      Joel Sherrill <joel@OARcorp.com>
29
30        * rtems.adb: Remove gcc 4.x warnings.
31
[6221625]322005-05-02      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        PR 782/rtems
35        * rtems.ads: Remove stray ';'.
36        * rtems.adb: Stub Task_Variable_Add, Task_Variable_Get,
37        Task_Variable_Delete.
38
[fe3cc50c]392005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
40
[5a35cfcd]41        * Makefile.am: Use preinstall.am
42        * preinstall.am: New.
[fe3cc50c]43
[3d1de20]442004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Add PREINSTALL_DIRS.
47
[e81cc50]482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Move include_adadir into RTEMS_ADA condional block.
51        Add CLEANFILES. Add PREINSTALL_FILES to CLEANFILES.
52
[53a8958]532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
56
[6bfddfe1]572003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Use include_ada_HEADERS.
60
[74c77c5]612003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Preinstall adainclude_HEADERS.
64        Add $(dirstamp) to preinstallation rules.
65
[09196757]662003-11-25      Joel Sherrill <joel@OARcorp.com>
67
68        PR 528/rtems_misc
69        * rtems.ads: Add task variables to Ada binding.
70
[dcdb62d]712003-09-04      Joel Sherrill <joel@OARcorp.com>
72
73        * rtems-multiprocessing.adb, rtems-multiprocessing.ads, rtems.adb,
74        rtems.ads: URL for license changed.
75
[47f6eea]762003-07-08      Joel Sherrill <joel@OARcorp.com>
77
78        PR 418/ada
79        * rtems.adb: Add missing all keyword to derefence pointer.
80
[9414746c]812003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove (Merged into ../configure.ac).
84        * Makefile.am: Reflect having merged configure.ac into
85        ../configure.ac.
86
[9b353a5]872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove AC_CONFIG_AUX_DIR.
90
[ccd81b60]912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
94
[9b5c258]952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: AC_PREREQ(2.57).
98
[81968b9a]992003-02-03      Joel Sherrill <joel@OARcorp.com>
100
101        PR 338/filesystem
102        * rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with
103        rtems_io_lookup_name() (API change).
104
[e1fe652]1052003-01-03      Joel Sherrill <joel@OARcorp.com>
106
107        * rtems.ads: Corrected Configuration_Table record definition to
108        match current RTEMS source. sp01 now runs.
109
[47c0220]1102002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Fix package name.
113
[1c883771]1142002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Remove AC_ENABLE_MULTILIB.
117        * Makefile.am: Add CVS-Id.
118
[56a1ae36]1192002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
122
[f8cb04a5]1232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * .cvsignore: Reformat.
126        Add autom4te*cache.
127        Remove autom4te.cache.
128
[182e9f8]1292002-08-30      Joel Sherrill <joel@OARcorp.com>
130
131        * rtems.adb (IO_Initialize): Make this match the C prototype.
132
[aa57f84]1332002-08-27      Joel Sherrill <joel@OARcorp.com>
134
135        * rtems.ads: Corrected binding for Io_Initialize.
136
[72deed0]1372001-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: New.
140        * Makefile.am: New.
141        * .cvsignore: New.
142
[7003847]1432001-02-01      Joel Sherrill <joel@OARcorp.com>
144
145        * rtems.ads, rtems.adb: Formatting cleaned up.  Task based timer
146        directives added.  This is Timer_Initiate_Server,
147        Timer_Server_Fire_After, and Timer_Server_Fire_When.
148
[569a01f]1492001-02-01      Joel Sherrill <joel@OARcorp.com>
150
151        * ChangeLog: New file.
152
Note: See TracBrowser for help on using the repository browser.