bicatali    14/04/02 23:03:34

  Added:                63julia-gentoo.el julia-0.2.1-readline63.patch
  Log:
  Version bump. Refactored ebuild to use more system dependencies, cleanup, add 
emacs support, readline-6.3 patch, better prefix support. Add sci as herd and 
longdescription.
  
  (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with 
key 0x13CB1360)

Revision  Changes    Path
1.1                  dev-lang/julia/files/63julia-gentoo.el

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/files/63julia-gentoo.el?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/files/63julia-gentoo.el?rev=1.1&content-type=text/plain

Index: 63julia-gentoo.el
===================================================================
(add-to-list 'load-path "@SITELISP@")
(add-to-list 'auto-mode-alist '("\\.jl$" . julia-mode))



1.1                  dev-lang/julia/files/julia-0.2.1-readline63.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/files/julia-0.2.1-readline63.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/files/julia-0.2.1-readline63.patch?rev=1.1&content-type=text/plain

Index: julia-0.2.1-readline63.patch
===================================================================
Description: Fix FTBFS against readline 6.3
Origin: backport, 
https://github.com/JuliaLang/julia/commit/d2552e0f03d1dc23d6bb0c89c39da3d73c7aa4e5
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741824
Last-Update: 2014-03-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/ui/repl-readline.c
+++ b/ui/repl-readline.c
@@ -831,7 +831,7 @@ void jl_init_repl(int history)
     rl_instream = fopen("/dev/null","r");
     prompt_length = 7;  // == strlen("julia> ")
     init_history();
-    rl_startup_hook = (Function*)init_rl;
+    rl_startup_hook = (rl_hook_func_t*)init_rl;
 }
 
 static char *prompt_string=NULL;




Reply via email to