source: rtems/c/src/ada/ChangeLog @ 209f190f

4.104.114.95
Last change on this file since 209f190f was 209f190f, checked in by Joel Sherrill <joel.sherrill@…>, on 02/04/08 at 17:18:23

2008-02-04 Joel Sherrill <joel.sherrill@…>

  • rtems.adb, rtems.ads: Correct binding to Object_Get_Name. Now works.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * rtems.adb, rtems.ads: Correct binding to Object_Get_Name. Now works.
4
52008-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * rtems.adb, rtems.ads: Object_Get_Name now has a proper implementation
8        thanks to a binding tip from Laurent Guerby.
9
102008-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * rtems.adb, rtems.ads: Add Ada binding for Object Services.
13
142007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * rtems.adb: Add missing semicolon.
17
182007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
19
20        * rtems.adb, rtems.ads: Fixed errors in the barrier binding.
21
222007-10-25      Glenn Humphrey <glenn.humphrey@OARcorp.com>
23
24        * rtems.adb, rtems.ads: Added some more missing bindings.
25
262007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
27
28        * rtems.adb, rtems.ads: Added a missing binding.
29
302007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
31
32        * rtems.adb, rtems.ads: Cleaned up binding and removed bindings for
33        things that are not reasonable to do in Ada.
34
352007-10-01      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * rtems.adb, rtems.ads: Most of single processor Ada tests now build.
38        Some run.
39
402007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * rtems.adb: Fix warnings.
43
442007-04-02      Jennifer Averett <jennifer.averrett@oarcorp.com>
45
46        * rtems.adb, rtems.ads: Update.
47
482005-05-23      Joel Sherrill <joel@OARcorp.com>
49
50        * rtems.adb: Fix variable name.
51
522005-05-23      Joel Sherrill <joel@OARcorp.com>
53
54        PR rtems_misc/795
55        * rtems.ads: Fix parameter ordering.
56
572005-05-03      Joel Sherrill <joel@OARcorp.com>
58
59        * rtems.adb: Remove gcc 4.x warnings.
60
612005-05-02      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        PR 782/rtems
64        * rtems.ads: Remove stray ';'.
65        * rtems.adb: Stub Task_Variable_Add, Task_Variable_Get,
66        Task_Variable_Delete.
67
682005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Use preinstall.am
71        * preinstall.am: New.
72
732004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Add PREINSTALL_DIRS.
76
772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Move include_adadir into RTEMS_ADA condional block.
80        Add CLEANFILES. Add PREINSTALL_FILES to CLEANFILES.
81
822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
85
862003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Use include_ada_HEADERS.
89
902003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Preinstall adainclude_HEADERS.
93        Add $(dirstamp) to preinstallation rules.
94
952003-11-25      Joel Sherrill <joel@OARcorp.com>
96
97        PR 528/rtems_misc
98        * rtems.ads: Add task variables to Ada binding.
99
1002003-09-04      Joel Sherrill <joel@OARcorp.com>
101
102        * rtems-multiprocessing.adb, rtems-multiprocessing.ads, rtems.adb,
103        rtems.ads: URL for license changed.
104
1052003-07-08      Joel Sherrill <joel@OARcorp.com>
106
107        PR 418/ada
108        * rtems.adb: Add missing all keyword to derefence pointer.
109
1102003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Remove (Merged into ../configure.ac).
113        * Makefile.am: Reflect having merged configure.ac into
114        ../configure.ac.
115
1162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Remove AC_CONFIG_AUX_DIR.
119
1202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
123
1242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: AC_PREREQ(2.57).
127
1282003-02-03      Joel Sherrill <joel@OARcorp.com>
129
130        PR 338/filesystem
131        * rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with
132        rtems_io_lookup_name() (API change).
133
1342003-01-03      Joel Sherrill <joel@OARcorp.com>
135
136        * rtems.ads: Corrected Configuration_Table record definition to
137        match current RTEMS source. sp01 now runs.
138
1392002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Fix package name.
142
1432002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Remove AC_ENABLE_MULTILIB.
146        * Makefile.am: Add CVS-Id.
147
1482002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
151
1522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * .cvsignore: Reformat.
155        Add autom4te*cache.
156        Remove autom4te.cache.
157
1582002-08-30      Joel Sherrill <joel@OARcorp.com>
159
160        * rtems.adb (IO_Initialize): Make this match the C prototype.
161
1622002-08-27      Joel Sherrill <joel@OARcorp.com>
163
164        * rtems.ads: Corrected binding for Io_Initialize.
165
1662001-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: New.
169        * Makefile.am: New.
170        * .cvsignore: New.
171
1722001-02-01      Joel Sherrill <joel@OARcorp.com>
173
174        * rtems.ads, rtems.adb: Formatting cleaned up.  Task based timer
175        directives added.  This is Timer_Initiate_Server,
176        Timer_Server_Fire_After, and Timer_Server_Fire_When.
177
1782001-02-01      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: New file.
181
Note: See TracBrowser for help on using the repository browser.