source: rtems/cpukit/libcsupport/ChangeLog @ 6c39eca4

4.104.114.84.95
Last change on this file since 6c39eca4 was 6c39eca4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/18/02 at 23:53:14

2002-11-18 Ralf Corsepius <corsepiu@…>

  • configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H. Add check for CHAR_BIT.
  • Makefile.am: Conditionally install sys/cdefs.h iff using newlib or if the host does not provide sys/cdefs.h (Fixes Linux/posix).
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
4        Add check for CHAR_BIT.
5        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
6        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
7
82002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Remove -ansi -fasm.
11        Add checks to diagnose potential system header conflicts.
12        * Makefile.am: Unconditionally install sys/cdefs.h.
13
142002-11-07      <strauman@slac.stanford.edu>
15
16        * src/mount.c: Per PR297, correct fs_mountme failure paths.
17
182002-11-01      Joel Sherrill <joel@OARcorp.com>
19
20        * ChangeLog: Corrected.
21
222002-10-30      Eric Norum <eric.norum@usask.ca>
23
24        * src/printk.c: Add vprintk function for kernel printing
25        from routines which have already obtained the va_list pointer.
26
272002-10-31      Joel Sherrill <joel@OARcorp.com>
28
29        * src/mallocfreespace.c: Corrected sense of status check to
30        match change inside RTEMS.
31        * src/newlibc.c: Removed warning.
32
332002-10-28      Joel Sherrill <joel@OARcorp.com>
34
35        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
36        enumeration to int to eliminate warnings when values are overridden.
37
382002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
41
422002-10-24      <strauman@slac.stanford.edu>
43
44        * src/eval.c: Per PR293, added freenode calls for evaluate
45          link failures.
46
472002-10-23      <strauman@slac.stanford.edu>
48
49        * src/mount.c per PR290, add check for ops->node_type_h
50        * src/mknod.c per PR291, remove erroneous call to freenod
51
522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Reformat.
55        Add autom4te*cache.
56        Remove autom4te.cache.
57
582002-10-02      Eric Norum <eric.norum@usask.ca>
59
60        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
61        * src/getgrent.c: Removed as functionality is now just a wrapper for
62        common routines in src/getpwent.c.
63        * Makefile.am: Reflect file removal.
64
652002-09-14      Joel Sherrill <joel@OARcorp.com>
66
67        * include/rtems/libio.h: Change rtems_filesystem_read_t and
68        rtems_filesystem_write_t to return ssize_t to match read(2)
69        and write(2) respectively.
70
712002-09-14      Eric Norum <eric.norum@usask.ca>
72
73        * src/readdir_r.c: New file.
74        * Makefile.am: Reflect above.
75
762002-08-12      Eric Norum <eric.norum@usask.ca>
77
78        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
79
802002-07-30      Joel Sherrill <joel@OARcorp.com>
81
82        * include/sys/utime.h: Removed as file is now part of the RTEMS
83        newlib support.
84        * Makefile.am: Reflect above.
85        * include/rtems/termiostypes.h: Avoid use of __P.
86
872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Use .$(OBJEXT) instead of .o.
90
912002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
94        INCLUDES (Upcoming automake standard).
95
962002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: RTEMS_TOP(../..).
99
1002002-07-01      Joel Sherrill <joel@OARcorp.com>
101
102        * src/__times.c: Corrected from previous attempt to cleanup.
103
1042002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Remove RTEMS_PROJECT_ROOT.
107
1082002-06-28      Joel Sherrill <joel@OARcorp.com>
109
110        * src/__times.c: Cleaned up comments, return more information,
111        and eliminated the fatal error on clock not set since it cannot
112        occur.
113
1142002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
117        Add AC_PROG_RANLIB.
118
1192002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Merge src/Makefile.am.
122        * configure.ac: Reflect changes above.
123        * src/Makefile.am: Remove.
124
1252002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
128        Use ../aclocal.
129        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
130
1312001-05-24      Joel Sherrill <joel@OARcorp.com>
132
133        * src/.cvsignore: New file.
134
Note: See TracBrowser for help on using the repository browser.