about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* 24010: fix max arguments for 'zcurses border' to 1.Clint Adams2007-10-231-1/+1
* 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
* 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
* 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
* users/11818: allow non-numeric keys for job status parametersPeter Stephenson2007-09-051-3/+16
* 23788: add -h option to chown symlinks rather than targets, and change defaul...Clint Adams2007-08-211-3/+18
* update some .distfilesPeter Stephenson2007-08-011-0/+1
* revert thatClint Adams2007-07-124-51/+127
* 23670: use getaddrinfo() and getnameinfo() instead of get*by* functions.Clint Adams2007-07-124-127/+51
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-0622-228/+190
* 23670: rationalise some linked list functionsPeter Stephenson2007-06-271-32/+6
* 23578: make standard features autoloadable,Peter Stephenson2007-06-2022-33/+20
* 23575: AIX needs features_() and enables_()Peter Stephenson2007-06-191-0/+14
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-182-6/+6
* 23537: make style list a hash tablePeter Stephenson2007-06-081-122/+189
* 23535: autoload saliases and dis_saliases from zsh/parameterPeter Stephenson2007-06-071-1/+1
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-1/+1
* 23482: more typosPeter Stephenson2007-05-291-1/+1
* see 23479: add initial features support for modulesPeter Stephenson2007-05-2823-618/+713
* 23446: fix typo producing wrong values for alias parametersPeter Stephenson2007-05-211-1/+1
* Peter A. Castro: 23408: zftp account handling was brokenPeter Stephenson2007-05-101-1/+1
* unposted: regex fix-ups: missing doc file plus pointer fixesPeter Stephenson2007-05-021-2/+3
* 23375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson2007-05-013-39/+294
* 23264: don't add the -pcre-match operator unless the pcre functions are avail...Clint Adams2007-04-051-5/+10
* 23168: fix error message for failed bindPeter Stephenson2007-02-131-1/+1
* c.f. 23023: new calendar function system.Peter Stephenson2006-12-011-0/+1
* operator precedence fixClint Adams2006-09-181-1/+1
* 22728: $functrace parameter for function backtraces.Clint Adams2006-09-172-1/+33
* 22681: find all error number definitionsPeter Stephenson2006-09-101-1/+2
* 22650: remove now buggy pointer to last added stylePeter Stephenson2006-08-201-8/+5
* 22683: deleting style in context never removed style itselfPeter Stephenson2006-08-201-14/+42
* 22613: add strftime -r to use strptime() if availablePeter Stephenson2006-08-171-1/+65
* 22610: allow zstyle -L to have argumentsPeter Stephenson2006-08-161-2/+34
* 22583: erand48() needs initialisation on Cygwin.Peter Stephenson2006-08-041-0/+7
* 22483: add $sysparams to zsh/systemPeter Stephenson2006-06-051-9/+88
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-3018-194/+185