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

4.104.115
Last change on this file since dedccb64 was dedccb64, checked in by Joel Sherrill <joel.sherrill@…>, on 08/24/09 at 12:15:24

2009-08-24 Christian Mauderer <christian.mauderer@…>

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