Bram Moolenaar
aeabe0545d
updated for version 7.3.368
...
Problem: Gcc complains about redefining _FORTIFY_SOURCE.
Solution: Undefine it before redefining it.
2011-12-08 15:17:34 +01:00
Bram Moolenaar
6fabcbe260
updated for version 7.3.291
...
Problem: Configure doesn't work properly with Python3.
Solution: Put -ldl before $LDFLAGS. Add PY3_NO_RTLD_GLOBAL. (Roland
Puntaier)
2011-09-02 12:27:25 +02:00
Bram Moolenaar
54ee2b8741
updated for version 7.3.245
...
Problem: Python 3.2 libraries not correctly detected.
Solution: Add the suffix to the library name. (Niclas Zeising)
2011-07-15 13:09:51 +02:00
Bram Moolenaar
015de43f70
updated for version 7.3.218
...
Problem: Tiny configuration problem with Python 3.
Solution: Add abiflags in one more place. (Andreas Behr)
2011-06-13 01:32:46 +02:00
Bram Moolenaar
456f2bb24f
updated for version 7.3.212
...
Problem: With Python 3.2 ":py3" fails.
Solution: Move PyEval_InitThreads() to after Py_Initialize(). (Roland
Puntaier) Check abiflags in configure. (Andreas Behr)
2011-06-12 21:37:13 +02:00
Bram Moolenaar
5897e0c470
updated for version 7.3.183
...
Problem: When Exuberant ctags binary is exuberant-ctags it's not found.
Solution: Add configure check for exuberant-ctags.
2011-05-10 15:42:03 +02:00
Bram Moolenaar
948733a874
updated for version 7.3.176
...
Problem: Ruby linking doesn't work properly on Mac OS X.
Solution: Fix the configure check for Ruby. (Bjorn Winckler)
2011-05-05 18:10:16 +02:00
Bram Moolenaar
8f4ba6942d
updated for version 7.3.174
...
Problem: When Exuberant ctags binary is exctags it's not found.
Solution: Add configure check for exctags. (Hong Xu)
2011-05-05 17:24:27 +02:00
Bram Moolenaar
4e509b6369
updated for version 7.3.117
...
Problem: On some systems --as-needed does not work, because the "tinfo"
library is included indirectly from "ncurses". (Charles Campbell)
Solution: In configure prefer using "tinfo" instead of "ncurses".
2011-02-09 17:42:57 +01:00
Bram Moolenaar
644d37b84d
updated for version 7.3.062
...
Problem: Python doesn't work properly when installed in another directory
than expected.
Solution: Figure out home directory in configure and use Py_SetPythonHome()
at runtime. (Roland Puntaier)
2010-11-16 19:26:02 +01:00
Bram Moolenaar
22e193ddd5
updated for version 7.3.050
...
Problem: The link script is clumsy.
Solution: Use the --as-needed linker option if available. (Kirill A.
Shutemov)
2010-11-03 22:32:24 +01:00
Bram Moolenaar
2d0860d06c
updated for version 7.3.049
...
Problem: PLT has rebranded their Scheme to Racket.
Solution: Add support for Racket 5.x. (Sergey Khorev)
2010-11-03 21:59:30 +01: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
b744b2fa32
Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
2010-08-13 16:22:57 +02:00
Bram Moolenaar
8220a6813e
Use the SONAME-versioned liblua, if it exists. (James Vega)
2010-07-25 13:12:49 +02:00
Bram Moolenaar
5dff57d714
Remove -arch flag from build flags for Perl. (Bjorn Wickler)
2010-07-24 16:19:44 +02:00
Bram Moolenaar
9f5e36bc60
Find python3 also in lib64 directory. (Ben Boeckel)
2010-07-24 16:11:21 +02:00
Bram Moolenaar
2a7e2a6254
Specify library to load for Python more precisely. (James Vega)
2010-07-24 15:19:11 +02:00
Bram Moolenaar
2334b6d594
Make it possible to load Lua dynamically on Unix. (Luis Carvalho)
2010-07-22 21:32: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
3804aebf60
Fix configure for Python3 libs and version number. (James Vega)
2010-07-19 21:18:54 +02:00
Bram Moolenaar
0d2e4fce8d
Make it easier to build with Lua. Remove compiler warnings.
2010-07-18 12:35:47 +02:00
Bram Moolenaar
bd5e15fd5c
Added support for Python 3. (Roland Puntaier)
2010-07-17 21:19:38 +02:00
Bram Moolenaar
0ba042961f
Added Lua interfae. (Luis Carvalho)
2010-07-14 23:23:17 +02:00
Bram Moolenaar
164fca39bd
Add clipboard support in Mac console. (Bjorn Winckler)
2010-07-14 13:58:07 +02:00
Bram Moolenaar
69f787af84
Filter out -pthread for cproto.
2010-07-11 20:52:58 +02:00
Bram Moolenaar
e667c95335
Change SKIP_GTK to SKIP_GTK2 in configure.
2010-07-05 22:57:59 +02:00
Bram Moolenaar
0eda7ac7f8
Change remaining HAVE_GTK2 to FEAT_GUI_GTK.
2010-06-26 05:38:18 +02:00
Bram Moolenaar
182c5be111
Remove the old and not well supported GTK 1 code. (James Vega)
2010-06-25 05:37:59 +02:00
Bram Moolenaar
2c704a77c1
Add patch to improve support of z/OS (OS/390). (Ralf Schandl)
2010-06-03 21:17:25 +02:00
Bram Moolenaar
914703bee2
Correct use of long instead of off_t for file size. (James Vega)
2010-05-31 21:59:46 +02:00
Bram Moolenaar
644fdff7c1
A few more fixes for undo file. Split test in two parts so that it doesn't
...
fail with tiny features.
2010-05-30 13:26:21 +02:00
Bram Moolenaar
218116c1d0
Various smaller changes. Updated proto files. Updated dependencies.
2010-05-20 21:46:00 +02:00
Bram Moolenaar
fa7584cb86
Use UINT32_T in the code, define it to uint32_t or unsigned int.
...
Better autoconf check for uint32_t.
2010-05-19 21:57:45 +02:00
Bram Moolenaar
0bbabe8080
Fixed encryption big/little endian test.
...
Use uint32_t to avoid crash on 64 bit machines.
Added error numbers for Blowfish errors.
Fixed the tiny version not building.
2010-05-17 20:32:55 +02:00
Bram Moolenaar
317fd3ae3b
updated for version 7.2.413
...
Problem: Large file support is incorrect.
Solution: Add AC_SYS_LARGEFILE to configure. (James Vega)
2010-05-07 16:05:55 +02:00
Bram Moolenaar
595a7bee57
updated for version 7.2.393
...
Problem: Mac: Can't build with different Xcode developer tools directory.
Solution: make "Developer" directory name configurable. (Rainer Muller)
2010-03-10 16:28:12 +01:00
Bram Moolenaar
25153e127d
updated for version 7.2.371
...
Problem: Build problems on Tandem NonStop.
Solution: A few changes to #ifdefs (Joachim Schmitz)
2010-02-24 14:47:08 +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
56d1db3067
updated for version 7.2-316
2009-12-16 16:14:51 +00:00
Bram Moolenaar
72951077b9
updated for version 7.2-315
2009-12-02 16:58:33 +00:00
Bram Moolenaar
f05da21900
updated for version 7.2-300
2009-11-17 16:13:15 +00:00
Bram Moolenaar
eaf0339211
updated for version 7.2-294
2009-11-17 11:08:52 +00:00
Bram Moolenaar
1d7ad738e5
updated for version 7.2-251
2009-09-11 11:44:54 +00:00
Bram Moolenaar
996b6d86cc
updated for version 7.2-236
2009-07-22 09:17:23 +00:00
Bram Moolenaar
9e70cf192e
updated for version 7.2-191
2009-05-26 20:59:55 +00:00
Bram Moolenaar
4bdbbf7066
updated for version 7.2-184
2009-05-21 21:27:43 +00:00
Bram Moolenaar
32f31b1a0f
updated for version 7.2-183
2009-05-21 13:20:59 +00:00
Bram Moolenaar
0c094b9d7f
updated for version 7.2-173
2009-05-14 20:20:33 +00:00
Bram Moolenaar
0c7ce77a00
updated for version 7.2-168
2009-05-13 12:49:39 +00:00