summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-08-04users/13095: no _XOPEN_SOURCE_EXTENDED on AIXPeter Stephenson2-1/+4
2008-08-0425384: fix problem with incorrect autoloads of zsh/zlePeter Stephenson2-8/+19
2008-08-04users/13093: HashNode changes for AIXPeter Stephenson2-3/+8
2008-08-0225373: trashzleptr() -> zleentry(ZLE_CMD_TRASH)Bart Schaefer2-1/+6
2008-08-01fix problems with trapreturn, in particular in source inside trapPeter Stephenson4-2/+24
2008-08-01TCP functions: fix some variable handling problems,Peter Stephenson4-108/+122
also standardise indentation add-zsh-hook: fix check for existence of hook function in existing hook
2008-07-3125364: fix k flag in hash subscriptPeter Stephenson3-4/+19
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson13-120/+204
2008-07-30cross-reference to DEBUG_BEFORE_CMD optionPeter Stephenson2-2/+7
2008-07-30users/13077: Max Mikhanosha: restore follow after sort in _path_filesPeter Stephenson2-3/+8
2008-07-2925346: fix some variables in compdumpPeter Stephenson2-5/+8
2008-07-29users/13072: add follow option to file-sortPeter Stephenson3-1/+10
2008-07-27following discussion, change fc error messagePeter Stephenson2-1/+7
2008-07-2525338: disallow usage of current history line in fcPeter Stephenson2-0/+20
2008-07-2325236: missing changelog entryPeter Stephenson1-0/+5
2008-07-2325330: fix description of zcurses "position" (was documented as "location").Clint Adams2-3/+6
2008-07-2325329: build the curses module if we've got any usable curses header, not ↵Clint Adams2-1/+4
just curses.h.
2008-07-2325328: fix --recv-keys and --send-keys to complete key IDs instead of uid ↵Clint Adams2-2/+11
email addresses.
2008-07-2225236: don't recalculate prompt if not redisplayingPeter Stephenson1-1/+1
2008-07-2125324: Danek Duvall: some Solaris and more general completionsPeter Stephenson28-25/+1168
2008-07-2125322: fix printing of keys.Clint Adams2-0/+3
2008-07-2125321: delete gdbm node when corresponding hash entry is unset.Clint Adams2-1/+9
2008-07-2125320: fix read and write of elements by key.Clint Adams2-16/+31
2008-07-2125319: fix zuntie, add -f option to ztie.Clint Adams3-0/+257
2008-07-2125318: allow parameter to be tied to a gdbm database.Clint Adams2-2/+10
2008-07-1825304: Richard Hartmann: dont go beyond 80 columns in new user scriptPeter Stephenson2-1/+7
2008-07-1725272: add zshaddhistory hookPeter Stephenson9-49/+117
2008-07-15users/13036: "." is a valid character in a user namePeter Stephenson2-1/+6
2008-07-1425278: rename sections in compwid.yo to avoid confusionPeter Stephenson5-27/+34
2008-07-11Phil Pennock: 25275: use restrictive permissions on cache filesPeter Stephenson3-3/+14
put zstat in example zshrc
2008-07-1125276: use autoload -z for zsh-autoload functionsPeter Stephenson27-28/+50
2008-07-07unposted: fix warn_create_global warnings in copy-earlier-wordPeter Stephenson2-1/+6
2008-07-0725267: ambiguous pattern matching fix: missing logPeter Stephenson2-1/+11
25269: Frank Terbeck: typo
2008-07-0625267: fix problem with menu on ambiguous completion without matchingPeter Stephenson1-0/+39
2008-07-0525266: always use EXTENDED_GLOB for patterns in ZLS_COLORSPeter Stephenson3-1/+13
2008-07-0125262: suspicious error checking in braceless function definitionPeter Stephenson2-2/+6
2008-07-0125259: improve getquery() handling of unhandled charactersPeter Stephenson2-16/+35
2008-06-3025258(?): donʼt use -M option with -U in _path_filesPeter Stephenson2-7/+12
2008-06-30unlocalised variablePeter Stephenson2-0/+4
2008-06-3025255: add anonymous function capabilityPeter Stephenson4-28/+170
2008-06-2425243: patch from Chris Lamb to add --same-as for xrandrClint Adams2-0/+6
2008-06-2425244: add subword-range stylePeter Stephenson5-13/+29
2008-06-24users/12985, users/12986, users/12988: Tomasz Pala:Peter Stephenson6-9/+317
some new and updated completions
2008-06-24users/12987: add subword capability to word-stylePeter Stephenson4-14/+84
2008-06-2425242: Mikael V prompt test for contents of psvarPeter Stephenson3-0/+13
2008-06-2325237: TCP function system: make tcp_on_open return status significantPeter Stephenson3-9/+34
2008-06-2325236: zsh-mime-setup -l argumentsPeter Stephenson3-3/+20
2008-06-2125231: fix approximation of absolute paths in root directoryPeter Stephenson2-1/+6
2008-06-1925214, tweaked: add warning about exponentiation precedencePeter Stephenson2-2/+12
2008-06-1625167: patch from Petr Salinger to define _GNU_SOURCE (for /dev/ptmx) when ↵Clint Adams2-1/+7
glibc is being used on non-linux platforms.