source: rtems/cpukit/libcsupport/ChangeLog @ 47c0220

4.104.114.84.95
Last change on this file since 47c0220 was 47c0220, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/19/02 at 22:23:50

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

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