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
/
prompt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
30496: Parse argument to %F and %K as prompt sequences
Mikael Magnusson
2013-03-10
1
-14
/
+29
*
30307 plus tweak suggsted by Wayne: use %lld for zlong when long long
Peter Stephenson
2012-03-05
1
-0
/
+16
*
29165: use term.h globally if needed at all.
Peter Stephenson
2011-05-09
1
-3
/
+3
*
28853: Fix typo: preceed -> precede
Frank Terbeck
2011-03-04
1
-1
/
+1
*
27983: colours could be output twice
Peter Stephenson
2010-06-03
1
-1
/
+6
*
27125: handle nested use of colour code buffer allocation
Peter Stephenson
2009-07-10
1
-2
/
+14
*
26958: Fix reallocation problem in prompts
Peter Stephenson
2009-05-12
1
-0
/
+3
*
25930: dynamic directory expansion memory handling was screwy
Peter Stephenson
2008-10-24
1
-196
/
+222
*
25775: fix logical problem with function line numbering inside eval-style traps
Peter Stephenson
2008-09-29
1
-2
/
+2
*
25684: make %x and %I consistent with eval line numbering
Peter Stephenson
2008-09-25
1
-2
/
+4
*
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
2008-09-16
1
-0
/
+26
*
25672: remove unnecessary Nularg when prompt expanding
Peter Stephenson
2008-09-15
1
-0
/
+6
*
25242: Mikael V prompt test for contents of psvar
Peter Stephenson
2008-06-24
1
-0
/
+6
*
25051: add colour sequences to formatting strings in completion
Peter Stephenson
2008-05-16
1
-3
/
+1
*
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
2008-05-12
1
-33
/
+37
*
unposted: fix uninitialised variable
Peter Stephenson
2008-05-09
1
-1
/
+1
*
24986: prompt escapes for colours
Peter Stephenson
2008-05-09
1
-20
/
+539
*
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
2008-04-22
1
-4
/
+4
*
24566: fix prompts with glitch spaces a bit more
Peter Stephenson
2008-02-17
1
-7
/
+24
*
24556: %G in prompt for glitch characters
Peter Stephenson
2008-02-15
1
-0
/
+10
*
add some mod_export tags where needed
zsh-4.3.4-dev-2
Peter Stephenson
2007-11-20
1
-1
/
+1
*
24007: prompt allocation and use of "shout"
Peter Stephenson
2007-10-22
1
-2
/
+2
*
22753: minor character bugs spotted on Cygwin
Peter Stephenson
2006-09-21
1
-1
/
+2
*
assume width 1 for control characters;
Peter Stephenson
2006-09-15
1
-4
/
+13
*
22705: make ${(l...)...} and ${(r...)...} handle multibyte characters
Peter Stephenson
2006-09-13
1
-9
/
+9
*
rationalise mb<->wc conversions to use restartable form
Peter Stephenson
2006-08-03
1
-0
/
+1
*
22542: deoverenthuse cmdpopping
Peter Stephenson
2006-07-09
1
-3
/
+22
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-1
/
+1
*
Tweaked the code that handles %D so that: (1) we don't free() a NULL
Wayne Davison
2006-01-17
1
-4
/
+3
*
Got rid of some superfluous STOUC() calls (such as the ones I added
Wayne Davison
2006-01-13
1
-6
/
+7
*
A better version of my last change.
Wayne Davison
2006-01-13
1
-12
/
+4
*
Metafy the output of the ztrftime() string since that's what the
Wayne Davison
2006-01-13
1
-1
/
+12
*
- The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
2006-01-12
1
-61
/
+71
*
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
2005-10-28
1
-11
/
+11
*
Fix --disable-multibyte compile error.
Bart Schaefer
2005-10-23
1
-3
/
+5
*
remove a couple of TODOs
Peter Stephenson
2005-10-21
1
-94
/
+19
*
21890: fix segmentation error in left prompt truncation and a couple of minor
Peter Stephenson
2005-10-19
1
-1
/
+1
*
21882: extend prompt truncation to handle multibyte characters
Peter Stephenson
2005-10-19
1
-32
/
+259
*
21870: bad INULL() definition
Peter Stephenson
2005-10-13
1
-0
/
+41
*
Stephen Rueger: 21744: unconditionally assume that \t or \n are not part of m...
Clint Adams
2005-09-22
1
-1
/
+1
*
21731: handle multibyte characters in prompts correctly
Peter Stephenson
2005-09-17
1
-25
/
+96
*
20331: Use internal zlong variables for consistency
Peter Stephenson
2004-09-09
1
-2
/
+2
*
20251: integer conversion truncation
Peter Stephenson
2004-08-16
1
-1
/
+3
*
still allow user specified text modifiers with a short terminal.
Geoff Wing
2004-08-07
1
-1
/
+2
*
20208: ternary path codes in prompt treat / as zero elements
Peter Stephenson
2004-07-29
1
-1
/
+4
*
20076, 20084: { ... } always { ... } syntax.
Peter Stephenson
2004-06-22
1
-2
/
+2
*
Silenced two signed/unsigned comparison compiler warnings.
Wayne Davison
2004-05-28
1
-2
/
+2
*
19877: improved test for empty strftime strings
Peter Stephenson
2004-05-04
1
-4
/
+9
*
* 19869: Src/prompt.c, Src/utils.c: avoid segfault when
Clint Adams
2004-05-04
1
-1
/
+3
*
19806: fix bug with %v prompt expansion and negative index beyond array start
Oliver Kiddle
2004-04-21
1
-1
/
+1
[next]