summaryrefslogtreecommitdiff
path: root/src/proto/os_win32.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1336v7.4.1336Bram Moolenaar2016-02-161-1/+1
| | | | | Problem: Channel NL mode is not supported yet. Solution: Add NL mode support to channels.
* patch 7.4.1306v7.4.1306Bram Moolenaar2016-02-121-0/+1
| | | | | | Problem: Job control doesn't work well on MS-Windows. Solution: Various fixes. (Ken Takata, Ozaki Kiichi , Yukihiro Nakadaira, Yasuhiro Matsumoto)
* patch 7.4.1283v7.4.1283Bram Moolenaar2016-02-071-0/+3
| | | | | | Problem: The job feature isn't available on MS-Windows. Solution: Add the job feature. Fix argument of job_stop(). (Yasuhiro Matsumoto)
* patch 7.4.1133v7.4.1133Bram Moolenaar2016-01-191-60/+60
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* patch 7.4.1128v7.4.1128Bram Moolenaar2016-01-171-0/+1
| | | | | | Problem: MS-Windows: delete() does not recognize junctions. Solution: Add mch_isrealdir() for MS-Windows. Update mch_is_symbolic_link(). (Ken Takata)
* patch 7.4.1109v7.4.1109Bram Moolenaar2016-01-161-0/+1
| | | | | Problem: MS-Windows doesn't have rmdir(). Solution: Add mch_rmdir().
* patch 7.4.1106v7.4.1106Bram Moolenaar2016-01-161-1/+1
| | | | | | | | Problem: The nsis script can't be used from the appveyor build. Solution: Add "ifndef" to allow for variables to be set from the command line. Remove duplicate SetCompressor command. Support using other gettext binaries. (Ken Takata) Update build instructions to use libintl-8.dll.
* patch 7.4.1033v7.4.1033Bram Moolenaar2016-01-021-0/+1
| | | | | | Problem: Memory use on MS-Windows is very conservative. Solution: Use the global memory status to estimate amount of memory. (Mike Williams)
* patch 7.4.921v7.4.921Bram Moolenaar2015-11-101-0/+1
| | | | | Problem: Missing proto file update. (Randall W. Morris) Solution: Add the missing line for mch_ishidden.
* updated for version 7.4.672v7.4.672Bram Moolenaar2015-03-211-1/+1
| | | | | | | Problem: When completing a shell command, directories in the current directory are not listed. Solution: When "." is not in $PATH also look in the current directory for directories.
* updated for version 7.4.235v7.4.235Bram Moolenaar2014-04-011-1/+1
| | | | | Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function.
* updated for version 7.3.1299v7.3.1299Bram Moolenaar2013-07-031-1/+0
| | | | | | Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
* updated for version 7.3.1182v7.3.1182Bram Moolenaar2013-06-121-0/+2
| | | | | | Problem: 'backupcopy' default on MS-Windows does not work for hard and soft links. Solution: Check for links. (David Pope, Ken Takata)
* updated for version 7.3.720v7.3.720Bram Moolenaar2012-11-201-1/+1
| | | | | Problem: Proto files are outdated. Solution: Update the newly generated proto files.
* updated for version 7.3.177v7.3.177Bram Moolenaar2011-05-051-0/+1
| | | | | | Problem: MS-Windows: mkdir() doesn't work properly when 'encoding' is "utf-8". Solution: Convert to utf-16. (Yukihiro Nakadaira)
* updated for version 7.3.172v7.3.172Bram Moolenaar2011-05-051-0/+1
| | | | | | | 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)
* updated for version 7.3.034v7.3.034Bram Moolenaar2010-10-231-0/+1
| | | | | Problem: Win32: may be loading .dll from the wrong directory. Solution: Go to the Vim executable directory when opening a library.
* updated for version 7.1aBram Moolenaar2007-05-051-52/+52
|
* updated for version 7.0c10v7.0c10Bram Moolenaar2006-04-051-1/+1
|
* updated for version 7.0bv7.0bBram Moolenaar2006-03-241-52/+52
|
* updated for version 7.0210v7.0210Bram Moolenaar2006-03-011-0/+1
|
* updated for version 7.0017v7.0017Bram Moolenaar2004-10-071-0/+5
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+48