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

4.8
Last change on this file since bd58b13 was bd58b13, checked in by Glenn Humphrey <glenn.humphrey@…>, on 11/27/07 at 21:23:13

2007-11-27 Glenn Humphrey <glenn.humphrey@…>

  • rtems.adb, rtems.ads: Fixed errors in the barrier binding.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
2
3        * rtems.adb, rtems.ads: Fixed errors in the barrier binding.
4
52007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
6
7        * rtems.adb, rtems.ads: Merge binding updates from CVS head. Bindings
8        should now be reasonably in sync with C Classic API.
9
102007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * rtems.adb: Fix warnings.
13
142007-04-02      Jennifer Averett <jennifer.averrett@oarcorp.com>
15
16        * rtems.adb, rtems.ads: Update.
17
182005-05-23      Joel Sherrill <joel@OARcorp.com>
19
20        * rtems.adb: Fix variable name.
21
222005-05-23      Joel Sherrill <joel@OARcorp.com>
23
24        PR rtems_misc/795
25        * rtems.ads: Fix parameter ordering.
26
272005-05-03      Joel Sherrill <joel@OARcorp.com>
28
29        * rtems.adb: Remove gcc 4.x warnings.
30
312005-05-02      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        PR 782/rtems
34        * rtems.ads: Remove stray ';'.
35        * rtems.adb: Stub Task_Variable_Add, Task_Variable_Get,
36        Task_Variable_Delete.
37
382005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Use preinstall.am
41        * preinstall.am: New.
42
432004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Add PREINSTALL_DIRS.
46
472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Move include_adadir into RTEMS_ADA condional block.
50        Add CLEANFILES. Add PREINSTALL_FILES to CLEANFILES.
51
522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
55
562003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Use include_ada_HEADERS.
59
602003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Preinstall adainclude_HEADERS.
63        Add $(dirstamp) to preinstallation rules.
64
652003-11-25      Joel Sherrill <joel@OARcorp.com>
66
67        PR 528/rtems_misc
68        * rtems.ads: Add task variables to Ada binding.
69
702003-09-04      Joel Sherrill <joel@OARcorp.com>
71
72        * rtems-multiprocessing.adb, rtems-multiprocessing.ads, rtems.adb,
73        rtems.ads: URL for license changed.
74
752003-07-08      Joel Sherrill <joel@OARcorp.com>
76
77        PR 418/ada
78        * rtems.adb: Add missing all keyword to derefence pointer.
79
802003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Remove (Merged into ../configure.ac).
83        * Makefile.am: Reflect having merged configure.ac into
84        ../configure.ac.
85
862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Remove AC_CONFIG_AUX_DIR.
89
902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
93
942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: AC_PREREQ(2.57).
97
982003-02-03      Joel Sherrill <joel@OARcorp.com>
99
100        PR 338/filesystem
101        * rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with
102        rtems_io_lookup_name() (API change).
103
1042003-01-03      Joel Sherrill <joel@OARcorp.com>
105
106        * rtems.ads: Corrected Configuration_Table record definition to
107        match current RTEMS source. sp01 now runs.
108
1092002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Fix package name.
112
1132002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove AC_ENABLE_MULTILIB.
116        * Makefile.am: Add CVS-Id.
117
1182002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
121
1222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * .cvsignore: Reformat.
125        Add autom4te*cache.
126        Remove autom4te.cache.
127
1282002-08-30      Joel Sherrill <joel@OARcorp.com>
129
130        * rtems.adb (IO_Initialize): Make this match the C prototype.
131
1322002-08-27      Joel Sherrill <joel@OARcorp.com>
133
134        * rtems.ads: Corrected binding for Io_Initialize.
135
1362001-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: New.
139        * Makefile.am: New.
140        * .cvsignore: New.
141
1422001-02-01      Joel Sherrill <joel@OARcorp.com>
143
144        * rtems.ads, rtems.adb: Formatting cleaned up.  Task based timer
145        directives added.  This is Timer_Initiate_Server,
146        Timer_Server_Fire_After, and Timer_Server_Fire_When.
147
1482001-02-01      Joel Sherrill <joel@OARcorp.com>
149
150        * ChangeLog: New file.
151
Note: See TracBrowser for help on using the repository browser.