about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* users/12087: fix globbing problem on CygwinPeter Stephenson2007-10-231-1/+20
* 24007: prompt allocation and use of "shout"Peter Stephenson2007-10-222-5/+5
* 24006: (F) glob qualifier should unmetafyPeter Stephenson2007-10-221-2/+5
* 24005: enforce min/max arguments on zcurses commands.Clint Adams2007-10-211-2/+8
* 24002: change all the subcommands from option letters to words.Clint Adams2007-10-201-66/+110
* 24001: fix up zcurses -CPeter Stephenson2007-10-201-19/+25
* 23997: don't delete color pair hash on module unload unless it's been previou...Clint Adams2007-10-191-2/+3
* 23924: Improve synchronising of character attributes with otherGeoff Wing2007-10-192-30/+29
* 23989: add broken zcurses -C to set window colors.Clint Adams2007-10-181-6/+123
* 23978: zcurses -s with wide characters: use waddwstr()Peter Stephenson2007-10-181-28/+20
* 23981: add zcurses -A to set window attributes.Clint Adams2007-10-171-8/+82
* 23970: zcurses -i/-e, fix leak, add zcurses -r with no argumentPeter Stephenson2007-10-171-15/+50
* 23964: call endwin() in curses module cleanup.Clint Adams2007-10-151-0/+1
* 23962: store windows in a linked list instead of a static array, and use stri...Clint Adams2007-10-151-53/+119
* 23958: change target window to be the first argument of zcurses -a.Clint Adams2007-10-151-6/+6
* 23957: minor fixes.Clint Adams2007-10-151-1/+1
* unposted: update for zsh/curses module and documentation.Clint Adams2007-10-141-0/+1
* 23952: work with non-wide curses as well.Clint Adams2007-10-142-2/+18
* 23927: don't define struct timezone if ZSH_OOT_MODULE is defined.Clint Adams2007-10-111-1/+1
* 23923: fold all other curses windowing builtins into zcurses.Clint Adams2007-10-081-107/+70
* 23919: have new zcurses builtin replace 4 separate builtins.Clint Adams2007-10-082-95/+111
* 23911: curses windowing module.Clint Adams2007-10-082-0/+338
* 23900: Better handling of NO_EQUALS in old completionPeter Stephenson2007-10-032-1/+8
* users/11883: return at top level caused following precommand functionsPeter Stephenson2007-09-261-2/+4
* 2381x: set vipenultsrchstr to NULL after freeing it to avoid vi-mode history ...Clint Adams2007-09-131-0/+1
* users/11818: allow non-numeric keys for job status parametersPeter Stephenson2007-09-053-11/+28
* users/11807: fix some job display bugsPeter Stephenson2007-09-042-109/+162
* 23812: fix core dump on ( command & ) from 23460Peter Stephenson2007-08-311-1/+2
* 23809: expand $'...' in completion wordPeter Stephenson2007-08-301-1/+84
* 23808: debugging for wcs_nicechar()Peter Stephenson2007-08-301-0/+4
* 23807: fix interactive completion modePeter Stephenson2007-08-302-0/+12
* 23795: improve ${(Q)...} with $'..'Peter Stephenson2007-08-231-0/+38
* 23794: fix crash completing on "foo$" (quotes significant)Peter Stephenson2007-08-221-1/+1
* 23791: use VARARR for MB_CUR_MAXPeter Stephenson2007-08-221-1/+1
* 23788: add -h option to chown symlinks rather than targets, and change defaul...Clint Adams2007-08-211-3/+18
* 23784: Use $'\...' for quoting unparseable charactersPeter Stephenson2007-08-201-53/+107
* 23757: suppress correction of command words followed by ()Peter Stephenson2007-08-141-3/+17
* 23736: status for file save wasn't initialisedPeter Stephenson2007-08-011-0/+1
* update some .distfilesPeter Stephenson2007-08-011-0/+1
* 23733: zmodload -LaF didn't include unloaded modulesPeter Stephenson2007-07-311-1/+1
* 23732: three broken testsPeter Stephenson2007-07-311-1/+1
* 23730: improve preprocessor and regression tests for 23725Peter Stephenson2007-07-313-13/+11
* 23725: use setenv()/unsetenv() for environment memory managementPeter Stephenson2007-07-303-6/+81
* add (#cN,M) globbing flagPeter Stephenson2007-07-271-8/+136
* 23702: fix installing executable scriptsPeter Stephenson2007-07-261-1/+1
* 23696: x=x; x[-10]=y did bad thingsPeter Stephenson2007-07-251-1/+4
* 23694: fix =~Peter Stephenson2007-07-241-1/+1
* 23693: _match completion tried to match the quoted form of filenamesPeter Stephenson2007-07-231-2/+24
* 23682: module field renaming missed from 23665Peter Stephenson2007-07-171-2/+2
* 23671: command not found handlerPeter Stephenson2007-07-131-0/+23