about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 3.1.9-dev-5 zsh-3.1.9-dev-5Peter Stephenson2000-08-112-2/+6
|
* Minor documentation fixes (12585)Oliver Kiddle2000-08-106-51/+54
|
* add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle2000-08-106-12/+32
|
* add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle2000-08-102-1/+9
|
* 12582: improved first argument for is-at-leastPeter Stephenson2000-08-102-6/+14
|
* 12581: C_BASES optionPeter Stephenson2000-08-105-1/+27
|
* new completion for read builtin (12578)Oliver Kiddle2000-08-094-5/+28
|
* 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.Clint Adams2000-08-086-3/+36
|
* handle the right option in strings with multiple single-letter options (and ↵Sven Wischnowsky2000-08-083-2/+9
| | | | correctly handle its argument) (12567)
* more fixes for completion of special characters (quoting) (12565)Sven Wischnowsky2000-08-085-25/+60
|
* unposted: Remove Src/Aliases stuff and remove aliased modules from xmods.confPeter Stephenson2000-08-088-142/+14
|
* 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson2000-08-081-0/+6
| | | | | Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
* 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson2000-08-085-51/+326
| | | | | Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
* users/3358: Zero shout when closing SHTTY in subshells.Bart Schaefer2000-08-082-0/+9
|
* 12555: fix static linking on cygwinPeter Stephenson2000-08-072-3/+8
|
* 12549: Typo in 12547.Bart Schaefer2000-08-052-1/+5
|
* 12548: Tweak 12547.Bart Schaefer2000-08-052-14/+13
|
* 12547: Handle ENOENT and ENOTDIR in zpathmax().Bart Schaefer2000-08-054-32/+42
|
* 12541: zrealpath wrapper around realpath()Clint Adams2000-08-053-1/+17
|
* 12533: pathconf() without tail in mkdirClint Adams2000-08-042-2/+21
|
* remove (wrong) test for linked-in modules in require_module() (12525)Sven Wischnowsky2000-08-042-5/+5
|
* 15216: Rewrite pathconf() support.Bart Schaefer2000-08-045-53/+103
|
* quotingSven Wischnowsky2000-08-0314-14/+27
|
* 12501: Andrej: use zgetenv, zputenvPeter Stephenson2000-08-032-32/+34
|
* small fix for `read -r' doc (12497)Sven Wischnowsky2000-08-032-1/+4
|
* one more problem with quoting of glob characters in filename completion (12496)Sven Wischnowsky2000-08-032-0/+4
|
* make binding of ^D be used in first column if ignoreeof is set and ^D is ↵Sven Wischnowsky2000-08-033-21/+42
| | | | bound to a shell function widget (12494)
* Andrej: Dynamic loading on cygwinPeter Stephenson2000-08-0211-210/+452
|
* 12489: pathconf for unlimited fsClint Adams2000-08-023-6/+13
|
* 12472: limited pathconf supportClint Adams2000-08-024-79/+334
|
* 12486: new completion caching layerAdam Spiers2000-08-029-244/+474
|
* if compcontext is an assoc, the keys are the completions and the values are ↵Sven Wischnowsky2000-08-024-5/+23
| | | | their descriptions (12483)
* prefer user-defined specs over ones derived from --help output (12475)Sven Wischnowsky2000-08-022-1/+17
|
* *** empty log message ***Sven Wischnowsky2000-08-011-2/+2
|
* new completion function for slrn (12463)Sven Wischnowsky2000-08-012-0/+19
|
* fix for automatically recognised options, don't expect an argument after ↵Sven Wischnowsky2000-08-012-2/+7
| | | | each of them (12462)
* remove tests for kshautoload (use zcompile -z); fix for setting scriptname ↵Sven Wischnowsky2000-08-016-6/+6
| | | | for functions that redefine themselves
* remove tests for kshautoload (use zcompile -z); fix for setting scriptname ↵Sven Wischnowsky2000-08-013-2/+9
| | | | for functions that redefine themselves (12453)
* make $compcontext more powerful and easier to use for simple casesSven Wischnowsky2000-08-012-10/+78
|
* make $compcontext more powerful and easier to use for simple cases (12449)Sven Wischnowsky2000-08-013-5/+13
|
* Add compaudit to .distfiles; 3.1.9-dev-4 zsh-3.1.9-dev-4Peter Stephenson2000-07-313-3/+9
|
* isalpha() -> ialpha(); avoid a compiler warning (12439)Sven Wischnowsky2000-07-312-1/+4
|
* clarify manual for menu style; select= and yes= may be given both a number ↵Sven Wischnowsky2000-07-312-0/+11
| | | | and one of the long* values at the same time (12438)
* 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave likeAndrew Main2000-07-303-12/+23
| | | | | | | the csh -b, permitting more options to be stacked after it and take effect. Make -b take effect depending on SH_OPTION_LETTERS, consistent with all the other single-letter options, rather than having a clashing check of emulation type.
* 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main2000-07-306-31/+192
| | | | | | | | 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.
* The `wait' builtin accepts only PIDs it can find in the job table.Bart Schaefer2000-07-282-1/+13
|
* 12421: extra tab in Makemod.in.inPeter Stephenson2000-07-282-1/+3
|
* 12411, 12419: Andrej: environment handling with fewer assumptionsPeter Stephenson2000-07-285-204/+400
|
* 12415: fix bug in last patch when quoting metafied field separator.Peter Stephenson2000-07-272-0/+7
|
* 12414: vared quotes separators when editing arraysPeter Stephenson2000-07-275-13/+92
|