Re: backport of duplicate members changes to branch-2-0

2005-05-30 Thread Peter O'Gorman
Ralf Wildenhues wrote: Hi Peter, * Peter O'Gorman wrote on Thu, May 05, 2005 at 03:02:03PM CEST: Okay to apply? Minor nits below, otherwise fine, I think. (As fine as it is in HEAD currently, which will change soon) I applied this to branch-2-0. Peter -- Peter O'Gorman - http://www.pogma

Re: backport of duplicate members changes to branch-2-0

2005-05-11 Thread Peter O'Gorman
Ralf Wildenhues wrote: Hi Peter, * Peter O'Gorman wrote on Thu, May 05, 2005 at 03:02:03PM CEST: Okay to apply? Minor nits below, otherwise fine, I think. (As fine as it is in HEAD currently, which will change soon) Thanks, as always, for finding my stupidities. Will fix before committing. Peter

Re: backport of duplicate members changes to branch-2-0

2005-05-09 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sat, May 07, 2005 at 08:23:28AM CEST: > > Please do the Xsed outside the loop right before the first sort. > Since Xsed then does the wrong thing, please use > $SED 's%X%%; s%.*/%%' Erm: $SED 's%^X%%; s%.*/%%' > instead. No need to be slower than necessary here.

Re: backport of duplicate members changes to branch-2-0

2005-05-09 Thread Ralf Wildenhues
Hi Peter, * Peter O'Gorman wrote on Thu, May 05, 2005 at 03:02:03PM CEST: > > Okay to apply? Minor nits below, otherwise fine, I think. (As fine as it is in HEAD currently, which will change soon) Regards, Ralf > Index: config/ltmain.m4sh > ==

backport of duplicate members changes to branch-2-0

2005-05-05 Thread Peter O'Gorman
Okay to apply? Peter -- Peter O'Gorman - http://www.pogma.com Index: ChangeLog from Alexandre Oliva <[EMAIL PROTECTED]>, Peter O'Gorman <[EMAIL PROTECTED]> * config/ltmain.m4sh: Don't add files with the same base name to an archive; rename duplicates instead. (fu