summaryrefslogtreecommitdiff
path: root/Src/zsh.h
AgeCommit message (Expand)AuthorFilesLines
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 a...Sven Wischnowsky1-0/+1
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
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
2000-08-0712555: fix static linking on cygwinPeter Stephenson1-1/+1
2000-08-02Andrej: Dynamic loading on cygwinPeter Stephenson1-0/+8
2000-07-3012434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main1-1/+1
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky1-2/+2
2000-06-13Make PRINT_* flags unique againPeter Stephenson1-5/+5
2000-06-1211867: restrict typeset -H applicationPeter Stephenson1-0/+1
2000-06-0911838: typeset -HPeter Stephenson1-11/+12
2000-06-02Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison1-1/+1
2000-05-31Wayne: pattern.c unitialised varPeter Stephenson1-2/+2
2000-05-23save and restore more variables in bufferwords(); move gotword() into core (1...Sven Wischnowsky1-1/+0
2000-05-1511387: OCTAL_ZEROES optionClint Adams1-0/+1
2000-05-0811044, 11260: DVORAK options for spell checking.Peter Stephenson1-0/+1
2000-04-1610771: new GLOBAL_EXPORT option; successful compilation on OpenBSDPeter Stephenson1-0/+1
2000-04-1410756: fix (#s) and (#e) for parameter substitution formsPeter Stephenson1-0/+2
2000-04-1310745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.hClint Adams1-2/+3
2000-04-12compare mapped zwc files using stat instead of the pathnames (10699)Sven Wischnowsky1-1/+2
2000-04-04keep association elements from being exportedSven Wischnowsky1-0/+1
2000-04-01Updated from list as far as 10376Peter Stephenson1-287/+677
1999-04-15Initial revisionTanaka Akira1-0/+1293