[Pkg-octave-commit] r2001 - octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches

Rafael Laboissiere rafael at alioth.debian.org
Wed May 21 17:37:13 UTC 2008


Author: rafael
Date: 2008-05-21 17:37:13 +0000 (Wed, 21 May 2008)
New Revision: 2001

Added:
   octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/autoload-num2hex
Log:
Autoload num2hex function

Added: octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/autoload-num2hex
===================================================================
--- octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/autoload-num2hex	                        (rev 0)
+++ octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/autoload-num2hex	2008-05-21 17:37:13 UTC (rev 2001)
@@ -0,0 +1,13 @@
+Index: trunk/src/hex2num.cc
+===================================================================
+--- trunk.orig/src/hex2num.cc	2008-05-21 19:28:30.000000000 +0200
++++ trunk/src/hex2num.cc	2008-05-21 19:28:51.000000000 +0200
+@@ -112,7 +112,7 @@
+  */
+ 
+ 
+-
++// PKG_ADD: autoload ("num2hex", "hex2num.oct");
+ DEFUN_DLD (num2hex, args, ,
+   "-*- texinfo -*-\n\
+ @deftypefn {Loadable Function} {@var{s} =} num2hex (@var{n})\n\




More information about the Pkg-octave-commit mailing list