Skip to content

Commit 76b6bdd

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-wineditline (2.206-1 -> 2.208-1) mingw-w64-x86_64-wineditline (2.206-1 -> 2.208-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 331be34 commit 76b6bdd

File tree

39 files changed

+41
-25
lines changed

39 files changed

+41
-25
lines changed

mingw32/bin/edit.dll

3.04 KB
Binary file not shown.

mingw32/bin/edit_test.exe

2.05 KB
Binary file not shown.

mingw32/bin/edit_test_dll.exe

2.05 KB
Binary file not shown.

mingw32/include/editline/readline.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readline.h
55
is part of:
66
77
WinEditLine (formerly MinGWEditLine)
8-
Copyright 2010-2020 Paolo Tosco <[email protected]>
8+
Copyright 2010-2022 Paolo Tosco <[email protected]>
99
All rights reserved.
1010
1111
Redistribution and use in source and binary forms, with or without
@@ -45,6 +45,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4545
these defines may be changed
4646
*/
4747
#define DEFAULT_HISTORY_SIZE 200 /* default number of history entries */
48+
#define RL_READLINE_VERSION 0x020208 /* 0xMMmmpp where MM is major, mm minor, pp patch version */
4849

4950
#ifdef __cplusplus
5051
extern "C" {
@@ -108,11 +109,14 @@ extern variables
108109
extern char *rl_line_buffer;
109110
extern char *rl_prompt;
110111
extern int rl_point;
112+
extern int rl_end;
111113
extern int rl_attempted_completion_over;
112114
extern int rl_completion_append_character;
115+
extern int rl_readline_version;
113116
extern const char rl_basic_word_break_characters[];
114117
extern const char *rl_completer_word_break_characters;
115118
extern const char *rl_readline_name;
119+
extern const char *rl_library_version;
116120
extern rl_completion_func_t *rl_attempted_completion_function;
117121
extern rl_compentry_func_t *rl_completion_entry_function;
118122
extern rl_compentryfree_func_t *rl_user_completion_entry_free_function;

mingw32/lib/libedit.a

40.4 KB
Binary file not shown.

mingw32/lib/libedit.dll.a

1.82 KB
Binary file not shown.

mingw32/lib/libedit_static.a

-40.2 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
prefix=/mingw32
2-
exec_prefix=/mingw32
2+
exec_prefix=${prefix}
33
libdir=${prefix}/lib
44
includedir=${prefix}/include
55

66
Name: wineditline
77
Description: EditLine API implementation for the native Windows Console
8-
Version: 2.205
8+
Version: 2.208
99
Cflags: -I${includedir}/editline
1010
Libs: -L${libdir} -ledit

mingw32/share/licenses/wineditline/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
WinEditLine (formerly MinGWEditLine)
2-
Copyright 2010-2020 Paolo Tosco <[email protected]>
2+
Copyright 2010-2021 Paolo Tosco <[email protected]>
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without

mingw64/bin/edit.dll

3.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)