summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2002-05-2117141 plus mods: add `zle -F fd handler' feature.Peter Stephenson3-68/+276
2002-05-21fix for file-type-tests in nested quotes and don't count space file-type-char...Sven Wischnowsky5-82/+75
2002-05-21improve calculation of used columns for match-max-length (17194)Sven Wischnowsky1-15/+37
2002-05-21fix for completion in nested quotes where the sub-word ends in a backslash (1...Sven Wischnowsky1-2/+6
2002-05-21avoid printing in the last screen column when preparing a completion listing ...Sven Wischnowsky1-2/+2
2002-05-1717175: Src/math.c: didn't handle parameters before a ternary expressionPeter Stephenson1-0/+2
2002-05-1617171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson1-0/+2
2002-05-1517166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson1-2/+3
2002-05-15follow-up to 17135, backslash-quoted backslashes in double quotes weren't rig...Sven Wischnowsky1-5/+16
2002-05-1417162: Src/Modules/tcp.c: prevent warning onPeter Stephenson1-2/+2
2002-05-1417161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson1-0/+1
2002-05-14allow users to give the maximum number of display-columns the matches should ...Sven Wischnowsky1-14/+25
2002-05-1317120, 17121: Src/init.c: work around problem with NIS tying up filePeter Stephenson1-4/+47
2002-05-13fix for unquoting with `compset -q' with singly and doubly quoted strings (17...Sven Wischnowsky2-16/+100
2002-05-0817102: looking up TCP sessions by fd returned the wrong pointerPeter Stephenson1-1/+1
2002-05-0817097: closing all TCP sessions referenced freed memory.Peter Stephenson1-2/+4
2002-05-0817095: Bug in setting associative array; remove unused counterPeter Stephenson1-8/+5
2002-05-0817081: New zselect module and documentation.Peter Stephenson2-0/+316
2002-05-0817075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov1-1/+1
2002-05-06Detect variant tgetent() return value and test for it correctly.Bart Schaefer1-3/+3
2002-05-06Split tokenize() into shtokenize() and zshtokenize()Bart Schaefer3-8/+22
2002-04-2517046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson1-2/+3
2002-04-2517040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2-3/+4
2002-04-25remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky1-1/+0
2002-04-24fix two memory leaks (found by Felix): pre-compiled patterns when re-defining...Sven Wischnowsky2-0/+2
2002-04-1817011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson2-4/+4
2002-04-17Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson1-1/+5
2002-04-17make compvalues unquote the string from the line like comparguments does (16998)Sven Wischnowsky1-3/+20
2002-04-16treat backslashed bangs in double quotes specially in get_comp_string(), they...Sven Wischnowsky1-0/+6
2002-04-0816942: Allow zero-length matches in parameter substitutions.Peter Stephenson1-2/+2
2002-03-24Made SAVEHIST a special parameter.Wayne Davison1-0/+20
2002-03-24Added "savehistsiz" (for the new SAVEHIST special parameter), and used itWayne Davison1-5/+9
2002-03-24Got rid of unused-variable compiler warning.Wayne Davison1-2/+2
2002-03-1916862: allow print's -s and -z options to be used with -fOliver Kiddle1-59/+99
2002-03-13remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky1-0/+1
2002-03-07Fix parsing of binary infix operators of test builtin.Bart Schaefer1-2/+2
2002-03-07don't try to build the redirection string for the loops (for, foreach, select...Sven Wischnowsky1-1/+1
2002-03-0516767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson1-23/+115
2002-03-0416759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>:Peter Stephenson1-5/+7
2002-03-01add $redirections array to completion system parameters, containing informati...Sven Wischnowsky5-25/+74
2002-02-25allow nterruption of empty while-loops with ^C (16711)Sven Wischnowsky1-31/+47
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky1-4/+0
2002-02-22Improved the output of the "history" command with a 1-line history buffer,Wayne Davison1-10/+15
2002-02-22In putoldhistentryontop(), ensure that we can't return with "next" set toWayne Davison1-2/+3
2002-02-2216620, 16697: add a and n parameter expansion flagsOliver Kiddle2-51/+100
2002-02-20Yet another fix for prepnexthistent().Wayne Davison1-1/+2
2002-02-2016619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle1-21/+28
2002-02-1916673: add langinfo module as an interface to locale information.Clint Adams3-0/+566
2002-02-1916635: make sure we display lists in singlelinezle modeGeoff Wing1-2/+2
2002-02-18Fixed a just-introduced bug in prepnexthistent() when curline is inWayne Davison1-4/+5