summaryrefslogtreecommitdiff
path: root/Src/zsh.h
AgeCommit message (Collapse)AuthorFilesLines
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
2000-07-3012434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main1-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.
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky1-2/+2
list-colors handling (12029)
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
item (or you can think of it as pointing one past the last item).
2000-05-31Wayne: pattern.c unitialised varPeter Stephenson1-2/+2
Zero-length arrays now possible with $array[1,0]
2000-05-23save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky1-1/+0
(11523)
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