repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 2363a53ac1d81140cc797cbe688bd6b8f0cceca4: path_to: revision_to:
commit 2363a53ac1d81140cc797cbe688bd6b8f0cceca4 Author: Marc LehmannDate: Wed Jan 4 03:16:15 2006 +0000 *** empty log message *** diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs
--- a/src/rxvtperl.xs
+++ b/src/rxvtperl.xs
@@ -503,7 +503,7 @@ PROTOTYPES: ENABLE
BOOT:
{
-# define export_const(name) newCONSTSUB (gv_stashpv ("urxvt", 1), #name, newSViv (name));
+# define export_const(name) newCONSTSUB (gv_stashpv ("urxvt", 1), # name, newSViv (name));
AV *hookname = get_av ("urxvt::HOOKNAME", 1);
# define def(sym) av_store (hookname, HOOK_ ## sym, newSVpv (# sym, 0));
# include "hookinc.h"
diff --git a/src/version.h b/src/version.h
--- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ -#define VERSION "6.2" -#define DATE "2006-01-02" +#define VERSION "6.3" +#define DATE "2006-01-04" diff --git a/src/xdefaults.C b/src/xdefaults.C
--- a/src/xdefaults.C
+++ b/src/xdefaults.C
@@ -261,8 +261,8 @@ optList[] = {
BOOL (Rs_secondaryScroll, "secondaryScroll", "ssr", Opt_secondaryScroll, "enable secondary screen scroll"),
#endif
#if ENABLE_PERL
- STRG (Rs_perl_lib, "perl-lib", 0, "string", "colon-separated directories with extension scripts"),
- STRG (Rs_perl_eval, "perl-eval", 0, "string", "code to be evaluated after all extensions have been loaded"),
+ STRG (Rs_perl_lib, "perl-lib", "perl-lib", "string", "colon-separated directories with extension scripts"),
+ STRG (Rs_perl_eval, "perl-eval", "perl-eval", "string", "code to be evaluated after all extensions have been loaded"),
STRG (Rs_perl_ext, "perl-ext", "pe", "string", "colon-separated list of perl extensions to enable"),
#endif
#if 0 && TODO
-----END OF PAGE-----