source: rtems/cpukit/itron/ChangeLog @ 5a6ad2a

4.104.114.84.95
Last change on this file since 5a6ad2a was 5a6ad2a, checked in by Joel Sherrill <joel.sherrill@…>, on 10/16/01 at 13:29:41

2001-10-16 Ralf Corsepius <corsepiu@…>

  • include/itronsys/Makefile.am: Remove.
  • include/rtems/Makefile.am: Remove.
  • include/rtems/itron/Makefile.am: Remove.
  • inline/rtems/Makefile.am: Remove.
  • inline/rtems/itron/Makefile.am: Remove.
  • macros/rtems/Makefile.am: Remove.
  • macros/rtems/itron/Makefile.am: Remove.
  • include/Makefile.am: handle subdirs.
  • inline/Makefile.am: handle subdirs.
  • macros/Makefile.am: handle subdirs.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * include/itronsys/Makefile.am: Remove.
4        * include/rtems/Makefile.am: Remove.
5        * include/rtems/itron/Makefile.am: Remove.
6        * inline/rtems/Makefile.am: Remove.
7        * inline/rtems/itron/Makefile.am: Remove.
8        * macros/rtems/Makefile.am: Remove.
9        * macros/rtems/itron/Makefile.am: Remove.
10        * include/Makefile.am: handle subdirs.
11        * inline/Makefile.am: handle subdirs.
12        * macros/Makefile.am: handle subdirs.
13        * configure.ac: Reflect changes above.
14
152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
18        * configure.in: Remove.
19        * configure.ac: New file, generated from configure.in by autoupdate.
20
212001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
24        * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
25        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
26        * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
27        * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
28
292001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
32        happy.
33
342001-08-09      Joel Sherrill <joel@OARcorp.com>
35
36        * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations
37        should NOT use _Thread_Executing for return status since it is
38        permissible to invoke message send operations from an ISR.  This was
39        reported by Suvrat Gupta <suvrat@utstar.com>.
40
412001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
44
452001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * include/Makefile.am, include/itronsys/Makefile.am,
48        include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
49        macros/rtems/itron/Makefile.am:
50        Apply include_*HEADERS instead of H_FILES.
51
522001-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.in: Add src/config.h
55        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
56        * src/.cvsignore: Add config.h and stamp-h
57        * src/*.c: Add config.h support.
58
592000-12-01      Joel Sherrill <joel@OARcorp.com>
60
61        * Added macro support to ITRON API.  This is known to compile.
62        * Makefile.am: Added macros directory.
63        * configure.in: Removed error check for enabling macros.
64        * macros/.cvsignore, macros/Makefile.am,
65        macros/rtems/.cvsignore, macros/rtems/Makefile.am,
66        macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am,
67        macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl,
68        macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl,
69        macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl,
70        macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl,
71        macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl,
72        macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
73
742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
77
782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
81
822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
85        Switch to GNU canonicalization.
86
872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * src/Makefile.am: Include compile.am.
90
912000-08-10      Joel Sherrill <joel@OARcorp.com>
92
93        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.