Re: maint.mk: avoid to match non-cast expressions in free calls

2007-09-20 Thread Paul Eggert
[EMAIL PROTECTED] writes: > '\

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-20 Thread Eric Blake
Eric Blake byu.net> writes: > $ git checkout -b cvs-branch cvs-readonly ... > $ git branch > * cvs-readonly > master Excuse my typo (that's what I get for retyping instead of screen capture). The branch name should appear as cvs-branch, not as a copy of the cvs-readonly tag. git lets you hav

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-20 Thread Eric Blake
Paul Eggert CS.UCLA.EDU> writes: > > Jim Meyering meyering.net> writes: > > > I'll turn off cvs soon, probably tomorrow. > > By "turn off cvs" do you mean to disable even read-only access to old > versions? I hope not; I still have a bunch of old source trees, > checked out from CVS, that I

maint.mk: avoid to match non-cast expressions in free calls

2007-09-20 Thread jemarch
Hi. While using main.mk in the GNU PDF sources, I found that the rule matching casts in `free' calls wrongly recognizes constructions like: free ((*data)->foo); as a cast. The actual regexp used to match a cast is: '\&2 ; exit 1; } || : -- end of makefile.foo But it doesnt work whe