source: rtems/c/src/exec/itron/ChangeLog @ 4afc28ad

4.104.114.84.95
Last change on this file since 4afc28ad was 4afc28ad, checked in by Joel Sherrill <joel.sherrill@…>, on 11/07/01 at 22:54:43

2001-11-07 Joel Sherrill <joel@…>

Discovered while fixing PR36 reported by Todor.Todorov@….

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