Bram Moolenaar
a2aa31a926
updated for version 7.4.188
...
Problem: SIZEOF_LONG clashes with similar defines in header files.
Solution: Rename to a name starting with VIM_. Also for SIZEOF_INT.
2014-02-23 22:52:40 +01:00
Bram Moolenaar
a1a118b159
updated for version 7.4.168
...
Problem: Can't compile with Ruby 2.1.0.
Solution: Add support for new GC. (Kohei Suzuki)
2014-02-05 22:41:15 +01:00
Bram Moolenaar
10f3a79e89
updated for version 7.3.974
...
Problem: Can't build with ruby 1.8.5.
Solution: Only use ruby_init_stack() when RUBY_INIT_STACK is defined.
(Yukihiro Nakadaira)
2013-05-20 12:52:29 +02:00
Bram Moolenaar
3b9abb6cc2
updated for version 7.3.936
...
Problem: Ruby 1.8: Missing piece for static linking on 64 bit systems.
Solution: Define ruby_init_stack() (Hiroshi Shirosaki)
Also fix preprocessor indents.
2013-05-12 14:11:17 +02:00
Bram Moolenaar
76a86063ca
updated for version 7.3.935
...
Problem: Init stack works differently on 64 bit systems.
Solution: Handle 64 bit systems and also static library. (Yukihiro
Nakadaira)
2013-05-11 17:45:48 +02:00
Bram Moolenaar
99685e6a7e
updated for version 7.3.933
...
Problem: Ruby on Mac crashes due to GC failure.
Solution: Init the stack from main(). (Hiroshi Shirosaki)
2013-05-11 13:56:18 +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
0bcdd6e709
updated for version 7.3.889
...
Problem: Can't build with Ruby 2.0 on a 64 bit system.
Solution: Define rb_fix2int and rb_num2int. (Kohei Suzuki)
2013-04-14 16:19:03 +02:00
Bram Moolenaar
db3fbe5228
updated for version 7.3.848
...
Problem: Can't build with Ruby 2.0 when using MinGW x64 or MSVC10.
Solution: Fix it. Also detect RUBY_PLATFORM and RUBY_INSTALL_NAME for x64.
(Ken Takata)
2013-03-07 15:16:21 +01:00
Bram Moolenaar
886ed691d2
updated for version 7.3.834
...
Problem: Ruby 2.0 has a few API changes.
Solution: Add handling of Ruby 2.0. (Yasuhiro Matsumoto)
2013-02-26 13:41:35 +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
ff8cf2be66
updated for version 7.3.729
...
Problem: Building with Ruby fails on some systems.
Solution: Remove "static" and add #ifndef PROTO. (Ken Takata)
2012-11-24 13:39:00 +01:00
Bram Moolenaar
c0d4759373
updated for version 7.3.721
...
Problem: Ruby interface defines local functions globally.
Solution: Make the functions static.
2012-11-20 16:59:14 +01:00
Bram Moolenaar
b213da0b57
updated for version 7.3.676
...
Problem: Ruby compilation on Windows 32 bit doesn't work.
Solution: Only use some functions for 64 bit. (Ken Takata)
2012-10-03 18:06:59 +02:00
Bram Moolenaar
2623b4f412
updated for version 7.3.662
...
Problem: Can't build Ruby interface with Ruby 1.9.3.
Solution: Add missing functions. (V. Ondruch)
2012-09-18 16:36:32 +02:00
Bram Moolenaar
6217cdcec3
updated for version 7.3.503
...
Problem: Warning for unused argument.
Solution: Add UNUSED.
2012-04-25 12:28:09 +02:00
Bram Moolenaar
35df7d2d99
updated for version 7.3.501
...
Problem: Error for "flush" not being defined when using Ruby command.
Solution: Defined "flush" as a no-op method. (Kent Sibilev)
2012-04-20 18:05:47 +02:00
Bram Moolenaar
3f5f795f76
updated for version 7.3.267
...
Problem: Ruby on Mac OS X 10.7 may crash.
Solution: Avoid alloc(0). (Bjorn Winckler)
2011-08-04 19:34:59 +02:00
Bram Moolenaar
e279335752
updated for version 7.3.101
...
Problem: ino_t defined with wrong size.
Solution: Move including auto/config.h before other includes. (Marius
Geminas)
2011-01-17 19:53:27 +01:00
Bram Moolenaar
7a8ef14c69
updated for version 7.3.088
...
Problem: Ruby can't load Gems sometimes, may cause a crash.
Solution: Undefine off_t. Use ruby_process_options(). (Yasuhiro Matsumoto)
2010-12-24 13:39:35 +01:00
Bram Moolenaar
e980d8a934
updated for version 7.3.076
...
Problem: Clang warnings for dead code.
Solution: Remove it. (Carlo Teubner)
2010-12-08 13:11:21 +01:00
Bram Moolenaar
ef2f028a66
updated for version 7.3.067
...
Problem: Ruby: Init_prelude is not always available.
Solution: Remove use of Init_prelude. (Yasuhiro Matsumoto)
2010-11-24 17:03:38 +01:00
Bram Moolenaar
3c53160348
updated for version 7.3.058
...
Problem: Error "code converter not found" when loading Ruby script.
Solution: Load Gem module. (Yasuhiro Matsumoto)
2010-11-16 14:46:19 +01:00
Bram Moolenaar
2d73ff4500
updated for version 7.3.046
...
Problem: Can't build Ruby on MS-Windows.
Solution: Add #ifdef, don't use WIN3264 before including vim.h.
2010-10-27 17:40:59 +02:00
Bram Moolenaar
3ca71f1f1f
updated for version 7.3.043
...
Problem: Can't load Ruby dynamically on Unix.
Solution: Adjust the configure script. (James Vega)
2010-10-27 16:49:47 +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
f9b5ef8c88
updated for version 7.3.013
...
Problem: Dynamic loading with Ruby doesn't work for 1.9.2.
Solution: Handle rb_str2cstr differently. Also support dynamic loading on
Unix. (Jon Maken)
2010-09-29 13:02:53 +02:00
Bram Moolenaar
b2c0350c67
Make updating text for conceal mode simpler. A few compiler warning fixes.
2010-07-02 20:20:09 +02:00
Bram Moolenaar
ba52cde53d
Fix build problem with Ruby on Windows. (Cesar Romani)
2010-06-25 04:29:11 +02:00
Bram Moolenaar
1d2beae176
Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr.
...
Attempt at a fix.
2010-05-22 21:56:55 +02:00
Bram Moolenaar
218116c1d0
Various smaller changes. Updated proto files. Updated dependencies.
2010-05-20 21:46:00 +02:00
Bram Moolenaar
94127e4abc
updated for version 7.2.403
...
Problem: Compiler warning for pointer type. (Tony Mechelynck)
Solution: Move type cast to the right place.
2010-03-19 23:08:48 +01:00
Bram Moolenaar
639a2554e4
updated for version 7.2.400
...
Problem: Dynamic Ruby is not initialised properly for version 1.9.1.
Ruby cannot create strings from NULL.
Solution: Cleanup #ifdefs. Handle NULL like an empty string. Add
ruby_init_stack. (Sergey Khorev)
2010-03-17 18:15:23 +01:00
Bram Moolenaar
42d57f0017
updated for version 7.2.387
...
Problem: Ruby with MingW still doesn't build all versions.
Solution: More #ifdefs for the Ruby code. (Sergey Khorev)
2010-03-10 12:47:00 +01:00
Bram Moolenaar
3fac56e87e
updated for version 7.2.374
...
Problem: Ruby eval() doesn't understand Vim types.
Solution: Add the vim_to_ruby() function. (George Gensure)
2010-02-24 15:48:04 +01:00
Bram Moolenaar
83bac8b756
updated for version 7.2.368
...
Problem: Ruby interface: Appending line doesn't work. (Michael Henry)
Solution: Reverse check for NULL line. (James Vega)
2010-02-18 15:53:29 +01:00
Bram Moolenaar
165641da25
updated for version 7.2.361
...
Problem: Ruby 1.9 is not supported.
Solution: Add Ruby 1.9 support. (Msaki Suketa)
2010-02-17 16:23:09 +01:00
Bram Moolenaar
0b69c73411
updated for version 7.2.360
...
Problem: Ruby on MS-Windows: can't use sockets.
Solution: Call NtInitialize() during initialization. (Ariya Mizutani)
2010-02-17 15:11:50 +01:00
Bram Moolenaar
cd8b20a914
updated for version 7.2-185
2009-05-22 16:20:57 +00:00
Bram Moolenaar
9539934ee2
updated for version 7.1-101
2007-09-13 13:01:18 +00:00
Bram Moolenaar
cb635362cc
updated for version 7.1
2007-05-12 13:02:42 +00:00
Bram Moolenaar
f711faf099
updated for version 7.1b
2007-05-10 16:48:19 +00:00
Bram Moolenaar
c980de3382
updated for version 7.1a
2007-05-06 11:59:04 +00:00
Bram Moolenaar
f30e74c113
updated for version 7.0-060
2006-08-16 17:35:00 +00:00
Bram Moolenaar
20ff79237a
updated for version 7.0-022
2006-06-20 19:10:43 +00:00
Bram Moolenaar
c9b4b05b35
updated for version 7.0g
2006-04-30 18:54:39 +00:00
Bram Moolenaar
a93fa7ee78
updated for version 7.0e01
2006-04-17 22:14:47 +00:00
Bram Moolenaar
be4d506b5f
updated for version 7.0228
2006-03-18 21:30:13 +00:00
Bram Moolenaar
35a2e197cf
updated for version 7.0223
2006-03-13 22:07:11 +00:00
Bram Moolenaar
362e1a30c6
updated for version 7.0216
2006-03-06 23:29:24 +00:00