summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-2643564: improve job control report about stopped subjobPeter Stephenson1-5/+37
2018-09-2543489: Add error checking on a new write() call.Daniel Shahaf1-1/+4
2018-09-2543543: Further improvements to fg/bg of superjob/subjob.Peter Stephenson1-22/+25
2018-09-2543546: "typeset -p" should show -U flagStephane Chazelas1-0/+7
2018-09-2443535: Fixes for bg / fg handling of superjobs.Peter Stephenson2-19/+46
2018-09-2143511: Initialiase alias entry on input stack.Peter Stephenson1-0/+2
2018-09-1643464: Another attachtty() fix.Peter Stephenson4-8/+24
2018-09-12Fix windowsize when reattaching to terminal on process exitPeter Stephenson1-0/+1
2018-09-1243446: More entersubsh() / addproc() wiring.Peter Stephenson3-19/+40
2018-09-10GitHub #28: Add missing math.h include for builtinsJörg Thalheim1-0/+2
2018-09-0743409: Fix process group setting in main shell.Peter Stephenson2-21/+37
2018-09-03CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.Anthony Sottile1-16/+20
2018-09-03Don't handle ZLE functions for single key.Peter Stephenson4-16/+16
2018-08-3143358: enforce consistent patchlevel formOliver Kiddle1-2/+2
2018-08-1743294: Add ZLE_RECURSIVE parameter.Peter Stephenson2-0/+19
2018-08-1343275: Add log2 to match funcdana1-0/+10
2018-08-0943264: fix ${+assoc[nonexistent]} with KSH_ARRAYSPeter Stephenson1-1/+1
2018-08-0843261: Fix unary minus with base.Peter Stephenson1-2/+13
2018-08-0143227: fix memory leaks in term{cap,info}.cJun-ichi Takimoto3-20/+45
2018-07-3143219 (except term{cap,info}.c): fix several memory leaksJun-ichi Takimoto6-4/+11
2018-07-3043225: Recalculate ZLE timeout.Peter Stephenson1-0/+2
2018-07-1043156, 43157: Need to allow for extra space in gethere().Peter Stephenson1-3/+5
2018-07-09users/23531: Error exit/return fixes.Peter Stephenson1-0/+17
2018-06-2543091: In the (u) glob qualifier, expand and correct "unknown user" error mes...Daniel Shahaf1-2/+4
2018-06-2543084: Variable warning suppression enhancements.Peter Stephenson1-3/+5
2018-06-2043075: Support nanosecond-precision time formattingdana6-59/+81
2018-06-2043077: Fix shift builtin status.Peter Stephenson1-1/+6
2018-06-18433029: Testing signal return type is no longer neededEitan Adler3-3/+3
2018-06-1743039: Mark functions_source (et al.) for auto-loadingdana2-1/+2
2018-06-15users/23472: Add $sysparams[procsubstpid] to zsh/systemPeter Stephenson3-0/+15
2018-06-1543008: Improve code to remove privileges.Peter Stephenson1-7/+24
2018-06-0642938: name argument to math_func is not unusedEitan Adler1-1/+1
2018-06-0642939: pm argument to set_registers is not unusedEitan Adler1-1/+1
2018-05-3142870: another improvement of 'compset -q'Jun-ichi Takimoto1-4/+6