about summary refs log tree commit diff
path: root/Src/pattern.c
Commit message (Collapse)AuthorAgeFilesLines
* 34636: replace broken isprint() on Mac OS XJun-ichi Takimoto2015-03-051-1/+1
|
* users/19059 based on users/19058: remove ineffiency with multiple * matchesPeter Stephenson2014-09-081-0/+10
|
* 32500: handle interrupts during pattern matchingBarton E. Schaefer2014-03-201-1/+7
|
* 32136: fix problem with kshglob.Peter Stephenson2013-12-161-4/+10
| | | | | Non-pattern characters that could be followed by "(" to introduce a ksh glob but weren't caused failures.
* unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1Peter Stephenson2013-11-061-2/+2
| | | | | | Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles.
* 31877: fix behaviour of disable -p with parenthesesPeter Stephenson2013-10-241-18/+26
|
* 31805: Add $patchars and $dis_patchars to zsh/parameter moduleMikael Magnusson2013-10-111-1/+2
|
* 31764: Dewreakify havoc caused by pattern disables on glob qualifiers.Peter Stephenson2013-09-231-1/+2
| | | | Don't use the zpc_specials array before it's defined, it's rude.
* 31465: fix basic completion and globbing uses of disabled patternsPeter Stephenson2013-06-131-0/+75
|
* 31444: Basic code for enable/disable -pPeter Stephenson2013-06-131-0/+167
|
* 31441: use array to decide which forms of pattern are enabledPeter Stephenson2013-06-011-81/+127
|
* 31158: following a wildcard with a repetition produces a bad pattern errorBart Schaefer2013-03-191-1/+1
|
* users/14723: invalid converted characters should never match valid onesPeter Stephenson2010-01-211-7/+20
|
* 27021: fix length of saved glob flags in pattern matchingPeter Stephenson2009-05-291-5/+6
|
* 26047: convert lower levels of completion matching to usePeter Stephenson2008-11-151-8/+12
| | | | multibyte strings and wide characters
* 25845: fix pattern but with backslashed and metafied charatersPeter Stephenson2008-10-111-1/+7
|
* 25138(? mailing list stuck): rewrite of completion matching.Peter Stephenson2008-06-081-73/+383
| | | | Will one day use multibyte/wide characters, doesn't yet.
* 25055: remove unnecessary debug testPeter Stephenson2008-05-171-1/+0
|
* unposted: fix position of cursor on forward pattern searchingPeter Stephenson2008-04-261-0/+10
|
* 24878: add incremental pattern searchesPeter Stephenson2008-04-261-0/+2
|
* 24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:Peter Stephenson2008-03-301-0/+2
| | | | fix backtracking problem in (#c) pattern
* fix optimisation of string matching with multibyte modePeter Stephenson2008-03-251-1/+1
| | | | | 24732: attempt to provide adequate space for sched ztrftime string with multibyte characters
* users/12087: fix globbing problem on CygwinPeter Stephenson2007-10-231-1/+20
|
* add (#cN,M) globbing flagPeter Stephenson2007-07-271-8/+136
|
* 22572: use of (#m) was broken with pure stringsPeter Stephenson2006-08-011-0/+26
|
* 22557: turn on multibyte option by defaultPeter Stephenson2006-07-251-2/+2
|
* fix typos in 22556Peter Stephenson2006-07-251-1/+1
|
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-241-41/+58
|
* 22525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson2006-06-281-11/+8
|
* Got rid of several compiler warnings about signed/unsigned problems byWayne Davison2006-05-311-14/+19
| | | | | | | 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.
* 22432: bug with backtracking over repeated single parameterhsPeter Stephenson2006-04-251-15/+19
|
* 22429: fix bug with pure string matchingPeter Stephenson2006-04-251-1/+1
|
* 22409: fix --disable-multibyte patternsPeter Stephenson2006-04-091-5/+4
|
* 22408: support for multibyte characters in patternsPeter Stephenson2006-04-091-390/+521
|
* 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson2005-10-111-3/+10
| | | | substitutions that don't match anything.
* 21736: improve tests for word and identifier characters with multibyte inputPeter Stephenson2005-09-201-0/+4
|
* Add [[:IFS:]] etc. tests.Peter Stephenson2005-05-091-2/+30
|
* 21194: fix handling of zero-length quoted test strings for patternsPeter Stephenson2005-04-261-1/+3
|
* Optimise length calculations for ${...//.../...}Peter Stephenson2005-04-241-11/+16
|
* 20568: debug test in pattern.c was out of datePeter Stephenson2004-11-191-1/+1
|
* 20513: fix tests of zero-length patternsPeter Stephenson2004-10-221-1/+14
| | | | trivial optimisation in jobs.c (unposted)
* 20500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson2004-10-181-189/+484
|
* 20490: Don't assume null termination for test string in pattern matching.Peter Stephenson2004-10-151-104/+231
|
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-051-13/+44
| | | | 20435: Make pattern.c not alter strings.
* Silenced two signed/unsigned comparison compiler warnings.Wayne Davison2004-05-281-2/+2
|
* 19554: make nocaseglob more efficient on CygwinPeter Stephenson2004-03-081-1/+10
|
* zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbingPeter Stephenson2004-03-061-1/+4
|
* 19269: 8-bit characters in character classesPeter Stephenson2003-12-031-1/+1
|
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-5/+5
|
* 18600: bug matching against [[:xdigit:]]Peter Stephenson2003-06-031-0/+1
|