summaryrefslogtreecommitdiffstats
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 54545: A few very minor things coverity complained aboutMikael Magnusson2026-05-165-5/+8
* 54544: Coverity CID 439086 fix potential leak of prog in ptyread()Mikael Magnusson2026-05-161-0/+2
* 54543: Coverity CID 1692315 memcpy of uninitialized member winsizeMikael Magnusson2026-05-161-1/+1
* 54542: Coverity CID 1692320 fix leak of match1Mikael Magnusson2026-05-161-1/+3
* 54541: Coverity CID 1255748 check return value from stat()Mikael Magnusson2026-05-161-2/+1
* 54540: Coverity CID 1637388 avoid clobbering sigMikael Magnusson2026-05-161-2/+3
* 54539: Coverity CID 1692314 avoid overflowing version field in dump headerMikael Magnusson2026-05-161-1/+1
* 54538: Coverity CID 1637382 bsiz can overflow when reading a large heredocMikael Magnusson2026-05-161-2/+3
* 54537: Coverity CID 1372427 buffer overrun in zexecve()Mikael Magnusson2026-05-161-2/+3
* 54536: Coverity CID 1255827 Fix leak of prog in loadautofn()Mikael Magnusson2026-05-161-4/+7
* 54535: Coverity CID 1500747 0-initialize tiMikael Magnusson2026-05-161-0/+1
* 54548: zftp: fix some mistakesMikael Magnusson2026-05-161-11/+7
* 54527: don't start a vi change from emacs modeOliver Kiddle2026-05-141-1/+2
* 54495: Add ztcp -s to shutdown a tcp fdMikael Magnusson2026-05-112-5/+48
* 54494: Add zsocket -s to shutdown() a socket fdMikael Magnusson2026-05-111-1/+12
* 54493: socket: fix some issues with socket nameMikael Magnusson2026-05-111-1/+10
* 54492: is* classification functions take unsigned charMikael Magnusson2026-05-111-1/+1
* 54491: Don't read COLORVAR out of boundsMikael Magnusson2026-05-111-0/+2
* 54490: Fix buffer overflow and wrong behavior in url_encodeMikael Magnusson2026-05-111-1/+1
* 54481: Move variable into scope where it's usedMikael Magnusson2026-05-111-1/+1
* 54483: Make sure zleline is null-terminatedMikael Magnusson2026-05-115-1/+9
* 54480: Wrong memcmp variant used in getvirange()Mikael Magnusson2026-05-111-1/+1
* 54479: Fix use-after-free when handling TRAPEXITMikael Magnusson2026-05-111-0/+1
* 54506: fix checking of dash following the prefix in terminal extensionsOliver Kiddle2026-05-101-14/+17
* 54486: fix reading outside string issue reported by valgrindOliver Kiddle2026-05-101-4/+4
* 54374: Run ZERR trap on zsh errorsPhilippe Altherr2026-05-091-0/+3
* 54471: getopts: don't look for +o with posix_builtins, add -pdana2026-05-061-6/+11
* 54451: compvalues: support leading '!' in spec, handle escaping betterdana2026-05-061-8/+36
* 54437 (tweaked): lex: fix <-> in parameter flagsdana2026-05-021-1/+1
* 54383: Fix WATCH/watch tyingPhilippe Altherr2026-04-302-11/+9
* 54404: skip the RGB terminal query on older versions of the Apple terminalOliver Kiddle2026-04-301-1/+18
* 54376: zparseopts: use standard option parsingdana2026-04-291-141/+50
* 54381: zparseopts -M: use last as-given option name in arraysdana2026-04-291-1/+1
* 54402: Fix crash in pcre_callout with numerical callout 0Mikael Magnusson2026-04-281-1/+1
* Philippe: 54342: Fix handling of reversed slices of scalar valuesPhilippe Altherr2026-04-281-0/+2
* 54362: zparseopts: support empty optspecdana2026-04-191-1/+6
* 54361 (tweaked): zparseopts: print friendlier usage errors, add -n optiondana2026-04-191-6/+17
* 54181, 54331: remove support for restricted shellOliver Kiddle2026-04-149-181/+55
* 54318: mathfunc: add isnan() and isinf(). also document NaN + Infdana2026-04-131-0/+14
* 54313: convfloat: use consistent capitalisation for NaN, Inf, and -Infdana2026-04-131-1/+6
* 54285: 'let' builtin should return 2 if error occurredJun-ichi Takimoto2026-04-071-2/+5
* 54159: strftime: respect empty TZdana2026-04-051-1/+1
* 54144: termquery: don't warn about creating .term.* paramsdana2026-04-051-7/+7
* 53299: zparseopts: improve accuracy of bad-option messagedana2026-04-051-1/+1
* 54155: specify $HOST in OSC7 working directory reportJohannes Altmanninger2026-04-051-2/+7
* 54154: extract function for URL-encoding and writing to TTYJohannes Altmanninger2026-04-051-5/+9
* 54048: consistently re-bind namerefs when returning from greater locallevelPhilippe Altherr2026-03-311-1/+2
* 54262: track and revert hidden references in chains across locallevel scopesPhilippe Altherr2026-03-311-11/+46
* 54261: `unset -n` removes named-reference type as well as removes referentPhilippe Altherr2026-03-313-30/+39
* 54252: allow single dot as a valid (yet incomplete) parameter nameJun-ichi Takimoto2026-03-301-0/+9