about summary refs log tree commit diff
path: root/Src/glob.c
Commit message (Collapse)AuthorAgeFilesLines
* 18263: fix saving of glob state so that globs can be used from (e) glob qualOliver Kiddle2003-02-201-2/+3
|
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-2/+2
|
* Split tokenize() into shtokenize() and zshtokenize()Bart Schaefer2002-05-061-2/+16
| | | | to improve SH_GLOB handling, particularly in completion
* 16942: Allow zero-length matches in parameter substitutions.Peter Stephenson2002-04-081-2/+2
|
* 16620, 16697: add a and n parameter expansion flagsOliver Kiddle2002-02-221-41/+4
|
* 16487: Src/glob.c: bug in 16486 when a qualifier in a setPeter Stephenson2002-01-221-1/+1
| | | | consisted only of flags which were handled globally.
* 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson2002-01-221-409/+565
| | | | | (#q...) EXTENDED_GLOB syntax for qualifiers. May be chained, ignored by pattern matching code.
* 15931: EXIT traps from exit in subshell; 15965: glob -> zglobPeter Stephenson2001-10-081-1/+1
|
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-091-1/+1
|
* 15277: Src/glob.c: real backreferencing bug with ${(S)...%%...}Peter Stephenson2001-07-061-8/+9
|
* back out 15266Peter Stephenson2001-07-061-57/+8
|
* 15266: fix for ${(S)...%%...}Peter Stephenson2001-07-051-8/+57
|
* Back off 14140 (tokenize comma)Peter Stephenson2001-05-091-1/+0
|
* Make X{$~foo}Y where $foo contains commas behave as expectedPeter Stephenson2001-05-021-0/+1
|
* Subscripting optimization and error checking.Bart Schaefer2001-04-241-1/+1
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-5/+14
| | | | signal handlers are only executed when it is safe to run them (13365)
* Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson2000-12-051-7/+7
|
* Change some zerr to zwarn for consistency.Bart Schaefer2000-10-021-2/+1
|
* Improve upon some of the PATH_MAX changes.Bart Schaefer2000-09-181-32/+0
|
* quotingSven Wischnowsky2000-08-031-0/+1
|
* Fixed glob array indexing.Wayne Davison2000-06-021-1/+1
|
* Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison2000-06-021-14/+15
| | | | item (or you can think of it as pointing one past the last item).
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-13/+12
| | | | Zero-length arrays now possible with $array[1,0]
* 11410: make tokenize() tokenize =, so $~foo allows =cmd expansionPeter Stephenson2000-05-161-0/+1
|
* AIX dependency fixesOliver Kiddle2000-04-301-2/+2
|
* 10756: fix (#s) and (#e) for parameter substitution formsPeter Stephenson2000-04-141-0/+47
|
* 10564: typo in _wantedClint Adams2000-04-071-1/+3
| | | | | 10565: maximum function depth configure option 10566: patgetglobflags has a second argument now
* Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524Peter Stephenson2000-04-051-1280/+1115
|
* Initial revisionTanaka Akira1999-04-151-0/+2800