about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* correct overzealousness in 25701Clint Adams2008-09-212-2/+1
|
* 25701: fix memory leak in loadautofn.Clint Adams2008-09-212-1/+7
|
* 25697: drop git code and switch to vcs_info.Clint Adams2008-09-212-5/+11
|
* 25693: Frank Terbeck: another doc glitchPeter Stephenson2008-09-192-4/+10
|
* users/13262: Frank Terbeck: another formatting fixPeter Stephenson2008-09-192-2/+8
|
* users/13252 and elsewhere: Frank Terbeck plus tweaks:Peter Stephenson2008-09-1941-3/+1119
| | | | add VCS_Info function system
* c.f. users/13251: update mapfile doc againPeter Stephenson2008-09-192-1/+9
|
* 25690: fix insert-last-word on multibyte characters with MetaPeter Stephenson2008-09-182-5/+8
|
* 25684: respect trap line number rulesPeter Stephenson2008-09-181-0/+3
|
* users/13239: add some comments to mapfile docPeter Stephenson2008-09-182-3/+8
|
* 25682: terminate history line before passing to zshaddhistory hookPeter Stephenson2008-09-182-2/+12
|
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-1614-66/+131
| | | | tidy up interface to doshfunc()
* 25672: remove unnecessary Nularg when prompt expandingPeter Stephenson2008-09-152-0/+9
| | | | to avoid problem with glitch space
* 25671: non existing variable in typeset -p should cause status 1Peter Stephenson2008-09-153-2/+9
|
* 25667: free mstr before returning from errors.Clint Adams2008-09-142-0/+6
|
* 25666: free memory allocated for an xor if the argument number is invalid.Clint Adams2008-09-142-0/+7
|
* 25662: declare -p should never create argumentsPeter Stephenson2008-09-133-4/+25
|
* 25656: free val only after it may be passed to strlen().Clint Adams2008-09-132-1/+4
|
* 25655: remove completion for --remove-sent-files option.Clint Adams2008-09-132-1/+5
|
* 25654: fix return bug and add --color.Clint Adams2008-09-122-1/+7
|
* 25632: xRaich[o]²x: Src/mem.c: munmap() argument was wrong.Peter Stephenson2008-09-112-2/+6
|
* unposted: typo in ChangeLogPeter Stephenson2008-09-111-1/+1
|
* 25651: make getpermtext() output indentation more logicalPeter Stephenson2008-09-117-17/+14
|
* 25643: keep DEBUG and ZERR traps in subshellsPeter Stephenson2008-09-113-2/+8
|
* 25641: add emulation option (NO_)MULTI_FUNC_DEFPeter Stephenson2008-09-115-0/+18
|
* Frank Terbeck: 25640: another alias handling fix.Clint Adams2008-09-102-1/+4
|
* 25639: free ptr2 if hsubl is NULL.Clint Adams2008-09-102-1/+5
|
* 25638: remove unnecessary ternary expression in match_str.Clint Adams2008-09-102-1/+4
|
* 25637: dereference prog after the NULL check.Clint Adams2008-09-102-1/+6
|
* 25636: free s before returning with an error condition.Clint Adams2008-09-082-1/+10
|
* 25634: free t before returning if both t and errflag are set.Clint Adams2008-09-082-0/+7
|
* Frank Terbeck: 25624: clean up git alias parsing.Clint Adams2008-09-072-5/+11
|
* 25627: add $ZSH_SUBSHELLPeter Stephenson2008-09-055-1/+37
|
* 25615: $ZSH_DEBUG_CMD for use in DEBUG trapsPeter Stephenson2008-09-056-11/+65
|
* 25608: NO_cshjunkiesquote in completionPeter Stephenson2008-09-052-0/+6
|
* 25611, 25613: protect against two possible NULL dereferences.Clint Adams2008-09-052-18/+25
|
* 25612: remove dead code.Clint Adams2008-09-052-5/+4
|
* 25610: remove dead code.Clint Adams2008-09-042-4/+2
|
* 25609: initialize sz variable.Clint Adams2008-09-042-1/+5
|
* 25603: format error in compsys.yoPeter Stephenson2008-09-032-2/+4
|
* Jörg Sommer <joerg@alea.gnuu.de>: 25598/25599:Peter Stephenson2008-09-032-1/+5
| | | | auto-remove automatically added = in alias completion
* 25595: fix line numbers with EVAL_LINENO,Peter Stephenson2008-09-038-34/+134
| | | | | try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack
* 25600: fix incorrect pattern introduced by 25059.Bart Schaefer2008-09-032-1/+6
|
* Mikael Magnusson: 25594: "git clean" cleanup.Clint Adams2008-09-022-11/+6
|
* Mikael Magnusson: 25591: "git remote rm" completion.Clint Adams2008-09-012-1/+7
|
* Mikael Magnusson: 25590: update "git add" completion.Clint Adams2008-09-012-4/+8
|
* Frank Terbeck: 25588: add --no-pager option to git completion.Clint Adams2008-09-012-0/+6
|
* 25587: fix a==(stuff) and associated stuff.Peter Stephenson2008-09-014-0/+28
|
* 25585: fix git command completion when there are arguments after the cursor ↵Clint Adams2008-09-012-8/+11
| | | | position.
* Frank Terbeck: 25583: more git alias fixes.Clint Adams2008-09-012-7/+12
|