Bram Moolenaar
7c0daf088e
updated for version 7.4.127
...
Problem: Perl 5.18 on Unix doesn't work.
Solution: Move workaround to after including vim.h. (Ken Takata)
2013-12-14 11:46:08 +01:00
Bram Moolenaar
fcf94d3990
updated for version 7.4.120
...
Problem: Can't build with Perl 5.18 on Linux. (Lcd 47)
Solution: Add #ifdef. (Ken Takata)
2013-12-11 17:20:19 +01:00
Bram Moolenaar
6b10721fa2
updated for version 7.4.117
...
Problem: Can't build with Cygwin/MingW and Perl 5.18.
Solution: Add a linker argument for the Perl library. (Cesar Romani)
Adjust CFLAGS and LIB. (Cesar Romani)
Move including inline.h further down. (Ken Takata)
2013-12-11 15:06:40 +01:00
Bram Moolenaar
364ab2ffd3
updated for version 7.4b.010
...
Problem: Win32: Tcl library load does not use standard mechanism.
Solution: Call vimLoadLib() instead of LoadLibraryEx(). (Ken Takata)
2013-08-02 20:05:32 +02:00
Bram Moolenaar
aee1f4a5b5
updated for version 7.4b.007
...
Problem: On 32 bit MS-Windows :perldo does not work.
Solution: Make sure time_t uses 32 bits. (Ken Takata)
2013-08-02 16:10:32 +02:00
Bram Moolenaar
9be6e21575
updated for version 7.3.1198
...
Problem: Build error when using Perl 5.18.0 and dynamic loading.
Solution: Change #ifdefs for Perl_croak_xs_usage. (Ike Devolder)
2013-06-15 16:47:35 +02:00
Bram Moolenaar
84a05acc8c
updated for version 7.3.925
...
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
2013-05-06 04:24:17 +02:00
Bram Moolenaar
0c279bbb9c
updated for version 7.3.869
...
Problem: bufwinnr() matches buffers in other tabs.
Solution: For bufwinnr() and ? only match buffers in the current tab.
(Alexey Radkov)
2013-03-19 14:25:54 +01:00
Bram Moolenaar
feeaa688eb
updated for version 7.3.820
...
Problem: Build errors and warnings when building with small features and
Lua, Perl or Ruby.
Solution: Add #ifdefs and UNUSED.
2013-02-14 22:19:51 +01:00
Bram Moolenaar
e9d47cd08b
updated for version 7.3.806
...
Problem: Compiler warnings in Perl code when building with Visual studio
2012. (skeept)
Solution: Add type casts. (Christian Brabandt, 2013 Jan 30)
2013-02-06 19:58:43 +01:00
Bram Moolenaar
01c10524d2
updated for version 7.3.668
...
Problem: Building with Perl loaded dynamically still uses static library.
Solution: Adjust use of PL_thr_key. (Ken Takata)
2012-09-21 12:50:51 +02:00
Bram Moolenaar
f5fe79a5f3
updated for version 7.3.667
...
Problem: Unused variables in Perl interface.
Solution: Adjust #ifdefs.
2012-09-21 12:42:44 +02:00
Bram Moolenaar
c271c48e80
updated for version 7.3.623
...
Problem: Perl 5.14 commands crash Vim on MS-Windows.
Solution: Use perl_get_sv() instead of GvSV(). (Raymond Ko)
2012-08-08 13:17:31 +02:00
Bram Moolenaar
dfba6b6449
updated for version 7.3.474
...
Problem: Perl build with gcc 4 fails.
Solution: Remove XS() statements. (Yasuhiro Matsumoto)
2012-03-16 19:34:47 +01:00
Bram Moolenaar
be74734429
updated for version 7.3.439
...
Problem: Compiler warnings to size casts in Perl interface.
Solution: Use XS macros. (James McCoy)
2012-02-12 00:31:52 +01:00
Bram Moolenaar
6dfff547a7
updated for version 7.3.297
...
Problem: Can't load Perl 5.14 dynamically.
Solution: Add code in #ifdefs. (Charles Cooper)
2011-09-07 18:47:23 +02:00
Bram Moolenaar
a171162356
updated for version 7.3.263
...
Problem: Perl and Tcl have a few code style problems.
Solution: Clean it up. (Elias Diem)
2011-07-27 14:15:46 +02:00
Bram Moolenaar
ebbcb824ba
updated for version 7.3.034
...
Problem: Win32: may be loading .dll from the wrong directory.
Solution: Go to the Vim executable directory when opening a library.
2010-10-23 14:02:54 +02:00
Bram Moolenaar
766fb0d2b2
Fix building with Perl on Windows with MingW. (James Vega)
2010-07-22 11:34:16 +02:00
Bram Moolenaar
e06c188bbf
Make it possible to load Perl dynamically on Unix. (James Vega)
2010-07-21 22:05:20 +02:00
Bram Moolenaar
9d6650f6c4
Avoid compiler warnings.
2010-06-06 23:04:47 +02:00
Bram Moolenaar
58cb0898a3
updated for version 7.2.380
...
Problem: Perl interface builds with 5.10.1 but not with 5.10.0.
Solution: Change the #ifdefs. (Sergey Khorev)
2010-03-02 15:14:33 +01:00
Bram Moolenaar
3a0573acae
updated for version 7.2.363
...
Problem: Can't dynamically load Perl 5.10.
Solution: Add the function Perl_croak_xs_usage. (Sergey Khorev)
2010-02-17 16:40:58 +01:00
Bram Moolenaar
954e8c54a0
updated for version 7.2-287
2009-11-11 13:45:33 +00:00
Bram Moolenaar
3f947ead6f
updated for version 7.2-231
2009-07-14 14:04:54 +00:00
Bram Moolenaar
cdcaa58929
updated for version 7.2-226
2009-07-09 18:06:49 +00:00
Bram Moolenaar
746ebd3b6a
updated for version 7.2-203
2009-06-16 14:01:43 +00:00
Bram Moolenaar
4eac38fb45
updated for version 7.2-063
2008-12-03 12:18:55 +00:00
Bram Moolenaar
ccf22171f1
updated for version 7.2-009
2008-09-01 15:56:45 +00:00
Bram Moolenaar
01dd60cb91
updated for version 7.2b-014
2008-07-24 14:24:48 +00:00
Bram Moolenaar
c236c16d08
updated for version 7.2b-000
2008-07-13 17:41:49 +00:00
Bram Moolenaar
aa8494a13e
updated for version 7.1-138
2007-10-09 08:47:27 +00:00
Bram Moolenaar
3b9b13e564
updated for version 7.1-110
2007-09-15 12:49:35 +00:00
Bram Moolenaar
700d1d7036
updated for version 7.1-102
2007-09-13 13:20:16 +00:00
Bram Moolenaar
f30e74c113
updated for version 7.0-060
2006-08-16 17:35:00 +00:00
Bram Moolenaar
a7ecc563e8
updated for version 7.0-059
2006-08-16 16:17:39 +00:00
Bram Moolenaar
821d20a921
updated for version 7.0-051
2006-08-11 20:55:20 +00:00
Bram Moolenaar
334a3bfb0d
updated for version 7.0-044
2006-08-08 14:45:44 +00:00
Bram Moolenaar
362e1a30c6
updated for version 7.0216
2006-03-06 23:29:24 +00:00
Bram Moolenaar
e344bead3e
updated for version 7.0140
2005-09-01 20:46:49 +00:00
Bram Moolenaar
9d75c83f8f
updated for version 7.0044
2005-01-25 21:57:23 +00:00
Bram Moolenaar
071d4279d6
updated for version 7.0001
2004-06-13 20:20:40 +00:00