Skip to content

Instantly share code, notes, and snippets.

View masatake's full-sized avatar

Masatake YAMATO masatake

View GitHub Profile
@masatake
masatake / NOISE-INPUT-REDUCED-148-33.tmp
Created June 7, 2015 22:18
valgrind --leak-check=full -v ./ctags -o - --language-force=Fortran
module test_extends
type shape
integer :: color
logical :: filled
integer :: x
integer :: y
end type shape
type, extends(shape :: rectangle
integer :: length
integer :: width
;;; spelunker.el --- front-end for tags file generated by universal-ctags
;; Copyright (C) 2016 Masatake YAMATO
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;;; spelunker.el --- front-end for tags file generated by universal-ctags
;; Copyright (C) 2016 Masatake YAMATO
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
@masatake
masatake / spelunker.el, 20161206
Last active December 13, 2016 02:25
spelunker.el
;;; spelunker.el --- front-end for tags file generated by universal-ctags
;; Copyright (C) 2016 Masatake YAMATO
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
See https://gist.github.com/masatake/18ade8b1e1be07b53d228329ded4a856
This file has been truncated, but you can view the full file.
<body>
<table width="100%" border="0">
<tr><th align="center" bgcolor="#CCCC00"><font size=6>History of Ghostscript versions 9.xx</font>
</table>
<h2>Table of contents</h2>
@masatake
masatake / exclusive.patch
Created May 27, 2017 00:05
Unable to apply subparser #1409
diff --git a/main/parse.c b/main/parse.c
index 254c661..9a8c624 100644
--- a/main/parse.c
+++ b/main/parse.c
@@ -1677,25 +1677,43 @@ static void doNothing (void)
{
}
+static void optlibRunBaseParser (void)
+{
commit 129295aa67b290c87e04a67d3bf49b9a2da960c8
Author: Masatake YAMATO <yamato@redhat.com>
Date: Tue May 9 10:34:40 2017 +0900
temp
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
diff --git a/parsers/jscript.c b/parsers/jscript.c
index 884c141..0b0f70f 100644
Hi,
I am a developer of @universal-ctags.
I would like to incorporate your <LANG> parser to universal-ctags.
universal-ctag is distributed under term of
GNU General Public License version 2 or (at your option) any later version.
If you allow me to incorporate your parser into universal-ctags, could you add
I would like you to add following copyright notice at the head of your .ctags:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="https://github.com/" />
<default revision="master" remote="github" />
<project name="systemd/systemd.git" path="systemd" />
</manifest>