-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 160eb81cf0c50104969e5445fb7f046122527315:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 160eb81cf0c50104969e5445fb7f046122527315
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Thu Jan 19 17:10:51 2012 +0000

    *** empty log message ***

diff --git a/Changes b/Changes

index ecfdbea4a2f4a7da6f34fdefb8ce88afb580db4a..

index ..f7af6c7157d23bb7ecb424debb6bc9c1021b391a 100644

--- a/Changes
+++ b/Changes
@@ -21,6 +21,8 @@ TODO: perl-shell-window? perl-unix-socket?
 TODO: command line editing when icanon?
 TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros?

+	- remove "using namespace std" because clang erroneously
+          thinks thats an error.
 	- finding a matching font (e.g. bold version of the base font)
 	  was broken (reported by Eamon Walker).
 	- fix parsing of bg image styles. They really work now.
diff --git a/src/rxvt.h b/src/rxvt.h

index 6a343e00e5fc4326f399d82862791e0efb26a281..

index ..be74f6b3684c1a5d7754ce834fbd217e82f9b4c4 100644

--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -26,8 +26,6 @@
 // stdlib.h might provide it
 #endif

-using namespace std;
-
 // we assume that Xlib.h defines XPointer, and it does since at least 1994...

 extern "C" {
diff --git a/src/rxvtutil.h b/src/rxvtutil.h

index 918d63d2737c58c3f14a9a7c8d4378741e3d607b..

index ..4dbfeb012afbe42956d85a421272bc34a7bd7636 100644

--- a/src/rxvtutil.h
+++ b/src/rxvtutil.h
@@ -5,8 +5,6 @@
 #include <string.h>
 #include "ecb.h"

-using namespace std;
-
 // increases code size unless -fno-enforce-eh-specs
 #if __GNUC__
 # define NOTHROW

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 12:29:22 2024