-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
47 lines (29 loc) · 1.38 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
2006-05-02 Tim Jenness <[email protected]>
* Core.pm (adamtask_sendw): Remove string eval for local send.
2005-08-29 Tim Jenness <[email protected]>
* Task.pm: Fix ERRHAND reference
2005-02-24 Tim Jenness <[email protected]>
* Core.pm (adamtask_init): Explicit error message for the failure
to find the relay.
2002-06-13 Tim Jenness <[email protected]>
* Core.pm (adamtask_obeyw): Fix really stupid bug where '|' was
used instead of '||'. Let to the first character of the parameter
string being downcased.
2000-01-31 Tim Jenness <[email protected]>
* Core.pm (adamtask_message): Pass around reference to array
rather than string joined with :: -- was causing problems on the
split.
1999-04-21 Tim Jenness <[email protected]>
* Core.pm (adamtask_init): Fix -w with RELAY_NAME
(adamtask): Use Proc::Simple rather than SimpleKill
1999-03-24 Tim Jenness <[email protected]>
* Init.pm (stderr): Fix setting of ERRHAND filehandle. Set to
variable not glob (it stores a reference to a glob).
1998-07-04 Tim Jenness <[email protected]>
* Core.pm (adamtask_control): Protect from -w warnings when
sending par_reset
* Task.pm (obeyw): Check to see whether @_ is there before
shifting (protects -w)
1998-07-02 Tim Jenness <[email protected]>
* Init.pm (new): Make sure that only shut down messaging when last
object is destroyed.