Re: [PATCH] maint: add a script to list libunistring modules

2015-06-24 Thread Daiki Ueno
Jim Meyering j...@meyering.net writes: It's tempting to automate those steps. Is it okay to add some scripts for that to Gnulib? So here it is. As noted in the comment, it's often too slow. As I still have an impression that this is too specific for inclusion in Gnulib proper, I've pushed

Re: [PATCH] maint: add a script to list libunistring modules

2015-06-22 Thread Jim Meyering
On Fri, Jun 19, 2015 at 6:50 PM, Daiki Ueno u...@gnu.org wrote: Daiki Ueno u...@gnu.org writes: The modules are listed by a script that does: - for each file listed by: git show --oneline --name-only 705f4efc - deduce the containing modules, based on Files:

Re: [PATCH] maint: add a script to list libunistring modules

2015-06-19 Thread Daiki Ueno
Daiki Ueno u...@gnu.org writes: The modules are listed by a script that does: - for each file listed by: git show --oneline --name-only 705f4efc - deduce the containing modules, based on Files: - deduce the modules which depend on the containing modules,

[PATCH] maint: add a script to list libunistring modules

2015-06-19 Thread Daiki Ueno
:00:00 2001 From: Daiki Ueno u...@gnu.org Date: Fri, 19 Jun 2015 17:53:35 +0900 Subject: [PATCH] maint: add a script to list libunistring modules * libunistring-modules: New script. --- ChangeLog| 5 ++ libunistring-modules | 147 +++ 2