History log of /netbsd-src/lib/libedit/emacs.c (Results 26 – 38 of 38)
Revision Date Author Comments
# 70286103 31-Mar-2003 perry <perry@NetBSD.org>

em-gosmacs-traspose->em-gosmacs-transpose (Igor Sobrado, PR misc/19909)


# 39f224af 15-Nov-2002 christos <christos@NetBSD.org>

PR/18995: David Laight: libedit fixes for posix conformant sh

The posix 'sh' specification defines vi-mode editing quite tightly.
The netbsd libedit code (used by sh to do this) was missing several

PR/18995: David Laight: libedit fixes for posix conformant sh

The posix 'sh' specification defines vi-mode editing quite tightly.
The netbsd libedit code (used by sh to do this) was missing several
features, there were also minor errors in others.

Compare netbsd sh to the definition available from:
http://www.opengroup.org/onlinepubs/007904975/utilities/sh.html
In particular the following were not supported:
U - undo all changes to line
| - goto column
Y - yank to end of line
y - yank
# - comment out current line
@ - take input from shell alias [1]
G - goto numbered line in history buffer
v - edit history line with vi
_ - append word from last input line
. - redo last command
Other minor changes have also been made.

[1] This needs the shell to define an appropriate routine to
return the text of the alias. There is no requirement that
such a function exist.

show more ...


# a17c7fe4 27-Oct-2002 christos <christos@NetBSD.org>

vi mode and memory fixes from david laight.


# 0e0ac6b7 18-Mar-2002 christos <christos@NetBSD.org>

- constify; passes all gcc and lint strict checks.
- add config.h [Jason Evans], to create a portable version of libedit that
can be easily compiled on other OS's.


# 00ff7cac 10-Jan-2001 jdolecek <jdolecek@NetBSD.org>

Enlarge editline buffers as needed to support arbitrary length lines.
This also addresses lib/9712 by Phil Nelson.


# d30d584a 04-Sep-2000 lukem <lukem@NetBSD.org>

convert to new style guide, which includes:
- ansi prototypes & features (such as stdargs)
- 8 space indents


# 1528b775 02-Jul-1999 simonb <simonb@NetBSD.org>

More trailing white space.


# 46573afd 20-May-1998 christos <christos@NetBSD.org>

cast is*() arg to unsigned char


# 0b7831a3 03-Feb-1998 perry <perry@NetBSD.org>

remove obsolete register declarations


# 54fac685 06-Jul-1997 christos <christos@NetBSD.org>

Fix compiler warnings.


# 2543e3e6 11-Jan-1997 lukem <lukem@NetBSD.org>

RCSid police
editline first appeared in 4.4BSD not NetBSD1.0


# b7cc0db1 30-Aug-1994 cgd <cgd@NetBSD.org>

fix for pr 420, from Christos.


# 6dc2f1db 06-May-1994 cgd <cgd@NetBSD.org>

libedit!


12