summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Expand)AuthorFilesLines
2018-06-0642938: name argument to math_func is not unusedEitan Adler1-1/+1
2018-05-1342488: test cases for 42369 and address some issues in the codeOliver Kiddle1-34/+17
2018-05-13Nelson H. F. Beebe: 19597 (rebased 42369): return Inf, NaN etc from floating ...Oliver Kiddle1-43/+0
2018-04-2442708: fix for process substitution.Peter Stephenson2-2/+2
2018-04-0742605: properly free the vi registers hashOliver Kiddle1-1/+2
2018-03-24unposted: add 'static' to a file-local variableJun-ichi Takimoto1-1/+1
2018-03-1842469: necessary repairs to 42465 found by "make check"Stephane Chazelas1-2/+1
2018-03-1542465: Pass up error status from readoutput().Stephane Chazelas1-1/+2
2018-01-2042243: Free stuff properly in zsh/pcre moduleMikael Magnusson1-1/+34
2018-01-0442188: Close flock descriptor in failure casesSebastian Gniazdowski1-3/+11
2017-09-1141666: zpty compatibility for OpenBSDThierry Ghelew1-1/+6
2017-08-1441542: Fix pcre logic for extracting matched parentheses.Peter Stephenson1-25/+43
2017-07-0341375: GDBM interface bug fixesSebastian Gniazdowski1-63/+93
2017-06-2241308 (tweaked): behaviour of PCRE with NUL bytesPhil Pennock1-11/+26
2017-06-1241244: Add zmodload -s option.Peter Stephenson1-1/+1
2017-05-2841151: propagate flags when creating new parameterSebastian Gniazdowski1-1/+1
2017-05-2841153: finish module setup only after all error conditions have been checkedSebastian Gniazdowski1-4/+4
2017-05-2441146: careul in GDBM freeing strings with embedded nullsSebastian Gniazdowski1-10/+29
2017-05-2440898: fix GDBM error handlingSebastian Gniazdowski1-1/+2
2017-05-2341142: Ensure close-on-exec is passed to moved file descriptorStephane Chazelas1-10/+20
2017-03-10unposted: silence warnings on CygwinJun-ichi Takimoto1-1/+2
2017-03-0540726: add "zcurses resize" for sane terminal size changeSebastian Gniazdowski1-0/+69
2017-03-0340170: Fix up error resetting in curses module.Sebastian Gniazdowski1-23/+12
2017-03-0240681: strftime builtin should return 1 if ztrftime() returns -1Jun-ichi Takimoto1-2/+6
2017-02-2640650: redo 40508 and 40626 with comments explaining what is actually going onBarton E. Schaefer1-9/+25
2017-02-26Revert 40626 which broke tests.Daniel Shahaf1-2/+2
2017-02-2540626: Make $options re-settable.Daniel Shahaf1-2/+2
2017-02-1740558, 40562: General improvements to zsh/db/gdbm moduleSebastian Gniazdowski2-72/+437
2017-02-1340524: do not free a null arrayBarton E. Schaefer1-1/+2
2017-02-0840508: Make $functions re-settable.Daniel Shahaf1-2/+2
2017-02-0740507: Remove extraneous null creating GDBM recordsSebastian Gniazdowski1-6/+6
2017-02-0240486: Don't warn on creation of MATCH etc. in regex.Peter Stephenson1-4/+4
2017-02-0140483 (cf. Eric Freese: 40482): Remove zpty exit hook from forked processesBarton E. Schaefer1-0/+2
2017-01-2940453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...Barton E. Schaefer2-7/+27
2017-01-2840440: Add $functions_source hash to zsh/parameter.Peter Stephenson1-0/+96
2016-11-0739728: define _GNU_SOURCE on CygwinJun-ichi Takimoto1-3/+0
2016-09-1139268: "zsystem flock -t 0 ..." tries only once to flock and immediately retu...Barton E. Schaefer1-3/+3
2016-09-0739217: fix error name generation with GCC.Peter Stephenson1-1/+6
2016-08-2039064: use scalbn() instead of scalb() (mathfunc.c)Jun-ichi Takimoto1-0/+4
2016-08-0138971: Start using the new arrlen_ge() / arrlen_le() helpers.Daniel Shahaf2-3/+3
2016-07-1938862: strptime(3) requires _XOPEN_SOURCE on CygwinJun-ichi Takimoto1-0/+3
2016-06-0338586: Metafication problem with $functionsPeter Stephenson1-5/+0
2016-04-2938356: allow integers as curses coloursSebastian Gniazdowski1-2/+14
2016-04-2939354: zcurses fix for colour managementSebastian Gniazdowski1-4/+4
2016-04-23Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothingBarton E. Schaefer1-1/+1
2016-02-0337868: add 'static' to file local variablesJun-ichi Takimoto5-12/+12
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto20-26/+26
2016-01-2737810: repair handling of backslashes and of names starting with "+"/":"/"=" ...Barton E. Schaefer1-7/+10
2016-01-2737802: Clarify zparseopts documention. zparseopts "X::" specifier should als...Barton E. Schaefer1-2/+4
2016-01-25Jun T.: 37759: save more function pointers from realparamtab when hacking in ...Jun T1-3/+7