diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5b02bd83d..2d3506737 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,13 @@ +2003-03-27 Thomas Pfaff <tpfaff@gmx.net> + + * thread.h: Change class names, methods, members and local vars + according to the GNU coding style. + * thread.cc: Ditto. + * dcrt0.cc (dll_crt0_1): Rename pthread::initMainThread call to + pthread::init_mainthread. + * pthread.cc (pthead_getsequence_np): Rename pthread::isGoodObject + call to pthread::is_good_object. + 2003-03-27 Joe Buehler <jhpb@draco.hekimian.com> * autoload.cc: added RegGetKeySecurity() |