about summary refs log tree commit diff
path: root/Src/zsh.h
Commit message (Expand)AuthorAgeFilesLines
* 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