index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-14
24551: Free heap memory after every ZLE command
Peter Stephenson
1
-0
/
+13
2007-12-18
24279: allow terminal changes after zle -I to be acquired by main shell
Peter Stephenson
1
-1
/
+13
2007-12-13
24240: make vared check for trailing garbage earlier
Peter Stephenson
1
-0
/
+4
2007-10-19
23924: Improve synchronising of character attributes with other
Geoff Wing
1
-0
/
+2
2007-07-06
23665: autoloading of module features and related tweaks
Peter Stephenson
1
-6
/
+7
2007-05-29
23488: tidy up module interface and documentation
Peter Stephenson
1
-2
/
+2
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-3
/
+24
2007-05-13
23433: fix shift for ZMAXTIMEOUT
Peter Stephenson
1
-1
/
+1
2007-02-08
23159 plus minor doc tweaks: leave BAUD parameter unset by default
Peter Stephenson
1
-0
/
+1
2006-11-08
22981: Zvi Har'el: bad call from 22952
Peter Stephenson
1
-1
/
+1
2006-10-30
22924: a couple more metafy_line()/unmetafy_line() problems
Peter Stephenson
1
-0
/
+1
2006-09-23
22765: rename some MB_ macros to WC_ for consistency.
Peter Stephenson
1
-2
/
+2
2006-09-17
22727: "use 'exit' to exit" was suboptimal
Peter Stephenson
1
-0
/
+1
2006-09-10
22676, 22678: extend sched and make it able to run events when waiting for
Peter Stephenson
1
-153
/
+306
2006-07-24
22556: Multibyte separators and delimiters
Peter Stephenson
1
-12
/
+20
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-12
/
+11
2006-05-30
Made implied "int" on new static variable explicit (which silences
Wayne Davison
1
-1
/
+1
2006-05-26
22464: bad recursion if error in prompt substitution
Peter Stephenson
1
-4
/
+9
2006-04-25
22431: set WIDGET etc. more consistently when executing zle functions
Peter Stephenson
1
-4
/
+14
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-3
/
+3
2006-01-12
- When mbrtowc() returns -2 when given all the remaining chars in a
Wayne Davison
1
-7
/
+7
2006-01-11
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
1
-3
/
+6
2005-11-24
22014: argument-base, insert-unicode-char
Peter Stephenson
1
-0
/
+1
2005-11-15
Changed zleread() to return a normal char pointer, not unsigned char.
Wayne Davison
1
-8
/
+7
2005-10-28
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
1
-8
/
+8
2005-10-02
minor tidy-ups
Peter Stephenson
1
-1
/
+0
2005-09-29
21784: Improved character widths for formatted multibyte character output
Peter Stephenson
1
-4
/
+4
2005-09-20
21736: improve tests for word and identifier characters with multibyte input
Peter Stephenson
1
-19
/
+0
2005-09-09
21720: fix getrestchar() some more
Peter Stephenson
1
-1
/
+2
2005-09-09
21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...
Peter Stephenson
1
-9
/
+38
2005-08-10
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
1
-0
/
+5
2005-08-09
Fixes from Thorsten Dahlheimer.
Peter Stephenson
1
-0
/
+13
2005-07-28
21541: remove some warnings from ZLE_UNICODE_SUPPORT
Peter Stephenson
1
-2
/
+3
2005-07-26
Moving the PROMPT_SP code earlier in the scheme of things so that
Wayne Davison
1
-23
/
+1
2005-07-15
Implement the new PROMPT_SP option.
Wayne Davison
1
-1
/
+23
2005-04-08
* 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded.
Clint Adams
1
-0
/
+1
2005-04-08
* 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a
Clint Adams
1
-0
/
+18
2005-03-21
21042: limitations with execute-named-command
Peter Stephenson
1
-0
/
+2
2005-03-15
20978: don't propagate EOF from recursive edits
Peter Stephenson
1
-1
/
+1
2005-02-25
20869: more small Unicode tweaks
Peter Stephenson
1
-2
/
+2
2005-02-24
20861: Fix statusline in Unicode, apart from isearch
Peter Stephenson
1
-3
/
+3
2005-02-23
20854: more Unicode stuff.
Peter Stephenson
1
-5
/
+5
2005-02-22
20845: fix mbstate_t usage in getrestchar
Andrey Borzenkov
1
-10
/
+5
2005-02-22
Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working
Peter Stephenson
1
-3
/
+5
2005-02-18
20822: Initial code for Unicode/multibyte input
Peter Stephenson
1
-17
/
+134
2005-01-26
20752: fix access to ZLE parameters
Peter Stephenson
1
-1
/
+1
2005-01-25
20742: More Unicode conversion stuff.
Peter Stephenson
1
-10
/
+11
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-20
/
+27
2004-10-17
In zleread(), initialize the first byte of the "line" buffer to '\0'
Wayne Davison
1
-0
/
+1
2004-09-21
20398: allow clean exit from within widget function
Peter Stephenson
1
-1
/
+7
[next]