From 9184270ac4ab137526cf15627d925cafcd3b3a52 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Feb 2008 23:54:55 +0000 Subject: 2008-02-06 Joel Sherrill * posix/src/mqueueunlink.c, score/Makefile.am, score/include/rtems/score/object.h, score/inline/rtems/score/object.inl: Enhance _Objects_Namespace_remove() to handle freeing object names which are strings. All changed _Objects_Close() to call _Objects_Namespace_remove(). The resulting code was then moved from inline routines to function calls. * score/src/objectclose.c, score/src/objectnamespaceremove.c: New files. --- cpukit/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index da121ccc72..7a932274b2 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,14 @@ +2008-02-06 Joel Sherrill + + * posix/src/mqueueunlink.c, score/Makefile.am, + score/include/rtems/score/object.h, + score/inline/rtems/score/object.inl: Enhance + _Objects_Namespace_remove() to handle freeing object names which are + strings. All changed _Objects_Close() to call + _Objects_Namespace_remove(). The resulting code was then moved from + inline routines to function calls. + * score/src/objectclose.c, score/src/objectnamespaceremove.c: New files. + 2008-02-06 Joel Sherrill * libcsupport/src/printk.c: Added width and padding for %s. -- cgit v1.2.3