home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 4 / MA_Cover_4.iso / libs / regexp / regexp.man < prev   
Encoding:
Text File  |  1998-02-26  |  1.3 KB  |  43 lines

  1. regexp.library
  2.  
  3. NAME
  4.      regexp.library - functions to match regular expressions
  5.  
  6. VERSION
  7.      V37.2 - 26-Feb-98
  8.  
  9. REQUIREMENTS
  10.      - AmigaOS - currently only tested with OS3.1 but should run on every
  11.        version from 2.0 (V36) on.
  12.  
  13. DESCRIPTION
  14.      regexp.library is a straightforward port of the NetBSD regexp.c v1.7
  15.      functions. It provides the regular expression matching functions
  16.      through the standard AmigaOS shared library API. See the Autodoc file
  17.      and includes for programming information!
  18.  
  19. BUGS
  20.      None known
  21.  
  22. HISTORY
  23.      V37.1 (20-Feb-98)    - First release
  24.  
  25.      V37.2 (26-Feb-98)    - Added RegXlatError() to translate numeric error
  26.                             codes into readable text.
  27.                           - some optimization
  28.                           - improved the makefile, now generating pragmas
  29.                             with fd2pragma
  30.  
  31. AUTHOR
  32.      Original copyright by the University of Toronto, written by Henry
  33.      Spencer and released as freeware. Altered by John Gilmore and James A.
  34.      Woods, Amiga version by Matthias Bethke.
  35.  
  36.      For questions concerning the Amiga version, contact me at:
  37.  
  38.      email: Matthias.Bethke@stud.uni-erlangen.de
  39.      smail: Matthias Bethke
  40.             Haagstr. 5
  41.             91054 Erlangen
  42.             Germany
  43.