This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ChangeLog files: 8 spaces vs. a tabular


On 08/27/2018 03:54 PM, Jakub Jelinek wrote:
> On Mon, Aug 27, 2018 at 03:37:07PM +0200, Martin Liška wrote:
>>>>> Recently I've noticed that I have wrongly set up my editor and
>>>>> I installed quite some changes where my changelog entries
>>>>> have 8 spaces instead of a tabular.
>>>>>
>>>>> I grepped that for all ChangeLog files (ignoring ChangeLog-{year} files)
>>>>> and I see:
>>>>
>>>> Note that some files in your list appear only because they have
>>>> 12 spaces indenting the second author in a multi-author change,
>>>> which is intentional and probably does not need changing.
>>>
>>> That still should be one tab + 4 spaces.
>>>
>>> 	Jakub
>>>
>>
>> So what about this patch? I know it also fixes quite some old
>> entries in files that don't have ChangeLog-{$year} variants.
>> But it's easier than doing that entry by entry.
> 
> Please don't change zlib/ChangeLog, that is not a GNU ChangeLog file,
> the rest is obvious.

Yes, done as r263886.

Martin

> 
>> --- a/zlib/ChangeLog
>> +++ b/zlib/ChangeLog
>> @@ -1,5 +1,5 @@
>>  
>> -                ChangeLog file for zlib
>> +		ChangeLog file for zlib
>>  
>>  Changes in 1.2.11 (15 Jan 2017)
>>  - Fix deflate stored bug when pulling last block from window
>> @@ -1218,15 +1218,15 @@ Changes in 1.0.6 (19 Jan 1998)
>>  - added Makefile.nt (thanks to Stephen Williams)
>>  - added the unsupported "contrib" directory:
>>     contrib/asm386/ by Gilles Vollant <info@winimage.com>
>> -        386 asm code replacing longest_match().
>> +	386 asm code replacing longest_match().
>>     contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
>> -        A C++ I/O streams interface to the zlib gz* functions
>> +	A C++ I/O streams interface to the zlib gz* functions
>>     contrib/iostream2/  by Tyge L??vset <Tyge.Lovset@cmr.no>
>> -        Another C++ I/O streams interface
>> +	Another C++ I/O streams interface
>>     contrib/untgz/  by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
>> -        A very simple tar.gz file extractor using zlib
>> +	A very simple tar.gz file extractor using zlib
>>     contrib/visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
>> -        How to use compress(), uncompress() and the gz* functions from VB.
>> +	How to use compress(), uncompress() and the gz* functions from VB.
>>  - pass params -f (filtered data), -h (huffman only), -1 to -9 (compression
>>    level) in minigzip (thanks to Tom Lane)
>>  
>> -- 
>> 2.18.0
>>
> 
> 
> 	Jakub
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]