source: rtems/cpukit/itron/ChangeLog @ 8c746fe

4.104.114.84.95
Last change on this file since 8c746fe was 8c746fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/01/02 at 09:59:55

2002-07-01 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_PROJECT_ROOT.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_PROJECT_ROOT.
4
52002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
8        Add AC_PROG_RANLIB.
9
102002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove references to RTEMS_BSP.
13        * src/Makefile.am: Add libitron.a.
14
152002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
18        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
19        Use ../aclocal.
20        * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
21        * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
22        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
23
242001-04-22      Joel Sherrill <joel@OARcorp.com>
25
26        * src/task.c (_ITRON_Task_User_extensions): Add new fields to
27        be correct in respect to newly added fields for separate switch list.
28 
292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac:
32        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
33        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
34        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
39
402001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * src/Makefile.am: Add multilib support.
43
442001-11-07      Joel Sherrill <joel@OARcorp.com>
45
46        Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
47        * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get()
48        to use _Objects_Get_by_index().
49
502001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * include/itronsys/Makefile.am: Remove.
53        * include/rtems/Makefile.am: Remove.
54        * include/rtems/itron/Makefile.am: Remove.
55        * inline/rtems/Makefile.am: Remove.
56        * inline/rtems/itron/Makefile.am: Remove.
57        * macros/rtems/Makefile.am: Remove.
58        * macros/rtems/itron/Makefile.am: Remove.
59        * include/Makefile.am: handle subdirs.
60        * inline/Makefile.am: handle subdirs.
61        * macros/Makefile.am: handle subdirs.
62        * configure.ac: Reflect changes above.
63
642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
67        * configure.in: Remove.
68        * configure.ac: New file, generated from configure.in by autoupdate.
69
702001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
73        * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
74        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
75        * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
76        * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
77
782001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
81        happy.
82
832001-08-09      Joel Sherrill <joel@OARcorp.com>
84
85        * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations
86        should NOT use _Thread_Executing for return status since it is
87        permissible to invoke message send operations from an ISR.  This was
88        reported by Suvrat Gupta <suvrat@utstar.com>.
89
902001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
93
942001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * include/Makefile.am, include/itronsys/Makefile.am,
97        include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
98        macros/rtems/itron/Makefile.am:
99        Apply include_*HEADERS instead of H_FILES.
100
1012001-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.in: Add src/config.h
104        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
105        * src/.cvsignore: Add config.h and stamp-h
106        * src/*.c: Add config.h support.
107
1082000-12-01      Joel Sherrill <joel@OARcorp.com>
109
110        * Added macro support to ITRON API.  This is known to compile.
111        * Makefile.am: Added macros directory.
112        * configure.in: Removed error check for enabling macros.
113        * macros/.cvsignore, macros/Makefile.am,
114        macros/rtems/.cvsignore, macros/rtems/Makefile.am,
115        macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am,
116        macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl,
117        macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl,
118        macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl,
119        macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl,
120        macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl,
121        macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
122
1232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
126
1272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
130
1312000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
134        Switch to GNU canonicalization.
135
1362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * src/Makefile.am: Include compile.am.
139
1402000-08-10      Joel Sherrill <joel@OARcorp.com>
141
142        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.