summaryrefslogtreecommitdiffstats
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* 55128: socket: unmetafy the socket nameMikael Magnusson2 days1-14/+52
* 54810: use realparamtab to create and scope private variablesPhilippe Altherr12 days1-3/+3
* 54994: use gdbm_fd_open so we can move the fd to >9Mikael Magnusson2026-07-251-3/+13
* 54986: actually prevent FDT_MODULE fds from being closed by userMikael Magnusson2026-07-253-27/+46
* 54927: checkptycmd: remove select()+FIONREAD variant, re-enable poll on osxMikael Magnusson2026-07-121-33/+0
* 54783: improve checkptycmdMikael Magnusson2026-07-041-0/+61
* 54767: zformat: replace -qn by spec quoting indicator syntaxdana2026-06-201-28/+30
* 54776: fix warnings from 54710Mikael Magnusson2026-06-162-7/+9
* 54753: zpty: register pty fd as FDT_MODULE so it isn't closed when forkingMikael Magnusson2026-06-141-2/+1
* 54721: illegal -> invalid, invalid option -> bad optionMikael Magnusson2026-06-142-2/+2
* 54714: add MB_NICECHAR and use itMikael Magnusson2026-06-141-6/+2
* 54713: fix multibyte error reporting in zparseoptsMikael Magnusson2026-06-141-3/+12
* 54710: handle multibyte arguments in error messagesMikael Magnusson2026-06-143-3/+8
* 54731: Adapt gdbm code to named referencesPhilippe Altherr2026-06-091-23/+14
* 54705: ksh93: fix use after free of .sh.edcharMikael Magnusson2026-06-101-2/+1
* 54704 + 54728: remove obsolete workaround in ksh93 moduleMikael Magnusson2026-06-101-10/+0
* 54475: Don't perform dereferencing when looking up certain special parametersPhilippe Altherr2026-06-082-4/+4
* unposted: fix NULL termination in ksh93Mikael Magnusson2026-06-081-0/+1
* 54669: add --disable-link-all-libs configure optionMikael Magnusson2026-06-075-22/+6
* 54617: fix lookup in $commands array when hashlistall is unsetMikael Magnusson2026-06-041-4/+14
* 54625: remove .cvsignoredana2026-05-291-18/+0
* unposted: zformat: pass through %) with -qdana2026-05-271-7/+3
* 54602: zformat: add -qQ options to auto-escape %sdana2026-05-271-23/+99
* 54589: remove dead code identified by scan-buildOliver Kiddle2026-05-263-8/+6
* 54591: fix new compiler warningsdana2026-05-232-6/+7
* unposted: fix missing return keyword in 54552Mikael Magnusson2026-05-221-1/+1
* 54580: zformat: better handle literal % in format stringdana2026-05-211-5/+10
* 54568: zformat: fix some misparse and overrun issuesMikael Magnusson2026-05-161-4/+8
* 54567: zselect: don't pass fd>=FD_SETSIZE to FD_SETMikael Magnusson2026-05-161-0/+4
* 54566: zpty: fix some issuesMikael Magnusson2026-05-161-15/+31
* 54565: watch: increase a quite tight bound on format lengthMikael Magnusson2026-05-161-3/+4
* 54564: termcap, terminfo: reset u, fix metafy confusionMikael Magnusson2026-05-162-23/+49
* 54563: stat, system: minor fixesMikael Magnusson2026-05-162-4/+5
* 54562: random: Fix some bugs in the random moduleMikael Magnusson2026-05-162-21/+24
* 54561: regex: regfree on pattern where regcomp failed could be undefined beha...Mikael Magnusson2026-05-161-1/+1
* 54560: parameter: Fix some issues in the parameter moduleMikael Magnusson2026-05-161-17/+25
* 54559: nearcolor was missing the third grayscale entry in 88 color modeMikael Magnusson2026-05-161-6/+12
* 54558: ksh93: .sh.match handling with KSHARRAYS set was totally brokenMikael Magnusson2026-05-161-4/+6
* 54557: langinfo: fix some metafy confusionMikael Magnusson2026-05-161-9/+4
* 54556: langinfo.mdd check was always trueMikael Magnusson2026-05-161-1/+1
* 54555: fix in 52783 was incomplete, add same check in scangroup()Mikael Magnusson2026-05-161-0/+4
* 54554: curses: use setcchar in zccmd_bg if availableMikael Magnusson2026-05-161-2/+38
* 54553: curses: free subwindows before parents or they don't get freed at allMikael Magnusson2026-05-161-10/+25
* 54552: curses: fix a few issuesMikael Magnusson2026-05-161-34/+30
* 54551: clone: minor style issueMikael Magnusson2026-05-161-3/+3
* 54550: cap: fix leaksMikael Magnusson2026-05-161-10/+16
* 54549: attr: various minor issuesMikael Magnusson2026-05-162-4/+6
* 54545: A few very minor things coverity complained aboutMikael Magnusson2026-05-161-1/+1
* 54544: Coverity CID 439086 fix potential leak of prog in ptyread()Mikael Magnusson2026-05-161-0/+2
* 54542: Coverity CID 1692320 fix leak of match1Mikael Magnusson2026-05-161-1/+3