On Sat, Oct 27, 2018 at 12:35:10AM +0900, Akira Yokosawa wrote: > On 2018/10/27 00:22:37 +0900, Akira Yokosawa wrote: > > Hi Paul, > > > > This is a set of simple conversions of code snippets to the new scheme > > in count and toolsoftrade. There is no change in the code under CodeSamples, > > but there are a few visual changes in the pdf output which reflect the > > actual code samples. > > I forgot to mention that Patch #3 contains minor changes in the code to > reduce width of code snippets. > > Thanks, Akira > > > > > Patch #7 fixes an unintended change in indent width made in the previous > > patch set. > > > > Thanks, Akira I applied and pushed this series, thank you! Thanx, Paul > > -- > > Akira Yokosawa (7): > > count: Employ new scheme for inline code snippets > > toolsoftrade: Use 'VerbatimU' for inline snippets > > toolsoftrade: Employ new scheme for snippets of lock.c > > toolsoftrade: Employ new scheme for snippet of rwlockscale.c > > toolsoftrade: Employ new scheme for snippet of compiler barriers > > toolsoftrade: Employ new scheme for snippets of threadcreate.c > > count: Fix indent in count_lim_atomic.c > > > > CodeSamples/api-pthreads/api-pthreads.h | 7 +- > > CodeSamples/count/count_lim_atomic.c | 2 +- > > CodeSamples/intro/threadcreate.c | 20 +- > > CodeSamples/toolsoftrade/lock.c | 76 +++--- > > CodeSamples/toolsoftrade/rwlockscale.c | 54 ++-- > > count/count.tex | 89 +++--- > > toolsoftrade/toolsoftrade.tex | 460 ++++++++------------------------ > > 7 files changed, 253 insertions(+), 455 deletions(-) > > >