dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetC ChangeLog,1.13,1.14 configure.in,1.9,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetC ChangeLog,1.13,1.14 configure.in,1.9,1.10
Date: Mon, 23 Dec 2002 20:21:54 -0500

Update of /cvsroot/dotgnu-pnet/pnetC
In directory subversions:/tmp/cvs-serv21238

Modified Files:
        ChangeLog configure.in 
Log Message:


Add fake password file access routines (getpwnam, etc); stub out
pthread-style mutexes to assist with building thread-safety into
the rest of the library.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetC/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** ChangeLog   8 Dec 2002 04:05:40 -0000       1.13
--- ChangeLog   24 Dec 2002 01:21:51 -0000      1.14
***************
*** 1,3 ****
--- 1,16 ----
  
+ 2002-12-24  Rhys Weatherley  <address@hidden>
+ 
+       * configure.in, include/pthread.h, include/pwd.h, libc/Makefile.am,
+       libc/pthread/.cvsignore, libc/pthread/Makefile.am,
+       libc/pthread/mutex.c, libc/pwd/.cvsignore, libc/pwd/Makefile.am,
+       libc/pwd/endpwent.c, libc/pwd/getpwent.c, libc/pwd/getpwnam.c,
+       libc/pwd/getpwnam_r.c, libc/pwd/getpwuid.c, libc/pwd/getpwuid_r.c,
+       libc/pwd/pwent.c, libc/pwd/pwent.h, libc/pwd/pwpersist.c,
+       libc/pwd/setpwent.c, libc/unistd/Makefile.am, libc/unistd/getlogin.c,
+       samples/Makefile.am, samples/pwd.c: add fake password file access
+       routines (getpwnam, etc); stub out pthread-style mutexes to assist
+       with building thread-safety into the rest of the library.
+ 
  2002-12-08  Rhys Weatherley  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetC/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** configure.in        8 Dec 2002 04:05:40 -0000       1.9
--- configure.in        24 Dec 2002 01:21:51 -0000      1.10
***************
*** 124,127 ****
--- 124,129 ----
  libc/malloc/Makefile
  libc/misc/Makefile
+ libc/pthread/Makefile
+ libc/pwd/Makefile
  libc/stdio/Makefile
  libc/string/Makefile




reply via email to

[Prev in Thread] Current Thread [Next in Thread]