From 42b280ce4aa077c9e969c260e6b1efd14c0e727c Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Fri, 31 May 1996 14:34:21 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1604 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/ChangeLog b/ChangeLog index a181df3f7..2d83622cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +Fri May 31 10:06:05 1996 Andrew McCallum + + * src/Makefile.in (GNU_OTHER_SRCFILES): Added win32-entry.c and + win32-def.top. + + * src/NSObject.m: Don't declare `errno'. + + * src/NSAutoreleasePool.m: Don't include . + + * src/BinaryCStream.m (WRITE_SIGNED_TYPE): Avoid alignment errors + by using memcpy() instead of trying to assign to (_TYPE*)(BUFFER+1). + (WRITE_UNSIGNED_TYPE): Likewise. + +Fri May 31 08:20:09 1996 Adam Fedor + + * src/NSProcessInfo.m (main): Pass `env' variable to + gnustep_base_user_main. + +Tue May 28 09:37:19 1996 Andrew McCallum + + * src/include/NSPathUtilities.h: New file. + * src/Makefile.in (GNUSTEP_HEADERS): Added + include/NSPathUtilities.h. + + * src/NSUser.m: New file. + * src/Makefile.in (GNUSTEP_MFILES): Added NSUser.m. + + * src/NSPage.m: New file. + * src/include/NSZone.h (NSPageSize, NSLogPageSize, + NSRoundUpToMultipleOfPageSize, NSRoundDownToMultipleOfPageSize, + NSRealMemoryAvailable, NSAllocateMemoryPages, + NSDeallocateMemoryPages, NSCopyMemoryPages): New functions + declared; they are implemented in NSPage.m. + + * src/Makefile.in (ALL_INCLUDE_FLAGS): Undo last change, except + use name `srcdir-include' instead of `include'. This should allow + building is a separate directory than the source, yet still avoid + confusion between and on win32 systems. + (gnustep/base:): Use `srcdir-include' instead of `include' for extra + links needed when building in a separate directory than the + source. + + * src/NSException.m (_NSAddHandler): When creating E_QUEUE, don't + autorelease and then retain; instead just allocate it + un-autoreleased. + + * checks/Makefile.in (SRCS): Added basic.m. + * checks/basic.m: New file. + + * src/NSLock.m: Include first! Fix + indentation. + ([NSLock +initialize]): Method removed. + ([NSLock -init]): Assert return value from objc_mutex_allocate(), + don't just return nil. + ([NSConditionLock -initWithCondition:]): Likewise. + ([NSRecursiveLock -init]): Likewise. + ([NSConditionLock +initialize]): Method removed. + ([NSRecursiveLock +initialize]): Method removed. + Mon May 27 09:57:34 1996 Andrew McCallum * Makefile.in (DIST_FILES): Added README.ucblib.