home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / C / STRPP11 / STR.HIS < prev   
Text File  |  1992-03-24  |  1KB  |  48 lines

  1.  
  2.                     String++ Revision History
  3.  
  4.                Copyright (c)1992 by Carl Moreland
  5.                             03/23/92
  6.  
  7. -----------------------------------------------------------------------
  8.  
  9. Version 1.1
  10.  
  11. - Bug fixes, mostly memory leaks.
  12.  
  13. - Rewrote several functions for improved efficiency.
  14.  
  15. - Improved demo program.
  16.  
  17. - gsub() is generalized with the inclusion of a num parameter.
  18.  
  19. - New justify() function.
  20.  
  21. - New operators * and *=.
  22.  
  23. -----------------------------------------------------------------------
  24.  
  25. Version 1.0
  26.  
  27. - Initial release.
  28.  
  29. -----------------------------------------------------------------------
  30.  
  31. Future directions:
  32.  
  33. - Additional methods for inserting and deleting substrings.
  34.  
  35. - Conversion methods for numeric strings.
  36.  
  37. - Regular expression comparisons; in particular, implement an AWK
  38.   match() function.
  39.  
  40.  
  41. Comments, suggestions, and bug reports are welcomed. Send them to me
  42. via CompuServe (72137,2657), or mail them to:
  43.  
  44.         Carl Moreland
  45.         4314 Filmore Rd
  46.         Greensboro, NC 27409
  47.  
  48.