Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
multibyte strings and wide characters
|
|
|
|
Will one day use multibyte/wide characters, doesn't yet.
|
|
|
|
|
|
|
|
fix backtracking problem in (#c) pattern
|
|
24732: attempt to provide adequate space for sched ztrftime string with
multibyte characters
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
switching patchar_t from wchar_t to wint_t (and renaming the typedef to
patint_t in the process), changing two "int" variables into "patint_t"
variables, and creating a PEOF define that uses either WEOF or EOF as an
invalid character value instead of a literal -1.
|
|
|
|
|
|
|
|
|
|
substitutions that don't match anything.
|
|
|
|
|
|
|
|
|
|
|
|
trivial optimisation in jobs.c (unposted)
|
|
|
|
|
|
20435: Make pattern.c not alter strings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#q...) EXTENDED_GLOB syntax for qualifiers. May be chained,
ignored by pattern matching code.
|
|
|
|
|
|
Zero-length arrays now possible with $array[1,0]
|
|
11590: various cygwin fixes
|
|
|