summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-03-1324705: rationalise curses and term headers even morePeter Stephenson7-130/+171
2008-03-1224704: completion for BSD calendar.Clint Adams2-0/+17
2008-03-1124703: Src/Zle/zle_main.c: clear trashedzle when first startingBart Schaefer2-1/+9
the editor in zleread(), so that reexpandprompt() from the first zrefresh() won't expand the prompt an extra time.
2008-03-11unposted: make test for added space in 24699 saferPeter Stephenson3-5/+10
2008-03-0924702: fix 24701Clint Adams2-3/+3
2008-03-0924701: use $service instead of $words[1] so completion will work if git is ↵Clint Adams2-4/+9
an alias to a wrapper.
2008-03-0824699: bug with ${(Q)...} on initial ">"Peter Stephenson5-5/+94
bug with ${(z)...} on string with unterminated "("
2008-03-07users/12699: don't complete normal arguments where we're completing thePeter Stephenson2-4/+47
required argument to an option in the word following the option
2008-03-07Richard Hartmann: 24631: gpg completion updatePeter Stephenson2-4/+7
2008-03-0724696: turn off MULTIBYTE by default in sh emulationPeter Stephenson3-5/+12
2008-03-06History file-handling improvments.Wayne Davison2-8/+33
2008-03-06Fixed two compiler warnings about comparing signed/unsigned.Wayne Davison1-2/+2
2008-03-04unposted: improved handling of perforce @label and @datePeter Stephenson2-2/+7
2008-03-0324673: another attempt to sort characters the same way on multiple UTF-8Peter Stephenson2-21/+18
implementations
2008-03-0324662: River Tarnell: strtoul() compat when not in system libraryPeter Stephenson3-1/+108
2008-03-0324653, 24659: Completion/Unix/Type/_path_commands: use a helper functionBart Schaefer2-3/+21
to call "whatis" portably, and use compadd -O to pre-filter matches before reading $_command_descriptions.
2008-03-02overeagnerness to spot integers in cd after - and +Peter Stephenson2-1/+7
2008-03-0124650: use zstyle -t instead of -T since extra-verbose isn't meant to ↵Clint Adams2-1/+6
default to yes.
2008-03-0124632: fix remote ssh filename quoting.Clint Adams2-1/+10
2008-02-2824672: fix(?) crash resizing window during menu-selectPeter Stephenson2-3/+12
2008-02-2824626: only process command descriptions if extra-verbose style is set.Clint Adams3-1/+10
2008-02-2824622: add completion for 'git bisect skip' and 'git bisect run'.Clint Adams2-2/+14
2008-02-2724618: avoid problems with sorting of UTF-8 characters by using sortPeter Stephenson2-2/+13
2008-02-2724617: add '.' to the yodl include path for when files are passed as ↵Clint Adams2-2/+7
../../Doc/*.yo.
2008-02-2724611: fix ${+array[...]} for empty rangePeter Stephenson3-1/+15
2008-02-2724609: try to be safe about using libiconvPeter Stephenson3-4/+30
2008-02-2624600: yet another typoPeter Stephenson3-5/+13
24602: fix test when not run
2008-02-26another fatfinger: change comparison to asignmentGeoff Wing1-1/+1
2008-02-26pws fatfingered the last change in utils.cGeoff Wing2-1/+5
2008-02-2624596: use "US-ASCII" as charset if nl_langinfo(CODESET) returns "" or "646"Peter Stephenson2-0/+16
2008-02-2624592: make types of charset conversion failure more explicitPeter Stephenson2-3/+8
2008-02-2324588: tweak glob qualifier completionPeter Stephenson5-16/+20
24590: turn down error reporting when unquoting
2008-02-2324585: completion for glob qualifiers plusPeter Stephenson8-3/+393
bug fix for _alternative
2008-02-22unposted: new p4 change option -uPeter Stephenson2-0/+6
2008-02-2224578: stop completing --print-gnu-build-architecture, which was dropped in ↵Clint Adams2-1/+3
2005.
2008-02-2224576: replace shebang lines.Clint Adams3-0/+7
2008-02-21users/12632: bug unexporting special after being set for funccallPeter Stephenson2-0/+7
2008-02-2024572: add style reformat-date to calendarPeter Stephenson1-1/+1
2008-02-1924570: don't attempt to pre-filter $commands on $PREFIX, just let compaddBart Schaefer2-1/+7
deal with it.
2008-02-1924572: add style reformat-date to calendarPeter Stephenson3-6/+33
2008-02-18unposted: Functions/Misc/xtermctl: update uses of "read" to take advantageBart Schaefer2-5/+12
of users/12600.
2008-02-18users/12600: Src/builtin.c: reorder handling of -s/-d/-t optionsBart Schaefer1-0/+6
2008-02-18zsh-users/12600: reorder handling of -s/-d/-t options so that terminalBart Schaefer1-90/+93
input modes are set before attempting a read-poll. Also display any prompt before read-polling. Unposted: remove trailing whitespace from all lines that had it.
2008-02-1724566: fix prompts with glitch spaces a bit morePeter Stephenson3-7/+41
2008-02-1524556: %G in prompt for glitch charactersPeter Stephenson3-0/+25
2008-02-1524554: reduce accumulated memory listing in completion listingPeter Stephenson2-200/+225
make file static be used as such instead of as a pretend parameter
2008-02-1424551: Free heap memory after every ZLE commandPeter Stephenson3-0/+21
2008-02-11users/12547: [0] -> [1] in completion arraysPeter Stephenson3-3/+7
2008-02-1124545: new acroread optionsPeter Stephenson2-1/+15
2008-02-0924542: fix RC_QUOTES completion if opening quote not at start of stringPeter Stephenson2-5/+16