about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Src/.cvsignore fix for Windows resources and iconPeter Stephenson2000-08-162-3/+7
|
* pws/Andrej: 12594, 12661: Windows resources and iconPeter Stephenson2000-08-165-2/+24
|
* 12658: cscope ignorancePeter Stephenson2000-08-163-1/+11
|
* make $modules report aliases correctly (12654)Sven Wischnowsky2000-08-163-5/+11
|
* remove unnecessary localSven Wischnowsky2000-08-162-3/+6
|
* 12650: don't show aliased modules if there aren't anyPeter Stephenson2000-08-152-2/+10
|
* 12652: Variable scoping problem.Bart Schaefer2000-08-152-10/+16
|
* call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky2000-08-154-24/+28
|
* small improvement to allow lists where the pid is not in the first column ↵Sven Wischnowsky2000-08-152-2/+7
| | | | (12635)
* Andrej, 12623: Fix dynamic linking for cygwin.Bart Schaefer2000-08-154-103/+64
|
* 12621: Avoid bad free.Bart Schaefer2000-08-142-0/+5
|
* Andrej, 12620: Fix up mmap tests.Bart Schaefer2000-08-143-5/+4
|
* 12614 and 12617.Bart Schaefer2000-08-141-0/+11
|
* 12617: Use AC_FUNC_MMAP.Bart Schaefer2000-08-141-1/+5
|
* Andrej, 12614: DLL is a shared library suffix.Bart Schaefer2000-08-141-1/+1
|
* Andrej, 12614: Clean zpty module after testing.Bart Schaefer2000-08-143-1/+9
|
* missing mod_export (12613)Sven Wischnowsky2000-08-142-1/+3
|
* make all builtins in computil test if they were called from a completion ↵Sven Wischnowsky2000-08-142-0/+17
| | | | function (12610)
* 12604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer2000-08-145-47/+56
|
* 12601: Tweak --enable-cflags et al.Bart Schaefer2000-08-143-4/+10
|
* 12598: configure takes --enable-cflags=... etc. argumentsPeter Stephenson2000-08-114-2/+234
|
* 12596: Update INSTALL for module aliasing changes.Bart Schaefer2000-08-112-26/+181
|
* fixes for completion in math contexts (12592)Sven Wischnowsky2000-08-114-4/+11
|
* 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)