aboutsummaryrefslogtreecommitdiff
path: root/pan
AgeCommit message (Expand)Author
2015-06-16pan/symbol.c: remove unnecessary malloc type castManinder Singh
2015-06-16pan/reporter.c: remove unnecessary malloc type castManinder Singh
2015-06-16pan/ltp-bump.c: remove unnecessary malloc type castManinder Singh
2015-06-16pan/ltp-pan.c: remove unnecessary malloc type castManinder Singh
2015-06-16pan/splitstr.c: remove unnecessary malloc type castManinder Singh
2015-06-16pan/zoolib.c: remove unnecessary type cast for mallocManinder Singh
2015-06-11pan/symbol.c: fix memory leak for failure caseWei,Jiangang
2015-06-04pan/splitstr.c: Add check for realloc failure caseManjeet Pawar
2015-06-01pan/ltp-pan.c: avoid memory leakManjeet Pawar
2014-09-24Make use of NULLCyril Hrubis
2014-09-23runltp, pan/ltp-pan.c: record test cases(not fully tested) into fileXiaoguang Wang
2014-06-26pan/ltp-pan.c: add statistics about not fully tested testcasesXiaoguang Wang
2014-06-24pan/ltp-pan.c: fix compilation warningsXiaoguang Wang
2014-04-23lib, tools, pan: old-style function definition fixesStanislav Kholmanskikh
2013-03-22pan: fix potential overrun in tag_reportJan Stancek
2012-12-07cleanup code indentWanlong Gao
2012-10-24Fix FSF addressWanlong Gao
2012-10-18Remove whitespace at end of lineChris Dearman
2012-10-18Add missing newline at end of fileChris Dearman
2012-05-17ltp-pan.c: fix error of Total TestsPeng Haitao
2011-02-23Fix pan compile on some versions of flex/lex.Garrett Cooper
2011-02-23Clean up pan a bit.Garrett Cooper
2011-02-23Fix some warnings.Garrett Cooper
2010-12-21Turn on -Wno-error in pan.Garrett Cooper
2010-12-21Make failures to write fatal and noisy.Garrett Cooper
2010-12-19Resolving all compile errors via a scriptGarrett Cooper
2010-12-17Silence warnings.Garrett Cooper
2010-11-23More cleanup.Garrett Cooper
2010-01-18Make ltp-scanner (the only item that requires bison/flex), optional.yaberauneya
2010-01-18Remove other generate_vpath_rule calls because they cause problems with make ...yaberauneya
2009-10-15While trying to figure out why entries don't get entered in the execyaberauneya
2009-10-091. Please see README.mk-devel for a full description of the changesyaberauneya
2009-06-09Return immediately when the ZOO file couldn't be opened, prevent crash later:...subrata_modak
2009-06-09Detect test results more accurately when generating HTML. PFA the patch for t...subrata_modak
2009-06-01Reverting ltp-pan.c to http://ltp.cvs.sourceforge.net/viewvc/*checkout*/ltp/l...subrata_modak
2009-05-19Attached (against ltp-full-20090430.tgz) patch renames binaries in pan direct...subrata_modak
2009-02-23pan: Forward error messages to stderr: Unsure if I understand the code in the...subrata_modak
2009-02-23pan: Honor the -q command line option: If one wants pan to be quiet, pan shou...subrata_modak
2009-02-19Limit starts when running for certain time, too: Please find attached a small...subrata_modak
2009-01-19This patch fixes a segfault of pan, when the command file doesn't end with a ...subrata_modak
2008-11-11Hello, these are some little fixes I've created for ltp. They are typos, fixe...subrata_modak
2008-10-29Fix segfault of "pan" on signal action. pan segfaults when receiving various ...subrata_modak
2008-10-17Introduced PREFIX and LIBSUFFIX variables. DESTDIR is often used within packa...subrata_modak
2008-10-16Hello. I had two errors when compiling the CVS version with Ubuntu. The one i...subrata_modak
2008-10-15This patch fixes build failures seen on RHEL 4 (2.6.9 based Kernel), and seve...subrata_modak
2008-05-19The "pan/pan" would failed in segmentation fault with a wrong option "-f comm...subrata_modak
2008-04-02Addition of SPEC File for creation of LTP-DEVEL RPMs on various Architectures...subrata_modak
2007-07-25"rsalveti@linux.vnet.ibm.com" added more options to 'runltp'subrata_modak
2006-12-13do not use variable names the same as system functions (like stime() or utime())vapier
2006-07-10A fix Submitted by Andy Echols to fix an infinite loop problem that occurs in...mreed10