source: rtems/cpukit/itron/ChangeLog @ 989b938

4.104.114.84.95
Last change on this file since 989b938 was ca837f8a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/01 at 14:36:53

2001-12-19 Ralf Corsepius <corsepiu@…>

  • src/Makefile.am: Add multilib support.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * src/Makefile.am: Add multilib support.
4
52001-11-07      Joel Sherrill <joel@OARcorp.com>
6
7        Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
8        * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get()
9        to use _Objects_Get_by_index().
10
112001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * include/itronsys/Makefile.am: Remove.
14        * include/rtems/Makefile.am: Remove.
15        * include/rtems/itron/Makefile.am: Remove.
16        * inline/rtems/Makefile.am: Remove.
17        * inline/rtems/itron/Makefile.am: Remove.
18        * macros/rtems/Makefile.am: Remove.
19        * macros/rtems/itron/Makefile.am: Remove.
20        * include/Makefile.am: handle subdirs.
21        * inline/Makefile.am: handle subdirs.
22        * macros/Makefile.am: handle subdirs.
23        * configure.ac: Reflect changes above.
24
252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
28        * configure.in: Remove.
29        * configure.ac: New file, generated from configure.in by autoupdate.
30
312001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
34        * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
35        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
36        * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
37        * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
38
392001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
42        happy.
43
442001-08-09      Joel Sherrill <joel@OARcorp.com>
45
46        * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations
47        should NOT use _Thread_Executing for return status since it is
48        permissible to invoke message send operations from an ISR.  This was
49        reported by Suvrat Gupta <suvrat@utstar.com>.
50
512001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
54
552001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * include/Makefile.am, include/itronsys/Makefile.am,
58        include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
59        macros/rtems/itron/Makefile.am:
60        Apply include_*HEADERS instead of H_FILES.
61
622001-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: Add src/config.h
65        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
66        * src/.cvsignore: Add config.h and stamp-h
67        * src/*.c: Add config.h support.
68
692000-12-01      Joel Sherrill <joel@OARcorp.com>
70
71        * Added macro support to ITRON API.  This is known to compile.
72        * Makefile.am: Added macros directory.
73        * configure.in: Removed error check for enabling macros.
74        * macros/.cvsignore, macros/Makefile.am,
75        macros/rtems/.cvsignore, macros/rtems/Makefile.am,
76        macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am,
77        macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl,
78        macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl,
79        macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl,
80        macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl,
81        macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl,
82        macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
83
842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
87
882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
91
922000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
95        Switch to GNU canonicalization.
96
972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * src/Makefile.am: Include compile.am.
100
1012000-08-10      Joel Sherrill <joel@OARcorp.com>
102
103        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.