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.58 by root, Thu Jan 12 01:38:37 2006 UTC vs.
Revision 1.59 by root, Thu Jan 12 02:20:56 2006 UTC

29#include "../config.h" 29#include "../config.h"
30 30
31#include <cstddef> 31#include <cstddef>
32#include <cstdarg> 32#include <cstdarg>
33 33
34#include "unistd.h"
35
34#include "iom.h" 36#include "iom.h"
35#include "rxvt.h" 37#include "rxvt.h"
36#include "keyboard.h" 38#include "keyboard.h"
37#include "rxvtutil.h" 39#include "rxvtutil.h"
38#include "rxvtperl.h" 40#include "rxvtperl.h"
710 RETVAL = newSVsv (sv); 712 RETVAL = newSVsv (sv);
711 SvTAINTED_off (RETVAL); 713 SvTAINTED_off (RETVAL);
712 OUTPUT: 714 OUTPUT:
713 RETVAL 715 RETVAL
714 716
717void
718_exit (int status)
719
715bool 720bool
716safe () 721safe ()
717 CODE: 722 CODE:
718 RETVAL = !rxvt_tainted (); 723 RETVAL = !rxvt_tainted ();
719 OUTPUT: 724 OUTPUT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines