Package: cscope / 15.8b-2

Metadata

Package Version Patches format
cscope 15.8b-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
03 fix ocs bashisms.patch | (download)

contrib/ocs | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 [patch] contrib/ocs: fix bashims (closes: #480591)
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto <jari.aalto@cante.net>

04 fix manpage warning.patch | (download)

doc/cscope.1 | 33 16 + 17 - 0 !
1 file changed, 16 insertions(+), 17 deletions(-)

 [patch] doc/cscope.1: fix hyphens
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto <jari.aalto@cante.net>

05 support function as parameters.patch | (download)

src/fscanner.l | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 1/1] fscanner: swallow function as parameters
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Some functions take as a parameter a pointer to another function. This
causes troubles in the cscope scanner and such function definition is
dropped on the floor.

Instead of choking and skipping the definition/declaration, teach the
scanner about this case. So now cscope will not skip those and put
them properly in the index.

I carry this patch for a couple of months and using cscope daily on
the Linux kernel and see no problems.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Hans-Bernhard Brker <broeker@users.sourceforge.net>
Cc: Neil Horman <nhorman@users.sourceforge.net>