about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 35708: add UNDO_LIMIT_NOPeter Stephenson2015-07-092-2/+25
* 35751: Fix ERR_RETURN and ERR_EXIT in "else"Peter Stephenson2015-07-091-1/+7
* 35745: ztrftime: Pass everything unhandled to the system strftime()Mikael Magnusson2015-07-091-25/+54
* unposted: remove compiler error in completion codePeter Stephenson2015-07-071-1/+2
* 35694: fix handling of history modifiers applied across all elements of an ar...Barton E. Schaefer2015-07-061-2/+8
* 35704: compadd -E 0 should imply -J and -2Oliver Kiddle2015-07-062-3/+3
* 35692: cfp_matcher_range used wrong raw characterPeter Stephenson2015-07-051-1/+1
* 35688: Improved attempt to turn case wordcode into text.Peter Stephenson2015-07-051-7/+10
* Turning case parsed as multiple alternatives back into text.Peter Stephenson2015-07-041-10/+11
* 35681: fix day of month initialisationOliver Kiddle2015-07-031-1/+3
* 35674: make an undo event for initial buffer contentsOliver Kiddle2015-07-031-0/+1
* 35665: better handling for command line completion match handlingHan Pingtian2015-07-021-3/+6
* 35668: Improved fix for command/proc subst starting in alias.Peter Stephenson2015-07-023-12/+18
* 35667: fix command substitution that starts but doesn't finish in aliasPeter Stephenson2015-07-012-4/+11
* 35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBERPeter Stephenson2015-06-293-1/+4
* 35637: remove the now unused module hook for reverse-menu-completeOliver Kiddle2015-06-293-8/+2
* 35627: make reverse-menu-complete start with the last match inOliver Kiddle2015-06-296-68/+36
* 35623: fix menu-selection where initial selectionOliver Kiddle2015-06-291-0/+3
* 35643: Redirections after typeset assignments were broken.Peter Stephenson2015-06-281-0/+2
* 35642: signal queueing in zcontext_save_partial()Barton E. Schaefer2015-06-271-0/+4
* 35635: a bit more consistency about making elements localPeter Stephenson2015-06-271-1/+1
* 35634: handle failure of gettempname() in namedpipe()Barton E. Schaefer2015-06-271-0/+4
* 35623: All is_array assignments should be treated as having a value.Peter Stephenson2015-06-272-25/+29
* 35615: fix completion after tyepsetPeter Stephenson2015-06-262-5/+13
* 35613: Handle array slices in typesetPeter Stephenson2015-06-261-1/+8
* typeset silent on repeated typeset x=()Peter Stephenson2015-06-251-1/+2
* 35604: create empty arrays in typeset with array=()Peter Stephenson2015-06-251-9/+12
* 35550: fix backspace in interactive menu-selectJun-ichi Takimoto2015-06-251-2/+2
* 35514: [[:foo:]] tests in completion should be more specificHan Pingtian2015-06-241-2/+2
* 35590: tweak and test text output from typesetPeter Stephenson2015-06-241-0/+2
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-248-162/+611
* unposted: add missing (void) argument list to bracketedestring()Peter Stephenson2015-06-231-1/+1
* 33566: regex module fix for unmatched parenthesesPeter Stephenson2015-06-221-0/+5
* 35474, 35492: support the bracketed paste mode of newer terminal emulatorsOliver Kiddle2015-06-196-36/+147
* 35487, 35496: don't reinstate previous incremental search stringOliver Kiddle2015-06-192-2/+4
* 35476: Allow setting $0 when POSIX_ARGZERO is not setMikael Magnusson2015-06-171-1/+16
* 35493: erase $_ when the command line is an assignmentBarton E. Schaefer2015-06-161-0/+1
* 35482: be consistent about how argzero is allocatedBarton E. Schaefer2015-06-161-2/+3
* Add non-metafied character length handling.Peter Stephenson2015-06-1210-31/+131
* 35416: Turn on MULTIBYTE in all emulations.Peter Stephenson2015-06-081-1/+1
* 35412: fix for - flag when formating strings with printfOliver Kiddle2015-06-071-1/+1
* 35350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer2015-06-061-10/+14
* 35386: expand tabs where useful in builtins outputing function.Peter Stephenson2015-06-056-39/+196
* 35360 (replacing 35357): fix for configuring zpty on FreeBSD withoutOliver Kiddle2015-06-031-1/+1
* GLOB_ASSIGN should only affect scalar assignmentsMikael Magnusson2015-06-021-2/+2
* 35359: Improved math parsing and errors.Peter Stephenson2015-06-021-7/+14
* 35357: FreeBSD needs HAVE_POSIX_OPENPT for zptyBaptiste Daroussin2015-06-021-1/+1
* 35353: print -x and print -X expand tabsPeter Stephenson2015-06-022-6/+137
* 35343: Avoid $#name length handling for POSIX_IDENTIFIERSPeter Stephenson2015-05-311-1/+2
* users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer2015-05-301-10/+13