summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2005-05-12PR/30215: Kouichirou Hiratsuka: /bin/sh dumps core with tabcompletechristos
2005-05-09Use getpwuid_r(getuid(), ...) to expand ~/....dsl
2005-05-07gdb directly calls filename_completion_function()dsl
2005-05-07Make everything that uses makelist depend on Makefile - that way thedsl
2005-05-07Separate out the filename completion functions from the readline() code.dsl
2005-04-25Terminate the arglist with a NULL instead of 0. (Shuts up gcc4.x)matt
2005-04-19check for pwd != NULL, fix a missed getpwnam.christos
2005-04-12PR/29958: Peter Bex: add rl_variable_bind and rl_attempted_completion_overchristos
2005-04-02use getpwent_rchristos
2005-03-19PR/29738: Rui Paulo: Incorrect tok_line and tok_str declarations.christos
2005-03-15Add missing define, needed for debugging (from Rob Rodgers)christos
2005-03-10Always update the position variables before the map function is called.christos
2005-03-09set UNBUFFERED again after you do the line callback so that the new linechristos
2005-03-09Make sure we flush after we prepare when we are unbuffered otherwise thechristos
2004-11-27PR/26785: Jess Thrysoee: libedit - H_NEXT and H_PREV shifts cursor on failurechristos
2004-11-04Make EM_DELETE_PREV_CHAR behave like ED_DELETE_PREV_CHAR in incrementalchristos
2004-10-28Use (unsigned char) cast to sanitise arguments to ctype functions.dsl
2004-10-27Fix a load of international alphabet problems with isxxx() and toupper()dsl
2004-09-08cut out the middle-man and use el_insertstr() directly.christos
2004-09-08make rl_inhibit_completion visible.christos
2004-08-24make sure that we round up to 1K.christos
2004-08-20PR/26725: Sergey S. Kostyliov: Typo in libedit, possible buffer overflow in s...christos
2004-08-13Delete-previous-char and delete-next-char without an argument are not supposedmycroft
2004-07-08PR/23486: Andreas Gustafsson: gdb no longer works with emacschristos
2004-05-22fix memory leak; thanks to Logan Gabrielchristos
2004-04-15Remove duplicate word, from jfb@openbsd via jmc@openbsd.wiz
2004-02-27Better fix for rl_prep_terminal() from Gerry Swislow.christos
2004-02-21Separate tty separation from the prompt printing function. From Gerry Swislow.christos
2004-01-17portability fixes.christos
2003-12-08update for function name changelukem
2003-12-05Use Aq instead of <>, quote a minus, drop trailing space.wiz
2003-12-05Tokenization function enhancements:lukem
2003-11-04s/wth/with/christos
2003-11-03Fix uninitialized variable.christos
2003-11-02Always use el->el_buffer, because newbuffer could have moved. Fromchristos
2003-11-02If the kill buffer is empty return normal. From Gerry Swislow gerry at certifchristos
2003-11-02Handle M- as escape. XXX: should probably select the meta-map instead.christos
2003-11-02From: Gerry Swislow gerry at certif dot comchristos
2003-11-01initialize ptr.christos
2003-11-01Explain H_ADD better. from Otto Moerbeek otto at drijf dot netchristos
2003-11-01Fixes from Otto Moerbeek otto at drijf dot netchristos
2003-11-01Document history builtin commands.christos
2003-10-27Make readline csh-like history work.christos
2003-10-25Another fix for incremental search prev.christos
2003-10-19add rl_catch_signalschristos
2003-10-19Bump date for previous.wiz
2003-10-18change allocation policy in el_push to allocate the string itself.christos
2003-10-18make forward incremental search work better.christos
2003-10-18remove debugging printf.christos
2003-10-18Allow setty to set chars using char=valuechristos