| commit | 639a2554e4a14f107d3d578ebebabf0fc13f276f | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 18:15:23 2010 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 18:15:23 2010 +0100 |
| tree | d40511636fc7af66033ebeda930f370cdda90f77 | |
| parent | 8c79cafcfabb26bd3c31d4464f509dc87093a0fa [diff] |
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)