Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Aug 2010 16:37:51 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh histedit.c
Message-ID:  <201008011638.o71Gc19C011728@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-08-01 16:37:51 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               histedit.c 
  Log:
  SVN rev 210736 on 2010-08-01 16:37:51Z by jilles
  
  sh: Do not enter consecutive duplicates into the history.
  
  This simply sets a flag in libedit. It has a shortcoming in that it does not
  apply to multi-line commands.
  
  Note that a configuration option for this is not going to happen, but always
  having this seems better than not having it. NetBSD has done the same.
  
  PR:             bin/54683
  Obtained from:  NetBSD
  MFC after:      1 month
  
  Revision  Changes    Path
  1.37      +1 -0      src/bin/sh/histedit.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008011638.o71Gc19C011728>