From 41caf2df230d94aa52b73723139965be37934770 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Jan 2001 17:57:13 +0000 Subject: 2001-01-25 Fernando Ruiz * Alternate email is correo@fernando-ruiz.com * libc/privateenv.c: New file. * include/rtems/libio_.h, libc/Makefile.am, libc/base_fs.c, libc/unmount.c: Moved default umask, current working directory, root, and links followed count into a structure "user environment" that can then be treated as a unit. This enable giving unique copies of these to individual threads or collection of threads. --- c/src/lib/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'c/src/lib/ChangeLog') diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog index 153c5e1997..e53afe276f 100644 --- a/c/src/lib/ChangeLog +++ b/c/src/lib/ChangeLog @@ -1,4 +1,14 @@ +2001-01-25 Fernando Ruiz + + * Alternate email is correo@fernando-ruiz.com + * libc/privateenv.c: New file. + * include/rtems/libio_.h, libc/Makefile.am, libc/base_fs.c, + libc/unmount.c: Moved default umask, current working directory, + root, and links followed count into a structure "user environment" + that can then be treated as a unit. This enable giving unique + copies of these to individual threads or collection of threads. + 2001-01-05 Ralf Corsepius * configure.in: Add libc/config.h -- cgit v1.2.3