Partially on topic, have you guys thought about setting up an LXR reference for the Xiph codebase? it's amazingly useful, I've been working on kernel code a lot recently (coding a driver for 2.6) and being able to navigate the linux kernel source via a cross referenced web interface makes it much faster. LXR is an open source project that can be applied to most C or C++ codebases, and basically takes your code and turns it into a fully crosslinked set of HTML files with identifier search capability. </soapbox>
example here: http://lxr.xensource.com/lxr/ident?i=printk (identifier search results for printk, the in-kernel equivalent to printf) Ken Stein @ [EMAIL PROTECTED] On Tue, July 11, 2006 23:31, Ralph Giles wrote: (snip) > The implementation starts, in flac-1.1.2, in src/libFLAC/stream_decoder.c > line 2069. If you're on *nix, fgrep is your friend. :) (snip) _______________________________________________ Flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
