ocaml.git
11 years agoAdd const qualifiers in Tcl/Tk bindings
Stephane Glondu [Thu, 7 Nov 2013 14:45:50 +0000 (15:45 +0100)]
Add const qualifiers in Tcl/Tk bindings

Bug: http://caml.inria.fr/mantis/view.php?id=6230

Gbp-Pq: Name 0010-Add-const-qualifiers-in-Tcl-Tk-bindings.patch

11 years agoFix typos and other wording issues
Stephane Glondu [Mon, 21 Oct 2013 14:34:12 +0000 (16:34 +0200)]
Fix typos and other wording issues

Bug: http://caml.inria.fr/mantis/view.php?id=6231

Gbp-Pq: Name 0009-Fix-typos-and-other-wording-issues.patch

11 years agoEmbed bytecode in C object when using -custom
Stephane Glondu [Sat, 21 Jul 2012 13:40:52 +0000 (15:40 +0200)]
Embed bytecode in C object when using -custom

This patch fixes non-strippability of bytecode executables linked with
custom runtime. The new behaviour is enabled when OCAML_CUSTOM_EMBED
is set to "y", or when DEB_HOST_ARCH is non-empty.

Forwarded: not-needed
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256900
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627761
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678577
Signed-off-by: Stephane Glondu <steph@glondu.net>
Gbp-Pq: Name 0008-Embed-bytecode-in-C-object-when-using-custom.patch

11 years agoAvoid multiple declarations in generated .c files in -output-obj
Stephane Glondu [Thu, 21 Apr 2011 16:39:31 +0000 (18:39 +0200)]
Avoid multiple declarations in generated .c files in -output-obj

In -output-obj mode, <caml/mlvalues.h> (which contains some
primitives) is included in the generated .c file, leading to errors
when compiling with g++ (multiple declarations).

There are probably better implementations (in particular, in this one,
care must be taken when changing the list of primitives available in
mlvalues.h), but this is a small and (not too) intrusive patch.

Bug: http://caml.inria.fr/mantis/view.php?id=5254
Signed-off-by: Stephane Glondu <steph@glondu.net>
Gbp-Pq: Name 0007-Avoid-multiple-declarations-in-generated-.c-files-in.patch

11 years agoInstall ocamlbuild as a link on either .native or .byte
Stefano Zacchiroli [Tue, 19 May 2009 15:28:56 +0000 (17:28 +0200)]
Install ocamlbuild as a link on either .native or .byte

Gbp-Pq: Name 0006-Install-ocamlbuild-as-a-link-on-either-.native-or-.b.patch

11 years agoPatch config.sh for installation
Ralf Treinen [Tue, 19 May 2009 15:28:09 +0000 (17:28 +0200)]
Patch config.sh for installation

Use for installatation a patched config.sh (created by debian/rules).

Gbp-Pq: Name 0005-Patch-config.sh-for-installation.patch

11 years agoPut manpages in section 3o instead of 3
Julien Cristau [Tue, 19 May 2009 15:24:52 +0000 (17:24 +0200)]
Put manpages in section 3o instead of 3

Gbp-Pq: Name 0004-Put-manpages-in-section-3o-instead-of-3.patch

11 years agoDon't use rpath
Stefano Zacchiroli [Tue, 19 May 2009 15:24:14 +0000 (17:24 +0200)]
Don't use rpath

Gbp-Pq: Name 0003-Don-t-use-rpath.patch

11 years agoCall ld with proper flags
Stefano Zacchiroli [Tue, 19 May 2009 15:23:34 +0000 (17:23 +0200)]
Call ld with proper flags

Filter linkflags passed to ld by ocamlopt -pack and -output-obj
to remove the "-Wl," parts, which are only used when ocamlopt calls
gcc.

Gbp-Pq: Name 0002-Call-ld-with-proper-flags.patch

11 years agoPass --no-relax to ld on alpha
Stefano Zacchiroli [Tue, 19 May 2009 15:22:39 +0000 (17:22 +0200)]
Pass --no-relax to ld on alpha

Pass the --no-relax option to ld to fix a segfault in initialization
code (bug#338437)

Gbp-Pq: Name 0001-Pass-no-relax-to-ld-on-alpha.patch

11 years agoocaml (4.01.0-5) unstable; urgency=medium
Stéphane Glondu [Thu, 30 Oct 2014 08:28:06 +0000 (08:28 +0000)]
ocaml (4.01.0-5) unstable; urgency=medium

  [ Ralf Treinen ]
  * ocaml-mode: change dependency on emacs23 to emacs (closes: #754021)
  * ocaml-mode: add versionend dependency on emacs-common, add a file
    ocaml-mode.emacsen-compat (closes: #749311)

[dgit import unpatched ocaml 4.01.0-5]

11 years agoImport ocaml_4.01.0-5.debian.tar.xz
Stéphane Glondu [Thu, 30 Oct 2014 08:28:06 +0000 (08:28 +0000)]
Import ocaml_4.01.0-5.debian.tar.xz

[dgit import tarball ocaml 4.01.0-5 ocaml_4.01.0-5.debian.tar.xz]

12 years agoImport ocaml_4.01.0.orig.tar.bz2
Stéphane Glondu [Fri, 8 Nov 2013 08:45:16 +0000 (08:45 +0000)]
Import ocaml_4.01.0.orig.tar.bz2

[dgit import orig ocaml_4.01.0.orig.tar.bz2]