Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Non-pattern characters that could be followed by "(" to introduce
a ksh glob but weren't caused failures.
|
|
Update references to 4.0.2 to 4.0.3.
Additional mod_export declarations.
Additions to .distfiles.
|
|
|
|
|
|
Don't use the zpc_specials array before it's defined, it's rude.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|