mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix leap year error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24742 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ea4a13d07c
commit
d5ed49570f
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
2007-02-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
2007-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSZone.m: tidy indentation
|
||||
* Source/NSURLCredential.m:
|
||||
|
@ -14,14 +14,14 @@
|
|||
Use standard function to initialise and clear memory, fixing some
|
||||
potential uninitialised memory errors.
|
||||
|
||||
2007-02-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
2007-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* configure.ac: Restorelast reversion and fix actual bug (I hope)
|
||||
which was an incorrect setting of GNUSTEP_SYSTEM_TOOLS to the
|
||||
Admin subdirectory, causing relative path calculations to be wrong.
|
||||
* configure: regenerated.
|
||||
|
||||
2007-02-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
2007-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSBundle.m:
|
||||
* Source/NSPathUtilities.m:
|
||||
|
|
Loading…
Reference in a new issue