-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
147 lines (83 loc) · 4.01 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
2009-03-03 Tim Jenness <[email protected]>
* NDF.pm (ndgGtprvk): Add ndgGtprvk interface
2009-01-29 Tim Jenness <[email protected]>
* NDF.xs: Add ndfHsdat support.
2005-10-15 Tim Jenness <[email protected]>
* NDF.xs: Fix up for 64 bit architecture.
2005-02-04 Tim Jenness <[email protected]>
* NDF.xs: Add support for ndfGtwcs and ndfPtwcs
2003-05-06 Tim Jenness <[email protected]>
* NDF.pm: Release V1.45 to Starlink
2003-03-19 Tim Jenness <[email protected]>
* NDF.pm: Forgot to export dat_put0i
2003-03-07 Tim Jenness <[email protected]>
* NDF.xs: dat_cell had a return value that was marked for input.
2001-03-21 Tim Jenness <[email protected]>
* NDF.pm: Increase version number since we have improved fits IO
2000-08-11 Tim Jenness <[email protected]>
* t/fitshdr.t: Create to test fits header stuff
* NDF.pm (fits_extract_key_val): Do the fits header stuff properly
after reading the FITS standard !
2000-07-12 Tim Jenness <[email protected]>
* NDF.pm: Remove @EXPORT. Add msg_tune and err_tune
* t/msg.t: Improve test suite
* t/err.t: Improve test suite
* NDF.xs: Use PREINIT blocks and include missing Starlink include
files. Add msg_tune and err_tune.
Begin changing some routines to use the C wrappers
2000-05-19 Tim Jenness <[email protected]>
* NDF.pm (calls): Only use a single arg to constant
2000-04-17 Tim Jenness <[email protected]>
* NDF.xs: Change constant() routine to only have a single argument
* NDF.pm (AUTOLOAD): Fix autloader so that it only asks for the
constant name without delving deeper into @_
2000-04-03 Tim Jenness <[email protected]>
* getarg.c: Replace na with PL_na
2000-01-25 Tim Jenness <[email protected]>
* NDF.pm: Check for defined value for $value from
fits_get_nth_item to fix -w warning.
--- RELEASE V1.41 to Starlink ---
1999-05-20 Tim Jenness <[email protected]>
* Makefile.PL: Use Starlink::Config
1999-04-21 Tim Jenness <[email protected]>
* NDF.pm (fits_extract_key_val): Return null rather than undef
1998-10-15 Tim Jenness <[email protected]>
* PDL/NDF.pm: Check for array extensions and skip them.
1998-10-13 Tim Jenness <[email protected]>
* NDF.xs: Finally realise that bad pixel values are defined in
img.h (of all places) so add real support for bad pixels.
1998-09-21 Tim Jenness <[email protected]>
* NDF.pm (fits_extract_key_val): Modify so that an undefined value
is returned if the key is there but the value is a blank string.
1998-09-14 Tim Jenness <[email protected]>
* NDF.pm (par_get): Retrieve DOUBLE values as double precision numbers
1998-09-12 Tim Jenness <[email protected]>
* NDF.xs: Add status checking before using unpack1D and array
functions since if status returns bad the counter variables (eg
el) may be set incorrectly and cause segmentation faults when
trying to unpack arrays.
* NDF.pm (par_get): Add support for monolith parameters. Simplify
the logic concerning $ADAM_USER and make -w clean.
1998-06-08 Tim Jenness <[email protected]>
* NDF.xs: Improve DAT__ROOT, DAT__NOLOC routines so that gcc
doesn't complain about pointer mismatch
1998-05-27 Tim Jenness <[email protected]>
* NDF.xs: Use PREINIT for declaring variables in an XS routine.
1998-02-13 Tim Jenness <[email protected]>
* NDF.xs: Add ndf_size (somehow this had been left out earlier)
* NDF.pm (par_get): Fix the use of ADAM_USER in par_get.
Tue Nov 25 21:12:43 1997 Tim Jenness <[email protected]>
* NDF.pm (fits_construct_string): add fits_read_header command to
read all the FITS keywords.
NDF and PDL::NDF modules
------------------------
8th June 1997
1.20 - Add support for DEC Digital Unix and Linux in Makefile.PL
- include my own version of the fortran getarg_ routine
Now arguments are correctly written when history is updated.
27th November 1996:
1.01 - Add 'fits_construct_string'
Add comment support in FITS commands.
Update PDL::NDF to v1.0
20th November 1996:
1.00 - First release version