about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Completion/Unix/Command/_date2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f90d84086..d8e6b87f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-28  Peter Stephenson  <pws@csr.com>
+
+	* Jun T.: 27010: Completion/Unix/Command/_date: Darwin.
+
 2009-05-26  Peter Stephenson  <pws@csr.com>
 
 	* 26998: configure.ac, Config/defs.mk.in: use --htmldir passed
@@ -11776,5 +11780,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4700 $
+* $Revision: 1.4701 $
 *****************************************************
diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date
index a90b1f436..7b1d3a7ab 100644
--- a/Completion/Unix/Command/_date
+++ b/Completion/Unix/Command/_date
@@ -20,7 +20,7 @@ else
     solaris*)
       args=( '-a:adjustment' )
     ;;
-    freebsd*)
+    freebsd*|darwin*)
       args=(
 	'-n[only set time on current machine]'
 	'-d:daylight saving time value'