Yet another thing: When I try to rdoc --ri the _whole_ ruby source dir (which is probably stupid), I get a seg fault: <snip> Generating RI... /usr/local/lib/ruby/1.9/yaml/rubytypes.rb:315: [BUG] Segmentation fault ruby 1.9.0 (2003-12-28) [i686-linux] Aborted This would, of course, not so much be related to rdoc or ri, but to ruby itself. Just wanted to ask whether you can reproduce it. On Sam, 2003-12-27 at 19:52, Dave Thomas wrote: > On Dec 27, 2003, at 12:24, Thomas Uehlinger wrote: > > When i run this in my ruby source dir I get the following error: > > > > uehli@ueh-t ruby $ rdoc --ri *.c > > > > array.c: Override [] > > /usr/local/lib/ruby/1.9/rdoc/parsers/parse_c.rb:364: warning: character > > class has `]' without escape > > Excellent! Thanks for the report. I'd never tried running with warning > enabled (which is kinda stupid, I know). This should be fixed in the > latest CVS. > > > Cheers > > Dave > >