Skip to content

Commit

Permalink
Tue Aug 29 12:35:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
Browse files Browse the repository at this point in the history
	* time/australasia: Updated data from ADO.

Mon Aug 28 17:47:11 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* dirent/dirent.h: Don't include <dirstream.h>.
	Instead, define DIR as typedef for (undefined) `struct __dirstream'.
  • Loading branch information
Roland McGrath committed Aug 29, 1995
1 parent 9e865ad commit 18926cf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Tue Aug 29 12:35:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>

* time/australasia: Updated data from ADO.

Mon Aug 28 17:47:11 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>

* dirent/dirent.h: Don't include <dirstream.h>.
Instead, define DIR as typedef for (undefined) `struct __dirstream'.

Fri Aug 25 12:12:42 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>

* sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream'
Expand Down
6 changes: 3 additions & 3 deletions dirent/dirent.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ enum
#endif


/* Get the system-dependent definition of `DIR',
the data type of directory stream objects. */
#include <dirstream.h>
/* This is the data type of directory stream objects.
The actual structure is opaque to users. */
typedef struct __dirstream DIR;

/* Open a directory stream on NAME.
Return a DIR stream on the directory, or NULL if it could not be opened. */
Expand Down
9 changes: 7 additions & 2 deletions time/australasia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @(#)australasia 7.21
# @(#)australasia 7.22
# This file also includes Pacific islands.

# Notes are at the end of this file
Expand Down Expand Up @@ -111,7 +111,8 @@ Rule AN 1973 1985 - Mar Sun>=1 3:00 0 -
Rule AN 1986 1989 - Mar Sun>=15 3:00 0 -
Rule AN 1986 only - Oct 19 2:00 1:00 -
Rule AN 1987 max - Oct lastSun 2:00 1:00 -
Rule AN 1990 max - Mar Sun>=1 3:00 0 -
Rule AN 1990 1995 - Mar Sun>=1 3:00 0 -
Rule AN 1996 max - Mar lastSun 3:00 0 -
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
Zone Australia/Sydney 10:04:52 - LMT 1895 Feb
10:00 - EST 1917 Jan 1 0:01
Expand Down Expand Up @@ -701,6 +702,10 @@ Zone Pacific/Wallis 12:15:20 - LMT 1901
# Sources differ on whether DST ended March 6 or March 20 in 1988;
# March 20 (the "confirmed" date) is in the chosen rules.

# From Bradley White (1995-05-20):
# Prem Bob Carr announced NSW will fall into line with other E states
# and SA and continue daylight savings to the last Sun in Mar.

# Yancowinna

# From John Basser (January 4, 1989):
Expand Down

0 comments on commit 18926cf

Please sign in to comment.