-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
205 lines (109 loc) · 4.83 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
2010-12-30 Tim Jenness <[email protected]>
---- V1.00 CPAN ----
* lib/Astro/SLA.pm: Tweak DynaLoader/Exporter usage
* Build.PL: Use Module::Build
2007-07-24 Tim Jenness <[email protected]>
* SLA.xs: Fix slaIntin issues for Fortran vs C interface. Tidy up
slaIntin test.
* SLA.xs: Remove some unnecessary OUTPUT sections.
2005-09-22 Tim Jenness <[email protected]>
---- V0.99 CPAN ---
2005-09-02 Tim Jenness <[email protected]>
* t/mjd.t: Switch to Test::More
* t/preces.t: Switch to Test::More
* t/slaObs.t: Switch to Test::More
* t/fk4to5.t: Switch to Test::More
* t/comet.t: Add 3200 Phaethon torture test and switch to Test::More
2004-02-03 Tim Jenness <[email protected]>
* stime: Tidy up. Add -epoch, -h and -man options.
* SLA.pm (ut2lst): Tidy up.
2004-02-01 Tim Jenness <[email protected]>
* t/sun67.t: Add 70 new tests based on the examples in SUN/67
2004-01-31 Tim Jenness <[email protected]>
* SLA.xs: Mods for slaObs update. Added support for slaIntin
* SLA.pm (slaObs): Can now be called with a constant string as
second argument. [also modified slaObs.t to match]
2003-10-22 Tim Jenness <[email protected]>
--- VERSION 0.98 on CPAN ---
2003-09-04 Tim Jenness <[email protected]>
* SLA.xs: Missed two Perl_croaks that only occur when linking
against the C version of SLA.
2003-08-18 Tim Jenness <[email protected]>
* SLA.pm: Release Version 0.97 on CPAN
2003-07-14 Tim Jenness <[email protected]>
* SLA.xs: Need to add aTHX_ for Perl_croak to work with threads
2003-07-03 Tim Jenness <[email protected]>
* SLA.xs: Fix error in slaOap fortran interface. This was breaking
the comet test. Does not affect the C version.
2003-07-02 Tim Jenness <[email protected]>
* t/comet.t: Add a test for perturbation of orbital elements since
that is key functionality for some users.
2002-09-15 Tim Jenness <[email protected]>
--- VERSION 0.96 on CPAN ---
* SLA.pm: Announce Fortran version support in documentation
2002-09-15 Tim Jenness <[email protected]>
* SLA.xs: Add full support for Fortran version of SLALIB
2002-08-15 Tim Jenness <[email protected]>
* SLA.xs: Fix argument list for slaOap
2002-08-11 Tim Jenness <[email protected]>
* SLA.xs: Add slaPertel and slaPertue
2002-05-24 Tim Jenness <[email protected]>
* SLA.pm: Make release 0.95
2002-04-12 Tim Jenness <[email protected]>
* SLA.xs: slaPlante had wrong calling arguments
2001-04-24 Tim Jenness <[email protected]>
* SLA.xs: update copyright
* MANIFEST: Add t/preces.t
* README: Tweak for 0.94
* SLA.pm: Version 0.94. Update copyright.
2000-11-21 Tim Jenness <[email protected]>
* t/preces.t: Add test for slaPreces
* SLA.xs: slaPreces - the ra and dec variables are input and
output not just output.
* t/fk4to5.t: Use Test module
2000-04-11 Tim Jenness <[email protected]>
* t/fk4to5.t: Improve the test (and fix btoj for -00 decs)
(btoj): dont use abs($d), multiply by dsign instead.
2000-03-28 Tim Jenness <[email protected]>
* SLA.pm (ut2lst_tel): Add missing command
* t/mjd.t: Add new test
* Makefile.PL: Add Test prerequisite
* SLA.pm: Increase version number to 0.93
* t/slaObs.t: Add new test.
* SLA.xs: Rename slaObs to _slaObs and call from perl layer
* SLA.pm (slaObs): Add perl layer to translate undef to '' to
prevent segmentation violation occurring on my linux system.
* stime: Add example program
* SLA.pm (lstnow_tel): Trap for unknown telescopes.
2000-03-24 Tim Jenness <[email protected]>
* arrays.c: Use PL_na symbols rather than na
2000-02-14 Tim Jenness <[email protected]>
* SLA.xs: Apply patch to slaEg50 thanks to Chris Phillips.
1999-10-11 Tim Jenness <[email protected]>
* SLA.pm: Version number now 0.92
* SLA.pm: Export single precisions commands. Export slaDvxv.
Update documentation to reflect the exportable commands rather
than the initial list.
* SLA.xs: Fix compiler warnings by using void* (patch supplied by
Chris Phillips <[email protected]>)
1999-08-03 Tim Jenness <[email protected]>
* SLA.pm: Version now 0.91
* SLA.xs: Apply patch for slaEqgal and slaSupgal supplied by
Tim Kimball ([email protected])
Allow use of single precision names as aliases to double precision
commands.
Remove use of static char.
* SLA.pm: Add DR2S and DR2H to the export list.
1999-05-17 Tim Jenness <[email protected]>
* SLA.pm: Version now 0.90 in preparation for CPAN release.
1999-03-12 Tim Jenness <[email protected]>
* SLA.pm: Up version number to 0.11
* SLA.xs: slaDmoon fixed - double not float
1998-06-02 Tim Jenness <[email protected]>
* SLA.pm: Complete 99% + add lst routines
* SLA.xs: Complete 99%
1998-05-27 Tim Jenness <[email protected]>
* SLA.xs (slaDd2tf): Add slaDd2tf and slaDjcl
1998-04-01 Tim Jenness <[email protected]>
* SLA.pm: Added slaPreces
* SLA.xs (slaPreces): Added slaPreces