2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message:
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
|
2002-08-12 14:06:36 by Dan McMahill | Files touched by this commit (5) |
Log message:
- use time_t for the time functions (needed on alpha)
- fix other time related bugs which prevent compilation
- use DEFAULT_SERIAL_DEVICE for the example config file and
don't enter an infinite loop if the device doesn't exist.
- don't arbitrarily change device permissions.
|
2002-08-08 15:11:32 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Re-add.
|
2002-08-08 15:11:07 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Temp-remove.
|
2002-08-08 15:10:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Restore RCS Id.
|
2002-07-02 16:03:55 by Thomas Klausner | Files touched by this commit (10) |
Log message:
Update to 1.33, as requested in pkg/16254.
Changes:
Added make file options for SCO and NetBSD. The Makefile has been
reconfigured a touch to make it clearer what needs to be done for each
OS.
Turn was accepting invalid option as in heyu turn allaskljas. It now
complains and exits.
Found bug in scanning the macros. (thanks to David Pointer)
Dan Eble reported a bug (or feature) that allows chaining macros
with delays. I've fixed the bug but not enabled the feature.
Makesched utility created. This utility pre-preocesses a file in the
x10sched format and sends a revised version to standard output with the
strings "dawn" and "dusk" expanded to appropriate values.
Cleaned up some error messages to give feedback when the locks fail.
A coding error was causing the dates in the schedule loader to be off
in some cases. Thanks to Charles Sullivan for finding and reporting
the bug and it's fix
The use of just the -v option caused a sigfault. The errant code
was corrected in x10.c main().
|