Package: erlang / 1:20.1.2+dfsg-1

Metadata

Package Version Patches format
erlang 1:20.1.2+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
clean.patch | (download)

Makefile.in | 203 203 + 0 - 0 !
1 file changed, 203 insertions(+)

---
gnu.patch | (download)

erts/configure.in | 4 2 + 2 - 0 !
erts/emulator/drivers/common/inet_drv.c | 5 5 + 0 - 0 !
erts/etc/common/erlexec.c | 4 2 + 2 - 0 !
erts/etc/common/escript.c | 2 1 + 1 - 0 !
erts/etc/unix/dyn_erl.c | 16 8 + 8 - 0 !
lib/os_mon/c_src/memsup.c | 5 5 + 0 - 0 !
6 files changed, 23 insertions(+), 13 deletions(-)

---
sparc.patch | (download)

erts/configure.in | 2 1 + 1 - 0 !
erts/emulator/beam/beam_emu.c | 8 0 + 8 - 0 !
2 files changed, 1 insertion(+), 9 deletions(-)

---
man.patch | (download)

erts/etc/common/erlexec.c | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

---
emacs.patch | (download)

lib/tools/emacs/erlang.el | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

---
docs.patch | (download)

lib/erl_docgen/priv/xsl/db_man.xsl | 4 2 + 2 - 0 !
lib/megaco/doc/src/Makefile | 2 0 + 2 - 0 !
lib/stdlib/doc/src/re.xml | 4 2 + 2 - 0 !
lib/tools/Makefile | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 7 deletions(-)

 fixes a bug with .re macro in the erlang manpages
 and a few bugs with docs installation.
Last-modified: Thu, 09 Dec 2010 10:45:56 +0300


java.patch | (download)

erts/configure.in | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 gcj 4.4 passes the test for jdk 1.5 but doesn't implement
 String#String(int[], int, int) constructor, which breaks jinterface
 build. This patch adds a check for the definition of this constructor.
 It helps to build Erlang on architectures without openjdk-6 available.
hppa.patch | (download)

erts/configure.in | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 the patch adds a temporary workaround for a bug in kernel and
 glibc for hppa architecture where vfork()+exec() fail (see thread
 http://lists.debian.org/debian-hppa/2009/12/msg00035.html for details)
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562218
javascript.patch | (download)

lib/common_test/priv/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
wx3.0 constants.patch | (download)

lib/wx/include/wx.hrl | 32 16 + 16 - 0 !
1 file changed, 16 insertions(+), 16 deletions(-)

 fix constants for wxwidgets3.0
 The values of wx constants can change between stable release series (and
 some have between 2.8 and 3.0), but erlang seems to hardcode these values.
beamload.patch | (download)

erts/emulator/Makefile.in | 1 1 + 0 - 0 !
erts/emulator/beam/beam_load.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 patch fixes function declaration. it includes the
 corresponding header instead of specifying the prototype directly.
Bugs-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747593


x32.patch | (download)

erts/lib_src/pthread/ethread.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 this patch fixes ftbfs for x86_x32 architecture (x86_64
 with 32-bit integers, longs and pointers). HiPE still doesn't work
 and probably never will.
Last-Modified: Sun, 27 Dec 2015 12:39:07 +0300