summaryrefslogtreecommitdiff
path: root/Src/zsh.h
AgeCommit message (Collapse)AuthorFilesLines
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-32/+66
Separate justification width of parameters from base/precision.
2004-10-1820500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson1-1/+1
2004-10-1520490: Don't assume null termination for test string in pattern matching.Peter Stephenson1-0/+1
2004-10-0820467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson1-4/+1
2004-10-0720462: Use getrusage for timing again.Peter Stephenson1-1/+10
Time processes from before rather than after fork.
2004-10-01Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.Wayne Davison1-1/+1
2004-10-01Added HFILE_GOT_SIGNAL.Wayne Davison1-0/+1
2004-09-0920331: Use internal zlong variables for consistencyPeter Stephenson1-1/+2
20332: Add WIDGETSTYLE zle parameter
2004-09-0320308: add EVAL_LINENO optionPeter Stephenson1-0/+1
2004-07-1120149: improve prompt-reset codePeter Stephenson1-1/+1
20150: commit ancient memory leak fix(?) in completion
2004-06-2220076, 20084: { ... } always { ... } syntax.Peter Stephenson1-0/+11
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-1/+4
completion system to be used with ksh_autoload set
2004-04-19zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson1-0/+1
2004-03-1119595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle1-1/+1
2004-03-06zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbingPeter Stephenson1-0/+1
2003-12-1519295: $CONTEXT zle parameterPeter Stephenson1-2/+13
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-4/+3
2003-09-2419129: extra argument to typeset -T gives character for joining arrayPeter Stephenson1-10/+16
2003-09-0319014: add alias -s suf=handlerPeter Stephenson1-1/+4
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson1-3/+4
2003-05-1418536: EMACS and VI compatibility optionsPeter Stephenson1-0/+2
2003-05-0218492: Provide partial fix for multios and output process substitutionPeter Stephenson1-0/+1
asynchronicity problem. Document workarounds for remaining problems.
2003-04-2518472: spelling correctionsOliver Kiddle1-2/+2
2003-02-1718252: pass ignoreeof as flag to zlereadPeter Stephenson1-0/+1
2002-12-0417979: Add ERR_RETURN option.Peter Stephenson1-0/+1
2002-09-0317602, 17603: Rationalise option handling, in particular for cd, pushd, popd.Peter Stephenson1-9/+13
2002-08-2717582: Improved option argument handling.Peter Stephenson1-18/+56
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-4/+4
2002-07-01add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky1-0/+2
an assignment (17387)
2002-06-2017334: TYPESET_SILENT shell option and typeset -p optionPeter Stephenson1-0/+2
2002-06-0717299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson1-0/+18
as finished with.
2001-12-1716353: add += parameter assignmentsOliver Kiddle1-2/+8
2001-11-0316201: introduce the PM_NAMEDDIR flagBart Schaefer1-0/+1
2001-10-2416063: add transientrprompt option to remove right prompt fromGeoff Wing1-0/+1
display when accepting commands
2001-07-0615291, 15292: fix bug setting scalar in math modePeter Stephenson1-0/+1
2001-06-27add autocontinue option to automatically make stopped jos running when they ↵Sven Wischnowsky1-0/+1
are being disowned; make that the default for `%job &!' and `%job &|' (15115)
2001-06-12Added KSH_TYPESET option.Peter Stephenson1-0/+1
2001-06-0814813: autoload functions from deleted .zwc filesClint Adams1-0/+1
2001-05-15Added HIST_TMPSTORE define.Wayne Davison1-0/+1
2001-04-24Subscripting optimization and error checking.Bart Schaefer1-0/+1
2001-03-1313611, 13615: Bind cursor keys using termcap, including in viins.Peter Stephenson1-1/+5
2001-03-07two optimisationsSven Wischnowsky1-2/+2
2001-02-28add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky1-0/+1
2000-12-05Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson1-21/+21
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-2/+0
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-08-15Andrej, 12623: Fix dynamic linking for cygwin.Bart Schaefer1-14/+0
2000-08-1012581: C_BASES optionPeter Stephenson1-0/+1
2000-08-0812561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson1-0/+2
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
2000-08-0712555: fix static linking on cygwinPeter Stephenson1-1/+1
2000-08-02Andrej: Dynamic loading on cygwinPeter Stephenson1-0/+8