about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 20500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson2004-10-187-248/+537
* 20496Wayne Davison2004-10-181-0/+9
* Made zclose() avoid calling close() when fd < 0.Wayne Davison2004-10-181-1/+2
* In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison2004-10-171-0/+1
* 20490: string lengths in pattern.c: ChangeLog entryPeter Stephenson2004-10-161-0/+5
* 20490: Don't assume null termination for test string in pattern matching.Peter Stephenson2004-10-153-104/+237
* 20482: but with completion inside interactive completionPeter Stephenson2004-10-142-1/+55
* Simple changes to _make and _rsync.Wayne Davison2004-10-131-0/+8
* Added the 7 remaining options that were missing from the _argumentsWayne Davison2004-10-131-0/+6
* Got rid of "cmdargs" local since it is no longer used.Wayne Davison2004-10-121-1/+1
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-087-57/+189
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-077-38/+148
* _rsyncWayne Davison2004-10-071-0/+5
* Added the new options for 2.6.3 (only omitting --checksum-seed, whichWayne Davison2004-10-071-2/+5
* unposted: update README for "test" changePeter Stephenson2004-10-052-1/+15
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-057-90/+198
* 20418: report parse error rather than crash on unfinished pipelines.Bart Schaefer2004-10-022-2/+11
* 20438 and a couple unposted changes.Wayne Davison2004-10-011-0/+20
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-1/+2
* - Added an arg to saveandpophiststack() to allow the caller toWayne Davison2004-10-011-3/+4
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-3/+6
* Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.Wayne Davison2004-10-011-1/+1
* Silence unused-parameter warnings from the compiler.Wayne Davison2004-10-011-2/+2
* Added HFILE_GOT_SIGNAL.Wayne Davison2004-10-011-0/+1
* Use convbase() instead of a "%d" format to convert a zlong.Wayne Davison2004-10-011-3/+5
* We can't use "%d" on a histent number (which is a zlong these days).Wayne Davison2004-10-011-1/+1
* 20277 (modified)Wayne Davison2004-10-011-0/+6
* This version now uses a zsh function to parse the makefile insteadWayne Davison2004-10-011-20/+91
* 20427: Fix problem with _oldlist and custom completer.Peter Stephenson2004-10-013-1/+24
* * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by n...Clint Adams2004-09-302-9/+11
* 20414: Completion/Unix/Type/_diff_options: correct missing minus in --unified...Clint Adams2004-09-282-1/+6
* Some improvements suggested by Oliver.Wayne Davison2004-09-281-12/+9
* unposted: improve p4 add to ignore files being added alreadyPeter Stephenson2004-09-272-1/+13
* 20409Wayne Davison2004-09-251-0/+6
* Completion for the darcs revision control system. Derived fromWayne Davison2004-09-251-0/+14
* 20397: Fix places where texinfo changes "--" to "-"Bart Schaefer2004-09-224-4/+11
* Unposted: update _perforce for release 2004.2Peter Stephenson2004-09-212-16/+102
* 20398: allow clean exit from within widget functionPeter Stephenson2004-09-212-1/+12
* Fix typo.Bart Schaefer2004-09-201-1/+1
* 20391: SHLVL wasn't updated in environmentPeter Stephenson2004-09-202-2/+7
* 20388: tweak ignoreeof behavior on user-defined widgets to match docs.Bart Schaefer2004-09-202-2/+13
* 20387: revised algorithm for the fix in 20363.Bart Schaefer2004-09-203-17/+19
* 20378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson2004-09-174-4/+23
* 20364: use $WIDGETSTYLE in _oldlistPeter Stephenson2004-09-162-3/+7
* 20363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson2004-09-133-5/+20
* 20348: rejig WIDGETSTYLE and add WIDGETFUNCPeter Stephenson2004-09-103-9/+37
* Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS.Bart Schaefer2004-09-091-1/+15
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-099-64/+126
* 20330: rationalise zle return statusesPeter Stephenson2004-09-083-15/+26
* 20320, 20325: improved EVAL_LINENO + XTRACE fix, plus EVAL_LINENO test;Bart Schaefer2004-09-081-0/+9