cvs commit: src/lib/libedit el.c el.h history.c makelist map.c refresh.c tokenizer.c

Stefan Farfeleder stefanf at FreeBSD.org
Mon Jan 9 10:02:40 PST 2006


stefanf     2006-01-09 18:02:39 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/libedit          el.c el.h history.c makelist map.c 
                         refresh.c tokenizer.c 
  Log:
  MFC a small part of the big NetBSD merge that fixes a few bugs and should be
  safe for RELENG_5.
  
  el.c:
          Check term_init() and strdup() failure.
  history.c and tokenizer.c:
          Check malloc() failure.
  makelist and map.c:
          Respect list sentinel.
  refresh.c:
          Refresh bug.
  
  Revision  Changes    Path
  1.11.8.1  +14 -7     src/lib/libedit/el.c
  1.4.8.1   +1 -0      src/lib/libedit/el.h
  1.7.8.1   +57 -22    src/lib/libedit/history.c
  1.8.4.1   +0 -1      src/lib/libedit/makelist
  1.8.8.1   +13 -12    src/lib/libedit/map.c
  1.9.8.1   +31 -9     src/lib/libedit/refresh.c
  1.6.8.1   +21 -8     src/lib/libedit/tokenizer.c


More information about the cvs-src mailing list