source: rtems/c/src/exec/itron/ChangeLog @ b2d72c67

4.104.114.84.95
Last change on this file since b2d72c67 was b2d72c67, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/26/02 at 12:52:19

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

  • configure.ac: Remove references to RTEMS_BSP.
  • src/Makefile.am: Add libitron.a.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove references to RTEMS_BSP.
4        * src/Makefile.am: Add libitron.a.
5
62002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
9        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
10        Use ../aclocal.
11        * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
12        * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
13        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
14
152001-04-22      Joel Sherrill <joel@OARcorp.com>
16
17        * src/task.c (_ITRON_Task_User_extensions): Add new fields to
18        be correct in respect to newly added fields for separate switch list.
19 
202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac:
23        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
24        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
25        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
30
312001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * src/Makefile.am: Add multilib support.
34
352001-11-07      Joel Sherrill <joel@OARcorp.com>
36
37        Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
38        * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get()
39        to use _Objects_Get_by_index().
40
412001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * include/itronsys/Makefile.am: Remove.
44        * include/rtems/Makefile.am: Remove.
45        * include/rtems/itron/Makefile.am: Remove.
46        * inline/rtems/Makefile.am: Remove.
47        * inline/rtems/itron/Makefile.am: Remove.
48        * macros/rtems/Makefile.am: Remove.
49        * macros/rtems/itron/Makefile.am: Remove.
50        * include/Makefile.am: handle subdirs.
51        * inline/Makefile.am: handle subdirs.
52        * macros/Makefile.am: handle subdirs.
53        * configure.ac: Reflect changes above.
54
552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
58        * configure.in: Remove.
59        * configure.ac: New file, generated from configure.in by autoupdate.
60
612001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
64        * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
65        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
66        * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
67        * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
68
692001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
72        happy.
73
742001-08-09      Joel Sherrill <joel@OARcorp.com>
75
76        * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations
77        should NOT use _Thread_Executing for return status since it is
78        permissible to invoke message send operations from an ISR.  This was
79        reported by Suvrat Gupta <suvrat@utstar.com>.
80
812001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
84
852001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * include/Makefile.am, include/itronsys/Makefile.am,
88        include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
89        macros/rtems/itron/Makefile.am:
90        Apply include_*HEADERS instead of H_FILES.
91
922001-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.in: Add src/config.h
95        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
96        * src/.cvsignore: Add config.h and stamp-h
97        * src/*.c: Add config.h support.
98
992000-12-01      Joel Sherrill <joel@OARcorp.com>
100
101        * Added macro support to ITRON API.  This is known to compile.
102        * Makefile.am: Added macros directory.
103        * configure.in: Removed error check for enabling macros.
104        * macros/.cvsignore, macros/Makefile.am,
105        macros/rtems/.cvsignore, macros/rtems/Makefile.am,
106        macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am,
107        macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl,
108        macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl,
109        macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl,
110        macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl,
111        macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl,
112        macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
113
1142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
117
1182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
121
1222000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
125        Switch to GNU canonicalization.
126
1272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * src/Makefile.am: Include compile.am.
130
1312000-08-10      Joel Sherrill <joel@OARcorp.com>
132
133        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.