Skip to content

Commit 603cbe2

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-i686-wineditline (2.206-1 -> 2.208-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent f1b0592 commit 603cbe2

File tree

22 files changed

+18
-13
lines changed

22 files changed

+18
-13
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.

mingw32/lib/pkgconfig/wineditline.pc

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

var/lib/pacman/local/mingw-w64-i686-git-extra-1.1.641.031e03baf-1/desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1718204230
2121

2222
%INSTALLDATE%
23-
1729394764
23+
1729481118
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-wineditline-2.206-1/desc renamed to var/lib/pacman/local/mingw-w64-i686-wineditline-2.208-1/desc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
mingw-w64-i686-wineditline
33

44
%VERSION%
5-
2.206-1
5+
2.208-1
66

77
%BASE%
88
mingw-w64-wineditline
99

1010
%DESC%
11-
port of the NetBSD Editline library (mingw-w64)
11+
An EditLine API implementation for the native Windows Console (mingw-w64)
1212

1313
%URL%
1414
https://mingweditline.sourceforge.io/
@@ -17,23 +17,24 @@ https://mingweditline.sourceforge.io/
1717
any
1818

1919
%BUILDDATE%
20-
1684775985
20+
1729405139
2121

2222
%INSTALLDATE%
23-
1684811615
23+
1729481114
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/13b6b27f/5048532333)
26+
CI (msys2/msys2-autobuild/7c56a1d7/11423926372)
2727

2828
%SIZE%
29-
299934
29+
309520
3030

3131
%REASON%
3232
1
3333

3434
%LICENSE%
35-
BSD
35+
spdx:BSD-3-Clause
3636

3737
%VALIDATION%
38+
sha256
3839
pgp
3940

var/lib/pacman/local/mingw-w64-i686-wineditline-2.206-1/files renamed to var/lib/pacman/local/mingw-w64-i686-wineditline-2.208-1/files

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ mingw32/include/
88
mingw32/include/editline/
99
mingw32/include/editline/readline.h
1010
mingw32/lib/
11+
mingw32/lib/libedit.a
1112
mingw32/lib/libedit.dll.a
12-
mingw32/lib/libedit_static.a
1313
mingw32/lib/pkgconfig/
1414
mingw32/lib/pkgconfig/wineditline.pc
1515
mingw32/share/
Binary file not shown.

var/lib/pacman/sync/clang64.db

163 Bytes
Binary file not shown.

var/lib/pacman/sync/clang64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db

-172 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db

61 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db

253 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db.sig

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)