source: rtems/cpukit/libcsupport/ChangeLog @ 13597a72

4.104.114.84.95
Last change on this file since 13597a72 was df4b9d6, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/02 at 20:16:34

2002-10-31 Joel Sherrill <joel@…>

  • src/mallocfreespace.c: Corrected sense of status check to match change inside RTEMS.
  • src/newlibc.c: Removed warning.
  • Property mode set to 100644
File size: 3.0 KB
Line 
12002-10-31      Joel Sherrill <joel@OARcorp.com>
2
3        * src/mallocfreespace.c: Corrected sense of status check to
4        match change inside RTEMS.
5        * src/newlibc.c: Removed warning.
6
72002-10-28      Joel Sherrill <joel@OARcorp.com>
8
9        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
10        enumeration to int to eliminate warnings when values are overridden.
11
122002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
15
162002-10-24      <strauman@slac.stanford.edu>
17
18        * src/eval.c: Per PR293, added freenode calls for evaluate
19          link failures.
20
212002-10-23      <strauman@slac.stanford.edu>
22
23        * src/mount.c per PR290, add check for ops->node_type_h
24        * src/mknod.c per PR291, remove erroneous call to freenod
25
262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * .cvsignore: Reformat.
29        Add autom4te*cache.
30        Remove autom4te.cache.
31
322002-10-02      Eric Norum <eric.norum@usask.ca>
33
34        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
35        * src/getgrent.c: Removed as functionality is now just a wrapper for
36        common routines in src/getpwent.c.
37        * Makefile.am: Reflect file removal.
38
392002-09-14      Joel Sherrill <joel@OARcorp.com>
40
41        * include/rtems/libio.h: Change rtems_filesystem_read_t and
42        rtems_filesystem_write_t to return ssize_t to match read(2)
43        and write(2) respectively.
44
452002-09-14      Eric Norum <eric.norum@usask.ca>
46
47        * src/readdir_r.c: New file.
48        * Makefile.am: Reflect above.
49
502002-08-12      Eric Norum <eric.norum@usask.ca>
51
52        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
53
542002-07-30      Joel Sherrill <joel@OARcorp.com>
55
56        * include/sys/utime.h: Removed as file is now part of the RTEMS
57        newlib support.
58        * Makefile.am: Reflect above.
59        * include/rtems/termiostypes.h: Avoid use of __P.
60
612002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Use .$(OBJEXT) instead of .o.
64
652002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
68        INCLUDES (Upcoming automake standard).
69
702002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: RTEMS_TOP(../..).
73
742002-07-01      Joel Sherrill <joel@OARcorp.com>
75
76        * src/__times.c: Corrected from previous attempt to cleanup.
77
782002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove RTEMS_PROJECT_ROOT.
81
822002-06-28      Joel Sherrill <joel@OARcorp.com>
83
84        * src/__times.c: Cleaned up comments, return more information,
85        and eliminated the fatal error on clock not set since it cannot
86        occur.
87
882002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
91        Add AC_PROG_RANLIB.
92
932002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Merge src/Makefile.am.
96        * configure.ac: Reflect changes above.
97        * src/Makefile.am: Remove.
98
992002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
102        Use ../aclocal.
103        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
104
1052001-05-24      Joel Sherrill <joel@OARcorp.com>
106
107        * src/.cvsignore: New file.
108
Note: See TracBrowser for help on using the repository browser.