Commit Graph

  • 9df73e8670
    Merge pull request #74 from tgree/macos_prototypes_fix master Joachim Wiberg 2025-04-06 13:34:10 +0200
  • f53bebdbe9 Fix function prototypes. Terry Greeniaus 2025-04-05 23:17:20 -0600
  • fb41e22495 Fix function prototypes. Terry Greeniaus 2025-04-05 23:13:07 -0600
  • 50bde4b5c3 Constify Joachim Wiberg 2024-12-08 21:36:54 +0100
  • 651c0bf38b examples: update prompt in fileman to show cwd Joachim Wiberg 2024-12-08 21:36:12 +0100
  • d1ea173949 Fix and make sure to use rl_set_prompt() API Joachim Wiberg 2024-12-08 21:34:56 +0100
  • 2c0313a3b5 Move forward wordwise should move to end of current word Joachim Wiberg 2024-12-08 08:22:27 +0100
  • 41d80b5b14 Calling Ctrl-U should delete from cursor to beginning Joachim Wiberg 2024-12-08 08:12:19 +0100
  • c7437c8ce3 Fix doube free in completion Joachim Wiberg 2024-12-07 10:38:57 +0100
  • 22bdb0478c Minor, update maintainer last name Joachim Wiberg 2024-12-06 18:47:12 +0100
  • fb4d7268de
    Merge pull request #70 from 9999years/recognize-meta-arrows Joachim Wiberg 2024-12-07 08:32:55 +0100
  • 4c4455353a
    Add support for \e[1;3C and \e[1;3D Rebecca Turner 2024-09-09 09:44:44 -0700
  • d0f2a5bc23
    Recognize Meta+Left and Meta+Right Rebecca Turner 2024-09-08 15:42:42 -0700
  • 3bbe0fcd69
    Ctrl+U: Only delete from start of line to cursor Rebecca Turner 2024-09-08 16:38:14 -0700
  • ac81ca6d4b
    Merge pull request #69 from vikrrrr/missing-global Joachim Wiberg 2024-09-07 11:02:46 +0200
  • 93d952291f
    Add rl_attempted_completion_over global to header Arthur Michas 2024-09-07 02:53:08 +0200
  • caf4b3c0ce
    Merge pull request #67 from Feoramund/respect-hist-size Joachim Wiberg 2024-05-27 17:44:43 +0200
  • 6207edfe95
    Merge pull request #68 from Feoramund/respect-default-prompt Joachim Wiberg 2024-05-27 17:44:05 +0200
  • e0f686506a
    Respect default prompt Feoramund 2024-05-26 04:09:47 -0400
  • aefda06a0c
    Respect el_hist_size Feoramund 2024-05-26 03:38:04 -0400
  • d1dd4fa785
    Merge df887418a4 into 425584840c Mingye Wang 2023-12-28 02:37:12 -0700
  • 425584840c
    Merge pull request #64 from trofi/autoconf-2.72-fix Joachim Wiberg 2023-12-24 03:45:37 +0100
  • 2b788be1c8 configure.ac: add second parameter quoting around the rest of AS_IF for consistency Sergei Trofimovich 2023-12-23 19:17:19 +0000
  • f444a316f5 configure.ac: fix autoconf-2.72 compatibility Sergei Trofimovich 2023-12-23 19:12:42 +0000
  • 7633fbceee
    Merge pull request #63 from nobody5050/patch-1 Joachim Wiberg 2023-01-29 06:47:11 +0100
  • d903a940a5
    fix filename inaccuracy nobody5050 2023-01-28 12:44:44 -0600
  • 3ccc3a5120
    Merge pull request #62 from al20878/master Joachim Wiberg 2022-10-23 15:14:18 +0200
  • c50d4c34d8 Avoid using (char) in <ctype.h> macros (#61) Tony Lawrence 2022-10-22 20:02:23 -0400
  • 70c80ac22e Mention autoconf.sh in build instructions (#61) Tony Lawrence 2022-10-22 20:02:16 -0400
  • e36fb63486 Rename man file to avoid collision with libedit s0dyy 2022-04-11 17:33:16 +0200
  • 9fa05ba384 Add early notice on Windows not being supported Joachim Wiberg 2022-02-19 22:41:32 +0100
  • 9d4c6f7042 Drop orig. effort to support WIN32 Joachim Wiberg 2022-02-19 22:38:55 +0100
  • fc866f60d6
    Merge pull request #57 from rcombs/patch-1 Joachim Wiberg 2022-02-19 22:09:15 +0100
  • 7c036fc31d
    Avoid naming a dir "aux" rcombs 2022-02-17 18:09:06 -0600
  • f7b58d3c0d
    Include stdio.h from editline.h rcombs 2022-02-17 17:59:40 -0600
  • 36e0921c71
    Merge pull request #54 from tejing1/master Joachim Wiberg 2021-07-06 08:23:08 +0200
  • ec62e11a72
    handle home and end keys in urxvt Jeff Huffman 2021-06-27 22:44:30 -0400
  • 0f4f5b0228
    Merge pull request #53 from oxalica/fix/tmux-home-end Joachim Wiberg 2021-05-29 15:22:18 +0200
  • 265c1fb6a0
    Fix Home (\e[1~) and End (\e[4~) in tmux oxalica 2021-05-29 14:28:19 +0800
  • df887418a4 excallback: show off the multibyte stuff Mingye Wang 2021-04-20 10:09:05 +0800
  • 8fd71febc6 Implement ignore and UTF-8 Mingye Wang 2021-04-20 09:52:40 +0800
  • 69c7e86967 Merge branch 'mlundh-bufferOverrunFix' Joachim Wiberg 2021-02-25 10:51:58 +0100
  • 3acd6a8b60 Fixed buffer overrun issue detected by address sanitizer. Martin Lundh 2021-02-25 10:22:50 +0100
  • 62bba78258 Fix #41: add missing include in example Joachim Nilsson 2020-08-02 02:15:37 +0200
  • 63b94d2089 configure: Add --enable-examples option to build examples/ Joachim Nilsson 2020-06-08 18:46:38 +0200
  • 2ebe9058a1
    Merge pull request #40 from gh-fork-dump/master Joachim Nilsson 2020-06-08 18:43:27 +0200
  • d4b25ca85e include <sys/select.h> in excallback Stephen Gregoratto 2020-06-09 00:21:11 +1000
  • ecabef273e debian: Upload to stable 1.17.1 Joachim Nilsson 2020-02-23 19:07:45 +0100
  • 751c8ac7d1 Check for release tag before calling distcheck Joachim Nilsson 2020-02-23 18:46:59 +0100
  • 70d190340a Update changelogs and bump version for v1.17.1 release Joachim Nilsson 2020-02-23 16:39:48 +0100
  • db318fd765 Drop duplicate package: rule Joachim Nilsson 2020-02-23 16:39:34 +0100
  • d2fa0e4c6e Put auxillary files generated by autotools in aux/ Joachim Nilsson 2020-02-23 16:39:08 +0100
  • 3e40e24e11 Reintroduce .tar.gz for distribution archives Joachim Nilsson 2020-02-23 16:38:25 +0100
  • 322055b89a debian: Ship upstream ChangeLog in .deb Joachim Nilsson 2020-02-23 16:36:23 +0100
  • e1981428e7 debian: Add hardening, recommended by lintian Joachim Nilsson 2020-02-23 16:05:47 +0100
  • d65245abbd debian: .so symlinks should be in -dev package, found by lintian Joachim Nilsson 2020-02-23 16:05:21 +0100
  • 45c9b94e11 debian: Update to Standards-Version 4.3.0 and fix shlib deps Joachim Nilsson 2020-02-23 16:04:47 +0100
  • bfcf222bdc debian: Add symbols file, found by lintian Joachim Nilsson 2020-02-23 16:04:15 +0100
  • 49c466a23d man: Update mdoc markup of functions Joachim Nilsson 2020-02-23 15:58:56 +0100
  • 6702d3262d debian: Update to copyright format 1.0 Joachim Nilsson 2020-02-23 15:33:18 +0100
  • d8f3759367 debian: Fix missing content in libedtline1, introduced in 1.16.0 Joachim Nilsson 2020-02-23 15:32:51 +0100
  • 8d5d04f667
    Merge pull request #38 from echoprotocol/ECHO-732 Joachim Nilsson 2020-01-13 19:04:28 +0100
  • ceee039cfc added fix for multiline representing as one line dvolynets 2020-01-13 12:15:27 +0300
  • 02cccd1e87 Update ChangeLog and bump version for v1.17.0 1.17.0 Joachim Nilsson 2020-01-05 09:53:19 +0100
  • 01dd4045b4 Bump ABI revision, v1.0.1 --> v1.0.2 Joachim Nilsson 2020-01-05 09:49:47 +0100
  • 99ae6b86cb Revert "Travis-CI: Disable clang temporarily for Coverity Scan run" Joachim Nilsson 2020-01-05 08:29:58 +0100
  • 1305d05b75 examples: Refactor CLI unlock gimmick to fix possible Coverity issue dev Joachim Nilsson 2020-01-05 08:21:36 +0100
  • d9f725f20a Travis-CI: Disable clang temporarily for Coverity Scan run Joachim Nilsson 2020-01-05 07:58:33 +0100
  • 7278fd8581 Travis-CI: Clean build between different phases Joachim Nilsson 2020-01-05 07:58:13 +0100
  • f619d9d788 Follow-up to d310910, use EOF instead of -1 in calls to reposition() Joachim Nilsson 2020-01-05 07:52:12 +0100
  • 6c74203cbd Update ChangeLog with latest fixes Joachim Nilsson 2020-01-05 07:49:54 +0100
  • b44335f413 Defensive programming, check within boundaries before deref Joachim Nilsson 2020-01-05 07:44:00 +0100
  • e36aae07f8 Refactor move_cursor_forward() into tty_forwardn() Joachim Nilsson 2020-01-05 07:33:23 +0100
  • cf8f962e4f Handle realloc() failures better Joachim Nilsson 2020-01-05 07:21:15 +0100
  • deb2884310 Fix error return value from read_history() and write_history() Joachim Nilsson 2020-01-05 07:14:58 +0100
  • 81840c0f84 Update ChangeLog to reflect latest changes Joachim Nilsson 2019-11-28 07:03:44 +0100
  • 0b295197f6 Merge branch 'echoprotocol-simple_multiline' Joachim Nilsson 2019-11-28 07:01:48 +0100
  • 1802e086e0 Bump version for v1.17.0 release cycle Joachim Nilsson 2019-11-28 07:01:13 +0100
  • 12d5584721 Fix for() loop; "statement with no effect" warning from GCC Joachim Nilsson 2019-11-28 06:59:53 +0100
  • 35506cd22e Minor, coding style fixups Joachim Nilsson 2019-11-28 06:58:37 +0100
  • f35af9f20d Merge branch 'simple_multiline' of https://github.com/echoprotocol/editline into echoprotocol-simple_multiline Joachim Nilsson 2019-11-28 06:41:43 +0100
  • 498b041a35 fixed indentations dvolynets 2019-11-20 14:46:39 +0300
  • d3109109c4 added simple multiline support dvolynets 2019-11-19 15:52:22 +0300
  • 704ae941cb ECHO-732: added simple multiline support dvolynets 2019-11-19 15:52:22 +0300
  • 7355f56d25 Update ChangeLog(s) and bump version for v1.16.1 release 1.16.1 Joachim Nilsson 2019-06-07 12:00:10 +0200
  • 5496152d51 Rephrase section introducing Jush, the stupid UNIX shell Joachim Nilsson 2019-06-01 17:24:49 +0200
  • 13f8d5f69c
    Merge pull request #32 from abitmore/search-end-cleanup Joachim Nilsson 2019-05-08 17:11:02 +0200
  • c2b65646ea Revert "Fi #31: Aborting i-search with Ctrl-C should not generate signal" Joachim Nilsson 2019-05-08 17:10:21 +0200
  • e2c3b41d9a Fi #31: Aborting i-search with Ctrl-C should not generate signal Joachim Nilsson 2019-05-08 17:04:15 +0200
  • 4a17180d37 Add SIGINT notification to cli example, for debugging Joachim Nilsson 2019-05-08 17:03:49 +0200
  • 3e046cafd2 Clear line on failed Ctrl-R operation Joachim Nilsson 2019-05-08 16:57:40 +0200
  • 0e493addab Fix #30: Ctrl-R with empty search string clears screen Joachim Nilsson 2019-05-08 16:55:33 +0200
  • 842bd67dd4 Cleanup el_intr_pending in h_search_end() abitmore 2019-05-08 07:47:47 -0400
  • 0eb8f228f7
    Merge pull request #29 from abitmore/rl_set_getc_func Joachim Nilsson 2019-05-08 10:48:39 +0200
  • 8f6d724e30 Add rl_set_getc_func() abitmore 2019-05-07 17:43:37 -0400
  • 2b75e9eba4 Optionally return signal type when got a signal abitmore 2019-05-06 11:07:19 -0400
  • ee176c80d7 Only display return from readline() when there's something to show. Joachim Nilsson 2010-08-07 00:08:31 +0200
  • 979f05a5eb Follow-up to a4b67d2: Ctrl-L redisplay line when not on empty line Joachim Nilsson 2019-05-06 00:54:57 +0200
  • c95d25731d Always use enums for el_status_t return values Joachim Nilsson 2019-05-06 00:54:17 +0200
  • 61d40f406f examples: Catch SIGINT instead of mapping Ctrl-C, use default Ctrl-D Joachim Nilsson 2019-05-06 00:52:13 +0200