about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 4.1.0-dev-1 zsh-4.1.0-dev-1Peter Stephenson2001-07-092-2/+4
* 15329: test script changes to go with 15327 LINENO changePeter Stephenson2001-07-0911-60/+66
* Fix function stack unwinding on autoload failures.Bart Schaefer2001-07-092-6/+12
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-098-14/+22
* 15304,15305,15308Bart Schaefer2001-07-081-0/+12
* Fix infinite loop on `r OLD=NEW' when OLD is the empty string.Bart Schaefer2001-07-081-0/+4
* Suppress XTRACE during user-defined widgets.Bart Schaefer2001-07-081-2/+6
* Don't always coerce to float when assigning to an unset parameter.Bart Schaefer2001-07-081-1/+2
* 15291, 15292: fix bug setting scalar in math modePeter Stephenson2001-07-064-15/+59
* 15250: still run setup even if pcre functions are unavailableClint Adams2001-07-062-6/+21
* 15279: ${(S)...%%...} etc. doc; 15288: bash word functions + docPeter Stephenson2001-07-068-6/+79
* add exclusion lists and use _multi_parts for sysctl completion on BSD (15252)Oliver Kiddle2001-07-063-19/+28
* (15283)Sven Wischnowsky2001-07-062-1/+6
* 15265: Src/parse.c: correction problems with new `for' syntaxPeter Stephenson2001-07-062-4/+8
* 15277: Src/glob.c: real backreferencing bug with ${(S)...%%...}Peter Stephenson2001-07-062-8/+12
* back out 15266Peter Stephenson2001-07-063-59/+14
* Avoid static link of pcre module.Bart Schaefer2001-07-062-14/+16
* 15266: fix for ${(S)...%%...}Peter Stephenson2001-07-053-9/+66
* 15264: improved doc for variant complex commandsPeter Stephenson2001-07-052-8/+20
* 15261: remaining easy option testsPeter Stephenson2001-07-053-1/+356
* 15253 : hash foo together with foo.exe on CygwinAndrey Borzenkov2001-07-052-4/+10
* 15242: pcre_match -a and $match instead of pparamsClint Adams2001-07-043-8/+25
* Remove extraneous comma.Bart Schaefer2001-07-031-1/+1
* 15234: describe behavior added by 15228.Clint Adams2001-07-032-0/+7
* 15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams2001-07-033-6/+43
* unposted: add mod_pcre to doc makefileClint Adams2001-07-032-3/+7
* add completion for sysctl(8) (15215, 15223)Oliver Kiddle2001-07-033-2/+40
* unposted: update distfiles for 15211Clint Adams2001-07-034-1/+9
* Remove references to FUNCINST_MK.Bart Schaefer2001-07-032-2/+4
* 15211: zsh/pcre moduleClint Adams2001-07-026-2/+200
* fix IRIX 5.3 specific compilation problems and some error messages (15204)Oliver Kiddle2001-07-024-5/+10
* Return nonzero from _tilde on no matches.Bart Schaefer2001-07-022-1/+8
* Reset errflag after executing precmd.Bart Schaefer2001-06-302-1/+6
* 15183: fix DLLD in non-ELF caseAndrey Borzenkov2001-06-292-3/+2
* Left-over changes from yesterdayPeter Stephenson2001-06-291-0/+9
* 15181: use -KPIC instead of -KpicAndrey Borzenkov2001-06-292-1/+5
* 15180: final AIX touch - default to termcap and add -shared flag (orAndrey Borzenkov2001-06-293-2/+19
* Bart15083: bash-backward-kill-wordClint Adams2001-06-292-0/+13
* Merge .distfiles change from 4.0.2 branch.Bart Schaefer2001-06-292-2/+6
* 15172Wayne Davison2001-06-281-0/+5
* Have prepnexthistent() remove any HIST_TEMPSTORE entry that is present.Wayne Davison2001-06-281-0/+4
* 15160, 15169: Doc formatting changes for texinfo and .html filesPeter Stephenson2001-06-285-8/+24
* update for test file renaming and fix typosOliver Kiddle2001-06-283-4/+6
* fix for two digit display numbers and -encodings option (15159)Oliver Kiddle2001-06-282-5/+9
* Unposted: Add _last.Bart Schaefer2001-06-281-1/+1
* Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde (1...Sven Wischnowsky2001-06-283-24/+54
* enable-sitefndir -> enable-site-fndirPeter Stephenson2001-06-272-1/+6
* (only the patch to compmatch.c from the mail); improve merging cline lists co...Sven Wischnowsky2001-06-272-1/+11
* add autocontinue option to automatically make stopped jos running when they a...Sven Wischnowsky2001-06-277-3/+44
* 15099: rudimental support for skipping unimplemented testsAndrey Borzenkov2001-06-263-9/+29