home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 534.lha / sregexp.library_v11.1 / revision.history < prev    next >
Text File  |  1991-08-08  |  1KB  |  32 lines

  1.  
  2.     version 11.1
  3.     Everything seems to be ok again.
  4.  
  5.     version 10.xx
  6.     Fixed a minor bug to make the null string equivalent to '%'
  7.     in all cases.  Means (cat|dog|) is equivalent to (cat|dog|%)
  8.     and not illegal, as it was before.  Also fixed a bug which
  9.     occasionally caused a GURU.  Sometimes I would trash memory
  10.     by terminating a string with 2 null's (Thanks to Stefan Becker
  11.     for the report and solution of this one).  Fixed a bug that
  12.     would cause it to loose memory if an illegal path was given
  13.     to AnchorPath.    This same bug would also cause the occasional
  14.     GURU depending on when exec decided to clean up memory.
  15.  
  16.     version 9.x
  17.     First version ready for general release, everything seems
  18.     to work ok.
  19.  
  20.     versions 4.0 - 8.xx
  21.     Various steps on the long road to getting the path matching
  22.     routines to actually work.
  23.  
  24.     version 2.0 - 3.xx
  25.     Porting of the pattern matching routines from a link time
  26.     library to a run time library.
  27.  
  28.     version 1.xx
  29.     Figuring out how to make a @&*! Amiga run time library
  30.     go.  WHY DOES IT GURU WHEN I EXPUNGE, AHHHHH!  Well
  31.     it worked in the end.
  32.