Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-01 | 40470: make the test work also with ASCII collation | Jun-ichi Takimoto | 1 | -16/+14 | |
a few OSs (macOS and some versions of BSDs) use ASCII collation even if UTF-8 locale is in use | |||||
2017-01-24 | posted: Make D07 recognize more spellings of pl_PL.UTF-8 | Mikael Magnusson | 1 | -2/+2 | |
FreeBSD and probably others use this spelling in locale -a output, while glibc uses the utf8 spelling. | |||||
2016-12-09 | unposted: minor D07 typos | Peter Stephenson | 1 | -2/+2 | |
2016-12-09 | 40138: Move regex multibyte test. | Peter Stephenson | 1 | -12/+16 | |
Put it last as it has an additional dependency. Output a failure message indicating this. | |||||
2016-10-19 | 39678: metafication of printf %q argument and result | Peter Stephenson | 1 | -0/+4 | |
2016-07-18 | 38879: Unmetafy file names for glob sort. | Peter Stephenson | 1 | -0/+17 | |
Test using Polish UTF-8 collation sequence that'w known to cause the problems. | |||||
2016-06-03 | 38586: Metafication problem with $functions | Peter Stephenson | 1 | -0/+9 | |
If treated as a complete associative array or scanned (retrieving individual values was not affected), it incorrectly unmetafied the value so multibyte characters got confused. Add test. | |||||
2015-12-08 | 37348: Tests and fix for ${(q+)...}. | Peter Stephenson | 1 | -0/+7 | |
Needs dupstring() for empty string case. | |||||
2015-11-21 | 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵ | Barton E. Schaefer | 1 | -1/+1 | |
ZTST_skip | |||||
2015-09-19 | unposted: fix typo in test | Peter Stephenson | 1 | -1/+1 | |
2015-09-12 | 36491: Multibyte support for parameter expansion flags B,E,N | Jun-ichi Takimoto | 1 | -0/+15 | |
2015-09-10 | 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests. | Peter Stephenson | 1 | -0/+6 | |
2015-09-04 | 36415: remap bytes from invalid multibyte characters. | Peter Stephenson | 1 | -0/+17 | |
These now go to 0xdc00 + index. If wchar_t is a Unicode code point, this is by construction an invalid character within the Unicode range. If it isn't, we would hope the result was no worse than the current fudge. | |||||
2015-08-21 | 36262: Replace fix for missing unmeta in chdir(). | Peter Stephenson | 1 | -0/+12 | |
It was needed in the argument to one of a pair of lchdir()s rather than within zchdir(). Add tests for the case of a character with 0x83 within it. | |||||
2015-07-10 | unposted: another ZTST_skip | Peter Stephenson | 1 | -2/+1 | |
2015-06-12 | Add non-metafied character length handling. | Peter Stephenson | 1 | -0/+13 | |
Use this in regex module and add test using $'\ua0'. Rename mb_metacharinit() to mb_charinit() as it does not involve metafied characters. | |||||
2015-06-03 | 35374: tab expansion with double width characters | Peter Stephenson | 1 | -0/+9 | |
2015-02-20 | 34587: ensure multibyte characters don't overflow. | Peter Stephenson | 1 | -5/+15 | |
They could start incorporating tokens, with bad karma. Add test. | |||||
2010-10-10 | 28339: backslash-newline history without HIST_LEX_WORDS | Peter Stephenson | 1 | -0/+18 | |
28340: assignment to range of scalar variable with multibyte characters | |||||
2009-07-24 | 27188: improve read -q by using read -k code | Peter Stephenson | 1 | -0/+6 | |
2009-05-08 | 26950: warn on failed attempt to change user or group ID | Peter Stephenson | 1 | -11/+19 | |
26593: print warning but dont fail test if simple Unicode conversion fails | |||||
2009-05-07 | 26954: read should pass through invalid multibyte characters | Peter Stephenson | 1 | -0/+6 | |
2009-04-30 | 26895: restrict multibyte sorting test to western European charcters | Peter Stephenson | 1 | -2/+2 | |
2009-04-26 | Paul Ackersviller: 26883: naming of UTF8 locales on HPUX | Peter Stephenson | 1 | -2/+2 | |
2009-03-10 | 26705: multibyte characters with Meta in ${(%)foo} etc. | Peter Stephenson | 1 | -0/+17 | |
2008-10-30 | 25969: two bugs with metafication plus a test for one | Peter Stephenson | 1 | -0/+7 | |
2008-10-18 | 25911: see if we can work around multibyte problems in file system | Peter Stephenson | 1 | -9/+6 | |
2008-10-11 | 25845: fix pattern but with backslashed and metafied charaters | Peter Stephenson | 1 | -0/+11 | |
2008-03-26 | 24736: a couple more tests failing on Solaris | Peter Stephenson | 1 | -8/+0 | |
2008-03-03 | 24673: another attempt to sort characters the same way on multiple UTF-8 | Peter Stephenson | 1 | -21/+15 | |
implementations | |||||
2008-02-27 | 24618: avoid problems with sorting of UTF-8 characters by using sort | Peter Stephenson | 1 | -2/+8 | |
2007-12-17 | 24275: fixes for multibyte characters on Solaris | Peter Stephenson | 1 | -6/+15 | |
2007-11-06 | 24070: some \u fixes in getkeystring() | Peter Stephenson | 1 | -0/+10 | |
2007-08-22 | 23792: test and documentation for improved backslash quoting | Peter Stephenson | 1 | -0/+6 | |
2007-06-18 | 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default | Peter Stephenson | 1 | -1/+1 | |
2007-06-16 | unposted: stop multibyte test files from cluttering up directory | Peter Stephenson | 1 | -0/+1 | |
2007-05-29 | 23486: use {fd} syntax to get fd's for tests | Peter Stephenson | 1 | -1/+1 | |
2007-04-15 | 23278: fix NUMERICGLOBSORT, broken by multibyte fixes | Peter Stephenson | 1 | -0/+19 | |
2007-02-10 | fix metafication of ${(#)x} | Peter Stephenson | 1 | -0/+32 | |
2007-01-22 | 23119: lower case in sorting properly | Peter Stephenson | 1 | -0/+11 | |
2007-01-09 | 23098: printf multibyte character widths | Peter Stephenson | 1 | -0/+4 | |
2006-11-07 | 22980: 22952 messed up parameter padding flag optional arguments | Peter Stephenson | 1 | -2/+2 | |
2006-11-02 | 22952: fix some argument delimiters to work with multibyte characters | Peter Stephenson | 1 | -0/+14 | |
2006-09-13 | 22705: make ${(l...)...} and ${(r...)...} handle multibyte characters | Peter Stephenson | 1 | -0/+14 | |
2006-07-30 | 22562: make ${...#...} etc. understand multibyte characters | Peter Stephenson | 1 | -0/+19 | |
2006-07-25 | 22557: turn on multibyte option by default | Peter Stephenson | 1 | -1/+37 | |
2006-07-24 | 22556: Multibyte separators and delimiters | Peter Stephenson | 1 | -0/+54 | |
2006-07-11 | 22546: fix {myfd}>... bug and tweak tests | Peter Stephenson | 1 | -1/+1 | |
2006-07-10 | 22544: Improve use of ztype tests for multibyte characters. Add | Peter Stephenson | 1 | -0/+9 | |
POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names. | |||||
2006-06-30 | 22529: multibyte conversion in math expressions | Peter Stephenson | 1 | -0/+10 | |