summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2002-11-2017940: Add -C and -a options to print builtinPeter Stephenson1-16/+58
2002-11-1317935: beautify bin_whence indentation of () and {} contents.Clint Adams1-4/+8
2002-11-1317931: Philippe: restore blocking of SIGTERM in interactive shellPeter Stephenson1-0/+1
2002-11-0817861 from Philippe Troin: make signal initialisation more consistentPeter Stephenson1-23/+9
2002-11-0417859: Philippe Troin: better handling of process groups interactively.Peter Stephenson1-5/+26
2002-10-31- Use floatsecondsgetfn() and floatsecondssetfn() inside the int* versionWayne Davison1-18/+25
of the functions (for improved accuracy). - Added getrawseconds() and setrawsecodns() to allow the code to save and restore the actual start time of the $SECONDS variable. - Changed the code that was adding in the child's elapsed time into the parent $SECONDS variable to just restore the raw time.
2002-10-31- Save off the raw start-time of the $SECONDS special variable if we'reWayne Davison1-2/+8
creating a local value (avoids rounding problems with elapsed time). - Also changed a line where the newspecial enum was compared to 0 instead of NS_NONE.
2002-10-30Got rid of a gcc-3.2 compiler warning.Wayne Davison1-1/+2
2002-10-2917873: When restoring SECONDS after a function call, included elapsed time.Peter Stephenson1-0/+17
2002-10-2917872: Fix `typeset SECONDS' when creating local parameterPeter Stephenson1-3/+22
2002-10-2917868: Allow $SECONDS to become floating point.Peter Stephenson2-12/+92
2002-10-11* 17810 (Martin Waitz): Src/utils.c: bung up memory leak withClint Adams1-1/+4
POSIX.1e capabilities.
2002-10-1017794: fix bugs with tied parametersOliver Kiddle2-1/+19
2002-10-0717481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson2-18/+33
2002-10-0617760: Fix case-pattern parsing bug in sh emulation.Bart Schaefer2-2/+8
2002-10-0617714: Fix to 17357, add module dependencies even if not adding autoloads.Bart Schaefer1-3/+3
2002-09-1917692: Prevent typeset of a positional parameter before it can do damage,Bart Schaefer1-2/+5
and improve the error message about it.
2002-09-1717673: Fix bug with &&s and ||s in complex constructsPeter Stephenson1-2/+16
2002-09-1617678: ignore initial `--' argument to printf to satisfy POSIXOliver Kiddle1-3/+7
2002-09-0317608: comment on use and abuse of BINF_SKIPINVALIDPeter Stephenson1-1/+9
2002-09-0317602, 17603: Rationalise option handling, in particular for cd, pushd, popd.Peter Stephenson2-170/+163
2002-08-2717582: Improved option argument handling.Peter Stephenson35-650/+997
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2002-08-2217544: implement read -s to suppress tty echoPeter Stephenson1-3/+26
2002-08-2217570: tweaks to socket modulePeter Stephenson1-12/+13
2002-08-20fix typo in comment (17569)Sven Wischnowsky1-1/+1
2002-08-20fix default completion module loading, use compctl if it hasn't been loaded ↵Sven Wischnowsky3-1/+13
already and no completion widgets have been defined (17567)
2002-08-1817558: zsh/net/socket , zsocket builtinClint Adams3-0/+293
2002-08-0817516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson2-1/+11
First with zstyle patterns, second with pwd in job structure.
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle16-36/+36
2002-08-0117497: getopts skipped over zero-length arguments.Peter Stephenson1-0/+2
2002-08-01Dan Nelson: 17492: Quote output from xtracePeter Stephenson3-13/+26
2002-07-30make sure invalidatelist() isn't called hwen we are inside menu selection ↵Sven Wischnowsky1-1/+1
and there's only one match left (17489)
2002-07-2917485?: Incorrect test for TYPESET_SILENTPeter Stephenson1-1/+1
2002-07-08remove qword, it isn't needed anymore (17439)Sven Wischnowsky1-12/+1
2002-07-05improve interactive mode when there are no matches left (alow to go back ↵Sven Wischnowsky1-10/+30
with undo) (17429)
2002-07-0417417: remove unused fluff from datetime.cClint Adams1-3/+1
2002-07-0417405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson2-0/+11
2002-07-04in menu selection, use copies of comp{pre,suf}fix to make sure they exist; ↵Sven Wischnowsky3-19/+42
fix display problem with non-empty iprefix (17403)
2002-07-03fix for interactive mode when menu selection is called via the menu-select ↵Sven Wischnowsky1-5/+5
widget (17394)
2002-07-0117390: new zle parameters $PREDISPLAY, $POSTDISPLAYPeter Stephenson2-22/+112
2002-07-0117384: new recursive-edit widget.Peter Stephenson2-66/+87
2002-07-01add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky3-6/+23
an assignment (17387)
2002-06-2717357: Predefine autoloads in zsh emulation only.Bart Schaefer1-0/+2
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky3-46/+456
2002-06-2417360: more lenient accept-line-and-down-history behaviourPeter Stephenson1-16/+26
17361: more careful about NULL history entries in zle
2002-06-2417350: add $CUTBUFFER and $killring zle parametersPeter Stephenson1-0/+129
2002-06-2017334: TYPESET_SILENT shell option and typeset -p optionPeter Stephenson4-50/+110
2002-06-1417318: ${(z)...} added an extra space when the lexical analyser failed.Peter Stephenson1-0/+9
2002-06-0717304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson1-2/+3
2002-06-0717299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson6-20/+69
as finished with.