Newer
Older
2004-02-18 Tim Jenness <timj@jach.hawaii.edu>
* DramaLib/DramaLib.xs: Eval error buffer now split across
multiple ErsRep calls
2004-01-27 Tim Jenness <timj@jach.hawaii.edu>
* Sds/Tie/Tie.pm: Can now handle identical keys in a structure
without going into an infinite loop with NEXTKEY.
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
2004-01-15 Tim Jenness <timj@jach.hawaii.edu>
* Sds/Tie/Tie.pm (FETCH): Fix bug in tied interface where 1-D pdls
were always converted to a single number.
* Sds/Sds.pm (Defined): Add Defined method to perl layer
* Sds/Tie/Tie.pm (FETCH): Can now get undef values so check for that.
* DramaLib/DramaLib.xs: Add SdsDefined and associated checks in
the GetPDL and GetStringArray methods. Also add ErsPush/Pop
wrappers around the SdpPut routines.
2004-01-07 Tim Jenness <timj@jach.hawaii.edu>
* DramaLib/DramaLib.xs: Add SdsInsertCell
* Sds/Sds.pm (PutHashArray): Allow arrays of hashes to be stored
as structure arrays
* Sds/Tie/Tie.pm (TIEARRAY): Allow arrays of structures to be
mapped to references to perl arrays.
2004-01-05 Tim Jenness <timj@jach.hawaii.edu>
* DramaLib/DramaLib.xs: Publish STATUS__OK and fix type of DESTORY
vs DESTROY for DitsPathType
2003-12-26 Tim Jenness <timj@jach.hawaii.edu>
* DramaLib/Makefile.PL: Now pick up PDL typemap from install tree
and also install the DRAMA typemap for use by Jit
2003-12-24 Tim Jenness <timj@jach.hawaii.edu>
* Sds/Tie/Tie.pm: Attempt to fix error stack issues
* Sds/Sds.pm: Attempt to fix error stack issues
* Sdp/Sdp.pm: Attempt to fix error stack issues
* Dui/Callback/Callback.pm: Attempt to fix error stack issues
* t/task.t: Add test for task functionality (obey, pget, pset and
monitor)
* t/test_ers.t: Test that ErsPush and ErsPop work okay
* DramaLib/DramaLib.xs: Add ErsStop and ErsStart to aid testing.
2003-12-23 Tim Jenness <timj@jach.hawaii.edu>
* DramaLib/DramaLib.xs: Add ErsPush, ErsPop, ErsClear,
MessFacility, MessSeverity, MessPutFlags, MessNumber and the
corresponding MESS_M_ constants.
2003-09-04 Tim Jenness <timj@jach.hawaii.edu>
* DramaLib/DramaLib.xs: Allow a build with threaded perl (use
aTHX_ in Perl_croak). Use INT2PTR rather than doing a cast (for
the PDL share)
2002-06-03 Tim Jenness <timj@jach.hawaii.edu>
* Gtk/Gtk.pm: Add support for Gtk
2002-03-11 Tim Jenness <timj@jach.hawaii.edu>
* Sds/Sds.pm (PutStringArrayExists): Now use null terminated
strings and fix bug when Sds struct only has one element
(PutStringArray): Null terminated strings
2002-01-25 Tim Jenness <timj@jach.hawaii.edu>
* DramaLib/DramaLib.xs (): Add DITS_M_ARGUMENT, DITS_M_SENDCUR and
Dits::GetActIndex as requested by Russell Kackley
2001-05-22 Tim Jenness <timj@jach.hawaii.edu>
* DRAMA.pm: Increment version to V1.03
* DramaLib/DramaLib.xs: Add KickArg as return value and new flag
in options hash
* DRAMA.pm (DPerlExecuteCmd): Add -kickargvar and return arg to obey()
1999-11-03 Tim Jenness <timj@jach.hawaii.edu>
* DRAMA.pm: V1.02
1999-08-30 Tim Jenness <timj@jach.hawaii.edu>
* Tk/Tk.pm (DPerlTkInit): Get it working with Tk800.015
1999-05-04 Tim Jenness <timj@jach.hawaii.edu>
* DramaLib/DramaLib.xs: Remove spurious returns of status which
overwrote the pointer value.
1998-09-17 Tim Jenness <timj@jach.hawaii.edu>
* DRAMA.pm (Load): Fix options but - setting %options={}