source: rtems/c/src/ada/ChangeLog @ 0bc8e5c

4.104.114.95
Last change on this file since 0bc8e5c was 5ca28f6a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/07 at 22:16:17

2007-12-04 Joel Sherrill <joel.sherrill@…>

  • rtems.adb: Add missing semicolon.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * rtems.adb: Add missing semicolon.
4
52007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
6
7        * rtems.adb, rtems.ads: Fixed errors in the barrier binding.
8
92007-10-25      Glenn Humphrey <glenn.humphrey@OARcorp.com>
10
11        * rtems.adb, rtems.ads: Added some more missing bindings.
12
132007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
14
15        * rtems.adb, rtems.ads: Added a missing binding.
16
172007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
18
19        * rtems.adb, rtems.ads: Cleaned up binding and removed bindings for
20        things that are not reasonable to do in Ada.
21
222007-10-01      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * rtems.adb, rtems.ads: Most of single processor Ada tests now build.
25        Some run.
26
272007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * rtems.adb: Fix warnings.
30
312007-04-02      Jennifer Averett <jennifer.averrett@oarcorp.com>
32
33        * rtems.adb, rtems.ads: Update.
34
352005-05-23      Joel Sherrill <joel@OARcorp.com>
36
37        * rtems.adb: Fix variable name.
38
392005-05-23      Joel Sherrill <joel@OARcorp.com>
40
41        PR rtems_misc/795
42        * rtems.ads: Fix parameter ordering.
43
442005-05-03      Joel Sherrill <joel@OARcorp.com>
45
46        * rtems.adb: Remove gcc 4.x warnings.
47
482005-05-02      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        PR 782/rtems
51        * rtems.ads: Remove stray ';'.
52        * rtems.adb: Stub Task_Variable_Add, Task_Variable_Get,
53        Task_Variable_Delete.
54
552005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Use preinstall.am
58        * preinstall.am: New.
59
602004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Add PREINSTALL_DIRS.
63
642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Move include_adadir into RTEMS_ADA condional block.
67        Add CLEANFILES. Add PREINSTALL_FILES to CLEANFILES.
68
692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
72
732003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Use include_ada_HEADERS.
76
772003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Preinstall adainclude_HEADERS.
80        Add $(dirstamp) to preinstallation rules.
81
822003-11-25      Joel Sherrill <joel@OARcorp.com>
83
84        PR 528/rtems_misc
85        * rtems.ads: Add task variables to Ada binding.
86
872003-09-04      Joel Sherrill <joel@OARcorp.com>
88
89        * rtems-multiprocessing.adb, rtems-multiprocessing.ads, rtems.adb,
90        rtems.ads: URL for license changed.
91
922003-07-08      Joel Sherrill <joel@OARcorp.com>
93
94        PR 418/ada
95        * rtems.adb: Add missing all keyword to derefence pointer.
96
972003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Remove (Merged into ../configure.ac).
100        * Makefile.am: Reflect having merged configure.ac into
101        ../configure.ac.
102
1032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Remove AC_CONFIG_AUX_DIR.
106
1072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
110
1112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: AC_PREREQ(2.57).
114
1152003-02-03      Joel Sherrill <joel@OARcorp.com>
116
117        PR 338/filesystem
118        * rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with
119        rtems_io_lookup_name() (API change).
120
1212003-01-03      Joel Sherrill <joel@OARcorp.com>
122
123        * rtems.ads: Corrected Configuration_Table record definition to
124        match current RTEMS source. sp01 now runs.
125
1262002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Fix package name.
129
1302002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Remove AC_ENABLE_MULTILIB.
133        * Makefile.am: Add CVS-Id.
134
1352002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
138
1392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * .cvsignore: Reformat.
142        Add autom4te*cache.
143        Remove autom4te.cache.
144
1452002-08-30      Joel Sherrill <joel@OARcorp.com>
146
147        * rtems.adb (IO_Initialize): Make this match the C prototype.
148
1492002-08-27      Joel Sherrill <joel@OARcorp.com>
150
151        * rtems.ads: Corrected binding for Io_Initialize.
152
1532001-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: New.
156        * Makefile.am: New.
157        * .cvsignore: New.
158
1592001-02-01      Joel Sherrill <joel@OARcorp.com>
160
161        * rtems.ads, rtems.adb: Formatting cleaned up.  Task based timer
162        directives added.  This is Timer_Initiate_Server,
163        Timer_Server_Fire_After, and Timer_Server_Fire_When.
164
1652001-02-01      Joel Sherrill <joel@OARcorp.com>
166
167        * ChangeLog: New file.
168
Note: See TracBrowser for help on using the repository browser.