Tools__Tag.st
changeset 13804 6f311465b4cf
parent 13772 c33edfc1abcc
child 14432 a0629eb60ebf
equal deleted inserted replaced
13803:19ffa07a5538 13804:6f311465b4cf
   427         ]
   427         ]
   428     ].
   428     ].
   429     lnr := 0.
   429     lnr := 0.
   430 
   430 
   431 "/        (pat endsWith:'/;"') ifTrue:[
   431 "/        (pat endsWith:'/;"') ifTrue:[
   432 "/            pat := pat copyWithoutLast:3.
   432 "/            pat := pat copyButLast:3.
   433 "/        ].
   433 "/        ].
   434     (pat startsWith:$^) ifTrue:[
   434     (pat startsWith:$^) ifTrue:[
   435         pat := pat copyFrom:2.
   435         pat := pat copyFrom:2.
   436         atStart := true.
   436         atStart := true.
   437     ].
   437     ].
  1408 ! !
  1408 ! !
  1409 
  1409 
  1410 !Tag class methodsFor:'documentation'!
  1410 !Tag class methodsFor:'documentation'!
  1411 
  1411 
  1412 version_CVS
  1412 version_CVS
  1413     ^ '$Header: /cvs/stx/stx/libtool/Tools__Tag.st,v 1.9 2014-01-21 18:20:50 cg Exp $'
  1413     ^ '$Header: /cvs/stx/stx/libtool/Tools__Tag.st,v 1.10 2014-02-05 18:56:13 cg Exp $'
  1414 !
  1414 !
  1415 
  1415 
  1416 version_SVN
  1416 version_SVN
  1417     ^ '$Id: Tools__Tag.st,v 1.9 2014-01-21 18:20:50 cg Exp $'
  1417     ^ '$Id: Tools__Tag.st,v 1.10 2014-02-05 18:56:13 cg Exp $'
  1418 ! !
  1418 ! !
  1419 
  1419