about summary refs log tree commit diff
path: root/Src/zsh.h
Commit message (Collapse)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
| | | | asynchronicity problem. Document workarounds for remaining problems.
* 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
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 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 ↵Sven Wischnowsky2002-07-011-0/+2
| | | | an assignment (17387)
* 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
| | | | as finished with.
* 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
| | | | display when accepting commands
* 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 ↵Sven Wischnowsky2001-06-271-0/+1
| | | | are being disowned; make that the default for `%job &!' and `%job &|' (15115)
* 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
| | | | pws: 13109, 13111: clear up zle display when output produced in trap.
* 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
| | | | | Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
* 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
| | | | | | | | Src/zsh.mdd: Allow options to be specified on the zsh command line in the form of GNU-style long options. Also handle --version and --help. Do not permit extra option letters to be stacked after `-whatever-' (they used to be ignored). Exit if the command line specifies an option name that doesn't exist.
* allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky2000-06-221-2/+2
| | | | list-colors handling (12029)
* 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
| | | | item (or you can think of it as pointing one past the last item).
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-2/+2
| | | | Zero-length arrays now possible with $array[1,0]
* save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky2000-05-231-1/+0
| | | | (11523)
* 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