source: rtems/cpukit/libcsupport/ChangeLog @ 42e768c

4.104.114.84.95
Last change on this file since 42e768c was ed8c513, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/02 at 17:33:17

2002-10-02 Eric Norum <eric.norum@…>

  • src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
  • src/getgrent.c: Removed as functionality is now just a wrapper for common routines in src/getpwent.c.
  • Makefile.am: Reflect file removal.
  • Property mode set to 100644
File size: 2.1 KB
Line 
12002-10-02      Eric Norum <eric.norum@usask.ca>
2
3        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
4        * src/getgrent.c: Removed as functionality is now just a wrapper for
5        common routines in src/getpwent.c.
6        * Makefile.am: Reflect file removal.
7
82002-09-14      Joel Sherrill <joel@OARcorp.com>
9
10        * include/rtems/libio.h: Change rtems_filesystem_read_t and
11        rtems_filesystem_write_t to return ssize_t to match read(2)
12        and write(2) respectively.
13
142002-09-14      Eric Norum <eric.norum@usask.ca>
15
16        * src/readdir_r.c: New file.
17        * Makefile.am: Reflect above.
18
192002-08-12      Eric Norum <eric.norum@usask.ca>
20
21        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
22
232002-07-30      Joel Sherrill <joel@OARcorp.com>
24
25        * include/sys/utime.h: Removed as file is now part of the RTEMS
26        newlib support.
27        * Makefile.am: Reflect above.
28        * include/rtems/termiostypes.h: Avoid use of __P.
29
302002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use .$(OBJEXT) instead of .o.
33
342002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
37        INCLUDES (Upcoming automake standard).
38
392002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: RTEMS_TOP(../..).
42
432002-07-01      Joel Sherrill <joel@OARcorp.com>
44
45        * src/__times.c: Corrected from previous attempt to cleanup.
46
472002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Remove RTEMS_PROJECT_ROOT.
50
512002-06-28      Joel Sherrill <joel@OARcorp.com>
52
53        * src/__times.c: Cleaned up comments, return more information,
54        and eliminated the fatal error on clock not set since it cannot
55        occur.
56
572002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
60        Add AC_PROG_RANLIB.
61
622002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Merge src/Makefile.am.
65        * configure.ac: Reflect changes above.
66        * src/Makefile.am: Remove.
67
682002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
71        Use ../aclocal.
72        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
73
742001-05-24      Joel Sherrill <joel@OARcorp.com>
75
76        * src/.cvsignore: New file.
77
Note: See TracBrowser for help on using the repository browser.