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-12-09
26110: option to allow vared to open to an alternative terminal
Peter Stephenson
1
-5
/
+14
2008-11-12
26030: fix memory leak in vared
Oliver Kiddle
1
-0
/
+1
2008-11-11
26025: prefer handling user input to zle -F file descriptor
Peter Stephenson
1
-8
/
+15
2008-09-26
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
1
-1
/
+1
2008-09-22
25723: align combining character when popped from input stack
Peter Stephenson
1
-0
/
+1
2008-09-16
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
1
-3
/
+2
2008-09-08
25634: free t before returning if both t and errflag are set.
Clint Adams
1
-0
/
+2
2008-07-31
25345, 25347: neaten interface from main shell to zle
Peter Stephenson
1
-18
/
+70
2008-07-17
25272: add zshaddhistory hook
Peter Stephenson
1
-1
/
+1
2008-05-12
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
1
-9
/
+10
2008-05-01
24899: make colour escape sequences configurable
Peter Stephenson
1
-0
/
+1
2008-04-20
24853: use metafied strings for inner loops over history
Peter Stephenson
1
-7
/
+10
2008-04-20
24852: more combining chars fallout
Peter Stephenson
1
-1
/
+1
2008-04-16
24821: update notes in FAQ on combining characters,
Peter Stephenson
1
-0
/
+6
2008-04-03
typo
Peter Stephenson
1
-2
/
+4
2008-04-03
24786: handle read -t properly in zle via getbyte()
Peter Stephenson
1
-7
/
+20
2008-04-03
24782: initial go at highlighting of characters in zle command lines
Peter Stephenson
1
-0
/
+2
2008-03-11
24703: Src/Zle/zle_main.c: clear trashedzle when first starting
Bart Schaefer
1
-1
/
+3
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
[next]