source: rtems/c/src/ada/ChangeLog @ 82948ea1

4.9
Last change on this file since 82948ea1 was 5fe13356, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/08 at 16:38:00

2008-12-03 Joel Sherrill <joel.sherrill@…>

PR 1345/Ada

  • rtems.ads: RTEMS boolean type is now C99 bool which is not an unsigned32.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        PR 1345/Ada
4        * rtems.ads: RTEMS boolean type is now C99 bool which is not an
5        unsigned32.
6
72008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        PR 1339/Ada
10        * rtems.adb, rtems.ads: Re-add IO Manager to Ada binding.
11
122008-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * rtems.adb, rtems.ads: Fix prototype.
15
162008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * rtems.adb, rtems.ads: Refactored rtems_clock_get into 5 methods
19        which are single purpose and more strongly typed.  They are:
20            rtems_clock_get_tod - Get TOD in Classic API structure
21            rtems_clock_get_tod_timeval - Get TOD in struct timeval
22            rtems_clock_get_seconds_since_epoch - Get TOD as seconds since 1988
23            rtems_clock_get_ticks_since_boot - Get ticks since boot
24            rtems_clock_get_ticks_per_second - Get ticks per second
25        Also switch from using 'Unchecked_Access to 'Access.
26        Added pragma Convention C as required by gcc > 4.3.
27        Changed style of parenthese on subprogram calls to match GNAT.
28
292008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * rtems.adb, rtems.ads: Correct binding to Object_Get_Name. Now works.
32
332008-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * rtems.adb, rtems.ads: Object_Get_Name now has a proper implementation
36        thanks to a binding tip from Laurent Guerby.
37
382008-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * rtems.adb, rtems.ads: Add Ada binding for Object Services.
41
422007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * rtems.adb: Add missing semicolon.
45
462007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
47
48        * rtems.adb, rtems.ads: Fixed errors in the barrier binding.
49
502007-10-25      Glenn Humphrey <glenn.humphrey@OARcorp.com>
51
52        * rtems.adb, rtems.ads: Added some more missing bindings.
53
542007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
55
56        * rtems.adb, rtems.ads: Added a missing binding.
57
582007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
59
60        * rtems.adb, rtems.ads: Cleaned up binding and removed bindings for
61        things that are not reasonable to do in Ada.
62
632007-10-01      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * rtems.adb, rtems.ads: Most of single processor Ada tests now build.
66        Some run.
67
682007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * rtems.adb: Fix warnings.
71
722007-04-02      Jennifer Averett <jennifer.averrett@oarcorp.com>
73
74        * rtems.adb, rtems.ads: Update.
75
762005-05-23      Joel Sherrill <joel@OARcorp.com>
77
78        * rtems.adb: Fix variable name.
79
802005-05-23      Joel Sherrill <joel@OARcorp.com>
81
82        PR rtems_misc/795
83        * rtems.ads: Fix parameter ordering.
84
852005-05-03      Joel Sherrill <joel@OARcorp.com>
86
87        * rtems.adb: Remove gcc 4.x warnings.
88
892005-05-02      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        PR 782/rtems
92        * rtems.ads: Remove stray ';'.
93        * rtems.adb: Stub Task_Variable_Add, Task_Variable_Get,
94        Task_Variable_Delete.
95
962005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Use preinstall.am
99        * preinstall.am: New.
100
1012004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Add PREINSTALL_DIRS.
104
1052003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Move include_adadir into RTEMS_ADA condional block.
108        Add CLEANFILES. Add PREINSTALL_FILES to CLEANFILES.
109
1102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
113
1142003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use include_ada_HEADERS.
117
1182003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Preinstall adainclude_HEADERS.
121        Add $(dirstamp) to preinstallation rules.
122
1232003-11-25      Joel Sherrill <joel@OARcorp.com>
124
125        PR 528/rtems_misc
126        * rtems.ads: Add task variables to Ada binding.
127
1282003-09-04      Joel Sherrill <joel@OARcorp.com>
129
130        * rtems-multiprocessing.adb, rtems-multiprocessing.ads, rtems.adb,
131        rtems.ads: URL for license changed.
132
1332003-07-08      Joel Sherrill <joel@OARcorp.com>
134
135        PR 418/ada
136        * rtems.adb: Add missing all keyword to derefence pointer.
137
1382003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Remove (Merged into ../configure.ac).
141        * Makefile.am: Reflect having merged configure.ac into
142        ../configure.ac.
143
1442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove AC_CONFIG_AUX_DIR.
147
1482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
151
1522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: AC_PREREQ(2.57).
155
1562003-02-03      Joel Sherrill <joel@OARcorp.com>
157
158        PR 338/filesystem
159        * rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with
160        rtems_io_lookup_name() (API change).
161
1622003-01-03      Joel Sherrill <joel@OARcorp.com>
163
164        * rtems.ads: Corrected Configuration_Table record definition to
165        match current RTEMS source. sp01 now runs.
166
1672002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Fix package name.
170
1712002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Remove AC_ENABLE_MULTILIB.
174        * Makefile.am: Add CVS-Id.
175
1762002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
179
1802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * .cvsignore: Reformat.
183        Add autom4te*cache.
184        Remove autom4te.cache.
185
1862002-08-30      Joel Sherrill <joel@OARcorp.com>
187
188        * rtems.adb (IO_Initialize): Make this match the C prototype.
189
1902002-08-27      Joel Sherrill <joel@OARcorp.com>
191
192        * rtems.ads: Corrected binding for Io_Initialize.
193
1942001-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: New.
197        * Makefile.am: New.
198        * .cvsignore: New.
199
2002001-02-01      Joel Sherrill <joel@OARcorp.com>
201
202        * rtems.ads, rtems.adb: Formatting cleaned up.  Task based timer
203        directives added.  This is Timer_Initiate_Server,
204        Timer_Server_Fire_After, and Timer_Server_Fire_When.
205
2062001-02-01      Joel Sherrill <joel@OARcorp.com>
207
208        * ChangeLog: New file.
209
Note: See TracBrowser for help on using the repository browser.