source: rtems/cpukit/libcsupport/ChangeLog @ f69283e2

4.104.114.84.95
Last change on this file since f69283e2 was c707861, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/06/02 at 06:25:58

2002-12-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add various checks to enhance portability.
  • src/termios.c: Reflect changes to configure.ac.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add various checks to enhance portability.
4        * src/termios.c: Reflect changes to configure.ac.
5
62002-12-02      Joel Sherrill <joel@OARcorp.com>
7
8        * include/rtems/libio.h: Internally use a union of an unsigned64
9        and major/minor device so we don't get into trouble shifting.
10        The h8300 seemed to be impossible to remove warnings otherwise.
11        Eventually the structure definition of a dev_t might be better anyway.
12        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
13        targets.
14
152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Cosmetical fixes.
18
192002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Fix package name.
22
232002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
26        Add check for CHAR_BIT.
27        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
28        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
29
302002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Remove -ansi -fasm.
33        Add checks to diagnose potential system header conflicts.
34        * Makefile.am: Unconditionally install sys/cdefs.h.
35
362002-11-07      <strauman@slac.stanford.edu>
37
38        * src/mount.c: Per PR297, correct fs_mountme failure paths.
39
402002-11-01      Joel Sherrill <joel@OARcorp.com>
41
42        * ChangeLog: Corrected.
43
442002-10-30      Eric Norum <eric.norum@usask.ca>
45
46        * src/printk.c: Add vprintk function for kernel printing
47        from routines which have already obtained the va_list pointer.
48
492002-10-31      Joel Sherrill <joel@OARcorp.com>
50
51        * src/mallocfreespace.c: Corrected sense of status check to
52        match change inside RTEMS.
53        * src/newlibc.c: Removed warning.
54
552002-10-28      Joel Sherrill <joel@OARcorp.com>
56
57        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
58        enumeration to int to eliminate warnings when values are overridden.
59
602002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
63
642002-10-24      <strauman@slac.stanford.edu>
65
66        * src/eval.c: Per PR293, added freenode calls for evaluate
67          link failures.
68
692002-10-23      <strauman@slac.stanford.edu>
70
71        * src/mount.c per PR290, add check for ops->node_type_h
72        * src/mknod.c per PR291, remove erroneous call to freenod
73
742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Reformat.
77        Add autom4te*cache.
78        Remove autom4te.cache.
79
802002-10-02      Eric Norum <eric.norum@usask.ca>
81
82        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
83        * src/getgrent.c: Removed as functionality is now just a wrapper for
84        common routines in src/getpwent.c.
85        * Makefile.am: Reflect file removal.
86
872002-09-14      Joel Sherrill <joel@OARcorp.com>
88
89        * include/rtems/libio.h: Change rtems_filesystem_read_t and
90        rtems_filesystem_write_t to return ssize_t to match read(2)
91        and write(2) respectively.
92
932002-09-14      Eric Norum <eric.norum@usask.ca>
94
95        * src/readdir_r.c: New file.
96        * Makefile.am: Reflect above.
97
982002-08-12      Eric Norum <eric.norum@usask.ca>
99
100        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
101
1022002-07-30      Joel Sherrill <joel@OARcorp.com>
103
104        * include/sys/utime.h: Removed as file is now part of the RTEMS
105        newlib support.
106        * Makefile.am: Reflect above.
107        * include/rtems/termiostypes.h: Avoid use of __P.
108
1092002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Use .$(OBJEXT) instead of .o.
112
1132002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
116        INCLUDES (Upcoming automake standard).
117
1182002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: RTEMS_TOP(../..).
121
1222002-07-01      Joel Sherrill <joel@OARcorp.com>
123
124        * src/__times.c: Corrected from previous attempt to cleanup.
125
1262002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Remove RTEMS_PROJECT_ROOT.
129
1302002-06-28      Joel Sherrill <joel@OARcorp.com>
131
132        * src/__times.c: Cleaned up comments, return more information,
133        and eliminated the fatal error on clock not set since it cannot
134        occur.
135
1362002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
139        Add AC_PROG_RANLIB.
140
1412002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Merge src/Makefile.am.
144        * configure.ac: Reflect changes above.
145        * src/Makefile.am: Remove.
146
1472002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
150        Use ../aclocal.
151        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
152
1532001-05-24      Joel Sherrill <joel@OARcorp.com>
154
155        * src/.cvsignore: New file.
156
Note: See TracBrowser for help on using the repository browser.