index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
2008-05-12
1
-9
/
+10
*
24899: make colour escape sequences configurable
Peter Stephenson
2008-05-01
1
-0
/
+1
*
24853: use metafied strings for inner loops over history
Peter Stephenson
2008-04-20
1
-7
/
+10
*
24852: more combining chars fallout
Peter Stephenson
2008-04-20
1
-1
/
+1
*
24821: update notes in FAQ on combining characters,
Peter Stephenson
2008-04-16
1
-0
/
+6
*
typo
Peter Stephenson
2008-04-03
1
-2
/
+4
*
24786: handle read -t properly in zle via getbyte()
Peter Stephenson
2008-04-03
1
-7
/
+20
*
24782: initial go at highlighting of characters in zle command lines
Peter Stephenson
2008-04-03
1
-0
/
+2
*
24703: Src/Zle/zle_main.c: clear trashedzle when first starting
Bart Schaefer
2008-03-11
1
-1
/
+3
*
24551: Free heap memory after every ZLE command
Peter Stephenson
2008-02-14
1
-0
/
+13
*
24279: allow terminal changes after zle -I to be acquired by main shell
Peter Stephenson
2007-12-18
1
-1
/
+13
*
24240: make vared check for trailing garbage earlier
Peter Stephenson
2007-12-13
1
-0
/
+4
*
23924: Improve synchronising of character attributes with other
Geoff Wing
2007-10-19
1
-0
/
+2
*
23665: autoloading of module features and related tweaks
Peter Stephenson
2007-07-06
1
-6
/
+7
*
23488: tidy up module interface and documentation
Peter Stephenson
2007-05-29
1
-2
/
+2
*
see 23479: add initial features support for modules
Peter Stephenson
2007-05-28
1
-3
/
+24
*
23433: fix shift for ZMAXTIMEOUT
Peter Stephenson
2007-05-13
1
-1
/
+1
*
23159 plus minor doc tweaks: leave BAUD parameter unset by default
Peter Stephenson
2007-02-08
1
-0
/
+1
*
22981: Zvi Har'el: bad call from 22952
Peter Stephenson
2006-11-08
1
-1
/
+1
*
22924: a couple more metafy_line()/unmetafy_line() problems
Peter Stephenson
2006-10-30
1
-0
/
+1
*
22765: rename some MB_ macros to WC_ for consistency.
Peter Stephenson
2006-09-23
1
-2
/
+2
*
22727: "use 'exit' to exit" was suboptimal
Peter Stephenson
2006-09-17
1
-0
/
+1
*
22676, 22678: extend sched and make it able to run events when waiting for
Peter Stephenson
2006-09-10
1
-153
/
+306
*
22556: Multibyte separators and delimiters
Peter Stephenson
2006-07-24
1
-12
/
+20
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-12
/
+11
*
Made implied "int" on new static variable explicit (which silences
Wayne Davison
2006-05-30
1
-1
/
+1
*
22464: bad recursion if error in prompt substitution
Peter Stephenson
2006-05-26
1
-4
/
+9
*
22431: set WIDGET etc. more consistently when executing zle functions
Peter Stephenson
2006-04-25
1
-4
/
+14
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-3
/
+3
*
- When mbrtowc() returns -2 when given all the remaining chars in a
Wayne Davison
2006-01-12
1
-7
/
+7
*
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
2006-01-11
1
-3
/
+6
*
22014: argument-base, insert-unicode-char
Peter Stephenson
2005-11-24
1
-0
/
+1
*
Changed zleread() to return a normal char pointer, not unsigned char.
Wayne Davison
2005-11-15
1
-8
/
+7
*
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
2005-10-28
1
-8
/
+8
*
minor tidy-ups
Peter Stephenson
2005-10-02
1
-1
/
+0
*
21784: Improved character widths for formatted multibyte character output
Peter Stephenson
2005-09-29
1
-4
/
+4
*
21736: improve tests for word and identifier characters with multibyte input
Peter Stephenson
2005-09-20
1
-19
/
+0
*
21720: fix getrestchar() some more
Peter Stephenson
2005-09-09
1
-1
/
+2
*
21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...
Peter Stephenson
2005-09-09
1
-9
/
+38
*
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
2005-08-10
1
-0
/
+5
*
Fixes from Thorsten Dahlheimer.
Peter Stephenson
2005-08-09
1
-0
/
+13
*
21541: remove some warnings from ZLE_UNICODE_SUPPORT
Peter Stephenson
2005-07-28
1
-2
/
+3
*
Moving the PROMPT_SP code earlier in the scheme of things so that
Wayne Davison
2005-07-26
1
-23
/
+1
*
Implement the new PROMPT_SP option.
Wayne Davison
2005-07-15
1
-1
/
+23
*
* 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded.
Clint Adams
2005-04-08
1
-0
/
+1
*
* 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a
Clint Adams
2005-04-08
1
-0
/
+18
*
21042: limitations with execute-named-command
Peter Stephenson
2005-03-21
1
-0
/
+2
*
20978: don't propagate EOF from recursive edits
Peter Stephenson
2005-03-15
1
-1
/
+1
*
20869: more small Unicode tweaks
Peter Stephenson
2005-02-25
1
-2
/
+2
*
20861: Fix statusline in Unicode, apart from isearch
Peter Stephenson
2005-02-24
1
-3
/
+3
[next]