On Sat, 2007-02-03 at 16:04 -0600, Chris Lattner wrote: > > Changes in directory llvm/docs: > > ProgrammersManual.html updated: 1.118 -> 1.119 > --- > Log message: > > null -> pointer, nul -> character :)
nul is not a word, null is :) > > > --- > Diffs of the changes: (+2 -2) > > ProgrammersManual.html | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > > Index: llvm/docs/ProgrammersManual.html > diff -u llvm/docs/ProgrammersManual.html:1.118 > llvm/docs/ProgrammersManual.html:1.119 > --- llvm/docs/ProgrammersManual.html:1.118 Sat Feb 3 15:06:43 2007 > +++ llvm/docs/ProgrammersManual.html Sat Feb 3 16:04:27 2007 > @@ -1126,7 +1126,7 @@ > efficiently: they are variable length, inefficient to hash and compare when > long, expensive to copy, etc. CStringMap is a specialized container > designed to > cope with these issues. It supports mapping an arbitrary range of bytes that > -does not have an embedded null character in it ("C strings") to an arbitrary > +does not have an embedded nul character in it ("C strings") to an arbitrary > other object.</p> > > <p>The CStringMap implementation uses a quadratically-probed hash table, > where > @@ -3161,7 +3161,7 @@ > <a href="mailto:[EMAIL PROTECTED]">Dinakar Dhurjati</a> and > <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br> > <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> > - Last modified: $Date: 2007/02/03 21:06:43 $ > + Last modified: $Date: 2007/02/03 22:04:27 $ > </address> > > </body> > > > > _______________________________________________ > llvm-commits mailing list > llvm-commits@cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits