[929] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r916 - in branches: . barnowl_sqlite/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:11:14 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@MIT.EDU
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Fri,  1 Feb 2008 02:41:51 -0500 (EST)

Author: nelhage
Date: 2008-02-01 02:41:50 -0500 (Fri, 01 Feb 2008)
New Revision: 916

Added:
   branches/barnowl_unisql/
Modified:
   branches/barnowl_sqlite/owl/perlglue.xs
Log:
Create a branch for the purpose of experimenting with merging unicode
and SQL. This is highly experimental and only because I'm bored
waiting for various things to process 70,000 messages. Repeatedly.


Modified: branches/barnowl_sqlite/owl/perlglue.xs
===================================================================
--- branches/barnowl_sqlite/owl/perlglue.xs	2008-02-01 07:24:19 UTC (rev 915)
+++ branches/barnowl_sqlite/owl/perlglue.xs	2008-02-01 07:41:50 UTC (rev 916)
@@ -47,7 +47,9 @@
 SV *
 getcurmsg()
 	CODE:
-		ST(0) = owl_perlconfig_curmessage2hashref();
+		RETVAL = newSVsv(owl_perlconfig_curmessage2hashref());
+	OUTPUT:
+		RETVAL
 
 int
 getnumcols()

Copied: branches/barnowl_unisql (from rev 910, trunk)


home help back first fref pref prev next nref lref last post