about summary refs log tree commit diff
path: root/Src/zsh.h
Commit message (Expand)AuthorAgeFilesLines
* Define MB_INCOMPLETE and MB_INVALID for MULTIBYTE_SUPPORT.Wayne Davison2006-01-121-0/+3
* Changed two zle functions to each return a char pointer, not anWayne Davison2005-11-151-2/+2
* Changed zle_text to a "char *" to match the new ZLE_STRING_T.Wayne Davison2005-11-011-2/+2
* Made the two ZC_REDIR_*() macros return an int.Wayne Davison2005-10-281-2/+2
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-1/+5
* 21871: replace INULL() by inull()Peter Stephenson2005-10-131-2/+0
* 21870: bad INULL() definitionPeter Stephenson2005-10-131-1/+1
* 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson2005-10-111-4/+25
* 21575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson2005-08-081-0/+9
* Added the PROMPTSP option plus 3 new termcap definesWayne Davison2005-07-151-1/+5
* 21296: Add ERR alias for ZERR where possible.Peter Stephenson2005-06-011-1/+2
* 21133: New {myfd} syntax for allocating file descriptorsPeter Stephenson2005-04-121-3/+14
* 21049: Don't close process substitution file descriptors for external programmesPeter Stephenson2005-03-311-0/+26
* Added HISTSAVEBYCOPY to the options enum.Wayne Davison2005-03-181-0/+1
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-251-1/+6
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-8/+2
* 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2Peter Stephenson2005-01-121-3/+8
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-32/+66
* 20500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson2004-10-181-1/+1
* 20490: Don't assume null termination for test string in pattern matching.Peter Stephenson2004-10-151-0/+1
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-081-4/+1
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-071-1/+10
* Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.Wayne Davison2004-10-011-1/+1
* Added HFILE_GOT_SIGNAL.Wayne Davison2004-10-011-0/+1
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-091-1/+2
* 20308: add EVAL_LINENO optionPeter Stephenson2004-09-031-0/+1
* 20149: improve prompt-reset codePeter Stephenson2004-07-111-1/+1
* 20076, 20084: { ... } always { ... } syntax.Peter Stephenson2004-06-221-0/+11
* 19767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle2004-04-201-1/+4
* zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson2004-04-191-0/+1
* 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle2004-03-111-1/+1
* zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbingPeter Stephenson2004-03-061-0/+1
* 19295: $CONTEXT zle parameterPeter Stephenson2003-12-151-2/+13
* 19242: Make job table dynamically reallocatable.Peter Stephenson2003-11-131-4/+3
* 19129: extra argument to typeset -T gives character for joining arrayPeter Stephenson2003-09-241-10/+16
* 19014: add alias -s suf=handlerPeter Stephenson2003-09-031-1/+4
* 18559, 18562: make modules use proper option argumentsPeter Stephenson2003-05-221-3/+4
* 18536: EMACS and VI compatibility optionsPeter Stephenson2003-05-141-0/+2
* 18492: Provide partial fix for multios and output process substitutionPeter Stephenson2003-05-021-0/+1
* 18472: spelling correctionsOliver Kiddle2003-04-251-2/+2
* 18252: pass ignoreeof as flag to zlereadPeter Stephenson2003-02-171-0/+1
* 17979: Add ERR_RETURN option.Peter Stephenson2002-12-041-0/+1
* 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd.Peter Stephenson2002-09-031-9/+13
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-18/+56
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-4/+4
* add new sepcial context -assign-parameter- for completing the parameter in an...Sven Wischnowsky2002-07-011-0/+2
* 17334: TYPESET_SILENT shell option and typeset -p optionPeter Stephenson2002-06-201-0/+2
* 17299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson2002-06-071-0/+18
* 16353: add += parameter assignmentsOliver Kiddle2001-12-171-2/+8
* 16201: introduce the PM_NAMEDDIR flagBart Schaefer2001-11-031-0/+1