Re: texindex.c -o option doesn't work

2014-02-24 Thread Aharon Robbins
> The fact that no-one has reported this bug for who knows how many > years would seem to argue that it isn't used. > > Agreed. > > I suggest simply nuking it. > > Agreed. Your reimplementation can just skip it :). Thanks. Done. Next question. Can I use "{" and "}" hard-wired? At

Re: texindex.c -o option doesn't work

2014-02-24 Thread Karl Berry
texindex foo.cp -o foo.out bar.cp -o bar.out ... This seems kinda bogus. Agreed. The fact that no-one has reported this bug for who knows how many years would seem to argue that it isn't used. Agreed. I suggest simply nuking it. Agreed. Your reimplementation can jus

texindex.c -o option doesn't work

2014-02-24 Thread Aharon Robbins
Hi All. The -o option in texindex.c is fundamentally broken. The arg_index variable has already been incremented upon entry to the relevant bit of code; it should be incremented again at the end. The diff below fixes it. It is not clear how this option is meant to be used. From the code it looks