about summary refs log tree commit diff
path: root/Src/glob.c
Commit message (Collapse)AuthorAgeFilesLines
* 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