summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-08-28fix for `function' without names (12710)Sven Wischnowsky2-1/+8
2000-08-27new AIX specific completion function (12708)Oliver Kiddle2-0/+18
2000-08-23complete compressed files for gv; improve results from _pspdf (12692)Sven Wischnowsky5-9/+78
2000-08-21use return value (12682)Sven Wischnowsky2-0/+6
2000-08-18enhance _zmodload to use _arguments (12677)Oliver Kiddle2-17/+46
2000-08-16Src/.cvsignore fix for Windows resources and iconPeter Stephenson2-3/+7
2000-08-16pws/Andrej: 12594, 12661: Windows resources and iconPeter Stephenson5-2/+24
2000-08-1612658: cscope ignorancePeter Stephenson3-1/+11
2000-08-16make $modules report aliases correctly (12654)Sven Wischnowsky3-5/+11
2000-08-16remove unnecessary localSven Wischnowsky2-3/+6
2000-08-1512650: don't show aliased modules if there aren't anyPeter Stephenson2-2/+10
2000-08-1512652: Variable scoping problem.Bart Schaefer2-10/+16
2000-08-15call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky4-24/+28
2000-08-15small improvement to allow lists where the pid is not in the first column ↵Sven Wischnowsky2-2/+7
(12635)
2000-08-15Andrej, 12623: Fix dynamic linking for cygwin.Bart Schaefer4-103/+64
2000-08-1412621: Avoid bad free.Bart Schaefer2-0/+5
2000-08-14Andrej, 12620: Fix up mmap tests.Bart Schaefer3-5/+4
2000-08-1412614 and 12617.Bart Schaefer1-0/+11
2000-08-1412617: Use AC_FUNC_MMAP.Bart Schaefer1-1/+5
2000-08-14Andrej, 12614: DLL is a shared library suffix.Bart Schaefer1-1/+1
2000-08-14Andrej, 12614: Clean zpty module after testing.Bart Schaefer3-1/+9
2000-08-14missing mod_export (12613)Sven Wischnowsky2-1/+3
2000-08-14make all builtins in computil test if they were called from a completion ↵Sven Wischnowsky2-0/+17
function (12610)
2000-08-1412604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer5-47/+56
2000-08-1412601: Tweak --enable-cflags et al.Bart Schaefer3-4/+10
2000-08-1112598: configure takes --enable-cflags=... etc. argumentsPeter Stephenson4-2/+234
2000-08-1112596: Update INSTALL for module aliasing changes.Bart Schaefer2-26/+181
2000-08-11fixes for completion in math contexts (12592)Sven Wischnowsky4-4/+11
2000-08-113.1.9-dev-5Peter Stephenson2-2/+6
2000-08-10Minor documentation fixes (12585)Oliver Kiddle6-51/+54
2000-08-10add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle6-12/+32
2000-08-10add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle2-1/+9
2000-08-1012582: improved first argument for is-at-leastPeter Stephenson2-6/+14
2000-08-1012581: C_BASES optionPeter Stephenson5-1/+27
2000-08-09new completion for read builtin (12578)Oliver Kiddle4-5/+28
2000-08-0812568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.Clint Adams6-3/+36
2000-08-08handle the right option in strings with multiple single-letter options (and ↵Sven Wischnowsky3-2/+9
correctly handle its argument) (12567)
2000-08-08more fixes for completion of special characters (quoting) (12565)Sven Wischnowsky5-25/+60
2000-08-08unposted: Remove Src/Aliases stuff and remove aliased modules from xmods.confPeter Stephenson8-142/+14
2000-08-0812561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson1-0/+6
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
2000-08-0812561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson5-51/+326
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
2000-08-08users/3358: Zero shout when closing SHTTY in subshells.Bart Schaefer2-0/+9
2000-08-0712555: fix static linking on cygwinPeter Stephenson2-3/+8
2000-08-0512549: Typo in 12547.Bart Schaefer2-1/+5
2000-08-0512548: Tweak 12547.Bart Schaefer2-14/+13
2000-08-0512547: Handle ENOENT and ENOTDIR in zpathmax().Bart Schaefer4-32/+42
2000-08-0512541: zrealpath wrapper around realpath()Clint Adams3-1/+17
2000-08-0412533: pathconf() without tail in mkdirClint Adams2-2/+21
2000-08-04remove (wrong) test for linked-in modules in require_module() (12525)Sven Wischnowsky2-5/+5
2000-08-0415216: Rewrite pathconf() support.Bart Schaefer5-53/+103