summaryrefslogtreecommitdiff
path: root/regen/ebcdic.pl
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized fold table for EBCDIC with no localesKarl Williamson2020-07-171-0/+3
* regen/ebcdic.pl: Declare tables with correct sizeKarl Williamson2020-07-171-1/+3
* regen/ebcdic.pl: Add locale-related abilityKarl Williamson2020-07-171-1/+5
* Fix tr/// determination of inplace editing for EBCDICKarl Williamson2020-05-271-50/+0
* regen/ebcdic.pl: Fix bug in decoding some high code pointsKarl Williamson2019-12-071-5/+13
* regen/ebcdic.pl: Comments only: typo, add column headingsKarl Williamson2019-12-071-1/+4
* regen/ebcdic.pl: Allow for declaring table size.Karl Williamson2019-11-111-6/+7
* regen/ebcdic.pl: Add tables that partition by UTF-8 lengthKarl Williamson2019-11-061-1/+51
* Move http:// URLs to https:// URLs in source codeMax Maischein2019-10-111-3/+3
* ebcdic_tables.h: Remove alien '#'Karl Williamson2019-03-041-2/+2
* regen/ebcdic.pl: Move code to functionKarl Williamson2019-03-041-8/+18
* Make new EBCDIC tables global.Craig A. Berry2018-07-081-3/+3
* Make isC9_STRICT_UTF8_CHAR() an inline dfaKarl Williamson2018-07-051-0/+91
* Add dfa for strict translation from UTF-8Karl Williamson2018-07-051-0/+158
* Extend dfa for translation of UTF-8 to EBCDICKarl Williamson2018-07-051-2/+139
* regen/ebcdic.pl: Add capability to generate a dfa tableKarl Williamson2018-07-051-15/+162
* regen/ebcdic.pl: Add declaration of generated tablesKarl Williamson2018-07-051-2/+8
* regen/ebcdic.pl: Always print row headingsKarl Williamson2018-07-051-2/+1
* ebcdic_tables.h: Add commentsKarl Williamson2018-07-051-4/+4
* Use new paradigm for hdr file double inclusion guardKarl Williamson2017-06-021-3/+3
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-2/+5
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-251-1/+5
* regen/ebcdic.pl: Output tables in hexKarl Williamson2015-11-251-8/+12
* regen/ebcdic.pl: Allow making tables in hexKarl Williamson2014-11-011-2/+13
* avoid copying the while ebcidic mapping to the stack calling get_a2n()Tony Cook2014-06-181-1/+2
* avoid copying the whole map to the stack on each call to get_I8_2_utf()Tony Cook2014-06-181-1/+1
* Make many EBCDIC tables generated instead of hand-codedKarl Williamson2014-05-311-0/+204