| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-08-31 | Rename TEST/test.c to avoid problems when doing a cleandir on case-insensitive | rpaulo | |
| file systems. ok'ed christos. | |||
| 2006-08-21 | Change to a 3 clause copyright after permission of the holders. | christos | |
| 2006-07-23 | PR/34062: Tanaka Akira: rl_deprep_term_function is NULL in libedit. | christos | |
| Default to rl_deprep_terminal as suggested; do the same for rl_prep_term_function | |||
| 2006-05-18 | change __weak_extern to __weak_reference so that gcc4 works. | christos | |
| 2006-04-09 | fix debugging printf format. | christos | |
| 2006-03-25 | remove if/free block checking known condition | rtr | |
| coverity 2762 / run 11 | |||
| 2006-03-23 | move declaration to header file. | christos | |
| 2006-03-21 | Coverity CID 2743: Not really a memory leak, but make it obvious that we | christos | |
| always free tmp. | |||
| 2006-03-18 | Fix compilation. | christos | |
| 2006-03-18 | Lint comment. | christos | |
| 2006-03-18 | Coverity CID 1668: Plug memory leak. | christos | |
| 2006-03-18 | Coverity CID 1666: Plug memory leak. | christos | |
| 2006-03-18 | Coverity CID 1667: Plug memory leak | christos | |
| 2006-03-18 | Coverity CID 1662: Memory leak. | christos | |
| 2006-03-18 | Coverity CID 597: remove dead code. | christos | |
| 2006-03-18 | Coverity CID 1216: Prevent negative index use. | christos | |
| 2006-03-18 | Coverity CID 806: Prevent NULL deref | christos | |
| 2006-03-06 | Print the actual eofc, instead of ^D\b\b. | christos | |
| Change internal character decoding to prevent buffer oveflows. | |||
| 2006-03-06 | use the tty chars for reprint and eof instead of hard-coded ^R and ^D | christos | |
| 2006-02-13 | PR/32817: Magnus Svensson: write_history and read_history returncode is not | christos | |
| readline compatible. | |||
| 2006-02-12 | Partial rl_getc_function support from Jess Thrysoee. | christos | |
| 2005-11-09 | Refresh bug reported by Julien Torres: | christos | |
| going from: activate -verbose to: reset -activation results in: reset -activationverbose" instead of: reset -activation This is because we choose to insert "reset -" before the current line, and the delete "e -" and insert "ion" in the appropriate place. The cleareol code did not handle this case properly; we now cleareol to the maximum number of characters of the first difference, the second difference and the difference in line length. | |||
| 2005-10-22 | change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX systems | christos | |
| work properly regardless of environment variable settings. | |||
| 2005-10-12 | Add el_get to SYNOPSIS. From jmc@openbsd. | wiz | |
| 2005-09-09 | Fix double if (from Alexey E. Suslikov via jmc@openbsd). | wiz | |
| While here, re-word both H_[GS]ETUNIQUE descriptions so they make more sense. Bump date. | |||
| 2005-08-19 | PR/31012: Barry Naujok: libedit el_get with EL_EDITOR op does not work | christos | |
| Fixed as suggested. | |||
| 2005-08-10 | Don't save the el->el_line.cursor over a cv_insert call and use it later | christos | |
| because it might change. From Stefan Farfedeler. | |||
| 2005-08-09 | Don't delete the current line in vi mode when typing 'yy'. | christos | |
| From Stefan Farfeleder. | |||
| 2005-08-09 | Fix two more help iterators. Thanks Stefan Farfeleder! | christos | |
| 2005-08-08 | Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many | christos | |
| thanks) | |||
| 2005-08-08 | Don't add an extra { NULL, 0, NULL } element to the help array. Instead keep | christos | |
| it always the same size as the function array for consistency. Reported in FreeBSD PR 82381, but fixed differently. | |||
| 2005-08-08 | The previous commit removed too much and forgot to reset the history event | christos | |
| number. From Kouichirou Hiratsuka, many thanks! | |||
| 2005-08-03 | Fix reversed test; from Gerry Swislow | christos | |
| 2005-08-02 | On a fatal error, we want to stop processing the macro buffers. | christos | |
| 2005-08-02 | Add missing second argument to another call of ch_reset(). | tron | |
| 2005-08-01 | Don't reset the macro strings each time we enter el_gets(), otherwise | christos | |
| el_push() is unusable programmatically. | |||
| 2005-08-01 | Don't forget to initialize h_del; from Julien Torres. | christos | |
| 2005-07-14 | Drop trailing whitespace. | wiz | |
| 2005-07-14 | PR/30747: David N. Williams: libedit is missing remove_history() | christos | |
| Added, please test. | |||
| 2005-07-06 | Fix memory leaks found by valgrind. From Julien Torres | christos | |
| 2005-06-12 | make this useable from c++. | christos | |
| 2005-06-11 | PR/30500: Paul Shupak: Inconsistent definition of tilde_expand(). | christos | |
| Provide a layer of indirection between the readline compatibility functions and our internal implementation, so that we have the freedom to change the function signature. | |||
| 2005-06-10 | Bug reported from Martin Dietze: | christos | |
| The place to change the completion_append_character is usually somewhere in the `rl_completion_entry_function' callback which is where one usually can distinguish between file- or dir-like entries to append a slash for dirs etc. This does no longer work since `fn_complete()' takes the `append_character' as argument before the callback is executed, so that changes to the variable `rl_completion_append_character' have in fact no effect for the current completion. Fix by adding a function that returns the rl_completion_append_character, when it gets passed in a filename in readline emulation. | |||
| 2005-06-10 | tilde expand should take a const argument. | christos | |
| 2005-06-01 | Don't use non-standard uint or u_int. | lukem | |
| 2005-05-29 | Update for recent parse__escape() prototype change | lukem | |
| 2005-05-29 | PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing to | christos | |
| it, because you'll core dump. Also remove extra const that gives pain to the irix compiler. | |||
| 2005-05-28 | fix for WARNS=3 | lukem | |
| 2005-05-28 | clean up build of "test" | lukem | |
| 2005-05-28 | MAKEVERBOSE support | lukem | |
