[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (274e79bb33 -> a114cf8a99)
From: |
Patrice Dumas |
Subject: |
master updated (274e79bb33 -> a114cf8a99) |
Date: |
Tue, 11 Jun 2024 03:46:28 -0400 (EDT) |
pertusus pushed a change to branch master.
from 274e79bb33 add ChangeLog summary line that was missed by mistake
new ec00a73690 Add gnulib locale module for XS
new a114cf8a99 Remove check and include of xlocale.h now done in gnulib
locale
Summary of changes:
.gitignore | 9 ++-
ChangeLog | 15 ++++
tp/Texinfo/XS/configure.ac | 3 -
tp/Texinfo/XS/gnulib/lib/Makefile.am | 50 +++++++++++++
{gnulib => tp/Texinfo/XS/gnulib}/lib/locale.in.h | 0
{gnulib => tp/Texinfo/XS/gnulib}/lib/malloc.c | 0
tp/Texinfo/XS/gnulib/lib/setenv.c | 95 +++++++++++++++++++++++-
tp/Texinfo/XS/gnulib/lib/unsetenv.c | 32 +++++++-
tp/Texinfo/XS/gnulib/m4/gnulib-cache.m4 | 2 +
tp/Texinfo/XS/gnulib/m4/gnulib-comp.m4 | 14 ++++
{gnulib => tp/Texinfo/XS/gnulib}/m4/locale_h.m4 | 0
{gnulib => tp/Texinfo/XS/gnulib}/m4/malloc.m4 | 0
tp/Texinfo/XS/gnulib/m4/setenv.m4 | 4 +-
tp/Texinfo/XS/main/manipulate_indices.c | 4 -
14 files changed, 211 insertions(+), 17 deletions(-)
copy {gnulib => tp/Texinfo/XS/gnulib}/lib/locale.in.h (100%)
copy {gnulib => tp/Texinfo/XS/gnulib}/lib/malloc.c (100%)
copy {gnulib => tp/Texinfo/XS/gnulib}/m4/locale_h.m4 (100%)
copy {gnulib => tp/Texinfo/XS/gnulib}/m4/malloc.m4 (100%)
- master updated (274e79bb33 -> a114cf8a99),
Patrice Dumas <=