home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume7 / regex / README.txt < prev    next >
Encoding:
Text File  |  1988-10-17  |  1.9 KB  |  55 lines

  1. This is a pre-release of a bunch of berkelix regex(3)/ed(1)
  2. compatible regular-expression routines.
  3.  
  4. These routines are completely public domain. You can do whatever
  5. you like with them, and hopefully you are professional enough not
  6. to strip out the authorship information, acknowledgements and
  7. references.
  8.  
  9. The reason for this being a *pre-release* is that I received a lot
  10. of useful suggestions about packaging, about additional routines etc.
  11. from a few people. I do not have too much time to do those changes
  12. right now, so I am putting this package out for those who needed
  13. it yesterday. Next release will include other routines, and better
  14. packaging.
  15.  
  16. These routines are *not* tested under SysV, but they are tested
  17. under PRO/Venix (2.0) and BSD 4.2.
  18.  
  19. Those uEmacs V30 hackers should take notice of this package,
  20. as well as those who would love to replace the "restricted" regex
  21. routines in Jove. [Since parts of these routines are based on Conroy's
  22. original work, it would be only fitting to put these into uEmacs.]
  23.  
  24. In general, these routines run just as fast, or faster than regex library
  25. routines under BSD 4.2. In some cases, they are slightly slower. I did not
  26. try too hard to optimize the re_exec routine.
  27.  
  28. Coding style is a la K&R, with lotsa short identifiers. I like it
  29. that way. All flames should be fed to yetti!dragon.
  30.  
  31. Acknowledgements: Henry Spencer, Hugh Redelmeier and Drew Sullivan made
  32.           a lot of important suggestions, some of which will be
  33.           incorporated into the next version.
  34.  
  35.  
  36. Package:
  37.     ----------------------------------------------------
  38.     README.txt        this file.
  39.  
  40.     regex.3            comprehensive man page
  41.     regex.c            goodies
  42.  
  43.     re_fail.c        sample failure routine
  44.  
  45.     grep.c            a tiny grep for timing tests
  46.  
  47.     makefile        guess.
  48.     ----------------------------------------------------
  49.  
  50. enjoy..          oz    [...!utzoo!yetti!oz]
  51.             [oz@yusol.BITNET || oz@yuyetti.BITNET]
  52.  
  53.             Dept. of Computer Science
  54.             York University
  55.