Re: [PATCH] scripts: recognize the "q", "s" and "S" actions/modifiers in ar-lib

2012-03-02 Thread Peter Rosin
Stefano Lattarini skrev 2012-03-02 11:15: > On 03/02/2012 10:37 AM, Peter Rosin wrote: >> Stefano Lattarini skrev 2012-03-02 10:32: >>> On 03/01/2012 08:36 PM, Peter Rosin wrote: * lib/ar-lib: Implement the "q" (quick) action as a synonym for "r" (replace). Ignore "s" (symbol index)

Re: [PATCH] scripts: recognize the "q", "s" and "S" actions/modifiers in ar-lib

2012-03-02 Thread Stefano Lattarini
On 03/02/2012 10:37 AM, Peter Rosin wrote: > Stefano Lattarini skrev 2012-03-02 10:32: >> On 03/01/2012 08:36 PM, Peter Rosin wrote: >>> >>> * lib/ar-lib: Implement the "q" (quick) action as a synonym >>> for "r" (replace). Ignore "s" (symbol index) and "S" (no symbol >>> index) when used as modif

Re: [PATCH] scripts: recognize the "q", "s" and "S" actions/modifiers in ar-lib

2012-03-02 Thread Peter Rosin
Stefano Lattarini skrev 2012-03-02 10:32: > On 03/01/2012 08:36 PM, Peter Rosin wrote: >> >> * lib/ar-lib: Implement the "q" (quick) action as a synonym >> for "r" (replace). Ignore "s" (symbol index) and "S" (no symbol >> index) when used as modifiers and "s" when used as a command, >> there is s

Re: [PATCH] scripts: recognize the "q", "s" and "S" actions/modifiers in ar-lib

2012-03-02 Thread Stefano Lattarini
On 03/01/2012 08:36 PM, Peter Rosin wrote: > > * lib/ar-lib: Implement the "q" (quick) action as a synonym > for "r" (replace). Ignore "s" (symbol index) and "S" (no symbol > index) when used as modifiers and "s" when used as a command, > there is simply no way for Microsoft lib to not update the

Re: [PATCH] scripts: recognize the "q", "s" and "S" actions/modifiers in ar-lib

2012-03-01 Thread Peter Rosin
Stefano Lattarini skrev 2012-03-01 20:28: > On 03/01/2012 08:57 AM, Peter Rosin wrote: >> * lib/ar-lib: Implement the "q" (quick) action as a synonym >> for "r" (replace). Ignore "s" (symbol index) and "S" (no symbol >> index) when used as modifiers and "s" when used as a command, >> there is simp

Re: [PATCH] scripts: recognize the "q", "s" and "S" actions/modifiers in ar-lib

2012-03-01 Thread Stefano Lattarini
On 03/01/2012 08:57 AM, Peter Rosin wrote: > * lib/ar-lib: Implement the "q" (quick) action as a synonym > for "r" (replace). Ignore "s" (symbol index) and "S" (no symbol > index) when used as modifiers and "s" when used as a command, > there is simply no way for Microsoft lib to not update the >

Re: [PATCH] scripts: recognize the "q", "s" and "S" actions/modifiers in ar-lib

2012-03-01 Thread Peter Rosin
Peter Rosin skrev 2012-03-01 08:57: > * lib/ar-lib: Implement the "q" (quick) action as a synonym > for "r" (replace). Ignore "s" (symbol index) and "S" (no symbol > index) when used as modifiers and "s" when used as a command, > there is simply no way for Microsoft lib to not update the > symbol

[PATCH] scripts: recognize the "q", "s" and "S" actions/modifiers in ar-lib

2012-02-29 Thread Peter Rosin
* lib/ar-lib: Implement the "q" (quick) action as a synonym for "r" (replace). Ignore "s" (symbol index) and "S" (no symbol index) when used as modifiers and "s" when used as a command, there is simply no way for Microsoft lib to not update the symbol table index in the archive. * tests/ar-lib.tes