summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2019-04-1044214: <(...) substitutions shouldn't grab the terminalEric Freese1-1/+1
2019-04-1044215: Maintain LASTWIDGET across reset-prompt.Roman Perepelitsa6-10/+18
2019-04-1044202: Rewrite to use memmove() for possibly overlapping copyPeter Stephenson1-5/+3
2019-03-2544176: warn only if off_t is longer than longJun-ichi Takimoto1-1/+2
2019-03-2544162 (tweaked): Avoid format-overflow warning in zftp.cWesley Schwengle1-8/+2
2019-03-2544164: Avoid stringop-truncation warningWesley Schwengle1-1/+1
2019-03-2144153: rm: Accept -R as equivalent to -rMatthew Martin1-3/+4
2019-03-1944132: don't hash commands beginning with /Charles Blake1-0/+2
2019-03-1944142: Fix hist_reduce_spaces bug.Peter Stephenson1-2/+3
2019-03-1844135: Add chmod builtinMatthew Martin1-0/+41
2019-03-1444122: turn int into long to avoid overflowKamil Dudka1-2/+2
2019-03-1244100: zparseopts: Add -F option, completion, tests; improve documentationdana1-1/+13
2019-02-1844067: Make history read safer on interrupt.Yutian Li1-3/+9
2019-02-14c.f. 44062: Back off clearflag change to ZLE line init.Peter Stephenson1-1/+0
2019-02-0344030: prompt: Return error for unrecognised colour namedana1-0/+2
2019-01-2344011: Only use fg_start_code for non-truecolorMikael Magnusson1-10/+23
2019-01-0343969: untokenize Dash for compctl with GLOB_SUBST setPeter Stephenson1-0/+9
2018-12-30users/23809: ZLE_HIGHLIGHT extensions.Peter Stephenson1-4/+26
2018-12-3043945 (tweaked to remove test failure, noted in test):Martijn Dekker1-10/+13
2018-12-3043944: apply NO_UNSET consistently to arithmeitcMartijn Dekker1-0/+2
2018-12-30unposted (per 43938): Avoid segfault when unmetafying empty stringdana1-1/+1
2018-12-2943953: Fix rounding/truncation error in %. time-format specifierdana1-6/+15
2018-12-2443935: Reject too-large nanosecond values given to strftimedana1-1/+1
2018-12-2143921: ${\var} should be an errorBart Schaefer1-1/+1
2018-11-2943854: Set tok to LEXERR on generic parse error.Peter Stephenson1-0/+1
2018-11-2143837 plus test from Daniel: Empty string in nested subst.Peter Stephenson1-0/+2
2018-11-1943829: nearcolor.c: use double instead of floatJun-ichi Takimoto1-19/+19
2018-11-1543823: remove unnecessary metafy() in stattimeprint()Ivan Tkachenko1-3/+1
2018-11-1343800: Add nanosecond support to strftime built-indana1-18/+46
2018-11-0943790: failed mailstat could leak memoryKamil Dudka1-3/+13
2018-11-0943789: possible use after free clearing up math func from moduleKamil Dudka1-2/+0
2018-11-0943723: file descriptor could leak on fork errorKamil Dudka1-1/+2
2018-11-0943793: computil could overrun bufferKamil Dudka1-2/+2
2018-11-0943791: File descriptor could be closed twice in cloneKamil Dudka1-1/+2
2018-11-0843805: make nearcolor module use the default colour rather than black as a fa...Oliver Kiddle2-4/+7
2018-11-0843804: also need to be able to turn colour attributes back into hex triples f...Oliver Kiddle1-4/+12
2018-11-08unposted: add usual copyright header to nearcolor module sourcesOliver Kiddle1-0/+29
2018-11-0543759: add support for true colour terminalsOliver Kiddle8-80/+122
2018-11-0543747: new module to map colours from hex triplets to the nearest matching co...Oliver Kiddle5-1/+209
2018-10-2343695: minor but simple optmiisation to use existing string lengthSebastian Gniazdowski1-4/+4
2018-10-14unposted: internals: Document sepjoin().Daniel Shahaf1-0/+8
2018-10-1243674: Split more PM_ flags for variables and functions.Peter Stephenson1-20/+19
2018-10-1043669: ensure explicit exit status is used over implicitPeter Stephenson2-3/+3
2018-10-0943660: extend 43653 when final exit is implicit.Peter Stephenson3-30/+67
2018-10-0943656: special tied arrays don't have tieddataPeter Stephenson1-1/+1
2018-10-0943653: explicit exit from EXIT trap overrides exit statusPeter Stephenson1-4/+10
2018-10-0843616: Various parameter setting and display fixes.Peter Stephenson7-139/+262
2018-10-0343589: Further improved subjob reporting.Peter Stephenson1-9/+5
2018-09-3043531: Completion: Fix some false positives in the logic for "are these two c...Daniel Shahaf1-3/+1
2018-09-2843570: Start documenting jobs.c, in particular superjobs.Daniel Shahaf1-3/+24