All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars
@ 2017-01-17 15:21 Akira Yokosawa
  2017-01-17 15:23 ` [PATCH 1/2] bib/hw: Replace UTF-8 encoded single quote with plain ASCII Akira Yokosawa
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Akira Yokosawa @ 2017-01-17 15:21 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 9818f62d94a501d24bb073a6a2127cfe6f2afc10 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Wed, 18 Jan 2017 00:08:46 +0900
Subject: [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars

Hi Paul,

I noticed some .bib files which contain UTF-8 encoded characters.
Again, these are patches for bibliography, so they will involve your
manual intervention to apply. Also, as the patches themselves contain
UTF-8 chars, I'm not sure you can apply them as usual.
FWIW, this set is sent in UTF-8 encoding.

Anyway, could you please try them?

                                         Thanks, Akira
--
Akira Yokosawa (2):
  bib/hw: Replace UTF-8 encoded single quote with plain ascii
  bib: Replace UTF-8 chars with plain ascii latex sequences

 bib/RCU.bib      | 2 +-
 bib/TM.bib       | 2 +-
 bib/hw.bib       | 4 ++--
 bib/realtime.bib | 2 +-
 bib/swtools.bib  | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.7.4


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

* [PATCH 1/2] bib/hw: Replace UTF-8 encoded single quote with plain ASCII
  2017-01-17 15:21 [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars Akira Yokosawa
@ 2017-01-17 15:23 ` Akira Yokosawa
  2017-01-17 15:24 ` [PATCH 2/2] bib: Replace UTF-8 chars with plain ASCII latex sequences Akira Yokosawa
  2017-01-17 22:27 ` [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars Paul E. McKenney
  2 siblings, 0 replies; 7+ messages in thread
From: Akira Yokosawa @ 2017-01-17 15:23 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From c7ecda7f94d6297c257220d97311a9524deb3cf6 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 8 Jan 2017 09:28:40 +0900
Subject: [PATCH 1/2] bib/hw: Replace UTF-8 encoded single quote with plain ASCII

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 bib/hw.bib | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bib/hw.bib b/bib/hw.bib
index 7e4fcd6..b535bdc 100644
--- a/bib/hw.bib
+++ b/bib/hw.bib
@@ -424,7 +424,7 @@ Set Reference Manual"
 }

 @manual{Intel64IA32v3A2009
-,title="Intel 64 and IA-32 Architectures Software Developer’s Manual,
+,title="Intel 64 and IA-32 Architectures Software Developer's Manual,
 Volume 3A: System Programming Guide, Part 1"
 ,organization="{Intel Corporation}"
 ,year="2009"
@@ -435,7 +435,7 @@ Volume 3A: System Programming Guide, Part 1"
 }

 @manual{Intel64IA32v3A2011
-,title="Intel 64 and IA-32 Architectures Software Developer’s Manual,
+,title="Intel 64 and IA-32 Architectures Software Developer's Manual,
 Volume 3A: System Programming Guide, Part 1"
 ,organization="{Intel Corporation}"
 ,year="2011"
-- 
2.7.4



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

* [PATCH 2/2] bib: Replace UTF-8 chars with plain ASCII latex sequences
  2017-01-17 15:21 [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars Akira Yokosawa
  2017-01-17 15:23 ` [PATCH 1/2] bib/hw: Replace UTF-8 encoded single quote with plain ASCII Akira Yokosawa
@ 2017-01-17 15:24 ` Akira Yokosawa
  2017-01-17 22:27 ` [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars Paul E. McKenney
  2 siblings, 0 replies; 7+ messages in thread
From: Akira Yokosawa @ 2017-01-17 15:24 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 9818f62d94a501d24bb073a6a2127cfe6f2afc10 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 8 Jan 2017 11:35:42 +0900
Subject: [PATCH 2/2] bib: Replace UTF-8 chars with plain ASCII latex sequences

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 bib/RCU.bib      | 2 +-
 bib/TM.bib       | 2 +-
 bib/realtime.bib | 2 +-
 bib/swtools.bib  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bib/RCU.bib b/bib/RCU.bib
index aed0adf..253cb2b 100644
--- a/bib/RCU.bib
+++ b/bib/RCU.bib
@@ -2396,7 +2396,7 @@ annual ACM SIGPLAN conference on Programming Language Design and Implementation"

 @unpublished{PaulEMcKenney2015RCUreqts2
 ,Author="Paul E. McKenney"
-,Title="{RCU} requirements part 2 — parallelism and software engineering"
+,Title="{RCU} requirements part 2 --- parallelism and software engineering"
 ,month="August"
 ,day="5"
 ,year="2015"
diff --git a/bib/TM.bib b/bib/TM.bib
index c08e9ff..f69370f 100644
--- a/bib/TM.bib
+++ b/bib/TM.bib
@@ -450,7 +450,7 @@ and Michael Scott}
 ,author="Mark D. Hill and Derek Hower and Kevin E. Moore and Michael M. Swift
 and Haris Volos and David A. Wood"
 ,title="A Case for Deconstructing Hardware Transactional Memory Systems"
-,institution="Department of Computer Sciences, University of Wisconsin–Madison"
+,institution="Department of Computer Sciences, University of Wisconsin--Madison"
 ,address="Madison, Wisconsin"
 ,year="2007"
 ,number="CS-TR-2007-1594"
diff --git a/bib/realtime.bib b/bib/realtime.bib
index c876d55..3e589e6 100644
--- a/bib/realtime.bib
+++ b/bib/realtime.bib
@@ -346,7 +346,7 @@

 @Conference{PaulEMcKenney2008OLS
 ,Author="Paul E. McKenney"
-,Title="‘Real Time’ vs. ‘Real Fast’: How to Choose?"
+,Title="{`Real Time' vs. `Real Fast': How to Choose?}"
 ,Booktitle="{Ottawa Linux Symposium}"
 ,Month="July"
 ,Year="2008"
diff --git a/bib/swtools.bib b/bib/swtools.bib
index f73d900..2877997 100644
--- a/bib/swtools.bib
+++ b/bib/swtools.bib
@@ -367,7 +367,7 @@
 }

 @inproceedings{NicolasPalix2011CoccinelleTenYears
-,author = "Nicolas Palix and Ga\:el Thomas and Suman Saha and Christophe Calvès and Julia Lawall and Gilles Muller"
+,author = {Nicolas Palix and Ga\"{e}l Thomas and Suman Saha and Christophe Calv\`{e}s and Julia Lawall and Gilles Muller}
 ,title = "Faults in Linux: Ten Years Later"
 ,booktitle = {Proceedings of the Sixteenth International Conference on
 Architectural Support for Programming Languages and Operating Systems
-- 
2.7.4



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

* Re: [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars
  2017-01-17 15:21 [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars Akira Yokosawa
  2017-01-17 15:23 ` [PATCH 1/2] bib/hw: Replace UTF-8 encoded single quote with plain ASCII Akira Yokosawa
  2017-01-17 15:24 ` [PATCH 2/2] bib: Replace UTF-8 chars with plain ASCII latex sequences Akira Yokosawa
@ 2017-01-17 22:27 ` Paul E. McKenney
  2017-01-17 22:51   ` Akira Yokosawa
  2 siblings, 1 reply; 7+ messages in thread
From: Paul E. McKenney @ 2017-01-17 22:27 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Wed, Jan 18, 2017 at 12:21:41AM +0900, Akira Yokosawa wrote:
> >From 9818f62d94a501d24bb073a6a2127cfe6f2afc10 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Wed, 18 Jan 2017 00:08:46 +0900
> Subject: [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars
> 
> Hi Paul,
> 
> I noticed some .bib files which contain UTF-8 encoded characters.
> Again, these are patches for bibliography, so they will involve your
> manual intervention to apply. Also, as the patches themselves contain
> UTF-8 chars, I'm not sure you can apply them as usual.
> FWIW, this set is sent in UTF-8 encoding.
> 
> Anyway, could you please try them?

They worked fine, and good catches!  You would almost think that I
was guilty of copying and pasting titles...

Queued and pushed.

							Thanx, Paul

>                                          Thanks, Akira
> --
> Akira Yokosawa (2):
>   bib/hw: Replace UTF-8 encoded single quote with plain ascii
>   bib: Replace UTF-8 chars with plain ascii latex sequences
> 
>  bib/RCU.bib      | 2 +-
>  bib/TM.bib       | 2 +-
>  bib/hw.bib       | 4 ++--
>  bib/realtime.bib | 2 +-
>  bib/swtools.bib  | 2 +-
>  5 files changed, 6 insertions(+), 6 deletions(-)
> 
> -- 
> 2.7.4
> 


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

* Re: [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars
  2017-01-17 22:27 ` [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars Paul E. McKenney
@ 2017-01-17 22:51   ` Akira Yokosawa
  2017-01-24  1:37     ` Paul E. McKenney
  0 siblings, 1 reply; 7+ messages in thread
From: Akira Yokosawa @ 2017-01-17 22:51 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Akira Yokosawa

On 2017/01/17 14:27:09 -0800, Paul E. McKenney wrote:
> On Wed, Jan 18, 2017 at 12:21:41AM +0900, Akira Yokosawa wrote:
>> >From 9818f62d94a501d24bb073a6a2127cfe6f2afc10 Mon Sep 17 00:00:00 2001
>> From: Akira Yokosawa <akiyks@gmail.com>
>> Date: Wed, 18 Jan 2017 00:08:46 +0900
>> Subject: [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars
>>
>> Hi Paul,
>>
>> I noticed some .bib files which contain UTF-8 encoded characters.
>> Again, these are patches for bibliography, so they will involve your
>> manual intervention to apply. Also, as the patches themselves contain
>> UTF-8 chars, I'm not sure you can apply them as usual.
>> FWIW, this set is sent in UTF-8 encoding.
>>
>> Anyway, could you please try them?
> 
> They worked fine, and good catches!  You would almost think that I
> was guilty of copying and pasting titles...
> 
> Queued and pushed.

By the way, I'd like to confirm the status of the RFC PULL request
I sent last December titled "[RFC PULL] bib: Append DOI fields"

On 2016/12/03 17:26:15 +0900, Akira Yokosawa wrote:
> ----
> The following changes since commit 345ba95e4a578614247a7077602026dd7f6b1dd0:
> 
>   Add Joe Duffy citations to STM discussion (2016-12-02 09:32:16 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/akiyks/perfbook.git bib-append-doi
> 
> for you to fetch changes up to 8b3c3e02533a28e599448051bddf13e5cac615fe:
> 
>   bib/syncrefs: Append doi to Cai-DongWang1996PrioInherLock (2016-12-03 09:00:31 +0900)
> 
> ----------------------------------------------------------------
> Akira Yokosawa (50):
>       bib/perfmeas: Append doi to Anderson97
>       bib/cyncrefs: Append doi to HagitAttiya2011LawsOfOrder
>       bib/swtools: Append doi to JadeAlglave2013-cav
>       bib/parallelsys: Append doi to GeneAmdahl1967AmdahlsLaw
>       bib/syncrefs: Append doi to Anderson90
>       bib/TM: Append doi to Blundell2006TMdeadlock
>       bib/TM: Append doi to CalinCascaval2008tmtoy
>       bib/syncrefs: Append doi to Courtois71
>       bib/RCU: Append doi to AustinClements2012RCULinux:mmapsem
>       bib/TM: Append doi to AleksandarDragovejic2011STMnotToy
>       bib/swtools: Append doi to VijayDSilva2012-sas
>       bib/syncrefs: Append doi to Dijkstra65a
>       bib/TM: Append doi to DavidDice:2010:SCA:HTM:deque
>       bib/os: Append doi to Cheriton96a
>       bib/RCU: Append doi to DinakarGuniguntala2008IBMSysJ
>       bib/syncrefs: Append doi to Graunke90
>       bib/WFS: Append doi to MauriceHerlihy90a
>       bib/WFS: Append doi to Herlihy91
>       bib/syncrefs: Append doi to AndreasHaas2013CFRelaxedQueues
>       bib/syncrefs: Append doi to AndreasHaas2012FIFOisnt
>       bib/WFS: Append doi to HerlihyLM02
>       bib/TM: Append doi to Herlihy93a
>       bib/RCU: Append doi to ThomasEHart2006a
>       bib/syncrefs: Append doi to WilsonCHsieh92a
>       bib/refs: Append doi to VanJacobson88
>       bib/TM: Append doi to ChristianJacobi2012MainframeTM
>       bib/TM: Append doi to SanjeevKumar2006
>       bib/RCU: Append doi to Kung80
>       bib/syncrefs: Append doi to Lamport74a
>       bib/refs: Append doi to McKenney90
>       bib/perfmeas: Append doi to McKenney95a
>       bib/syncrefs: Append doi to McKenney96a
>       bib/syncrefs: Append doi to MellorCrummey91a
>       bib/os: Append doi to McKenney92b
>       bib/os: Append doi to McKenney92a
>       bib/hw: Append doi to MiloMKMartin2012scale
>       bib/TM: Append doi to PaulEMcKenney2010OSRGrassGreener
>       bib/WFS: Append doi to MichaelScott96
>       bib/os: Append doi to McKenney01e
>       bib/parallelsys: Append doi to Olukotun96
>       bib/TM: Append doi to ChistopherJRossbach2007a
>       bib/hw: Append doi to DanielJSorin2011MemModel
>       bib/syncrefs: Append doi to Segall84
>       bib/parallelsys: Append doi to DuaneSzafron1994PEMPDS
>       bib/TM: Append doi to JMStone93
>       bib/TM: Append doi to Shavit95
>       bib/syncrefs: Append doi to Takada:1995:RSN:527074.828566
>       bib/WFS: Append doi to Valois95a
>       bib/syncrefs: Append doi to Wisniewski94
>       bib/syncrefs: Append doi to Cai-DongWang1996PrioInherLock
> 
>  bib/RCU.bib         |  4 ++++
>  bib/TM.bib          | 11 +++++++++++
>  bib/WFS.bib         |  5 +++++
>  bib/hw.bib          |  2 ++
>  bib/os.bib          |  4 ++++
>  bib/parallelsys.bib |  3 +++
>  bib/perfmeas.bib    |  2 ++
>  bib/refs.bib        |  2 ++
>  bib/swtools.bib     |  2 ++
>  bib/syncrefs.bib    | 15 +++++++++++++++
>  10 files changed, 50 insertions(+)

This becomes somewhat outdated now.
Do you want them as well as other bibliography update branches I have
readied to be rebased and sent as new pull requests?

It seems you are busy right now preparing for next merge window.
Let me know when you are ready to accept those request.
(Caution: there are *a lot of* commits.)

                                          Thanks, Akira

> 
> 							Thanx, Paul
> 
>>                                          Thanks, Akira
>> --
>> Akira Yokosawa (2):
>>   bib/hw: Replace UTF-8 encoded single quote with plain ascii
>>   bib: Replace UTF-8 chars with plain ascii latex sequences
>>
>>  bib/RCU.bib      | 2 +-
>>  bib/TM.bib       | 2 +-
>>  bib/hw.bib       | 4 ++--
>>  bib/realtime.bib | 2 +-
>>  bib/swtools.bib  | 2 +-
>>  5 files changed, 6 insertions(+), 6 deletions(-)
>>
>> -- 
>> 2.7.4
>>
> 
> 


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

* Re: [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars
  2017-01-17 22:51   ` Akira Yokosawa
@ 2017-01-24  1:37     ` Paul E. McKenney
  2017-01-24  2:35       ` Akira Yokosawa
  0 siblings, 1 reply; 7+ messages in thread
From: Paul E. McKenney @ 2017-01-24  1:37 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Wed, Jan 18, 2017 at 07:51:28AM +0900, Akira Yokosawa wrote:
> On 2017/01/17 14:27:09 -0800, Paul E. McKenney wrote:
> > On Wed, Jan 18, 2017 at 12:21:41AM +0900, Akira Yokosawa wrote:
> >> >From 9818f62d94a501d24bb073a6a2127cfe6f2afc10 Mon Sep 17 00:00:00 2001
> >> From: Akira Yokosawa <akiyks@gmail.com>
> >> Date: Wed, 18 Jan 2017 00:08:46 +0900
> >> Subject: [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars
> >>
> >> Hi Paul,
> >>
> >> I noticed some .bib files which contain UTF-8 encoded characters.
> >> Again, these are patches for bibliography, so they will involve your
> >> manual intervention to apply. Also, as the patches themselves contain
> >> UTF-8 chars, I'm not sure you can apply them as usual.
> >> FWIW, this set is sent in UTF-8 encoding.
> >>
> >> Anyway, could you please try them?
> > 
> > They worked fine, and good catches!  You would almost think that I
> > was guilty of copying and pasting titles...
> > 
> > Queued and pushed.
> 
> By the way, I'd like to confirm the status of the RFC PULL request
> I sent last December titled "[RFC PULL] bib: Append DOI fields"

Good reminder, thank you.

I have pulled this and back-applied it to my bibliography database.

							Thanx, Paul

> On 2016/12/03 17:26:15 +0900, Akira Yokosawa wrote:
> > ----
> > The following changes since commit 345ba95e4a578614247a7077602026dd7f6b1dd0:
> > 
> >   Add Joe Duffy citations to STM discussion (2016-12-02 09:32:16 -0800)
> > 
> > are available in the git repository at:
> > 
> >   https://github.com/akiyks/perfbook.git bib-append-doi
> > 
> > for you to fetch changes up to 8b3c3e02533a28e599448051bddf13e5cac615fe:
> > 
> >   bib/syncrefs: Append doi to Cai-DongWang1996PrioInherLock (2016-12-03 09:00:31 +0900)
> > 
> > ----------------------------------------------------------------
> > Akira Yokosawa (50):
> >       bib/perfmeas: Append doi to Anderson97
> >       bib/cyncrefs: Append doi to HagitAttiya2011LawsOfOrder
> >       bib/swtools: Append doi to JadeAlglave2013-cav
> >       bib/parallelsys: Append doi to GeneAmdahl1967AmdahlsLaw
> >       bib/syncrefs: Append doi to Anderson90
> >       bib/TM: Append doi to Blundell2006TMdeadlock
> >       bib/TM: Append doi to CalinCascaval2008tmtoy
> >       bib/syncrefs: Append doi to Courtois71
> >       bib/RCU: Append doi to AustinClements2012RCULinux:mmapsem
> >       bib/TM: Append doi to AleksandarDragovejic2011STMnotToy
> >       bib/swtools: Append doi to VijayDSilva2012-sas
> >       bib/syncrefs: Append doi to Dijkstra65a
> >       bib/TM: Append doi to DavidDice:2010:SCA:HTM:deque
> >       bib/os: Append doi to Cheriton96a
> >       bib/RCU: Append doi to DinakarGuniguntala2008IBMSysJ
> >       bib/syncrefs: Append doi to Graunke90
> >       bib/WFS: Append doi to MauriceHerlihy90a
> >       bib/WFS: Append doi to Herlihy91
> >       bib/syncrefs: Append doi to AndreasHaas2013CFRelaxedQueues
> >       bib/syncrefs: Append doi to AndreasHaas2012FIFOisnt
> >       bib/WFS: Append doi to HerlihyLM02
> >       bib/TM: Append doi to Herlihy93a
> >       bib/RCU: Append doi to ThomasEHart2006a
> >       bib/syncrefs: Append doi to WilsonCHsieh92a
> >       bib/refs: Append doi to VanJacobson88
> >       bib/TM: Append doi to ChristianJacobi2012MainframeTM
> >       bib/TM: Append doi to SanjeevKumar2006
> >       bib/RCU: Append doi to Kung80
> >       bib/syncrefs: Append doi to Lamport74a
> >       bib/refs: Append doi to McKenney90
> >       bib/perfmeas: Append doi to McKenney95a
> >       bib/syncrefs: Append doi to McKenney96a
> >       bib/syncrefs: Append doi to MellorCrummey91a
> >       bib/os: Append doi to McKenney92b
> >       bib/os: Append doi to McKenney92a
> >       bib/hw: Append doi to MiloMKMartin2012scale
> >       bib/TM: Append doi to PaulEMcKenney2010OSRGrassGreener
> >       bib/WFS: Append doi to MichaelScott96
> >       bib/os: Append doi to McKenney01e
> >       bib/parallelsys: Append doi to Olukotun96
> >       bib/TM: Append doi to ChistopherJRossbach2007a
> >       bib/hw: Append doi to DanielJSorin2011MemModel
> >       bib/syncrefs: Append doi to Segall84
> >       bib/parallelsys: Append doi to DuaneSzafron1994PEMPDS
> >       bib/TM: Append doi to JMStone93
> >       bib/TM: Append doi to Shavit95
> >       bib/syncrefs: Append doi to Takada:1995:RSN:527074.828566
> >       bib/WFS: Append doi to Valois95a
> >       bib/syncrefs: Append doi to Wisniewski94
> >       bib/syncrefs: Append doi to Cai-DongWang1996PrioInherLock
> > 
> >  bib/RCU.bib         |  4 ++++
> >  bib/TM.bib          | 11 +++++++++++
> >  bib/WFS.bib         |  5 +++++
> >  bib/hw.bib          |  2 ++
> >  bib/os.bib          |  4 ++++
> >  bib/parallelsys.bib |  3 +++
> >  bib/perfmeas.bib    |  2 ++
> >  bib/refs.bib        |  2 ++
> >  bib/swtools.bib     |  2 ++
> >  bib/syncrefs.bib    | 15 +++++++++++++++
> >  10 files changed, 50 insertions(+)
> 
> This becomes somewhat outdated now.
> Do you want them as well as other bibliography update branches I have
> readied to be rebased and sent as new pull requests?
> 
> It seems you are busy right now preparing for next merge window.
> Let me know when you are ready to accept those request.
> (Caution: there are *a lot of* commits.)
> 
>                                           Thanks, Akira
> 
> > 
> > 							Thanx, Paul
> > 
> >>                                          Thanks, Akira
> >> --
> >> Akira Yokosawa (2):
> >>   bib/hw: Replace UTF-8 encoded single quote with plain ascii
> >>   bib: Replace UTF-8 chars with plain ascii latex sequences
> >>
> >>  bib/RCU.bib      | 2 +-
> >>  bib/TM.bib       | 2 +-
> >>  bib/hw.bib       | 4 ++--
> >>  bib/realtime.bib | 2 +-
> >>  bib/swtools.bib  | 2 +-
> >>  5 files changed, 6 insertions(+), 6 deletions(-)
> >>
> >> -- 
> >> 2.7.4
> >>
> > 
> > 
> 


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

* Re: [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars
  2017-01-24  1:37     ` Paul E. McKenney
@ 2017-01-24  2:35       ` Akira Yokosawa
  0 siblings, 0 replies; 7+ messages in thread
From: Akira Yokosawa @ 2017-01-24  2:35 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook


> On Jan 24, 2017, at 10:37, Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote:
> 
>> On Wed, Jan 18, 2017 at 07:51:28AM +0900, Akira Yokosawa wrote:
>>> On 2017/01/17 14:27:09 -0800, Paul E. McKenney wrote:
>>> On Wed, Jan 18, 2017 at 12:21:41AM +0900, Akira Yokosawa wrote:
>>>>> From 9818f62d94a501d24bb073a6a2127cfe6f2afc10 Mon Sep 17 00:00:00 2001
>>>> From: Akira Yokosawa <akiyks@gmail.com>
>>>> Date: Wed, 18 Jan 2017 00:08:46 +0900
>>>> Subject: [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars
>>>> 
>>>> Hi Paul,
>>>> 
>>>> I noticed some .bib files which contain UTF-8 encoded characters.
>>>> Again, these are patches for bibliography, so they will involve your
>>>> manual intervention to apply. Also, as the patches themselves contain
>>>> UTF-8 chars, I'm not sure you can apply them as usual.
>>>> FWIW, this set is sent in UTF-8 encoding.
>>>> 
>>>> Anyway, could you please try them?
>>> 
>>> They worked fine, and good catches!  You would almost think that I
>>> was guilty of copying and pasting titles...
>>> 
>>> Queued and pushed.
>> 
>> By the way, I'd like to confirm the status of the RFC PULL request
>> I sent last December titled "[RFC PULL] bib: Append DOI fields"
> 
> Good reminder, thank you.
> 
> I have pulled this and back-applied it to my bibliography database.

Thanks!

Akira (from mobile, might be QP encoded)

> 
>                            Thanx, Paul
> 
>>> On 2016/12/03 17:26:15 +0900, Akira Yokosawa wrote:
>>> ----
>>> The following changes since commit 345ba95e4a578614247a7077602026dd7f6b1dd0:
>>> 
>>>  Add Joe Duffy citations to STM discussion (2016-12-02 09:32:16 -0800)
>>> 
>>> are available in the git repository at:
>>> 
>>>  https://github.com/akiyks/perfbook.git bib-append-doi
>>> 
>>> for you to fetch changes up to 8b3c3e02533a28e599448051bddf13e5cac615fe:
>>> 
>>>  bib/syncrefs: Append doi to Cai-DongWang1996PrioInherLock (2016-12-03 09:00:31 +0900)
>>> 
>>> ----------------------------------------------------------------
>>> Akira Yokosawa (50):
>>>      bib/perfmeas: Append doi to Anderson97
>>>      bib/cyncrefs: Append doi to HagitAttiya2011LawsOfOrder
>>>      bib/swtools: Append doi to JadeAlglave2013-cav
>>>      bib/parallelsys: Append doi to GeneAmdahl1967AmdahlsLaw
>>>      bib/syncrefs: Append doi to Anderson90
>>>      bib/TM: Append doi to Blundell2006TMdeadlock
>>>      bib/TM: Append doi to CalinCascaval2008tmtoy
>>>      bib/syncrefs: Append doi to Courtois71
>>>      bib/RCU: Append doi to AustinClements2012RCULinux:mmapsem
>>>      bib/TM: Append doi to AleksandarDragovejic2011STMnotToy
>>>      bib/swtools: Append doi to VijayDSilva2012-sas
>>>      bib/syncrefs: Append doi to Dijkstra65a
>>>      bib/TM: Append doi to DavidDice:2010:SCA:HTM:deque
>>>      bib/os: Append doi to Cheriton96a
>>>      bib/RCU: Append doi to DinakarGuniguntala2008IBMSysJ
>>>      bib/syncrefs: Append doi to Graunke90
>>>      bib/WFS: Append doi to MauriceHerlihy90a
>>>      bib/WFS: Append doi to Herlihy91
>>>      bib/syncrefs: Append doi to AndreasHaas2013CFRelaxedQueues
>>>      bib/syncrefs: Append doi to AndreasHaas2012FIFOisnt
>>>      bib/WFS: Append doi to HerlihyLM02
>>>      bib/TM: Append doi to Herlihy93a
>>>      bib/RCU: Append doi to ThomasEHart2006a
>>>      bib/syncrefs: Append doi to WilsonCHsieh92a
>>>      bib/refs: Append doi to VanJacobson88
>>>      bib/TM: Append doi to ChristianJacobi2012MainframeTM
>>>      bib/TM: Append doi to SanjeevKumar2006
>>>      bib/RCU: Append doi to Kung80
>>>      bib/syncrefs: Append doi to Lamport74a
>>>      bib/refs: Append doi to McKenney90
>>>      bib/perfmeas: Append doi to McKenney95a
>>>      bib/syncrefs: Append doi to McKenney96a
>>>      bib/syncrefs: Append doi to MellorCrummey91a
>>>      bib/os: Append doi to McKenney92b
>>>      bib/os: Append doi to McKenney92a
>>>      bib/hw: Append doi to MiloMKMartin2012scale
>>>      bib/TM: Append doi to PaulEMcKenney2010OSRGrassGreener
>>>      bib/WFS: Append doi to MichaelScott96
>>>      bib/os: Append doi to McKenney01e
>>>      bib/parallelsys: Append doi to Olukotun96
>>>      bib/TM: Append doi to ChistopherJRossbach2007a
>>>      bib/hw: Append doi to DanielJSorin2011MemModel
>>>      bib/syncrefs: Append doi to Segall84
>>>      bib/parallelsys: Append doi to DuaneSzafron1994PEMPDS
>>>      bib/TM: Append doi to JMStone93
>>>      bib/TM: Append doi to Shavit95
>>>      bib/syncrefs: Append doi to Takada:1995:RSN:527074.828566
>>>      bib/WFS: Append doi to Valois95a
>>>      bib/syncrefs: Append doi to Wisniewski94
>>>      bib/syncrefs: Append doi to Cai-DongWang1996PrioInherLock
>>> 
>>> bib/RCU.bib         |  4 ++++
>>> bib/TM.bib          | 11 +++++++++++
>>> bib/WFS.bib         |  5 +++++
>>> bib/hw.bib          |  2 ++
>>> bib/os.bib          |  4 ++++
>>> bib/parallelsys.bib |  3 +++
>>> bib/perfmeas.bib    |  2 ++
>>> bib/refs.bib        |  2 ++
>>> bib/swtools.bib     |  2 ++
>>> bib/syncrefs.bib    | 15 +++++++++++++++
>>> 10 files changed, 50 insertions(+)
>> 
>> This becomes somewhat outdated now.
>> Do you want them as well as other bibliography update branches I have
>> readied to be rebased and sent as new pull requests?
>> 
>> It seems you are busy right now preparing for next merge window.
>> Let me know when you are ready to accept those request.
>> (Caution: there are *a lot of* commits.)
>> 
>>                                          Thanks, Akira
>> 
>>> 
>>>                            Thanx, Paul
>>> 
>>>>                                         Thanks, Akira
>>>> --
>>>> Akira Yokosawa (2):
>>>>  bib/hw: Replace UTF-8 encoded single quote with plain ascii
>>>>  bib: Replace UTF-8 chars with plain ascii latex sequences
>>>> 
>>>> bib/RCU.bib      | 2 +-
>>>> bib/TM.bib       | 2 +-
>>>> bib/hw.bib       | 4 ++--
>>>> bib/realtime.bib | 2 +-
>>>> bib/swtools.bib  | 2 +-
>>>> 5 files changed, 6 insertions(+), 6 deletions(-)
>>>> 
>>>> -- 
>>>> 2.7.4
>>>> 
>>> 
>>> 
>> 
> 


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

end of thread, other threads:[~2017-01-24  2:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-17 15:21 [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars Akira Yokosawa
2017-01-17 15:23 ` [PATCH 1/2] bib/hw: Replace UTF-8 encoded single quote with plain ASCII Akira Yokosawa
2017-01-17 15:24 ` [PATCH 2/2] bib: Replace UTF-8 chars with plain ASCII latex sequences Akira Yokosawa
2017-01-17 22:27 ` [PATCH 0/2] bib: Replace UTF-8 chars with plain ASCII chars Paul E. McKenney
2017-01-17 22:51   ` Akira Yokosawa
2017-01-24  1:37     ` Paul E. McKenney
2017-01-24  2:35       ` 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.