lp://staging/src-highlite

Created by snd and last modified
Get this branch:
bzr branch lp://staging/src-highlite

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS Imports II
Project:
source-highlight
Status:
Mature

Import details

Import Status: Suspended

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 .

Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log

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.

Bug: https://savannah.gnu.org/bugs/?64764

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.

238. By Tom Tromey <email address hidden>

A configure check for makeinfo seems to be needed now.

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)
This branch contains Public information 
Everyone can see this information.

Subscribers