summaryrefslogtreecommitdiff
path: root/rdate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+2
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-1/+1
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai2001-01-181-1/+1
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-5/+5
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-6/+6
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-4/+2
* Silence a warning,Eric Andersen2000-10-261-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Fix a potential warningEric Andersen2000-09-211-1/+1
* Oops. Forgot to commit rdate.c.Eric Andersen2000-08-211-0/+135