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

4.104.115
Last change on this file since b3a4579e was b3a4579e, checked in by Joel Sherrill <joel.sherrill@…>, on 12/16/08 at 15:58:56

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

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