Commit Graph

20 Commits

Author SHA1 Message Date
Alexey Pavlov
b45bda6074 readline: Rebuild. 2015-12-22 12:07:58 +03:00
Kim Gybels
e44d4ff945 readline: convert clipboard data to UTF-8 encoding
The call to GetClipboardData(CF_TEXT) returns the text in the system
encoding, which was then incorrectly treated as UTF-8 encoded. Instead we
need to use GetClipboardData(CF_UNICODETEXT) to get the text in UTF-16,
followed by a conversion to UTF-8.

Also fixed a problem where CloseClipboard was only called if
GetClipboardData returns non-null. According to the documentation, every
successful call to OpenClipboard should be matched with a call to
CloseClipboard.

This fixes https://github.com/git-for-windows/git/issues/567

Signed-off-by: Kim Gybels <kgybels@infogroep.be>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-12-18 16:45:21 +01:00
Alexey Pavlov
99e3a28ebd readline: Rebuild. 2015-11-05 08:39:17 +03:00
Alexpux
ee01af5d0d readline: Rebuild 2015-06-28 13:05:47 +03:00
Alexpux
3bc15f5866 readline: Import patch from Cygwin 2015-03-03 10:44:13 +03:00
Alexpux
da39e497d2 readline: Allow static libraries. 2014-11-04 19:53:18 +03:00
Alexpux
b0d4336f2d readline: Rebuild. Fix dependencies. 2014-11-04 19:46:22 +03:00
Ray Donnelly
c3d40c1afe bashisms: Remove arrays 2014-10-23 22:08:03 +01:00
Alexpux
67899cdbe9 readline: Store patches in repo. 2014-09-04 14:10:19 +04:00
Masanori Shirayama
dc96b9adf6 readline: Update to 6.3.008 2014-09-04 16:38:37 +09:00
Alexpux
fdf7ad4528 Add dependencies between devel packages. 2014-05-03 09:40:44 +04:00
Alexpux
34ac3cdf22 Fix format in PKGBUILD's 2014-04-28 09:52:34 +04:00
Alexpux
5b122fa5c3 readline: Update to 6.3.005 2014-04-15 22:20:00 +04:00
Alexpux
bb97bbe705 readline: Update to 6.3.003 2014-04-05 23:16:12 +04:00
Alexpux
009cf89472 readline: Update to 6.3. 2014-03-13 23:15:32 +04:00
Alexpux
f6e73ecb02 readline: Update to 6.2.005 2014-02-28 09:02:08 +04:00
Alexpux
603e49e837 Readline: fix checksums. 2013-11-12 00:37:51 +04:00
Alexpux
1994b55167 Change packages groups. Various fixes. 2013-11-10 19:24:27 +04:00
Alexpux
f4adaa2e68 Fix build scripts to use the same libraries name in dependencies 2013-11-08 23:32:10 +04:00
Alexpux
a06d5adc28 Add readline package 2013-11-01 06:51:33 +04:00