From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact systemtap-cvs-help@sources.redhat.com; run by ezmlm Received: (qmail 14611 invoked by uid 426); 3 Mar 2005 21:24:25 -0000 Date: Thu, 03 Mar 2005 21:24:00 -0000 Message-ID: <20050303212425.14610.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sources.redhat.com Subject: src ./ChangeLog ./README ./parse.cxx ./staptre ... X-SW-Source: 2005-q1/txt/msg00021.txt.bz2 List-Id: CVSROOT: /cvs/systemtap Module name: src Changes by: fche@sourceware.org 2005-03-03 21:24:25 Modified files: . : ChangeLog README parse.cxx staptree.cxx staptree.h Added files: testsuite/parseko: three.stp testsuite/semko: eight.stp five.stp seven.stp six.stp testsuite/semok: five.stp Log message: 2005-03-03 Frank Ch. Eigler * parse.cxx (parse_assignment): Assert lvalueness of left operand. * staptree.h (expression): Add is_lvalue member. * staptree.cxx (functioncall::resolve_types): Don't crash on formal-vs-actual argument count mismatch. (*): Add some is_lvalue stub functions. * testsuite/*: Some new tests. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/README.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/parse.cxx.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/staptree.h.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/testsuite/parseko/three.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/testsuite/semko/eight.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/testsuite/semko/five.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/testsuite/semko/seven.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/testsuite/semko/six.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/testsuite/semok/five.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1