source: rtems/c/src/ada/ChangeLog @ 78c7192

4.104.114.95
Last change on this file since 78c7192 was d45b4a9, checked in by Glenn Humphrey <glenn.humphrey@…>, on 10/25/07 at 20:44:31

2007-10-25 Glenn Humphrey <glenn.humphrey@…>

  • rtems.adb, rtems.ads: Added some more missing bindings.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12007-10-25      Glenn Humphrey <glenn.humphrey@OARcorp.com>
2
3        * rtems.adb, rtems.ads: Added some more missing bindings.
4
52007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
6
7        * rtems.adb, rtems.ads: Added a missing binding.
8
92007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
10
11        * rtems.adb, rtems.ads: Cleaned up binding and removed bindings for
12        things that are not reasonable to do in Ada.
13
142007-10-01      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * rtems.adb, rtems.ads: Most of single processor Ada tests now build.
17        Some run.
18
192007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * rtems.adb: Fix warnings.
22
232007-04-02      Jennifer Averett <jennifer.averrett@oarcorp.com>
24
25        * rtems.adb, rtems.ads: Update.
26
272005-05-23      Joel Sherrill <joel@OARcorp.com>
28
29        * rtems.adb: Fix variable name.
30
312005-05-23      Joel Sherrill <joel@OARcorp.com>
32
33        PR rtems_misc/795
34        * rtems.ads: Fix parameter ordering.
35
362005-05-03      Joel Sherrill <joel@OARcorp.com>
37
38        * rtems.adb: Remove gcc 4.x warnings.
39
402005-05-02      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        PR 782/rtems
43        * rtems.ads: Remove stray ';'.
44        * rtems.adb: Stub Task_Variable_Add, Task_Variable_Get,
45        Task_Variable_Delete.
46
472005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Use preinstall.am
50        * preinstall.am: New.
51
522004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Add PREINSTALL_DIRS.
55
562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Move include_adadir into RTEMS_ADA condional block.
59        Add CLEANFILES. Add PREINSTALL_FILES to CLEANFILES.
60
612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
64
652003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use include_ada_HEADERS.
68
692003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Preinstall adainclude_HEADERS.
72        Add $(dirstamp) to preinstallation rules.
73
742003-11-25      Joel Sherrill <joel@OARcorp.com>
75
76        PR 528/rtems_misc
77        * rtems.ads: Add task variables to Ada binding.
78
792003-09-04      Joel Sherrill <joel@OARcorp.com>
80
81        * rtems-multiprocessing.adb, rtems-multiprocessing.ads, rtems.adb,
82        rtems.ads: URL for license changed.
83
842003-07-08      Joel Sherrill <joel@OARcorp.com>
85
86        PR 418/ada
87        * rtems.adb: Add missing all keyword to derefence pointer.
88
892003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove (Merged into ../configure.ac).
92        * Makefile.am: Reflect having merged configure.ac into
93        ../configure.ac.
94
952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Remove AC_CONFIG_AUX_DIR.
98
992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
102
1032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: AC_PREREQ(2.57).
106
1072003-02-03      Joel Sherrill <joel@OARcorp.com>
108
109        PR 338/filesystem
110        * rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with
111        rtems_io_lookup_name() (API change).
112
1132003-01-03      Joel Sherrill <joel@OARcorp.com>
114
115        * rtems.ads: Corrected Configuration_Table record definition to
116        match current RTEMS source. sp01 now runs.
117
1182002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Fix package name.
121
1222002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Remove AC_ENABLE_MULTILIB.
125        * Makefile.am: Add CVS-Id.
126
1272002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
130
1312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * .cvsignore: Reformat.
134        Add autom4te*cache.
135        Remove autom4te.cache.
136
1372002-08-30      Joel Sherrill <joel@OARcorp.com>
138
139        * rtems.adb (IO_Initialize): Make this match the C prototype.
140
1412002-08-27      Joel Sherrill <joel@OARcorp.com>
142
143        * rtems.ads: Corrected binding for Io_Initialize.
144
1452001-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: New.
148        * Makefile.am: New.
149        * .cvsignore: New.
150
1512001-02-01      Joel Sherrill <joel@OARcorp.com>
152
153        * rtems.ads, rtems.adb: Formatting cleaned up.  Task based timer
154        directives added.  This is Timer_Initiate_Server,
155        Timer_Server_Fire_After, and Timer_Server_Fire_When.
156
1572001-02-01      Joel Sherrill <joel@OARcorp.com>
158
159        * ChangeLog: New file.
160
Note: See TracBrowser for help on using the repository browser.