about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison2004-10-171-0/+1
| | | | | so that functions such as magicspace() won't be accessing uninitialized memory when they look at "line".
* 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
| | | | list.
* 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
| | | | Time processes from before rather than after fork.
* _rsyncWayne Davison2004-10-071-0/+5
|
* Added the new options for 2.6.3 (only omitting --checksum-seed, whichWayne Davison2004-10-071-2/+5
| | | | is an advanced option that is not needed by normal users).
* unposted: update README for "test" changePeter Stephenson2004-10-052-1/+15
|
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-057-90/+198
| | | | 20435: Make pattern.c not alter strings.
* 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
| | | | | specify what flags to send to savehistfile(). - Implemented the HFILE_NO_REWRITE support in savehistfile().
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-3/+6
| | | | | - Use the new HFILE_NO_REWRITE flag when saving the history file after a signal was received.
* 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
| | | | Changed the sprintf() to convbase().
* 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
| | | | | | of awk or perl. That function has been enhanced to follow includes and to expand variables (which makes a target such as foo$(EXEEXT) expand into the right executable extention for the current system).
* 20427: Fix problem with _oldlist and custom completer.Peter Stephenson2004-10-013-1/+24
| | | | 20339: show-completer style
* * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵Clint Adams2004-09-302-9/+11
| | | | not using awk.
* 20414: Completion/Unix/Type/_diff_options: correct missing minus in ↵Clint Adams2004-09-282-1/+6
| | | | --unified, spotted by Paul Wagland.
* 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
| | | | the zsh completion example that ships with darcs.
* 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
| | | | 20332: Add WIDGETSTYLE zle parameter
* 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
| | | | fix and test for "command -v" crash with POSIX_BUILTINS.
* 20325: consensus fix for "command -v" crash w/POSIXBUILTINS.Bart Schaefer2004-09-081-2/+13
|
* 20320: rewrite of 20318, for sanity.Bart Schaefer2004-09-081-12/+9
|
* 20318: Fix xtrace output bug introduced by 20308.Bart Schaefer2004-09-042-4/+10
|