summaryrefslogtreecommitdiff
path: root/src/os_win32.c
AgeCommit message (Collapse)Author
2013-06-12updated for version 7.3.1182Bram Moolenaar
Problem: 'backupcopy' default on MS-Windows does not work for hard and soft links. Solution: Check for links. (David Pope, Ken Takata)
2013-06-07updated for version 7.3.1141Bram Moolenaar
Problem: Win32: Check for available memory is not reliable and adds overhead. Solution: Remove mch_avail_mem(). (Mike Williams)
2013-05-06updated for version 7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2013-03-19updated for version 7.3.870Bram Moolenaar
Problem: Compiler warnings when using MingW 4.5.3. Solution: Do not use MAKEINTRESOURCE. Adjust #if. (Ken Takata)
2013-02-26updated for version 7.3.836Bram Moolenaar
Problem: Clipboard does not work on Win32 when compiled with Cygwin. Solution: Move the Win32 clipboard code to a separate file and use it when building with os_unix.c. (Frodak Baksik, Ken Takata)
2013-02-13updated for version 7.3.814Bram Moolenaar
Problem: Can't input multibyte characters on Win32 console if 'encoding' is different from current codepage. Solution: Use convert_input_safe() instead of convert_input(). Make string_convert_ext() return an error for incomplete input. (Ken Takata)
2012-11-20updated for version 7.3.719Bram Moolenaar
Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
2012-10-21updated for version 7.3.707Bram Moolenaar
Problem: Problems loading a library for a file name with non-latin characters. Solution: Use wide system functions when possible. (Ken Takata)
2012-10-21updated for version 7.3.701Bram Moolenaar
Problem: MS-Windows: Crash with stack overflow when setting 'encoding'. Solution: Handle that loading the iconv library may be called recursively. (Jiri Sedlak)
2012-08-02updated for version 7.3.619Bram Moolenaar
Problem: When executing a shell command Vim may become slow to respond. Solution: Don't wait after every processed message. (idea by Yasuhiro Matsumoto)
2012-07-19updated for version 7.3.605Bram Moolenaar
Problem: MS-Windows: Can't compile with older compilers. (Titov Anatoly) Solution: Add #ifdef for MEMORYSTATUSEX.
2012-06-29updated for version 7.3.577Bram Moolenaar
Problem: Size of memory does not fit in 32 bit unsigned. Solution: Use Kbyte instead of byte. Call GlobalMemoryStatusEx() instead of GlobalMemoryStatus() when available.
2012-06-29updated for version 7.3.571Bram Moolenaar
Problem: Duplicated condition. Solution: Remove one. (Dominique Pelle)
2012-02-29updated for version 7.3.459Bram Moolenaar
Problem: Win32: Warnings for type conversion. Solution: Add type casts. (Mike Williams)
2012-02-22updated for version 7.3.450Bram Moolenaar
Problem: Win32: Still a problem with "!start /b". Solution: Fix pointer use. (Yasuhiro Matsumoto)
2012-02-22updated for version 7.3.448Bram Moolenaar
Problem: Win32: Still a problem with "!start /b". Solution: Escape only '|'. (Yasuhiro Matsumoto)
2012-02-21updated for version 7.3.447Bram Moolenaar
Problem: Win32: External commands with "start" do not work. Solution: Unescape part of the command. (Yasuhiro Matsumoto)
2012-02-19updated for version 7.3.445Bram Moolenaar
Problem: Can't properly escape commands for cmd.exe. Solution: Default 'shellxquote' to '('. Append ')' to make '(command)'. No need to use "/s" for 'shellcmdflag'.
2011-08-27updated for version 7.3.287Bram Moolenaar
Problem: Can't compile with MSVC and tiny options. Solution: Move variables and #ifdefs. (Sergey Khorev)
2011-08-10updated for version 7.3.277Bram Moolenaar
Problem: MS-Windows: some characters do not show in dialogs. Solution: Use the wide methods when available. (Yanwei Jia)
2011-07-07updated for version 7.3.240Bram Moolenaar
Problem: External commands can't use pipes on MS-Windows. Solution: Implement pipes and use them when 'shelltemp' isn't set. (Vincent Berthoux)
2011-05-25updated for version 7.3.203Bram Moolenaar
Problem: MS-Windows: Can't run an external command without a console window. Solution: Support ":!start /b cmd". (Xaizek)
2011-05-05updated for version 7.3.177Bram Moolenaar
Problem: MS-Windows: mkdir() doesn't work properly when 'encoding' is "utf-8". Solution: Convert to utf-16. (Yukihiro Nakadaira)
2011-05-05updated for version 7.3.172Bram Moolenaar
Problem: MS-Windows: rename() might delete the file if the name differs but it's actually the same file. Solution: Use the file handle to check if it's the same file. (Yukihiro Nakadaira)
2011-02-01updated for version 7.3.108Bram Moolenaar
Problem: Useless check for NULL when calling vim_free(). Solution: Remove the check. (Dominique Pelle)
2010-12-17updated for version 7.3.087Bram Moolenaar
Problem: EINTR is not always defined. Solution: Include errno.h in vim.h.
2010-12-17updated for version 7.3.085Bram Moolenaar
Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
2010-11-24updated for version 7.3.063Bram Moolenaar
Problem: Win32: Running a filter command makes Vim lose focus. Solution: Use SW_SHOWMINNOACTIVE instead of SW_SHOWMINIMIZED. (Hong Xu)
2010-11-10updated for version 7.3.051Bram Moolenaar
Problem: Crash when /home/mool/bin:/usr/local/sbin:/usr/local/bin:/home/mool/java/jdk/bin:/bin:/sbin:/usr/bin:/usr/games:/usr/sbin:/usr/X11R6/bin:/usr/local/linux-jdk1.3.1/bin:/usr/local/lib/python2.2/Tools/idle is empty. Solution: Check for vim_getenv() returning NULL. (Yasuhiro Matsumoto)
2010-10-27updated for version 7.3.037Bram Moolenaar
Problem: Compiler warnings for loss of data. (Mike Williams) Solution: Add type casts.
2010-10-24updated for version 7.3.035Bram Moolenaar
Problem: Stray semicolon after if statement. (Hari G) Solution: Remove the semicolon.
2010-10-23updated for version 7.3.034Bram Moolenaar
Problem: Win32: may be loading .dll from the wrong directory. Solution: Go to the Vim executable directory when opening a library.
2010-10-13updated for version 7.3.027Bram Moolenaar
Problem: Opening a file on a network share is very slow. Solution: When fixing file name case append "\*" to directory, server and network share names. (David Anderson, John Beckett)
2010-09-21updated for version 7.3.009Bram Moolenaar
Problem: Win32: Crash on Windows when using a bad argument for strftime(). (Christian Brabandt) Solution: Use the bad_param_handler(). (Mike Williams)
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
Cleanup white space.
2010-05-24Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar
A few minor changes.
2008-11-20updated for version 7.2-049Bram Moolenaar
2008-07-24updated for version 7.2b-019Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2008-03-16updated for version 7.1-282Bram Moolenaar
2007-11-20updated for version 7.1-158Bram Moolenaar
2007-10-01updated for version 7.1-129Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2007-05-06updated for version 7.1aBram Moolenaar
2006-10-10updated for version 7.0-130Bram Moolenaar
2006-04-22updated for version 7.0e06Bram Moolenaar
2006-04-17updated for version 7.0e01Bram Moolenaar
2006-04-05updated for version 7.0c10Bram Moolenaar
2006-03-23updated for version 7.0232Bram Moolenaar
2006-03-07updated for version 7.0217Bram Moolenaar