README
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. alpha3.4 release.
  2. Thu Mar 17 23:17:18 EST 1994
  3. henry@zoo.toronto.edu
  4. See WHATSNEW for change listing.
  5. installation notes:
  6. --------
  7. Read the comments at the beginning of Makefile before running.
  8. Utils.h contains some things that just might have to be modified on
  9. some systems, as well as a nested include (ugh) of <assert.h>.
  10. The "fake" directory contains quick-and-dirty fakes for some header
  11. files and routines that old systems may not have.  Note also that
  12. -DUSEBCOPY will make utils.h substitute bcopy() for memmove().
  13. After that, "make r" will build regcomp.o, regexec.o, regfree.o,
  14. and regerror.o (the actual routines), bundle them together into a test
  15. program, and run regression tests on them.  No output is good output.
  16. "make lib" builds just the .o files for the actual routines (when
  17. you're happy with testing and have adjusted CFLAGS for production),
  18. and puts them together into libregex.a.  You can pick up either the
  19. library or *.o ("make lib" makes sure there are no other .o files left
  20. around to confuse things).
  21. Main.c, debug.c, split.c are used for regression testing but are not part
  22. of the RE routines themselves.
  23. Regex.h goes in /usr/include.  All other .h files are internal only.
  24. --------