home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #1 / MONSTER.ISO / prog / gen / regex011.taz / regex011 / regex-0.11 / test / ChangeLog < prev    next >
Encoding:
Text File  |  1992-09-16  |  619 b   |  21 lines

  1. Wed Sep 16 09:29:27 1992  Karl Berry  (karl@hayley)
  2.  
  3.         * xmalloc.c (xmalloc): use char *, not void *, as some compilers
  4.           bomb out on the latter.
  5.  
  6.         * Makefile.in (LOADLIBES): use LIBS instead, as that what's
  7.           Autoconf wants to define.
  8.  
  9.         * other.c: remove tests for ^/$ around newlines.
  10.  
  11. Tue Sep 15 11:01:15 1992  Karl Berry  (karl@hayley)
  12.  
  13.         * fileregex.c (main): call re_search_2 instead of re_search.
  14.  
  15.         * Makefile.in (regex.o): make target dregex.o, so VPATH doesn't
  16.           find ../regex.o.
  17.  
  18. Sun Sep 13 06:50:03 1992  Karl Berry  (karl@hayley)
  19.  
  20.         * Created.
  21.