home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / me34src.zip / me3 / doc / util.bug < prev    next >
Text File  |  1995-01-14  |  2KB  |  56 lines

  1.                                                                 -*-text-*-
  2.             The Utilities Bug List
  3.             --- --------- --- ----
  4.  
  5. ====================================================================
  6. ====            Utils.a Bug and Change list            ====
  7. ====================================================================
  8. - means bug in this (and subsequent) releases
  9. * means bug fixed in next release
  10. + means new feature in next release
  11.                    
  12.  
  13. -------        [Released January 30, 1993]
  14. + Added pad_dTable to dtable.c.     9/23/92
  15. + Added DIGITS_PER_INT to const.h.  1/93
  16. * Added 2 byte int support (overflow checking, etc) to dtable.[ch].  1/93
  17.   Based on code/idea from John Burnell.
  18. * Changed how [il]_to_a.c calculate size of array needed to hold the
  19.   converted digits.  1/93
  20. * Removed some stuff from os.h.  1/93
  21. * Changed fxpand.c to compile with TurboC.  1/93
  22. * Changed canonize.c to compile with TurboC.  1/93
  23. * Change char.h to work around a bug in TurboC 1.0  12/92
  24.  
  25. -------        [Released August 9, 1992]
  26. + Added fdump_doc() to dump_doc.c so can dump strings to streams other
  27.   than stdout. 8/92
  28.  
  29. -------        [Released May 10, 1992]
  30. * Nadav Horesh <CFNADAV@WEIZMANN.WEIZMANN.AC.IL> found a problem with
  31.     regular expressions:  (re-search-forward '\>') fails if the dot is
  32.     in a word at the end of a line (no whitespace after the word).
  33.     (looking-at '.*\>') works in this case.  6/92
  34.   Fix:  In re_exec() (regexp.c), need to call pmatch() even if at the
  35.     end of the search string because \> needs the transition from word
  36.     to non word (text\0).  7/92
  37. * General clean up of regex.c:
  38.     - More comments
  39.     - Add 8 bit support for sets (was just 7)
  40.     - Updated doc
  41.     - Compiling \< and then compiling \> caused a bogue error due to an
  42.       unitialized var.
  43.     - Put some rudimentary dfa overflow checking in re_comp().
  44.     7/92
  45.  
  46. -------        [Released April 12, 1992]
  47. + Atari stuff (from jwahar r.  bammi (bammi@cadence.com)) added to:
  48.     canonize.c, fname.c, fxpand.c, os.h, wildmat.c.  5/92.
  49. + Wrenched on fxpand.c.  Added slash-appending for directories.  5/92
  50. * Changed ranger1.c to work around a bug on AIX.  Hope I didn't break
  51.   it.  5/92
  52.  
  53. -------        [Released February 28, 1992]
  54. + ext() in fname.c doesn't work for hidden files (ie file names that
  55.   start with a ".")  4/92
  56.