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
|
b744b2fa32
|
Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
|
2010-08-13 16:22:57 +02:00 |
|
Bram Moolenaar
|
b61f95c31f
|
When building with both Python 2 and Python 3 don't use RTLD_GLOBAL, so that
both may work.
|
2010-08-09 22:06:13 +02:00 |
|
Bram Moolenaar
|
ca8a4dfe7a
|
Move many more common Python items to if_py_both.c.
|
2010-07-31 19:54:14 +02:00 |
|
Bram Moolenaar
|
d68554d4fe
|
Include old Python changes in Python 3 interface.
|
2010-07-25 13:43:20 +02:00 |
|
Bram Moolenaar
|
170bf1aed5
|
Move some common code from if_python.c and if_python3.c to if_py_both.h.
|
2010-07-24 23:51:45 +02:00 |
|
Bram Moolenaar
|
4c3a326c53
|
Temporary solution for crashing when using both :py and :py3: disallow both in
one session.
|
2010-07-24 15:42:14 +02:00 |
|
Bram Moolenaar
|
fa5d1e63c7
|
Fix: "import termios" doesn't work with dynamically loaded Python. (James
Vega)
|
2010-07-22 21:44:13 +02:00 |
|
Bram Moolenaar
|
368373e909
|
Rename some "python3" symbols to "py3", as the command name.
Documentation updates.
|
2010-07-19 20:46:22 +02:00 |
|
Bram Moolenaar
|
69154f22a6
|
Fixes and improvements for MS-Windows build.
|
2010-07-18 21:42:34 +02:00 |
|
Bram Moolenaar
|
6df6f47d6d
|
Make automatic prototype generation work with more interfaces.
|
2010-07-18 18:04:50 +02:00 |
|
Bram Moolenaar
|
55d5c0348c
|
Whitespace cleanup.
|
2010-07-17 23:52:29 +02:00 |
|
Bram Moolenaar
|
bd5e15fd5c
|
Added support for Python 3. (Roland Puntaier)
|
2010-07-17 21:19:38 +02:00 |
|