source: rtems/cpukit/libcsupport/ChangeLog @ b31106f6

4.104.114.84.95
Last change on this file since b31106f6 was b31106f6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/02 at 22:26:02

2002-11-01 Joel Sherrill <joel@…>

  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[b31106f6]12002-11-01      Joel Sherrill <joel@OARcorp.com>
2
3        * ChangeLog: Corrected.
4
52002-10-30      Eric Norum <eric.norum@usask.ca>
6
7        * src/printk.c: Add vprintk function for kernel printing
8        from routines which have already obtained the va_list pointer.
9
[df4b9d6]102002-10-31      Joel Sherrill <joel@OARcorp.com>
11
12        * src/mallocfreespace.c: Corrected sense of status check to
13        match change inside RTEMS.
14        * src/newlibc.c: Removed warning.
15
[a1f1011]162002-10-28      Joel Sherrill <joel@OARcorp.com>
17
18        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
19        enumeration to int to eliminate warnings when values are overridden.
20
[56a1ae36]212002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
24
[4dfda3b]252002-10-24      <strauman@slac.stanford.edu>
26
27        * src/eval.c: Per PR293, added freenode calls for evaluate
28          link failures.
29
[bf61751c]302002-10-23      <strauman@slac.stanford.edu>
[4dfda3b]31
[bf61751c]32        * src/mount.c per PR290, add check for ops->node_type_h
33        * src/mknod.c per PR291, remove erroneous call to freenod
34
[f8cb04a5]352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Reformat.
38        Add autom4te*cache.
39        Remove autom4te.cache.
40
[ed8c513]412002-10-02      Eric Norum <eric.norum@usask.ca>
42
43        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
44        * src/getgrent.c: Removed as functionality is now just a wrapper for
45        common routines in src/getpwent.c.
46        * Makefile.am: Reflect file removal.
47
[5d0b2f7]482002-09-14      Joel Sherrill <joel@OARcorp.com>
49
50        * include/rtems/libio.h: Change rtems_filesystem_read_t and
51        rtems_filesystem_write_t to return ssize_t to match read(2)
52        and write(2) respectively.
53
[193fe690]542002-09-14      Eric Norum <eric.norum@usask.ca>
55
56        * src/readdir_r.c: New file.
57        * Makefile.am: Reflect above.
58
[771e79d]592002-08-12      Eric Norum <eric.norum@usask.ca>
60
61        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
62
[5af0cf2f]632002-07-30      Joel Sherrill <joel@OARcorp.com>
64
65        * include/sys/utime.h: Removed as file is now part of the RTEMS
66        newlib support.
67        * Makefile.am: Reflect above.
68        * include/rtems/termiostypes.h: Avoid use of __P.
[c8e972f]69
[eb5100b]702002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Use .$(OBJEXT) instead of .o.
73
[8b006a77]742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
77        INCLUDES (Upcoming automake standard).
78
[705a0701]792002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: RTEMS_TOP(../..).
82
[2e2cf921]832002-07-01      Joel Sherrill <joel@OARcorp.com>
84
85        * src/__times.c: Corrected from previous attempt to cleanup.
86
[8c746fe]872002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove RTEMS_PROJECT_ROOT.
90
[b43314a]912002-06-28      Joel Sherrill <joel@OARcorp.com>
92
93        * src/__times.c: Cleaned up comments, return more information,
94        and eliminated the fatal error on clock not set since it cannot
95        occur.
96
[da8f88a]972002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
100        Add AC_PROG_RANLIB.
101
[b8ad66c]1022002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Merge src/Makefile.am.
105        * configure.ac: Reflect changes above.
106        * src/Makefile.am: Remove.
107
[8ed9f53]1082002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
111        Use ../aclocal.
112        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
113
[3fa500f]1142001-05-24      Joel Sherrill <joel@OARcorp.com>
115
116        * src/.cvsignore: New file.
117
Note: See TracBrowser for help on using the repository browser.