Re: [Lxr-dev] Re: /bin/true as a zombie
Brought to you by:
ajlittoz
From: Jan-Benedict G. <jb...@lu...> - 2001-08-01 08:49:22
|
On Wed, Aug 01, 2001 at 10:31:08AM +0200, Peder O. Klingenberg wrote: > Jan-Benedict Glaw <jb...@lu...> writes: > > www-data@mirror:/home/data/CVSROOT/linux/mm$ head -n 11 Makefile,v > > head 1.4; > > access; > > symbols > > jbglaw_0_13:1.4 > > jbglaw_0_13_b:1.4.0.2 > > v_0_12:1.4 > > v_0_11:1.3 > > v_0_10:1.2 > > v_0_01:1.1; > > locks; strict; > > comment @# @; > > I squashed this one, I think. Stupid regexp-bug in CVS.pm trying to > determine the actual revision. Trying to match a number like 1.4, it > instead matched the first 0 in the symbol. This bug is pinned down. It now seems to recognize revisions of a file correctly. However, it's still only indexing "head" when called with --allversions. MfG, JBG |