style convention: /*foo_p=*/ to annotate bool arguments

2016-10-03 Thread Martin Sebor
In a recent review Jason and I discussed the style convention commonly followed in the C++ front end to annotate arguments in calls to functions taking bool parameters with a comment along the lines of foo (1, 2, /*bar_p=*/true); I pointed out to Jason that in another code review, Jeff asked t

Re: [PATCH MIPS] Work around Bash 4.2 bug

2016-10-03 Thread Ludovic Courtès
"Maciej W. Rozycki" skribis: > On Fri, 30 Sep 2016, Hans-Peter Nilsson wrote: > >> > The patch below works around the Bash 4.2 bug described at >> > . >> >> >* emulparams/elf32bmipn32-defs.sh: Shift quote of >> >"x$EMULATION_NAME"

Re: [PATCH MIPS] Work around Bash 4.2 bug

2016-10-03 Thread Maciej W. Rozycki
On Fri, 30 Sep 2016, Hans-Peter Nilsson wrote: > > The patch below works around the Bash 4.2 bug described at > > . > > > * emulparams/elf32bmipn32-defs.sh: Shift quote of > > "x$EMULATION_NAME" to the left to work around > >