ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtperl.xs
(Generate patch)

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.139 by root, Thu Mar 24 17:34:29 2011 UTC vs.
Revision 1.141 by sf-exg, Mon May 30 18:39:03 2011 UTC

341 " unshift @INC, '" LIBDIR "';" 341 " unshift @INC, '" LIBDIR "';"
342 "}" 342 "}"
343 "" 343 ""
344 "use urxvt;" 344 "use urxvt;"
345 }; 345 };
346 int argc = ARRAY_LENGTH(args); 346 int argc = ecb_array_length (args);
347 char **argv = args; 347 char **argv = args;
348 348
349 PERL_SYS_INIT3 (&argc, &argv, &environ); 349 PERL_SYS_INIT3 (&argc, &argv, &environ);
350 perl = perl_alloc (); 350 perl = perl_alloc ();
351 perl_construct (perl); 351 perl_construct (perl);
788 const_iv (XIMDontChange), 788 const_iv (XIMDontChange),
789# endif 789# endif
790# endif 790# endif
791 }; 791 };
792 792
793 for (civ = const_iv + ARRAY_LENGTH(const_iv); civ-- > const_iv; ) 793 for (civ = const_iv + ecb_array_length (const_iv); civ-- > const_iv; )
794 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 794 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
795} 795}
796 796
797void 797void
798warn (const char *msg) 798warn (const char *msg)
1202 RETVAL 1202 RETVAL
1203 1203
1204Window 1204Window
1205rxvt_term::parent () 1205rxvt_term::parent ()
1206 CODE: 1206 CODE:
1207 RETVAL = THIS->parent [0]; 1207 RETVAL = THIS->parent;
1208 OUTPUT: 1208 OUTPUT:
1209 RETVAL 1209 RETVAL
1210 1210
1211Window 1211Window
1212rxvt_term::vt () 1212rxvt_term::vt ()
1481# include "rsinc.h" 1481# include "rsinc.h"
1482# undef def 1482# undef def
1483# undef reserve 1483# undef reserve
1484 }; 1484 };
1485 1485
1486 rs = rslist + ARRAY_LENGTH(rslist); 1486 rs = rslist + ecb_array_length (rslist);
1487 1487
1488 if (*name) 1488 if (*name)
1489 { 1489 {
1490 do { 1490 do {
1491 if (rs-- == rslist) 1491 if (rs-- == rslist)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines