All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Update qqzreorder.pl
@ 2017-11-18 15:03 Akira Yokosawa
  2017-11-18 15:04 ` [PATCH 1/3] Update qqzreorder.pl to take care of listing at the end of QQA Akira Yokosawa
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Akira Yokosawa @ 2017-11-18 15:03 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From a2d0cd80fb99a15bd5265f12863ac8f0183f9a9b Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sat, 18 Nov 2017 23:43:37 +0900
Subject: [PATCH 0/3] Update qqzreorder.pl

Hi Paul,

In commit 90197e37d310 ("Fix layout hiccups in answers to quick
quizzes"), I missed that code snippets at the end of QQAs were
taken care of by qqzreorder.pl. The hiccup I saw in rcuapi.tex
was the regression of conversion of code snippets to "listing"
environment. I should have updated qqzreorder.pl at the time
so that it could take care of "listing"s at the end of QQAs.

Patch #1 updates qqzreorder.pl and tweaks a code snippet in
memorder's QQA, which has such a listing at the end of a QQA.

Patch #2 reverts the unnecessary changes in the above mentioned
commit. It has no effect in the resulting PDF, but the spacial
case handling should be done in a consistent manner.

Patch #3 fixes unrelated trivial typos.

       Thanks, Akira
--
Akira Yokosawa (3):
  Update qqzreorder.pl to take care of listing at the end of QQA
  Partial revert of 'Fix layout hiccups in answers to quick quizzes'
  memorder: Fix trivial typo

 defer/rcuapi.tex        |  7 +++----
 memorder/memorder.tex   |  5 +++--
 utilities/qqzreorder.pl | 24 ++++++++++++------------
 3 files changed, 18 insertions(+), 18 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-11-18 22:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-18 15:03 [PATCH 0/3] Update qqzreorder.pl Akira Yokosawa
2017-11-18 15:04 ` [PATCH 1/3] Update qqzreorder.pl to take care of listing at the end of QQA Akira Yokosawa
2017-11-18 15:06 ` [PATCH 2/3] Partial revert of 'Fix layout hiccups in answers to quick quizzes' Akira Yokosawa
2017-11-18 15:07 ` [PATCH 3/3] memorder: Fix trivial typo Akira Yokosawa
2017-11-18 20:10   ` Paul E. McKenney
2017-11-18 22:43     ` Akira Yokosawa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.