Skip to content

Commit

Permalink
Update 2 packages
Browse files Browse the repository at this point in the history
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 <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Oct 21, 2024
1 parent 331be34 commit 76b6bdd
Show file tree
Hide file tree
Showing 39 changed files with 41 additions and 25 deletions.
Binary file modified mingw32/bin/edit.dll
Binary file not shown.
Binary file modified mingw32/bin/edit_test.exe
Binary file not shown.
Binary file modified mingw32/bin/edit_test_dll.exe
Binary file not shown.
6 changes: 5 additions & 1 deletion mingw32/include/editline/readline.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readline.h
is part of:
WinEditLine (formerly MinGWEditLine)
Copyright 2010-2020 Paolo Tosco <paolo.tosco.mail@gmail.com>
Copyright 2010-2022 Paolo Tosco <paolo.tosco.mail@gmail.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -45,6 +45,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
these defines may be changed
*/
#define DEFAULT_HISTORY_SIZE 200 /* default number of history entries */
#define RL_READLINE_VERSION 0x020208 /* 0xMMmmpp where MM is major, mm minor, pp patch version */

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -108,11 +109,14 @@ extern variables
extern char *rl_line_buffer;
extern char *rl_prompt;
extern int rl_point;
extern int rl_end;
extern int rl_attempted_completion_over;
extern int rl_completion_append_character;
extern int rl_readline_version;
extern const char rl_basic_word_break_characters[];
extern const char *rl_completer_word_break_characters;
extern const char *rl_readline_name;
extern const char *rl_library_version;
extern rl_completion_func_t *rl_attempted_completion_function;
extern rl_compentry_func_t *rl_completion_entry_function;
extern rl_compentryfree_func_t *rl_user_completion_entry_free_function;
Expand Down
Binary file added mingw32/lib/libedit.a
Binary file not shown.
Binary file modified mingw32/lib/libedit.dll.a
Binary file not shown.
Binary file removed mingw32/lib/libedit_static.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mingw32/lib/pkgconfig/wineditline.pc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
prefix=/mingw32
exec_prefix=/mingw32
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include

Name: wineditline
Description: EditLine API implementation for the native Windows Console
Version: 2.205
Version: 2.208
Cflags: -I${includedir}/editline
Libs: -L${libdir} -ledit
2 changes: 1 addition & 1 deletion mingw32/share/licenses/wineditline/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WinEditLine (formerly MinGWEditLine)
Copyright 2010-2020 Paolo Tosco <paolo.tosco.mail@gmail.com>
Copyright 2010-2021 Paolo Tosco <paolo.tosco.mail@gmail.com>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Binary file modified mingw64/bin/edit.dll
Binary file not shown.
Binary file modified mingw64/bin/edit_test.exe
Binary file not shown.
Binary file modified mingw64/bin/edit_test_dll.exe
Binary file not shown.
6 changes: 5 additions & 1 deletion mingw64/include/editline/readline.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readline.h
is part of:
WinEditLine (formerly MinGWEditLine)
Copyright 2010-2020 Paolo Tosco <paolo.tosco.mail@gmail.com>
Copyright 2010-2022 Paolo Tosco <paolo.tosco.mail@gmail.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -45,6 +45,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
these defines may be changed
*/
#define DEFAULT_HISTORY_SIZE 200 /* default number of history entries */
#define RL_READLINE_VERSION 0x020208 /* 0xMMmmpp where MM is major, mm minor, pp patch version */

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -108,11 +109,14 @@ extern variables
extern char *rl_line_buffer;
extern char *rl_prompt;
extern int rl_point;
extern int rl_end;
extern int rl_attempted_completion_over;
extern int rl_completion_append_character;
extern int rl_readline_version;
extern const char rl_basic_word_break_characters[];
extern const char *rl_completer_word_break_characters;
extern const char *rl_readline_name;
extern const char *rl_library_version;
extern rl_completion_func_t *rl_attempted_completion_function;
extern rl_compentry_func_t *rl_completion_entry_function;
extern rl_compentryfree_func_t *rl_user_completion_entry_free_function;
Expand Down
Binary file added mingw64/lib/libedit.a
Binary file not shown.
Binary file modified mingw64/lib/libedit.dll.a
Binary file not shown.
Binary file removed mingw64/lib/libedit_static.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mingw64/lib/pkgconfig/wineditline.pc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
prefix=/mingw64
exec_prefix=/mingw64
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include

Name: wineditline
Description: EditLine API implementation for the native Windows Console
Version: 2.205
Version: 2.208
Cflags: -I${includedir}/editline
Libs: -L${libdir} -ledit
2 changes: 1 addition & 1 deletion mingw64/share/licenses/wineditline/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WinEditLine (formerly MinGWEditLine)
Copyright 2010-2020 Paolo Tosco <paolo.tosco.mail@gmail.com>
Copyright 2010-2021 Paolo Tosco <paolo.tosco.mail@gmail.com>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
mingw-w64-i686-wineditline

%VERSION%
2.206-1
2.208-1

%BASE%
mingw-w64-wineditline

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

%URL%
https://mingweditline.sourceforge.io/
Expand All @@ -17,23 +17,27 @@ https://mingweditline.sourceforge.io/
any

%BUILDDATE%
1684775985
1729405139

%INSTALLDATE%
1684810840
1729480712

%PACKAGER%
CI (msys2/msys2-autobuild/13b6b27f/5048532333)
CI (msys2/msys2-autobuild/7c56a1d7/11423926372)

%SIZE%
299934
309520

%REASON%
1

%LICENSE%
BSD
spdx:BSD-3-Clause

%VALIDATION%
sha256
pgp

%XDATA%
pkgtype=pkg

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ mingw32/include/
mingw32/include/editline/
mingw32/include/editline/readline.h
mingw32/lib/
mingw32/lib/libedit.a
mingw32/lib/libedit.dll.a
mingw32/lib/libedit_static.a
mingw32/lib/pkgconfig/
mingw32/lib/pkgconfig/wineditline.pc
mingw32/share/
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1718204260

%INSTALLDATE%
1729134888
1729480714

%PACKAGER%
Johannes Schindelin <johannes.schindelin@gmx.de>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
mingw-w64-x86_64-wineditline

%VERSION%
2.206-1
2.208-1

%BASE%
mingw-w64-wineditline

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

%URL%
https://mingweditline.sourceforge.io/
Expand All @@ -17,23 +17,27 @@ https://mingweditline.sourceforge.io/
any

%BUILDDATE%
1684776229
1729405260

%INSTALLDATE%
1684810841
1729480712

%PACKAGER%
CI (msys2/msys2-autobuild/13b6b27f/5048532333)
CI (msys2/msys2-autobuild/7c56a1d7/11423926372)

%SIZE%
288462
296187

%REASON%
1

%LICENSE%
BSD
spdx:BSD-3-Clause

%VALIDATION%
sha256
pgp

%XDATA%
pkgtype=pkg

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ mingw64/include/
mingw64/include/editline/
mingw64/include/editline/readline.h
mingw64/lib/
mingw64/lib/libedit.a
mingw64/lib/libedit.dll.a
mingw64/lib/libedit_static.a
mingw64/lib/pkgconfig/
mingw64/lib/pkgconfig/wineditline.pc
mingw64/share/
Expand Down
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db.sig
Binary file not shown.

0 comments on commit 76b6bdd

Please sign in to comment.