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_thingy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-18
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
1
-1
/
+1
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-2
/
+2
2020-06-27
46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve add-zle-hoo...
Daniel Shahaf
1
-2
/
+17
2019-04-10
44215: Maintain LASTWIDGET across reset-prompt.
Roman Perepelitsa
1
-2
/
+3
2018-05-13
42760: move stack variable outside while loop scope as it is accessed in the ...
Oliver Kiddle
1
-1
/
+1
2018-03-24
42501: avoid out of bound pointer (as 42487)
Jun-ichi Takimoto
1
-2
/
+3
2017-06-12
41244: Add zmodload -s option.
Peter Stephenson
1
-1
/
+1
2017-01-10
40305: fix some problems redisplaying command line after interrupt.
Peter Stephenson
1
-3
/
+22
2016-11-20
39986, 39989: improve handling of vi-repeat-change
Oliver Kiddle
1
-1
/
+10
2016-09-27
unposted: remove extra close-paren from d6a6b4ff
Bart Schaefer
1
-1
/
+1
2016-09-27
39369 (tweaked cf 39371): when calling an internal widget, set bindk because ...
Oliver Kiddle
1
-0
/
+4
2016-08-06
unposted: fix typo in comment
Barton E. Schaefer
1
-1
/
+1
2015-12-07
37337: Delay freeing widget until not in use.
Peter Stephenson
1
-1
/
+6
2015-10-27
36974: fix some functions with empty argument lists
Peter Stephenson
1
-1
/
+1
2015-10-02
unposted: define zle_usable before using it (reported in 36741)
Mikael Magnusson
1
-17
/
+17
2015-10-01
unposted: zle_thingy: return a value in bin_zle_flags
Mikael Magnusson
1
-1
/
+5
2015-10-01
36709: zle -f from inside widget to set flags and make yank start/end zle par...
Mikael Magnusson
1
-0
/
+39
2015-09-12
36522: unmetafy the argument of "zle -U"
Barton E. Schaefer
1
-1
/
+1
2013-11-12
31961: rationalise fd watching to use structure
Peter Stephenson
1
-40
/
+24
2013-11-07
31937: zle -Fw uses widget semantics for file descriptor handler
Peter Stephenson
1
-2
/
+14
2012-01-05
30084: `zle -T tc func' for zle testing of termcap output
Peter Stephenson
1
-0
/
+64
2011-11-04
29891: make zle -lL with arguments work
Peter Stephenson
1
-1
/
+11
2008-04-20
24853: use metafied strings for inner loops over history
Peter Stephenson
1
-8
/
+3
2007-12-18
24279: allow terminal changes after zle -I to be acquired by main shell
Peter Stephenson
1
-0
/
+22
2007-05-29
23488: tidy up module interface and documentation
Peter Stephenson
1
-1
/
+1
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-1
/
+1
2006-09-10
22676, 22678: extend sched and make it able to run events when waiting for
Peter Stephenson
1
-2
/
+1
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-23
/
+21
2006-04-25
22431: set WIDGET etc. more consistently when executing zle functions
Peter Stephenson
1
-5
/
+2
2006-04-25
22427: zle <widget> -w sets the environment for <widget>
Peter Stephenson
1
-2
/
+8
2006-03-25
Fixed call to undefined function zwarnname() instead of zwarnnam().
Wayne Davison
1
-1
/
+1
2006-03-21
22638: MACHINES: IRIX
Peter Stephenson
1
-1
/
+15
2006-03-09
Fix some compiler warnings and ensure that zmod gets restored
Wayne Davison
1
-7
/
+3
2005-11-15
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
1
-4
/
+2
2005-10-28
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
1
-4
/
+4
2005-10-26
21939: new UNMETACHECK() was too ruthless
Peter Stephenson
1
-2
/
+2
2005-10-23
not yet posted; zle line screwed up on bad return from insertlastword()
Peter Stephenson
1
-0
/
+2
2005-09-29
21784: Improved character widths for formatted multibyte character output
Peter Stephenson
1
-4
/
+4
2005-08-10
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
1
-2
/
+2
2005-02-24
20861: Fix statusline in Unicode, apart from isearch
Peter Stephenson
1
-3
/
+6
2005-02-18
20822: Initial code for Unicode/multibyte input
Peter Stephenson
1
-1
/
+1
2004-09-08
20330: rationalise zle return statuses
Peter Stephenson
1
-1
/
+1
2004-09-02
20303: zle -I test and running zle widgets in traps
Peter Stephenson
1
-4
/
+25
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-15
/
+15
2003-12-12
19281: zle-line-init special widget
Peter Stephenson
1
-0
/
+11
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-1
/
+1
2002-08-27
17582: Improved option argument handling.
Peter Stephenson
1
-21
/
+21
2002-08-20
fix default completion module loading, use compctl if it hasn't been loaded a...
Sven Wischnowsky
1
-0
/
+2
2002-06-07
17304: tweak to tweak the tweaked tweak for zle -I in 17301
Peter Stephenson
1
-2
/
+3
2002-06-07
17301: improve zle -I.
Peter Stephenson
1
-1
/
+1
[next]