home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / GNU / GPTX01AX.ZIP / README.DOS < prev    next >
Encoding:
Text File  |  1992-02-22  |  976 b   |  33 lines

  1. # readme. - for the prerelease of GNU ptx            -*-Text-*-
  2. # Copyright (C) 1990 by Thorsten Ohl, ohl@gnu.ai.mit.edu
  3.  
  4.  
  5. Please report all MS-DOS specific bugs to:
  6.  
  7.     Thorsten Ohl <ohl@gnu.ai.mit.edu>
  8.  
  9. and all generic bugs to:
  10.  
  11.     Francois Pinard <pinard@iro.umontreal.ca>.
  12.  
  13.  
  14. ---------- ChangeLog entries ----------
  15.  
  16. Fri Sep 21 23:10:44 1990    Thorsten Ohl, ohl@gnu.ai.mit.edu
  17.  
  18.     * gptx.c (digest_word_file, sort_found_occurs): qsort ()
  19.     most probably looses for > 64k tables, so take care that
  20.     this never happens.
  21.     * hregex.c (re_hsearch, re_hmatch): kludgy regexp for
  22.     huge buffers.
  23.  
  24. Sun Aug 12 23:00:55 1990    Thorsten Ohl, ohl@gnu.ai.mit.edu
  25.  
  26.     * gptx.c: made some pointers HUGE and some integers LONG;
  27.     replaced HUGE pointer subtractions by PDIFF macro.
  28.     * gptx.c (swallow_file_in_memory): code to read HUGE file
  29.     * gptx.h: use standard prototypes, huge pointer difference
  30.     * xmalloc.c (xhalloc, xmalloc): "new" functions (taken from
  31.     the `diff' port).
  32.  
  33.