NetBSD/lib/libedit
apb 69a442fa50 Define HAVE_STRUCT_DIRENT_D_NAMLEN in config,h, and test it when
deciding whether to use entry->d_namlen or strlen(entry->d_name).
Addresses PR 40477 by Robert Millan.
2009-01-26 17:32:41 +00:00
..
TEST Rename TEST/test.c to avoid problems when doing a cleandir on case-insensitive 2006-08-31 20:20:38 +00:00
readline Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
Makefile WARNS=4 2009-01-18 12:17:49 +00:00
chared.c The previous commit removed too much and forgot to reset the history event 2005-08-08 01:41:30 +00:00
chared.h Print the actual eofc, instead of ^D\b\b. 2006-03-06 21:11:56 +00:00
common.c have '$' include the last character in the line when embedded in a command. 2008-09-30 08:37:42 +00:00
config.h Define HAVE_STRUCT_DIRENT_D_NAMLEN in config,h, and test it when 2009-01-26 17:32:41 +00:00
editline.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
editrc.5 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
el.c fix -Wsign-compare issues 2009-01-18 12:14:16 +00:00
el.h add EL_GETFP, and EL_SETFP. 2006-12-15 22:13:33 +00:00
emacs.c Print the actual eofc, instead of ^D\b\b. 2006-03-06 21:11:56 +00:00
filecomplete.c Define HAVE_STRUCT_DIRENT_D_NAMLEN in config,h, and test it when 2009-01-26 17:32:41 +00:00
filecomplete.h Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
hist.c
hist.h
histedit.h bump minor. 2008-04-05 23:53:26 +00:00
history.c Fix memory leak found by valgrind (Julien Torres) 2006-09-28 13:52:51 +00:00
key.c move declaration to header file. 2006-03-23 20:22:51 +00:00
key.h move declaration to header file. 2006-03-23 20:22:51 +00:00
makelist change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX systems 2005-10-22 16:45:03 +00:00
map.c fix debugging printf format. 2006-04-09 01:36:51 +00:00
map.h
parse.c Update for recent parse__escape() prototype change 2005-05-29 04:58:15 +00:00
parse.h Update for recent parse__escape() prototype change 2005-05-29 04:58:15 +00:00
prompt.c
prompt.h
read.c fix -Wsign-compare issues 2009-01-18 12:14:16 +00:00
read.h Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
readline.c fix -Wsign-compare issues 2009-01-18 12:14:16 +00:00
refresh.c Allow a single process to control multiple ttys (for pthreads using _REENTRANT) 2008-09-10 15:45:37 +00:00
refresh.h
search.c Make EM_DELETE_PREV_CHAR behave like ED_DELETE_PREV_CHAR in incremental 2004-11-04 01:16:03 +00:00
search.h
shlib_version bump shared libraries. 2009-01-11 03:07:47 +00:00
sig.c Allow a single process to control multiple ttys (for pthreads using _REENTRANT) 2008-09-10 15:45:37 +00:00
sig.h Don't bother with SIGSTOP it cannot be caught or ignored. From Jess Thrysoee 2008-07-12 15:27:14 +00:00
sys.h
term.c Allow a single process to control multiple ttys (for pthreads using _REENTRANT) 2008-09-10 15:45:37 +00:00
term.h Allow a single process to control multiple ttys (for pthreads using _REENTRANT) 2008-09-10 15:45:37 +00:00
tokenizer.c
tty.c Allow a single process to control multiple ttys (for pthreads using _REENTRANT) 2008-09-10 15:45:37 +00:00
tty.h Don't use non-standard uint or u_int. 2005-06-01 11:37:52 +00:00
vi.c __weakref__ attribute can not be applied to anything when inside function 2006-10-22 07:48:13 +00:00