[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoscan -v produces gigabytes of output - take 2
From: |
Akim Demaille |
Subject: |
Re: autoscan -v produces gigabytes of output - take 2 |
Date: |
02 Feb 2001 18:36:00 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake) |
Pavel Roskin <address@hidden> writes:
> I suggest that we settle for the modified patch. If anybody wants a list
> of symbols found in a particular file, the right solution would be
> different anyway - it should be possible to tell autoscan to scan only
> specific files, instead of shoving megabytes of information for all files.
Excellent idea!
> --- ChangeLog
> +++ ChangeLog
> @@ -1,3 +1,12 @@
> +2001-02-02 Pavel Roskin <address@hidden>
> +
> + * autoscan.pl (scan_c_file): When in verbose mode, don't print
> + out hashes common for the whole package. Do it in scan_files()
> + instead.
> + (scan_makefile): Likewise.
> + (scan_sh_file): Likewise.
> + Thanks to Jim Meyering for improved implementation.
> +
OK.