1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/scripting/perl
Witold Filipczyk 1f57e72212 [mozjs24] Allow build elinks with g++
SpiderMonkey was updated to mozjs24. If you want to build elinks
with ecmascript support, you must compile using g++ with -fpermissive .
There is a lot of warnings.
There are some memleaks in ecmascript code, especially related to JSAutoCompartment.
I don't know yet, where and how to free it.

Debian does not support mozjs24, so I'm going to gradually update SpiderMonkey version.
2020-10-05 20:14:55 +02:00
..
core.c Let Perl scripts dynamically load libraries. 2008-09-27 21:58:08 +03:00
core.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
hooks.c Bug 975: Fix int/size_t pointer type mismatch. 2007-11-10 19:28:01 +02:00
hooks.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
meson.build [meson] meson build scripts. 2020-09-05 22:06:01 +02:00
perl.c Mark all module names for translation and include needed header files. 2007-03-21 11:01:06 +01:00
perl.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00