[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (3ca249a90b -> 2f68447404)
From: |
Patrice Dumas |
Subject: |
master updated (3ca249a90b -> 2f68447404) |
Date: |
Tue, 1 Oct 2024 17:28:14 -0400 (EDT) |
pertusus pushed a change to branch master.
from 3ca249a90b * tp/Texinfo/Data/default_direction_strings.csv,
tp/Texinfo/Data/default_special_unit_info.csv,
tp/maintain/generate_code_convert_data.pl: determine translation context
automatically. Remove columns from data files.
new eb502adcad * tp/Texinfo/XS/Makefile.am (main/conversion_data.c),
maintain/generate_code_convert_data.pl: read C commands data on STDIN. Generate
default_translated_directions_strings and html_style_commands_element C data.
new fe83ca8067 Update .gitignore
new 2f68447404 add tp/Texinfo/XS/main/conversion_data.{c,h}
Summary of changes:
.gitignore | 6 +
ChangeLog | 9 +
tp/Makefile.am | 7 +-
tp/Texinfo/XS/Makefile.am | 15 +-
tp/Texinfo/XS/main/conversion_data.c | 651 ++++++++++++++++++++++++++++++
tp/Texinfo/XS/main/conversion_data.h | 81 ++++
tp/maintain/generate_code_convert_data.pl | 111 ++++-
7 files changed, 868 insertions(+), 12 deletions(-)
create mode 100644 tp/Texinfo/XS/main/conversion_data.c
create mode 100644 tp/Texinfo/XS/main/conversion_data.h
- master updated (3ca249a90b -> 2f68447404),
Patrice Dumas <=