Module Name:src
Committed By: rillig
Date: Fri Jan 3 00:40:08 UTC 2025
Modified Files:
src/lib/libedit: el.c el.h keymacro.c map.c read.c
Log Message:
libedit: remove redundant break statements after EL_ABORT
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.1
Module Name:src
Committed By: rillig
Date: Fri Jan 3 00:40:08 UTC 2025
Modified Files:
src/lib/libedit: el.c el.h keymacro.c map.c read.c
Log Message:
libedit: remove redundant break statements after EL_ABORT
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.1
Module Name:src
Committed By: christos
Date: Wed Dec 18 15:38:52 UTC 2024
Modified Files:
src/lib/libedit: sig.c
Log Message:
>From tkoeppe@github: Specify SA_ONSTACK when setting up a signal
handler. This allows the handler to use the alternate signal stack
if one is ava
Module Name:src
Committed By: christos
Date: Wed Dec 18 15:38:52 UTC 2024
Modified Files:
src/lib/libedit: sig.c
Log Message:
>From tkoeppe@github: Specify SA_ONSTACK when setting up a signal
handler. This allows the handler to use the alternate signal stack
if one is ava
Module Name:src
Committed By: christos
Date: Thu Dec 5 22:21:53 UTC 2024
Modified Files:
src/lib/libedit: literal.c refresh.c
Log Message:
Don't eat 0 width characters, print them.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libedit/literal.c
cvs
Module Name:src
Committed By: christos
Date: Thu Dec 5 22:21:53 UTC 2024
Modified Files:
src/lib/libedit: literal.c refresh.c
Log Message:
Don't eat 0 width characters, print them.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libedit/literal.c
cvs
Module Name:src
Committed By: riastradh
Date: Thu Nov 21 19:49:59 UTC 2024
Added Files:
src/lib/libedit: edit.expsym
Log Message:
libedit: Add expected symbols list.
PR lib/58838: shared libraries in base should all have expsym lists
To generate a diff of this commit:
c
Module Name:src
Committed By: riastradh
Date: Thu Nov 21 19:49:59 UTC 2024
Added Files:
src/lib/libedit: edit.expsym
Log Message:
libedit: Add expected symbols list.
PR lib/58838: shared libraries in base should all have expsym lists
To generate a diff of this commit:
c
Module Name:src
Committed By: kre
Date: Thu Jul 11 05:41:24 UTC 2024
Modified Files:
src/lib/libedit: history.c
Log Message:
Don't fchmod(fileno(fp), ...) in history_save_fp().
There are two reasons for this, first, the permissions of the history
file should be able to be
Module Name:src
Committed By: kre
Date: Thu Jul 11 05:41:24 UTC 2024
Modified Files:
src/lib/libedit: history.c
Log Message:
Don't fchmod(fileno(fp), ...) in history_save_fp().
There are two reasons for this, first, the permissions of the history
file should be able to be
Module Name:src
Committed By: christos
Date: Sun Jun 30 17:11:27 UTC 2024
Modified Files:
src/lib/libedit: refresh.c
Log Message:
Handle the case where the cursor is on the first character.
set -o vi
x ESC ~
(Robert Morris)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id
Module Name:src
Committed By: christos
Date: Sun Jun 30 17:11:27 UTC 2024
Modified Files:
src/lib/libedit: refresh.c
Log Message:
Handle the case where the cursor is on the first character.
set -o vi
x ESC ~
(Robert Morris)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id
Module Name:src
Committed By: christos
Date: Sun Jun 30 16:29:42 UTC 2024
Modified Files:
src/lib/libedit: common.c
Log Message:
Avoid moving the cursor before the buffer (Robert Morris)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279487
To generate a diff of this
Module Name:src
Committed By: christos
Date: Sun Jun 30 16:29:42 UTC 2024
Modified Files:
src/lib/libedit: common.c
Log Message:
Avoid moving the cursor before the buffer (Robert Morris)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279487
To generate a diff of this
Module Name:src
Committed By: christos
Date: Sun Jun 30 16:26:30 UTC 2024
Modified Files:
src/lib/libedit: search.c
Log Message:
Prevent reading before the line buffer (try ^R^W in emacs mode at the
beginning of the line) (Robert Morris)
https://bugs.freebsd.org/bugzilla/s
Module Name:src
Committed By: christos
Date: Sun Jun 30 16:26:30 UTC 2024
Modified Files:
src/lib/libedit: search.c
Log Message:
Prevent reading before the line buffer (try ^R^W in emacs mode at the
beginning of the line) (Robert Morris)
https://bugs.freebsd.org/bugzilla/s
Module Name:src
Committed By: christos
Date: Sat Jun 29 17:28:07 UTC 2024
Modified Files:
src/lib/libedit: emacs.c
Log Message:
don't use oldc before it is set.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libedit/emacs.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Sat Jun 29 17:28:07 UTC 2024
Modified Files:
src/lib/libedit: emacs.c
Log Message:
don't use oldc before it is set.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libedit/emacs.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Sat Jun 29 14:13:14 UTC 2024
Modified Files:
src/lib/libedit: chared.c
Log Message:
Prevent testing out of bounds memory. From Robert Morris
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279762
To generate a diff of this c
Module Name:src
Committed By: christos
Date: Sat Jun 29 14:13:14 UTC 2024
Modified Files:
src/lib/libedit: chared.c
Log Message:
Prevent testing out of bounds memory. From Robert Morris
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279762
To generate a diff of this c
Module Name:src
Committed By: christos
Date: Sat Jun 29 14:09:35 UTC 2024
Modified Files:
src/lib/libedit: emacs.c
Log Message:
Retrieve the cursor position after calling c_insert, because c_insert could
enlarge the line buffer making the old cursor position point to freed
Module Name:src
Committed By: christos
Date: Sat Jun 29 14:09:35 UTC 2024
Modified Files:
src/lib/libedit: emacs.c
Log Message:
Retrieve the cursor position after calling c_insert, because c_insert could
enlarge the line buffer making the old cursor position point to freed
Module Name:src
Committed By: christos
Date: Fri May 17 02:59:09 UTC 2024
Modified Files:
src/lib/libedit: el.h eln.c
Log Message:
When calling el_line make sure that we call the resizing function
callback because el_line updates the legacy LineInfo structure and
we need t
Module Name:src
Committed By: christos
Date: Fri May 17 02:59:09 UTC 2024
Modified Files:
src/lib/libedit: el.h eln.c
Log Message:
When calling el_line make sure that we call the resizing function
callback because el_line updates the legacy LineInfo structure and
we need t
Module Name:src
Committed By: christos
Date: Sat Apr 6 13:36:11 UTC 2024
Modified Files:
src/lib/libedit: editline.7
Log Message:
update em-toggle-overwrite binding (Xose Vazquez Perez)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libedit/editline
Module Name:src
Committed By: christos
Date: Sat Apr 6 13:36:11 UTC 2024
Modified Files:
src/lib/libedit: editline.7
Log Message:
update em-toggle-overwrite binding (Xose Vazquez Perez)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libedit/editline
Module Name:src
Committed By: christos
Date: Tue Mar 26 18:02:04 UTC 2024
Modified Files:
src/lib/libedit: readline.c
Log Message:
fix insert key (Xose Vazquez Perez)
To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 src/lib/libedit/readline.c
Please note
Module Name:src
Committed By: christos
Date: Tue Mar 26 18:02:04 UTC 2024
Modified Files:
src/lib/libedit: readline.c
Log Message:
fix insert key (Xose Vazquez Perez)
To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 src/lib/libedit/readline.c
Please note
Module Name:src
Committed By: wiz
Date: Wed Jun 21 21:44:31 UTC 2023
Modified Files:
src/lib/libedit: libedit.pc
Log Message:
libedit: fix pkg-config to really provide readline directory as intended
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libe
Module Name:src
Committed By: wiz
Date: Wed Jun 21 21:44:31 UTC 2023
Modified Files:
src/lib/libedit: libedit.pc
Log Message:
libedit: fix pkg-config to really provide readline directory as intended
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libe
Module Name:src
Committed By: christos
Date: Tue May 30 11:53:40 UTC 2023
Modified Files:
src/lib/libedit: tokenizer.c
Log Message:
Fix some const qual (Piotr Pawel Stefaniak)
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libedit/tokenizer.c
Plea
Module Name:src
Committed By: christos
Date: Tue May 30 11:53:40 UTC 2023
Modified Files:
src/lib/libedit: tokenizer.c
Log Message:
Fix some const qual (Piotr Pawel Stefaniak)
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libedit/tokenizer.c
Plea
Module Name:src
Committed By: christos
Date: Tue Apr 25 17:51:32 UTC 2023
Modified Files:
src/lib/libedit: filecomplete.c filecomplete.h readline.c sys.h
src/lib/libedit/readline: readline.h
Log Message:
pass lint.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Tue Apr 25 17:51:32 UTC 2023
Modified Files:
src/lib/libedit: filecomplete.c filecomplete.h readline.c sys.h
src/lib/libedit/readline: readline.h
Log Message:
pass lint.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Mon Apr 24 20:02:53 UTC 2023
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/57376: Jorge Giner: readline file completion does not quote; do the same.
To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180
Module Name:src
Committed By: christos
Date: Mon Apr 24 20:02:53 UTC 2023
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/57376: Jorge Giner: readline file completion does not quote; do the same.
To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180
Module Name:src
Committed By: christos
Date: Fri Apr 21 14:56:13 UTC 2023
Modified Files:
src/lib/libedit: readline.c
src/lib/libedit/readline: readline.h
Log Message:
Align types with readline-8.2 (wiz@)
To generate a diff of this commit:
cvs rdiff -u -r1.178 -r
Module Name:src
Committed By: christos
Date: Fri Apr 21 14:56:13 UTC 2023
Modified Files:
src/lib/libedit: readline.c
src/lib/libedit/readline: readline.h
Log Message:
Align types with readline-8.2 (wiz@)
To generate a diff of this commit:
cvs rdiff -u -r1.178 -r
Module Name:src
Committed By: christos
Date: Sat Feb 4 14:34:28 UTC 2023
Modified Files:
src/lib/libedit: config.h sys.h terminal.c
Log Message:
Remove unused stuff, and limit the scope of some of the used ones.
(from des@freebsd)
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Sat Feb 4 14:34:28 UTC 2023
Modified Files:
src/lib/libedit: config.h sys.h terminal.c
Log Message:
Remove unused stuff, and limit the scope of some of the used ones.
(from des@freebsd)
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Fri Feb 3 22:01:43 UTC 2023
Modified Files:
src/lib/libedit: filecomplete.c histedit.h
Log Message:
Add a entry point for the complete function for FreeBSD compatibility with sh.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: christos
Date: Fri Feb 3 22:01:43 UTC 2023
Modified Files:
src/lib/libedit: filecomplete.c histedit.h
Log Message:
Add a entry point for the complete function for FreeBSD compatibility with sh.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: christos
Date: Fri Feb 3 19:47:39 UTC 2023
Modified Files:
src/lib/libedit: sig.c
Log Message:
Don't clear the handle to el "sel" and set it earlier to prevent handling
a signal before the handle is set. (From: des at FreeBSD)
To generate a
Module Name:src
Committed By: christos
Date: Fri Feb 3 19:47:39 UTC 2023
Modified Files:
src/lib/libedit: sig.c
Log Message:
Don't clear the handle to el "sel" and set it earlier to prevent handling
a signal before the handle is set. (From: des at FreeBSD)
To generate a
Module Name:src
Committed By: uwe
Date: Tue Dec 6 00:59:20 UTC 2022
Modified Files:
src/lib/libedit: editrc.5
Log Message:
editrc(5): Markup fixes
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libedit/editrc.5
Please note that diffs are not publ
Module Name:src
Committed By: uwe
Date: Tue Dec 6 00:59:20 UTC 2022
Modified Files:
src/lib/libedit: editrc.5
Log Message:
editrc(5): Markup fixes
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libedit/editrc.5
Please note that diffs are not publ
Module Name:src
Committed By: christos
Date: Fri Dec 2 19:23:16 UTC 2022
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/57095: Yilei Yang: Change readline's replace_history_entry to not make a copy
of the string to replace since H_REPLACE already makes a copy
Module Name:src
Committed By: christos
Date: Fri Dec 2 19:23:16 UTC 2022
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/57095: Yilei Yang: Change readline's replace_history_entry to not make a copy
of the string to replace since H_REPLACE already makes a copy
Module Name:src
Committed By: christos
Date: Sun Oct 30 19:11:31 UTC 2022
Modified Files:
src/lib/libedit: chared.c chartype.c el.c filecomplete.c map.c read.c
read.h readline.c terminal.c
Log Message:
improvements in malloc/free handling.
To generate a diff
Module Name:src
Committed By: christos
Date: Sun Oct 30 19:11:31 UTC 2022
Modified Files:
src/lib/libedit: chared.c chartype.c el.c filecomplete.c map.c read.c
read.h readline.c terminal.c
Log Message:
improvements in malloc/free handling.
To generate a diff
Module Name:src
Committed By: christos
Date: Wed Sep 21 01:33:53 UTC 2022
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/57016: Ricky Zhou: declare lastidx
To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/lib/libedit/readline.c
Please not
Module Name:src
Committed By: christos
Date: Wed Sep 21 01:33:53 UTC 2022
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/57016: Ricky Zhou: declare lastidx
To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/lib/libedit/readline.c
Please not
Module Name:src
Committed By: christos
Date: Tue Sep 20 23:41:14 UTC 2022
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/57016: Ricky Zhou: Revert to trimming the last newline instead of the
first one so that multi-line commands work again.
To generate a dif
Module Name:src
Committed By: christos
Date: Tue Sep 20 23:41:14 UTC 2022
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/57016: Ricky Zhou: Revert to trimming the last newline instead of the
first one so that multi-line commands work again.
To generate a dif
Module Name:src
Committed By: tnn
Date: Mon Apr 11 19:37:20 UTC 2022
Modified Files:
src/lib/libedit: chartype.h
Log Message:
libedit/chartype.h: portability fix for OSF/1
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libedit/chartype.h
Please no
Module Name:src
Committed By: tnn
Date: Mon Apr 11 19:37:20 UTC 2022
Modified Files:
src/lib/libedit: chartype.h
Log Message:
libedit/chartype.h: portability fix for OSF/1
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libedit/chartype.h
Please no
Module Name:src
Committed By: christos
Date: Fri Apr 8 20:11:31 UTC 2022
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/56778: Detlev Casanova: Missing rl_initialize call in rl_copy_text
To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/li
Module Name:src
Committed By: christos
Date: Fri Apr 8 20:11:31 UTC 2022
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/56778: Detlev Casanova: Missing rl_initialize call in rl_copy_text
To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/li
Module Name:src
Committed By: christos
Date: Sat Mar 12 15:29:18 UTC 2022
Modified Files:
src/lib/libedit: filecomplete.c
Log Message:
Fix filename autocompletion for strings like a\)b
An escaped character should unconditionally be skipped together with the
character that
Module Name:src
Committed By: christos
Date: Sat Mar 12 15:29:18 UTC 2022
Modified Files:
src/lib/libedit: filecomplete.c
Log Message:
Fix filename autocompletion for strings like a\)b
An escaped character should unconditionally be skipped together with the
character that
Module Name:src
Committed By: christos
Date: Sat Feb 19 17:45:02 UTC 2022
Modified Files:
src/lib/libedit: readline.c
src/lib/libedit/readline: readline.h
Log Message:
PR/56695: Walter Lozano: Correct declaration of hook functions.
To generate a diff of this comm
Module Name:src
Committed By: christos
Date: Sat Feb 19 17:45:02 UTC 2022
Modified Files:
src/lib/libedit: readline.c
src/lib/libedit/readline: readline.h
Log Message:
PR/56695: Walter Lozano: Correct declaration of hook functions.
To generate a diff of this comm
Module Name:src
Committed By: rillig
Date: Tue Feb 8 21:13:22 UTC 2022
Modified Files:
src/lib/libedit: chared.c histedit.h
Log Message:
libedit: fix typos, apply KNF to newly imported code (PR/56693)
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: rillig
Date: Tue Feb 8 21:13:22 UTC 2022
Modified Files:
src/lib/libedit: chared.c histedit.h
Log Message:
libedit: fix typos, apply KNF to newly imported code (PR/56693)
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: christos
Date: Tue Feb 8 15:05:10 UTC 2022
Modified Files:
src/lib/libedit: chared.c histedit.h readline.c
src/lib/libedit/readline: readline.h
Log Message:
PR/56693: Walter Lozano: Add support for rl_delete_text and rl_set_key
To g
Module Name:src
Committed By: christos
Date: Tue Feb 8 15:05:10 UTC 2022
Modified Files:
src/lib/libedit: chared.c histedit.h readline.c
src/lib/libedit/readline: readline.h
Log Message:
PR/56693: Walter Lozano: Add support for rl_delete_text and rl_set_key
To g
Module Name:src
Committed By: christos
Date: Mon Jan 31 14:44:49 UTC 2022
Modified Files:
src/lib/libedit: readline.c
src/lib/libedit/readline: readline.h
Log Message:
PR/56622: Walter Lozano: Improve readline compatibility by adding
rl_readline_state support.
To
Module Name:src
Committed By: christos
Date: Mon Jan 31 14:44:49 UTC 2022
Modified Files:
src/lib/libedit: readline.c
src/lib/libedit/readline: readline.h
Log Message:
PR/56622: Walter Lozano: Improve readline compatibility by adding
rl_readline_state support.
To
Module Name:src
Committed By: christos
Date: Sat Jan 29 20:52:45 UTC 2022
Modified Files:
src/lib/libedit: readline.c
Log Message:
Add more refreshes from Walter Lozano. The readline example in
http://www.mcld.co.uk/blog/2009/simple-gnu-readline-callback-style-example.html
Module Name:src
Committed By: christos
Date: Sat Jan 29 20:52:45 UTC 2022
Modified Files:
src/lib/libedit: readline.c
Log Message:
Add more refreshes from Walter Lozano. The readline example in
http://www.mcld.co.uk/blog/2009/simple-gnu-readline-callback-style-example.html
Module Name:src
Committed By: christos
Date: Fri Jan 14 13:31:05 UTC 2022
Modified Files:
src/lib/libedit/readline: readline.h
Log Message:
Don't use __printflike, use the explicit attribute so that this works outside
NetBSD.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Fri Jan 14 13:31:05 UTC 2022
Modified Files:
src/lib/libedit/readline: readline.h
Log Message:
Don't use __printflike, use the explicit attribute so that this works outside
NetBSD.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: tnn
Date: Fri Jan 14 12:48:31 UTC 2022
Modified Files:
src/lib/libedit/readline: readline.h
Log Message:
libedit: rl_message: annotate __printflike
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/libedit/readline/readli
Module Name:src
Committed By: tnn
Date: Fri Jan 14 12:48:31 UTC 2022
Modified Files:
src/lib/libedit/readline: readline.h
Log Message:
libedit: rl_message: annotate __printflike
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/libedit/readline/readli
Module Name:src
Committed By: christos
Date: Tue Jan 11 18:30:15 UTC 2022
Modified Files:
src/lib/libedit: chared.c eln.c histedit.h readline.c
src/lib/libedit/readline: readline.h
Log Message:
PR/56618: Walter Lozano: Improve libedit compatibility with readline by
Module Name:src
Committed By: christos
Date: Tue Jan 11 18:30:15 UTC 2022
Modified Files:
src/lib/libedit: chared.c eln.c histedit.h readline.c
src/lib/libedit/readline: readline.h
Log Message:
PR/56618: Walter Lozano: Improve libedit compatibility with readline by
Module Name:src
Committed By: christos
Date: Sun Sep 26 13:45:54 UTC 2021
Modified Files:
src/lib/libedit: filecomplete.h
Log Message:
make flag unsigned to match prototype of the function used
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libedit
Module Name:src
Committed By: christos
Date: Sun Sep 26 13:45:54 UTC 2021
Modified Files:
src/lib/libedit: filecomplete.h
Log Message:
make flag unsigned to match prototype of the function used
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libedit
Module Name:src
Committed By: christos
Date: Sun Sep 26 13:45:37 UTC 2021
Modified Files:
src/lib/libedit: filecomplete.c
Log Message:
- Completion should not add a quote at the end of the line to match an
already quoted quote. (Piotr Stefaniak)
- fix lint unconst warnin
Module Name:src
Committed By: christos
Date: Sun Sep 26 13:45:37 UTC 2021
Modified Files:
src/lib/libedit: filecomplete.c
Log Message:
- Completion should not add a quote at the end of the line to match an
already quoted quote. (Piotr Stefaniak)
- fix lint unconst warnin
Module Name:src
Committed By: rillig
Date: Fri Sep 10 18:51:36 UTC 2021
Modified Files:
src/lib/libedit: readline.c
Log Message:
libedit: fix indentation
No change to the resulting object files.
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/lib/lib
Module Name:src
Committed By: rillig
Date: Fri Sep 10 18:51:36 UTC 2021
Modified Files:
src/lib/libedit: readline.c
Log Message:
libedit: fix indentation
No change to the resulting object files.
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/lib/lib
Module Name:src
Committed By: christos
Date: Fri Sep 10 13:33:45 UTC 2021
Added Files:
src/lib/libedit/TEST: fuzz1.c
Log Message:
Add an LLVM fuzzing wrapper for the portable libedit (Christian Holler)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/lib
Module Name:src
Committed By: christos
Date: Fri Sep 10 13:33:45 UTC 2021
Added Files:
src/lib/libedit/TEST: fuzz1.c
Log Message:
Add an LLVM fuzzing wrapper for the portable libedit (Christian Holler)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/lib
Module Name:src
Committed By: christos
Date: Fri Sep 10 13:29:06 UTC 2021
Modified Files:
src/lib/libedit: readline.c
Log Message:
rl_startup_hook should be called each time. From Carlos Henrique Lima Melara
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167
Module Name:src
Committed By: christos
Date: Fri Sep 10 13:29:06 UTC 2021
Modified Files:
src/lib/libedit: readline.c
Log Message:
rl_startup_hook should be called each time. From Carlos Henrique Lima Melara
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167
Module Name:src
Committed By: christos
Date: Thu Sep 9 20:25:30 UTC 2021
Modified Files:
src/lib/libedit: readline.c
Log Message:
fix memory issues found by fuzzing (double frees and buffer overflows)
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/l
Module Name:src
Committed By: christos
Date: Thu Sep 9 20:25:30 UTC 2021
Modified Files:
src/lib/libedit: readline.c
Log Message:
fix memory issues found by fuzzing (double frees and buffer overflows)
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/l
Module Name:src
Committed By: christos
Date: Thu Sep 9 20:24:08 UTC 2021
Modified Files:
src/lib/libedit: refresh.c terminal.c
Log Message:
Add casts to appease conversions between wchar_t and wint_t
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/lib/
Module Name:src
Committed By: christos
Date: Thu Sep 9 20:24:08 UTC 2021
Modified Files:
src/lib/libedit: refresh.c terminal.c
Log Message:
Add casts to appease conversions between wchar_t and wint_t
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/lib/
Module Name:src
Committed By: christos
Date: Fri Sep 3 12:20:38 UTC 2021
Modified Files:
src/lib/libedit: readline.c
Log Message:
Try to refactor this in order to correct some of the memory issues
reported by Christian Holler.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: christos
Date: Fri Sep 3 12:20:38 UTC 2021
Modified Files:
src/lib/libedit: readline.c
Log Message:
Try to refactor this in order to correct some of the memory issues
reported by Christian Holler.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: christos
Date: Mon Aug 30 09:18:17 UTC 2021
Added Files:
src/lib/libedit: ChangeLog
Log Message:
Add a changes file
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libedit/ChangeLog
Please note that diffs are not public do
Module Name:src
Committed By: christos
Date: Mon Aug 30 09:18:17 UTC 2021
Added Files:
src/lib/libedit: ChangeLog
Log Message:
Add a changes file
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libedit/ChangeLog
Please note that diffs are not public do
Module Name:src
Committed By: christos
Date: Sun Aug 29 09:41:59 UTC 2021
Modified Files:
src/lib/libedit: map.c
Log Message:
^W is traditionally bound to ed-delete-prev-word and not kill-region
^R is traditionally bound to em-inc-search-next and not redisplay
This is what
Module Name:src
Committed By: christos
Date: Sun Aug 29 09:41:59 UTC 2021
Modified Files:
src/lib/libedit: map.c
Log Message:
^W is traditionally bound to ed-delete-prev-word and not kill-region
^R is traditionally bound to em-inc-search-next and not redisplay
This is what
Module Name:src
Committed By: christos
Date: Sat Aug 28 17:17:48 UTC 2021
Modified Files:
src/lib/libedit: vi.c
Log Message:
Respect $EDITOR when execution one (Baptiste Daroussin)
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/lib/libedit/vi.c
Please
Module Name:src
Committed By: christos
Date: Sat Aug 28 17:17:48 UTC 2021
Modified Files:
src/lib/libedit: vi.c
Log Message:
Respect $EDITOR when execution one (Baptiste Daroussin)
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/lib/libedit/vi.c
Please
Module Name:src
Committed By: christos
Date: Sat Aug 21 12:38:56 UTC 2021
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/56370: mirabilos: libedit change from 2017 kills history in gdb
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/lib/l
Module Name:src
Committed By: christos
Date: Sat Aug 21 12:38:56 UTC 2021
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/56370: mirabilos: libedit change from 2017 kills history in gdb
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/lib/l
1 - 100 of 177 matches
Mail list logo