tubegen news http://turin.nss.udel.edu/programming/tubegen/ News and announcement for tubegen en-us Thu, 22 Oct 2009 12:00:00 -0500 Thu, 22 Oct 2009 12:00:00 -0500 tubegen feed goes online Wouldn't it be great if you could automagically find out when something new is going on with tubegen? A technology like that would be insanely great, wouldn't it? Thankfully, an RSS feed can serve that purpose...which has inexorably led you...here. Tue, 18 Dec 2007 12:00:00 -0500 Frey minor bug fix Two inline functions in Source/TubeGen.cpp had no explicit return type but returned a char*. On some architectures, the returned pointer would get mangled as it was cast down on return from the funtion, leading to a segfault when using the "status" command. Specifying the return type on these two functions fixed the issue. Thu, 22 Oct 2009 12:00:00 -0500 Frey