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

4.104.114.84.95
Last change on this file since 66387986 was 66387986, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:07:37

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

  • .cvsignore: Add autom4te.cache for autoconf > 2.52.
  • configure.in: Remove.
  • configure.ac: New file, generated from configure.in by autoupdate.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
4        * configure.in: Remove.
5        * configure.ac: New file, generated from configure.in by autoupdate.
6
72001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
10        * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
11        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
12        * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
13        * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
14
152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
18        happy.
19
202001-08-09      Joel Sherrill <joel@OARcorp.com>
21
22        * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations
23        should NOT use _Thread_Executing for return status since it is
24        permissible to invoke message send operations from an ISR.  This was
25        reported by Suvrat Gupta <suvrat@utstar.com>.
26
272001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
30
312001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * include/Makefile.am, include/itronsys/Makefile.am,
34        include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
35        macros/rtems/itron/Makefile.am:
36        Apply include_*HEADERS instead of H_FILES.
37
382001-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.in: Add src/config.h
41        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
42        * src/.cvsignore: Add config.h and stamp-h
43        * src/*.c: Add config.h support.
44
452000-12-01      Joel Sherrill <joel@OARcorp.com>
46
47        * Added macro support to ITRON API.  This is known to compile.
48        * Makefile.am: Added macros directory.
49        * configure.in: Removed error check for enabling macros.
50        * macros/.cvsignore, macros/Makefile.am,
51        macros/rtems/.cvsignore, macros/rtems/Makefile.am,
52        macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am,
53        macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl,
54        macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl,
55        macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl,
56        macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl,
57        macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl,
58        macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
59
602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
63
642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
67
682000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
71        Switch to GNU canonicalization.
72
732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * src/Makefile.am: Include compile.am.
76
772000-08-10      Joel Sherrill <joel@OARcorp.com>
78
79        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.