home *** CD-ROM | disk | FTP | other *** search
/ The First Hungarian Family / The_First_Hungarian_Family_CD-ROM.bin / internet / offlread / ddig6 / changes next >
Text File  |  1995-05-23  |  1KB  |  31 lines

  1. Version 0.06 23-may-95
  2.   1) Added Text input.
  3.   2) Added option for piped input and output.
  4.   3) Fixed bug in finding messages with empty lines at the start.
  5.   4) Changed () (grouping) construct to more closely match POSIX.  
  6.      Previously, the regular expression in the parentheses would match
  7.      the longest string at the expense of the entire expression.
  8.   5) Added '\s' and '\e' constructs to regular expressions (set start 
  9.      and end of match).
  10.  
  11. Version 0.05 4-apr-95
  12.   1) Changed regular expressions to more closely match POSIX.
  13.      a) Added [: :] (classes).
  14.      b) Changed [] to use bitmaps.
  15.      c) Changed parsing of [] to match POSIX.  All characters are now
  16.         regular characters inside []'s, except for [: :] classes.
  17.      d) Added () (grouping) construct.
  18.      e) Added | (or) operator.
  19.   2) Fixed bug in parsing command line when using "-Y" (Yarn folder) 
  20.      option.  Options may now be placed anywhere on the command line.
  21.  
  22. Version 0.04 8-mar-95     First public release.
  23.   1) Changed search strings to regular expressions.
  24.  
  25. Version 0.02 24-feb-95
  26.   1) Separated search strings into an initialization file.
  27.   2) Increased maximum line size to 2024 chars.
  28.  
  29. Version 0.01 25-jul-94
  30.   First version.  A quick program to de-digestify a specific mail list.
  31.