This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eb27fc
)
locale.c: Clarify some debug statements
author
Karl Williamson
<khw@cpan.org>
Wed, 13 Sep 2017 22:03:53 +0000
(16:03 -0600)
committer
Karl Williamson
<khw@cpan.org>
Thu, 9 Nov 2017 03:52:52 +0000
(20:52 -0700)
locale.c
patch
|
blob
|
blame
|
history
diff --git
a/locale.c
b/locale.c
index
d31db26
..
b2eaf4c
100644
(file)
--- a/
locale.c
+++ b/
locale.c
@@
-284,7
+284,7
@@
Perl_set_numeric_standard(pTHX)
if (DEBUG_L_TEST || debug_initialization) {
PerlIO_printf(Perl_debug_log,
- "
Underlying LC_NUMERIC locale now is
C\n");
+ "
LC_NUMERIC locale now is standard
C\n");
}
# endif
@@
-313,7
+313,7
@@
Perl_set_numeric_underlying(pTHX)
if (DEBUG_L_TEST || debug_initialization) {
PerlIO_printf(Perl_debug_log,
- "
Underlying
LC_NUMERIC locale now is %s\n",
+ "LC_NUMERIC locale now is %s\n",
PL_numeric_name);
}