From schnetter at cct.lsu.edu Tue Jan 12 13:17:08 2010 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Tue, 12 Jan 2010 19:17:08 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/src/main flesh.cc" Message-ID: <20100112191708.ADC672C001@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/src/main In directory asylum.cct.lsu.edu:/tmp/cvs-serv28907 Modified Files: flesh.cc Log Message: Improve screen message when option -S (--print-schedule) is used From schnetter at cct.lsu.edu Sun Jan 17 22:26:32 2010 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Mon, 18 Jan 2010 04:26:32 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/src/util ParseFile.c" Message-ID: <20100118042632.99BE22C001@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/src/util In directory asylum.cct.lsu.edu:/tmp/cvs-serv21514 Modified Files: ParseFile.c Log Message: The function can get confused with detecting the end of the buffer when the last line is in a comment or in a string, and may overrun the end of the buffer. The symptoms are error messages past the last line of the parameter file, because the memory after the buffer end is interpreted as (probably mal-formed) parameter file content. Since the paring routine is quite complex, this patch works around this problem by increasing the size of the buffer by a few characters and setting these to NUL. From knarf at cct.lsu.edu Tue Jan 26 09:06:20 2010 From: knarf at cct.lsu.edu (Frank Loeffler (knarf)) Date: Tue, 26 Jan 2010 15:06:20 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/make new_thorn.pl" Message-ID: <20100126150620.6A2812C001@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/make In directory asylum.cct.lsu.edu:/tmp/cvs-serv18740 Modified Files: new_thorn.pl Log Message: Do not include CVS headers in new thorns. Not only are they not universaly liked, but cvs is also not that common anymore From schnetter at cct.lsu.edu Thu Jan 28 20:47:47 2010 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Fri, 29 Jan 2010 02:47:47 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/make/known-architectures hpux11.11" Message-ID: <20100129024747.963B12C001@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/make/known-architectures In directory asylum.cct.lsu.edu:/tmp/cvs-serv31670 Added Files: hpux11.11 Log Message: Detect HP-UX 11.11