summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
2007-10-2424016: compilation with curses and not ncursesPeter Stephenson1-4/+11
2007-10-2324012: rename "endwin", "c", and "s" to "endwin", "char", and "string" ↵Clint Adams1-3/+3
respectively.
2007-10-2324011: various tweaks to zcurses commands including rearrangement to dispatchingPeter Stephenson1-268/+311
2007-10-2324010: fix max arguments for 'zcurses border' to 1.Clint Adams1-1/+1
2007-10-2124005: enforce min/max arguments on zcurses commands.Clint Adams1-2/+8
2007-10-2024002: change all the subcommands from option letters to words.Clint Adams1-66/+110
2007-10-2024001: fix up zcurses -CPeter Stephenson1-19/+25
2007-10-1923997: don't delete color pair hash on module unload unless it's been ↵Clint Adams1-2/+3
previously initialized.
2007-10-1823989: add broken zcurses -C to set window colors.Clint Adams1-6/+123
2007-10-1823978: zcurses -s with wide characters: use waddwstr()Peter Stephenson1-28/+20
2007-10-1723981: add zcurses -A to set window attributes.Clint Adams1-8/+82
2007-10-1723970: zcurses -i/-e, fix leak, add zcurses -r with no argumentPeter Stephenson1-15/+50
23968 (Vin Shelton): yodl fix
2007-10-1523964: call endwin() in curses module cleanup.Clint Adams1-0/+1
2007-10-1523962: store windows in a linked list instead of a static array, and use ↵Clint Adams1-53/+119
strings as window identifiers instead of integers.
2007-10-1523958: change target window to be the first argument of zcurses -a.Clint Adams1-6/+6
2007-10-1523957: minor fixes.Clint Adams1-1/+1
2007-10-14unposted: update for zsh/curses module and documentation.Clint Adams1-0/+1
2007-10-1423952: work with non-wide curses as well.Clint Adams2-2/+18
2007-10-0823923: fold all other curses windowing builtins into zcurses.Clint Adams1-107/+70
2007-10-0823919: have new zcurses builtin replace 4 separate builtins.Clint Adams2-95/+111
2007-10-0823911: curses windowing module.Clint Adams2-0/+338
2007-09-05users/11818: allow non-numeric keys for job status parametersPeter Stephenson1-3/+16
2007-08-2123788: add -h option to chown symlinks rather than targets, and change ↵Clint Adams1-3/+18
default behavior to do the opposite.
2007-08-01update some .distfilesPeter Stephenson1-0/+1
2007-07-12revert thatClint Adams4-51/+127
2007-07-1223670: use getaddrinfo() and getnameinfo() instead of get*by* functions.Clint Adams4-127/+51
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson22-228/+190
2007-06-2723670: rationalise some linked list functionsPeter Stephenson1-32/+6
2007-06-2023578: make standard features autoloadable,Peter Stephenson22-33/+20
use feature notation for .mdd autoloads
2007-06-1923575: AIX needs features_() and enables_()Peter Stephenson1-0/+14
2007-06-1823562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2-6/+6
2007-06-0823537: make style list a hash tablePeter Stephenson1-122/+189
2007-06-0723535: autoload saliases and dis_saliases from zsh/parameterPeter Stephenson1-1/+1
2007-05-2923488: tidy up module interface and documentationPeter Stephenson1-1/+1
2007-05-2923482: more typosPeter Stephenson1-1/+1
2007-05-28see 23479: add initial features support for modulesPeter Stephenson23-618/+713
2007-05-2123446: fix typo producing wrong values for alias parametersPeter Stephenson1-1/+1
2007-05-10Peter A. Castro: 23408: zftp account handling was brokenPeter Stephenson1-1/+1
2007-05-02unposted: regex fix-ups: missing doc file plus pointer fixesPeter Stephenson1-2/+3
2007-05-0123375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson3-39/+294
2007-04-0523264: don't add the -pcre-match operator unless the pcre functions are ↵Clint Adams1-5/+10
available.
2007-02-1323168: fix error message for failed bindPeter Stephenson1-1/+1
2006-12-01c.f. 23023: new calendar function system.Peter Stephenson1-0/+1
2006-09-18operator precedence fixClint Adams1-1/+1
2006-09-1722728: $functrace parameter for function backtraces.Clint Adams2-1/+33
2006-09-1022681: find all error number definitionsPeter Stephenson1-1/+2
2006-08-2022650: remove now buggy pointer to last added stylePeter Stephenson1-8/+5
2006-08-2022683: deleting style in context never removed style itselfPeter Stephenson1-14/+42
2006-08-1722613: add strftime -r to use strptime() if availablePeter Stephenson1-1/+65
2006-08-1622610: allow zstyle -L to have argumentsPeter Stephenson1-2/+34