CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/05/08 07:52:33
Modified files: lib/libedit : readline.c Log message: Change where_history() to agree with the GNU implementation: Return 0 for the oldest entry and increment by 1 for each newer, non-deleted entry. This fixes the test_where() regression test. OK czarkoff@.