about summary refs log tree commit diff
path: root/Src/zsh.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 16063: add transientrprompt option to remove right prompt fromGeoff Wing2001-10-241-0/+1
* 15291, 15292: fix bug setting scalar in math modePeter Stephenson2001-07-061-0/+1
* add autocontinue option to automatically make stopped jos running when they a...Sven Wischnowsky2001-06-271-0/+1
* Added KSH_TYPESET option.Peter Stephenson2001-06-121-0/+1
* 14813: autoload functions from deleted .zwc filesClint Adams2001-06-081-0/+1
* Added HIST_TMPSTORE define.Wayne Davison2001-05-151-0/+1
* Subscripting optimization and error checking.Bart Schaefer2001-04-241-0/+1
* 13611, 13615: Bind cursor keys using termcap, including in viins.Peter Stephenson2001-03-131-1/+5
* two optimisationsSven Wischnowsky2001-03-071-2/+2
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-281-0/+1
* Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson2000-12-051-21/+21
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-2/+0
* Andrej, 12623: Fix dynamic linking for cygwin.Bart Schaefer2000-08-151-14/+0
* 12581: C_BASES optionPeter Stephenson2000-08-101-0/+1
* 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson2000-08-081-0/+2
* 12555: fix static linking on cygwinPeter Stephenson2000-08-071-1/+1
* Andrej: Dynamic loading on cygwinPeter Stephenson2000-08-021-0/+8
* 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main2000-07-301-1/+1
* allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky2000-06-221-2/+2
* Make PRINT_* flags unique againPeter Stephenson2000-06-131-5/+5
* 11867: restrict typeset -H applicationPeter Stephenson2000-06-121-0/+1
* 11838: typeset -HPeter Stephenson2000-06-091-11/+12
* Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison2000-06-021-1/+1
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-2/+2
* save and restore more variables in bufferwords(); move gotword() into core (1...Sven Wischnowsky2000-05-231-1/+0
* 11387: OCTAL_ZEROES optionClint Adams2000-05-151-0/+1
* 11044, 11260: DVORAK options for spell checking.Peter Stephenson2000-05-081-0/+1
* 10771: new GLOBAL_EXPORT option; successful compilation on OpenBSDPeter Stephenson2000-04-161-0/+1
* 10756: fix (#s) and (#e) for parameter substitution formsPeter Stephenson2000-04-141-0/+2
* 10745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.hClint Adams2000-04-131-2/+3
* compare mapped zwc files using stat instead of the pathnames (10699)Sven Wischnowsky2000-04-121-1/+2
* keep association elements from being exportedSven Wischnowsky2000-04-041-0/+1
* Updated from list as far as 10376Peter Stephenson2000-04-011-287/+677
* Initial revisionTanaka Akira1999-04-151-0/+1293