|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/pipermail/sas-uploads/2001-May/000676.html
Дата изменения: Tue May 8 17:02:02 2001 Дата индексирования: Sat Dec 22 02:51:15 2007 Кодировка: Поисковые слова: http www.badastronomy.com bad tv foxapollo.html |
Package dal-1.134.3.tgz (348 kB)
Uploaded by Mark Thomas <mthomas@astro.estec.esa.nl>
The most recent entry in ChangeLog is:
dal/ChangeLog
ChangeLog for dal
=================
Open SPRs:
580 : Eliminate warning messages
761 : setAttributes does not erase the COMMENT and HISTORY lines
818 : DAL user documentation should be updated
1113 : copydataSet unsafe
1129 : DAL let you set impossible values.
1131 : setAttribute does not propagate units and comments
1362 : History keywords are too short
1444 : LONGSTRN keyword missing
1584 : Dal produces mulitple HISTORY records
1656 : writing/reading of data to/from string columns is not symmetric
Open SCRs:
278 : No comments
304 : The F90 interface to iteration should be fully developed
423 : C++ Column::data() method requires explicit garbage collection
619 : Class CellData should support fixed length columns
Version 1.134.2 2001-05-08 (MT)
---------------
- C: The following functions have been added to the C I/f in c/dal.h
void setBoolAttributeValue(
Attribute* attribute,
bool8 value );
void setIntAttributeValue(
Attribute* attribute,
int value );
void setRealAttributeValue(
Attribute* attribute,
double value );
void setStringAttributeValue(
Attribute* attribute,
const char* value );