source: rtems/cpukit/itron/ChangeLog @ 78c2a97

4.104.114.84.95
Last change on this file since 78c2a97 was 78c2a97, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:07:32

2002-06-17 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal.
  • inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Property mode set to 100644
File size: 4.5 KB
RevLine 
[78c2a97]12002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
4        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
5        Use ../aclocal.
6        * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
7        * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
8        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
9
[6236b47]102001-04-22      Joel Sherrill <joel@OARcorp.com>
11
12        * src/task.c (_ITRON_Task_User_extensions): Add new fields to
13        be correct in respect to newly added fields for separate switch list.
14 
[87e106c]152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac:
18        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
19        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
20        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
25
[ca837f8a]262001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * src/Makefile.am: Add multilib support.
29
[4afc28ad]302001-11-07      Joel Sherrill <joel@OARcorp.com>
31
32        Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
33        * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get()
34        to use _Objects_Get_by_index().
35
[5a6ad2a]362001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * include/itronsys/Makefile.am: Remove.
39        * include/rtems/Makefile.am: Remove.
40        * include/rtems/itron/Makefile.am: Remove.
41        * inline/rtems/Makefile.am: Remove.
42        * inline/rtems/itron/Makefile.am: Remove.
43        * macros/rtems/Makefile.am: Remove.
44        * macros/rtems/itron/Makefile.am: Remove.
45        * include/Makefile.am: handle subdirs.
46        * inline/Makefile.am: handle subdirs.
47        * macros/Makefile.am: handle subdirs.
48        * configure.ac: Reflect changes above.
49
[66387986]502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
53        * configure.in: Remove.
54        * configure.ac: New file, generated from configure.in by autoupdate.
55
[de05cbb9]562001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
59        * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
60        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
61        * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
62        * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
63
[250afb6c]642001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
67        happy.
68
[02e4dcd]692001-08-09      Joel Sherrill <joel@OARcorp.com>
70
71        * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations
72        should NOT use _Thread_Executing for return status since it is
73        permissible to invoke message send operations from an ISR.  This was
74        reported by Suvrat Gupta <suvrat@utstar.com>.
75
[53c3a2c6]762001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
79
[9fae0f87]802001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * include/Makefile.am, include/itronsys/Makefile.am,
83        include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
84        macros/rtems/itron/Makefile.am:
85        Apply include_*HEADERS instead of H_FILES.
86
[f42b726]872001-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.in: Add src/config.h
90        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
91        * src/.cvsignore: Add config.h and stamp-h
92        * src/*.c: Add config.h support.
93
[7afbca0]942000-12-01      Joel Sherrill <joel@OARcorp.com>
95
96        * Added macro support to ITRON API.  This is known to compile.
97        * Makefile.am: Added macros directory.
98        * configure.in: Removed error check for enabling macros.
99        * macros/.cvsignore, macros/Makefile.am,
100        macros/rtems/.cvsignore, macros/rtems/Makefile.am,
101        macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am,
102        macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl,
103        macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl,
104        macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl,
105        macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl,
106        macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl,
107        macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
108
[feead226]1092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
112
[a314d3b4]1132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
116
[5582de1]1172000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
120        Switch to GNU canonicalization.
121
[cc480f9c]1222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * src/Makefile.am: Include compile.am.
125
[e94ad1fe]1262000-08-10      Joel Sherrill <joel@OARcorp.com>
127
128        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.