~ubuntu-branches/ubuntu/intrepid/horae/intrepid

« back to all changes in this revision

Viewing changes to 0CPAN/STAR-Parser-0.59/CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2008-02-23 23:13:02 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080223231302-mnyyxs3icvrus4ke
Tags: 066-3
Apply patch to athena_parts/misc.pl for compatibility with 
perl-tk 804.28.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
REVISION HISTORY:
2
 
 
3
 
version 0.59 (released 08 Apr 2004):
4
 
-----------------------------------
5
 
1) Extended the DDL1 fix from 0.58 to 
6
 
   items within loops
7
 
2) Fatal parsing errors now cause the Parser to 
8
 
   'die' instead of 'exit' to allow exception handling
9
 
   with 'eval' statements in wrapper scripts.
10
 
3) Included parseMulti.pl script, a wrapper script
11
 
   which attempts to parse all cif files in a given
12
 
   directory with multiple command line options.
13
 
 
14
 
version 0.58 (released 10 July 2001):
15
 
-------------------------------------
16
 
1) Added limited compatibility with Data Defition Language 1 (DDL1).
17
 
   Earlier versions assumed DDL2-style item names
18
 
   with explict category names (_this_category.this_item).
19
 
   Now, the category is assigned the default value "-" (minus sign),
20
 
   if the item name does not contain a "." (period).
21
 
2) Improved proper recognition of "data_" strings as either
22
 
   data block headers or other legitimate text, depending on 
23
 
   the position in the CIF file. 
24
 
 
25
 
version 0.57 (released 15 May 2001):
26
 
------------------------------------
27
 
A closing semicolon after text that extended over several lines
28
 
does not have to be on a line by itelf. This wrong assumption 
29
 
from previous versions has been corrected.