home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-2 / Developer / languages / perl / PropertyList.pm.1.3.2.README < prev   
Encoding:
Text File  |  1996-11-09  |  1.1 KB  |  49 lines

  1.  
  2. Introduction
  3. ------------
  4. PropertyList.pm is a perl module that is able to scan and print
  5. NeXT's property list format (*.eomodel,*.addresses,PB.project,data.classes,...).
  6.  
  7. History
  8. -------
  9.  
  10. 1.3.2    Oct. 28 1995
  11.     - new directory contrib contains PB2Makefile
  12.     - replaced \1 with $1 in regex (was a waring)
  13.     - uploadet to peanuts
  14.  
  15. 1.3.1    Oct. 14 1995
  16.     - parsing of octal string escapes
  17.  
  18. 1.3.0    Oct. 13 1995
  19.     - key/value pairs without values (PB.project) ar now handled correctly.
  20.     - if the indent value of PropertyList::print is 0 then no {} are printed
  21.       for the root dictionary.
  22.       (You can use a character value for the indent to surround the root
  23.        dictionary with {} without making any additional indents).
  24.  
  25. 1.2.1    Oct. 12 1995
  26.     - better support for quoted keys or values.
  27.  
  28. 1.2    Oct. 11 1995
  29.  
  30. 1.0    Oct. 05 1995
  31.  
  32. TODO
  33. ----
  34.  
  35. 1.    Ignore comments /* ... */    done(1.3.1)
  36.  
  37. 2.    Handling of string escape sequences \007,\n ...
  38.     1.3.1 there are still problems with \" escapes
  39.  
  40. 3.    Error processing: Feedback of line number and position.
  41.  
  42. Bug reports
  43. -----------
  44.  
  45.     Please email bug reports, comments, and patches to:
  46.     
  47.         markus@arlac.rhein-main.de
  48.  
  49.