Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 1994 04:59:30 -0800
From:      Bruce Evans <bde>
To:        cvs-bin, CVS-commiters
Subject:   cvs commit: src/bin/date date.c
Message-ID:  <199412261259.EAA25046@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
bde         94/12/26 04:59:29

  Modified:    bin/date date.c
  Log:
  Obtained from: partly from 386BSD-0.1.2.4
  
  Fix several bugs involving the obsolescent -d and -t options:
  -d 0 and -t 0 were ignored
  -t -600 was a usage error
  -d 'atoi is not suitable for parsing args' and -t duh were not usage errors
  
  Change some error messages to say which call to settimeofday failed.
  
  Restore casts of NULL in function calls.
  
  Finish conversion to using err() instead of perror().



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199412261259.EAA25046>