summaryrefslogtreecommitdiffstats
path: root/c/src/ada/ChangeLog
blob: 32055f6d9840f8fc33c26bba63d5ea015e4833c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
2005-05-23	Joel Sherrill <joel@OARcorp.com>

	* rtems.adb: Fix variable name.

2005-05-23	Joel Sherrill <joel@OARcorp.com>

	PR rtems_misc/795
	* rtems.ads: Fix parameter ordering.

2005-05-03	Joel Sherrill <joel@OARcorp.com>

	* rtems.adb: Remove gcc 4.x warnings.

2005-05-02	Ralf Corsepius <ralf.corsepius@rtems.org>

	PR 782/rtems
	* rtems.ads: Remove stray ';'.
	* rtems.adb: Stub Task_Variable_Add, Task_Variable_Get,
	Task_Variable_Delete.

2005-04-30	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Use preinstall.am
	* preinstall.am: New.

2004-01-19	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Add PREINSTALL_DIRS.

2003-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Move include_adadir into RTEMS_ADA condional block.
	Add CLEANFILES. Add PREINSTALL_FILES to CLEANFILES.

2003-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.

2003-12-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use include_ada_HEADERS.

2003-11-30	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Preinstall adainclude_HEADERS.
	Add $(dirstamp) to preinstallation rules.

2003-11-25	Joel Sherrill <joel@OARcorp.com>

	PR 528/rtems_misc
	* rtems.ads: Add task variables to Ada binding.

2003-09-04	Joel Sherrill <joel@OARcorp.com>

	* rtems-multiprocessing.adb, rtems-multiprocessing.ads, rtems.adb,
	rtems.ads: URL for license changed.

2003-07-08	Joel Sherrill <joel@OARcorp.com>

	PR 418/ada
	* rtems.adb: Add missing all keyword to derefence pointer.

2003-07-08	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove (Merged into ../configure.ac).
	* Makefile.am: Reflect having merged configure.ac into
	../configure.ac.

2003-03-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove AC_CONFIG_AUX_DIR.

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AC_PREREQ(2.57).

2003-02-03	Joel Sherrill <joel@OARcorp.com>

	PR 338/filesystem
	* rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with 
	rtems_io_lookup_name() (API change).

2003-01-03	Joel Sherrill <joel@OARcorp.com>

	* rtems.ads: Corrected Configuration_Table record definition to 
	match current RTEMS source. sp01 now runs.

2002-11-19	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Fix package name.

2002-10-29	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove AC_ENABLE_MULTILIB.
	* Makefile.am: Add CVS-Id.

2002-10-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.

2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.

2002-08-30	Joel Sherrill <joel@OARcorp.com>

	* rtems.adb (IO_Initialize): Make this match the C prototype.

2002-08-27	Joel Sherrill <joel@OARcorp.com>

	* rtems.ads: Corrected binding for Io_Initialize.

2001-08-23	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: New.
	* Makefile.am: New.
	* .cvsignore: New.

2001-02-01	Joel Sherrill <joel@OARcorp.com>

	* rtems.ads, rtems.adb: Formatting cleaned up.  Task based timer
	directives added.  This is Timer_Initiate_Server, 
	Timer_Server_Fire_After, and Timer_Server_Fire_When. 

2001-02-01	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: New file.