From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x22e.google.com (mail-we0-x22e.google.com [IPv6:2a00:1450:400c:c03::22e]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 1E67277AD6 for ; Tue, 24 Dec 2013 10:55:40 -0800 (PST) Received: by mail-we0-f174.google.com with SMTP id q58so6119767wes.19 for ; Tue, 24 Dec 2013 10:55:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=f4iOxLuqGABN6eMC9LMkHVreWqd1Q3r3do5X6kNmq+g=; b=WvRy7u+4ECI/KKxSE4+SHiQDfiStoEOSC8n/LYFMgGo4ljT/9fRXxwb4yL3QUH4L7d 640f8Jx33/RncJ/fpAPThDg0cg5FkBQlwq4XFzft9aNEvkqbyOpkF8kUTKDnwKu+0Dlr lS85S+3xkiXDwy1B4zhP14VY4HIoWXLR13HG2+RC0+XPAY1T9UJ41BZP77sono1ge7ZU RuqW0pW6h6IpPK6wXoireGuXZkBPQB0AQBDjpDC2HkMoIaq6b6pGEt/n7Ex1PAQi2xXC jjc+cdcPtI/H7pgsLDtsInZZ06wrl97qoqe8S9H5mOarrmvlq53WsJVX8IezAAP0HqXd PRyg== X-Received: by 10.180.86.9 with SMTP id l9mr23685637wiz.20.1387911334657; Tue, 24 Dec 2013 10:55:34 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by mx.google.com with ESMTPSA id j9sm13076259wjz.13.2013.12.24.10.55.33 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 24 Dec 2013 10:55:34 -0800 (PST) Date: Tue, 24 Dec 2013 18:55:31 +0000 From: Adam Thompson To: Karl Dahlke Message-ID: <20131224185531.GG18259@toaster.adamthompson.me.uk> References: <20131124133307.eklhad@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131124133307.eklhad@comcast.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Edbrowse-dev@lists.the-brannons.com Subject: Re: [Edbrowse-dev] great X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2013 18:55:41 -0000 On Tue, Dec 24, 2013 at 01:33:07PM -0500, Karl Dahlke wrote: > This is great stuff! Thanks. > I pushed your first version of jsdom.cpp, > plus the one line change to eb.p to make it compile. > So we're on our way. Ok, will send that as a patch anyway, so we don't have conflicts. > > Again this doesn't mess with the main line, until we change over the makefile. > Til then I just keep that to myself. Ok. > > Oh and yes I put this patch in myself. > I've given up on git am > Can't get it to work any more. > Adam I'll just give you credit in the commit messages that I write. OK? Either that or I can put up a git repo you can pull from (not using github as I can't work out how to register for it, but I've got lots of places to run a web server). Which ever's easier. Cheers, Adam. PS: jsloc.cpp should be sent now.