summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2000-08-1412604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer4-47/+51
2000-08-11fixes for completion in math contexts (12592)Sven Wischnowsky2-3/+4
2000-08-1012581: C_BASES optionPeter Stephenson3-1/+8
2000-08-0812568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.Clint Adams4-2/+29
2000-08-08handle the right option in strings with multiple single-letter options (and ↵Sven Wischnowsky1-1/+4
correctly handle its argument) (12567)
2000-08-08more fixes for completion of special characters (quoting) (12565)Sven Wischnowsky1-16/+24
2000-08-08unposted: Remove Src/Aliases stuff and remove aliased modules from xmods.confPeter Stephenson7-142/+10
2000-08-0812561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson3-42/+268
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 Schaefer1-0/+1
2000-08-0712555: fix static linking on cygwinPeter Stephenson2-3/+8
2000-08-0512549: Typo in 12547.Bart Schaefer1-1/+1
2000-08-0512548: Tweak 12547.Bart Schaefer1-13/+12
2000-08-0512547: Handle ENOENT and ENOTDIR in zpathmax().Bart Schaefer2-31/+35
2000-08-0512541: zrealpath wrapper around realpath()Clint Adams1-0/+13
2000-08-0412533: pathconf() without tail in mkdirClint Adams1-2/+16
2000-08-04remove (wrong) test for linked-in modules in require_module() (12525)Sven Wischnowsky1-5/+0
2000-08-0415216: Rewrite pathconf() support.Bart Schaefer4-53/+97
2000-08-03quotingSven Wischnowsky2-2/+3
2000-08-0312501: Andrej: use zgetenv, zputenvPeter Stephenson1-32/+29
2000-08-03make binding of ^D be used in first column if ignoreeof is set and ^D is ↵Sven Wischnowsky1-21/+31
bound to a shell function widget (12494)
2000-08-02Andrej: Dynamic loading on cygwinPeter Stephenson8-207/+415
2000-08-0212489: pathconf for unlimited fsClint Adams2-6/+10
2000-08-0212472: limited pathconf supportClint Adams2-78/+326
2000-08-01remove tests for kshautoload (use zcompile -z); fix for setting scriptname ↵Sven Wischnowsky1-1/+1
for functions that redefine themselves
2000-07-31isalpha() -> ialpha(); avoid a compiler warning (12439)Sven Wischnowsky1-1/+1
2000-07-3012436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave likeAndrew Main1-10/+10
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.
2000-07-3012434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main4-22/+132
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-07-28The `wait' builtin accepts only PIDs it can find in the job table.Bart Schaefer1-1/+7
2000-07-2812421: extra tab in Makemod.in.inPeter Stephenson1-1/+1
2000-07-2812411, 12419: Andrej: environment handling with fewer assumptionsPeter Stephenson3-203/+388
2000-07-2712415: fix bug in last patch when quoting metafied field separator.Peter Stephenson1-0/+2
2000-07-2712414: vared quotes separators when editing arraysPeter Stephenson3-13/+81
2000-07-27compdescribe shouldn't use the sets after failed initialisationSven Wischnowsky1-2/+2
2000-07-26Belatedly fold in 12162, to replace command subst with eval.Bart Schaefer1-1/+2
2000-07-21fix parsing of `time' without a command (12337)Sven Wischnowsky1-3/+7
2000-07-20Renamed shouldIgnoreLine() to should_ignore_line().Wayne Davison1-2/+2
2000-07-20Support "builtin" in the HIST_NO_STORE check.Wayne Davison1-3/+6
2000-07-19Removed remhist() and HA_JUNKED, added an Eprog arg to hend(), andWayne Davison1-25/+47
added the shouldIgnoreLine() function that hend() now calls to figure out if it needs to save the line or not.
2000-07-19Call hend() with a NULL arg.Wayne Davison1-1/+1
2000-07-19Pass the new Eprog argument to hend().Wayne Davison1-2/+2
2000-07-19Removed call to remhist().Wayne Davison2-4/+0
2000-07-19If an alias starts with a space, set aliasspaceflag to 1 instead ofWayne Davison1-3/+2
calling remhist().
2000-07-19Define aliasspaceflag, and init it in parse_event().Wayne Davison1-1/+5
2000-07-19a bit of security for a VARARR() (12314)Sven Wischnowsky1-1/+1
2000-07-18don't let duplicate matches keep us from recognising exact matches if they ↵Sven Wischnowsky1-1/+1
produce the same string on the line (12297)
2000-07-18Changed several references to curhist into curline.histnum so thatWayne Davison1-5/+7
they would work right even if we didn't store the current command in the history.
2000-07-18+ Got rid of the spaceflag variable.Wayne Davison1-11/+8
+ Make sure that the curline.histnum variable is accurate at the end of our history processing, even if we read in some foreign history and/or if we replaced the prior line because it was a duplicate of the current one. This enables the history (fc -l) command to work properly, even if the current command was HIST_NO_SPACE-ed away. + Don't allow remhist() to remove the last line in the history if we didn't store the current command.
2000-07-18Removed the spaceflag variable.Wayne Davison2-32/+41
2000-07-17don't treat non-option arguments as options (12266)Sven Wischnowsky1-1/+1
2000-07-17Fix the gethistent() function and enhanced the reliability of theWayne Davison1-9/+14
SHARE_HISTORY option.