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
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
2004-09-20
20388: tweak ignoreeof behavior on user-defined widgets to match docs.
Bart Schaefer
1
-1
/
+7
2004-09-20
20387: revised algorithm for the fix in 20363.
Bart Schaefer
1
-15
/
+9
2004-09-13
20363: Src/init.c, Src/Zle/zle_main.c
Peter Stephenson
1
-4
/
+14
2004-09-02
20300: fix spurious EOF from ^C
Peter Stephenson
1
-5
/
+12
2004-07-13
20153: make zle-line-init run after the first zrefresh()
Peter Stephenson
1
-2
/
+3
2004-07-11
20149: improve prompt-reset code
Peter Stephenson
1
-8
/
+9
2004-07-02
20126: tidy up before 4.2.1
Peter Stephenson
1
-2
/
+8
2004-07-01
7650: new reset-prompt zle widget
Peter Stephenson
1
-0
/
+16
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-9
/
+9
2004-04-27
19840: vared takes one normal argument
Peter Stephenson
1
-6
/
+1
2004-04-27
19837: restore vared -e
Peter Stephenson
1
-1
/
+1
2004-04-06
19733 with docs tweaked: keymaps for vared and zed
Peter Stephenson
1
-60
/
+73
2004-03-22
19671: error in zle-line-init caused infinite loop
Peter Stephenson
1
-0
/
+1
2004-03-08
19553: rename c in zle to lastchar
Peter Stephenson
1
-2
/
+2
2003-12-15
19295: $CONTEXT zle parameter
Peter Stephenson
1
-3
/
+10
2003-12-12
19281: zle-line-init special widget
Peter Stephenson
1
-1
/
+11
2003-11-03
19218: extend 19216 to zle widgets
Peter Stephenson
1
-4
/
+2
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-1
/
+1
2003-08-11
18938: Export some data symbols.
Peter Stephenson
1
-2
/
+2
[next]