On Sat, 3 Feb 2007, Reid Spencer wrote:
>> ProgrammersManual.html updated: 1.118 -> 1.119
>> ---
>> Log message:
>>
>> null -> pointer, nul -> character :)
>
> nul is not a word, null is :)

"man ascii".  'bel' is not a word either :)

>> ---
>> 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
>

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to