The R Project SVN R

Rev

Rev 70779 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70779 Rev 87917
Line 16... Line 16...
16
 
16
 
17
Various small changes were made to avoid warnings.
17
Various small changes were made to avoid warnings.
18
 
18
 
19
BDR
19
BDR
20
 
20
 
21
One more change for macOS: the locale detection is simply off-loaded
21
One more change for macOS: the charset detection is simply off-loaded
22
to locale2charset, because the built-in detection in gettext doesn't work.
22
to locale2charset, because the built-in detection in gettext doesn't work.
23
This also ensures that R and gettext are in sync wrt the charset used.
23
This also ensures that R and gettext are in sync wrt the charset used.
24
 
24
 
25
SU
25
SU
26
 
26
 
-
 
27
2025-03-09: m4/gattext.m4 was modified using ideas from gettext-0.24
-
 
28
  to correctly detected an external libintl on macOS.
-
 
29
langorefs.c updated to that from gettext-0.24 for allegedly improved
-
 
30
  behaviour on macOS.
-
 
31
 
27
diff -ru intl/dcigettext.c ../extra/intl/dcigettext.c
32
diff -ru intl/dcigettext.c ../extra/intl/dcigettext.c
28
--- intl/dcigettext.c	2007-10-21 19:41:41.000000000 +0100
33
--- intl/dcigettext.c	2007-10-21 19:41:41.000000000 +0100
29
+++ ../extra/intl/dcigettext.c	2008-01-13 14:39:54.703125000 +0000
34
+++ ../extra/intl/dcigettext.c	2008-01-13 14:39:54.703125000 +0000
30
@@ -152,7 +152,10 @@
35
@@ -152,7 +152,10 @@
31
 #  if VMS
36
 #  if VMS