mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Merge from dawn branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3875 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aa5f747e14
commit
edfce95a0f
1 changed files with 51 additions and 17 deletions
68
ChangeLog
68
ChangeLog
|
@ -1,3 +1,7 @@
|
|||
1999-03-08 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Merged dawn branch to main.
|
||||
|
||||
Wed Mar 3 5:32:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSUser.m: Fixed a typo reported by twhite@rogers.wave.ca
|
||||
|
@ -10,23 +14,13 @@ Tue Mar 2 15:07:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|||
|
||||
Tue Mar 2 11:25:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* NSTimeZones/Makefile.postamble: Updated to preserver old localtime
|
||||
* NSTimeZones.tar: Updated to yuse the latest available zone info.
|
||||
* NSTimeZones/Makefile.postamble: Updated to preserve old localtime
|
||||
* NSTimeZones.tar: Updated to use the latest available zone info.
|
||||
|
||||
Tue Mar 2 08:04:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Merge in 'dawn' CVS branch.
|
||||
|
||||
1999-03-01 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Update documentation.
|
||||
|
||||
1999-02-28 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/Makefile.postamble: Don't install services if not
|
||||
root. (patches submitted by Christopher Seawood
|
||||
<cls@seawood.org>).
|
||||
|
||||
Tue Feb 23 12:03:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/include/NSObject.h: Fixed bugin in ASSIGNCOPY() macro and added
|
||||
|
@ -47,11 +41,6 @@ Mon Feb 22 5:40:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|||
process is setuid to root - and provide facility for NSData to do same.
|
||||
* Source/NSArray.m: Merged enumerator bugfix - missing @end
|
||||
|
||||
1999-02-22 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: update version.
|
||||
* Source/NSProcessInfo.m: Change missing main message.
|
||||
|
||||
Sun Feb 21 19:30:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSFileManager.m: Attempt to fix problems with directory
|
||||
|
@ -81,6 +70,51 @@ Sat Feb 20 20:30:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|||
|
||||
* Source/NSArray.m: Added @end for NSArrayEnumeratorReverse.
|
||||
|
||||
1999-03-08 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 0.5.5 Released.
|
||||
|
||||
Tue Mar 2 17:04:51 1999 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* Source/TcpPort.m ([GSTcpPort
|
||||
+portWithNumber:onHost:beforeDate:]): Fix typo in variable.
|
||||
Change include <sys/errno> to <errno> (Needed on solaris).
|
||||
|
||||
1999-03-01 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Update documentation.
|
||||
|
||||
1999-02-28 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/Makefile.postamble: Don't install services if not
|
||||
root. (patches submitted by Christopher Seawood
|
||||
<cls@seawood.org>).
|
||||
|
||||
Tue Feb 23 12:03:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/include/NSObject.h: Fixed bugin in ASSIGNCOPY() macro and added
|
||||
CREATE_AUTORELEASE_POOL() macro for libFoundation compatibility.
|
||||
* Source/include/NSRunLoop.h: Added GCFinalization protocol.
|
||||
* Source/NSRunLoop.m: Tidied a little, added GC macro use, fixed minor
|
||||
bug, and added slight performance improvement.
|
||||
|
||||
1999-02-22 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: update version.
|
||||
* Source/NSProcessInfo.m: Change missing main message.
|
||||
|
||||
Mon Feb 22 5:40:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
Merged in alterations from main cvs branch made to wrong place 'cos
|
||||
dawn branch was already created :-(
|
||||
* Source/NSData.m: preserve file attributes when writing atomically
|
||||
* Source/NSUser.m: Bugfixes for consistent naming of current user.
|
||||
* Source/NSUserDefaults.m: Bugfixes so that running apps as root
|
||||
doesn't mess up defaults database.
|
||||
* Source/NSFileManager.m: Create files with correct ownership when
|
||||
process is setuid to root - and provide facility for NSData to do same.
|
||||
* Source/NSArray.m: Merged enumerator bugfix - missing @end
|
||||
|
||||
1999-02-19 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSHost.m ([NSHost +currentHost]): Check for host not found.
|
||||
|
|
Loading…
Reference in a new issue