lp://staging/src-highlite
- Get this branch:
- bzr branch lp://staging/src-highlite
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.sv.gnu.org/src-highlite.git.
Last successful import was .
Recent revisions
- 246. By Matthew Hall
-
src-hilite-
lesspipe. sh.in: sync supported file exts with original lesspipe Signed-off-by: Matthew Hall <email address hidden>
- 245. By Keith Seitz <email address hidden>
-
lesspipe may contain ".sh" extension
On Fedora, the "lesspipe" script is actually called
"lesspipe.sh". This patch proposes to use "$(which NAME)"
to figure out the actual name of the script to use.If neither "lesspipe" nor "lesspipe.sh" exists in $PATH,
the patch simply uses "lesspipe", preserving the current behavior.It was based on the 3.1.9 release tarball, but should
apply cleanly to current git.This was reported as Fedora bugzilla 2256374.
- 244. By Tom Tromey <email address hidden>
-
Update gnulib and fix up issues
This updates gnulib again. An earlier gnulib import was bad, because
I had let it generate .gitignore files, and so some of the import was
not committed. This patch fixes this issue.While building this, it turns out that flex generates lexers that
include <string.h> before <config.h> -- but now gnulib insists that
the latter be included first. This patch fixes this as well, via a
Makefile hack. - 243. By Tom Tromey <email address hidden>
-
Make tests parallel-safe
This changes the test suite to be parallel-safe. It also changes the
'diff' tests to cause a 'make' failure when the diff changes, which I
think is more reliable.Ideally it would be better to switch this all to automake testing, so
that the output could be prettier. - 242. By Tom Tromey <email address hidden>
-
Add rpm-spec to lang.map
User Frank Dana <ferdnyc> asked for rpm-spec to be added.
See https://savannah. gnu.org/ bugs/?63225. - 241. By Tom Tromey <email address hidden>
-
Use std::shared_ptr
This removes the use of boost::shared_ptr, in favor of
std::shared_ptr. This is an incremental step toward fully requiring
C++11 and removing the Boost dependency. - 240. By Tom Tromey <email address hidden>
-
Don't print extra "GNU" in help
K . Kurokawa pointed out that --help prints:
GNU GNU source-highlight 3.1.9
This seems to be from the explicit use of "GNU" in
source-highlight. cc. - 239. By Tom Tromey <email address hidden>
-
Remove some obsolete texinfo commands
This removes the uses of @inforef and @refill, which are obsolete.
- 237. By Tom Tromey <email address hidden>
-
Remove duplicate rule from doc/Makefile.am
doc/Makefile.am had two rules for styleformatter.
h.texinfo. This
removes one of them.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)