index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
prompt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-29
25775: fix logical problem with function line numbering inside eval-style traps
Peter Stephenson
1
-2
/
+2
2008-09-25
25684: make %x and %I consistent with eval line numbering
Peter Stephenson
1
-2
/
+4
2008-09-16
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
1
-0
/
+26
2008-09-15
25672: remove unnecessary Nularg when prompt expanding
Peter Stephenson
1
-0
/
+6
2008-06-24
25242: Mikael V prompt test for contents of psvar
Peter Stephenson
1
-0
/
+6
2008-05-16
25051: add colour sequences to formatting strings in completion
Peter Stephenson
1
-3
/
+1
2008-05-12
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
1
-33
/
+37
2008-05-09
unposted: fix uninitialised variable
Peter Stephenson
1
-1
/
+1
2008-05-09
24986: prompt escapes for colours
Peter Stephenson
1
-20
/
+539
2008-04-22
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
1
-4
/
+4
2008-02-17
24566: fix prompts with glitch spaces a bit more
Peter Stephenson
1
-7
/
+24
2008-02-15
24556: %G in prompt for glitch characters
Peter Stephenson
1
-0
/
+10
2007-11-20
add some mod_export tags where needed
Peter Stephenson
1
-1
/
+1
2007-10-22
24007: prompt allocation and use of "shout"
Peter Stephenson
1
-2
/
+2
2006-09-21
22753: minor character bugs spotted on Cygwin
Peter Stephenson
1
-1
/
+2
2006-09-15
assume width 1 for control characters;
Peter Stephenson
1
-4
/
+13
2006-09-13
22705: make ${(l...)...} and ${(r...)...} handle multibyte characters
Peter Stephenson
1
-9
/
+9
2006-08-03
rationalise mb<->wc conversions to use restartable form
Peter Stephenson
1
-0
/
+1
2006-07-09
22542: deoverenthuse cmdpopping
Peter Stephenson
1
-3
/
+22
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-1
/
+1
2006-01-17
Tweaked the code that handles %D so that: (1) we don't free() a NULL
Wayne Davison
1
-4
/
+3
2006-01-13
Got rid of some superfluous STOUC() calls (such as the ones I added
Wayne Davison
1
-6
/
+7
2006-01-13
A better version of my last change.
Wayne Davison
1
-12
/
+4
2006-01-13
Metafy the output of the ztrftime() string since that's what the
Wayne Davison
1
-1
/
+12
2006-01-12
- The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
1
-61
/
+71
2005-10-28
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
1
-11
/
+11
2005-10-23
Fix --disable-multibyte compile error.
Bart Schaefer
1
-3
/
+5
2005-10-21
remove a couple of TODOs
Peter Stephenson
1
-94
/
+19
2005-10-19
21890: fix segmentation error in left prompt truncation and a couple of minor
Peter Stephenson
1
-1
/
+1
2005-10-19
21882: extend prompt truncation to handle multibyte characters
Peter Stephenson
1
-32
/
+259
2005-10-13
21870: bad INULL() definition
Peter Stephenson
1
-0
/
+41
2005-09-22
Stephen Rueger: 21744: unconditionally assume that \t or \n are not part of m...
Clint Adams
1
-1
/
+1
2005-09-17
21731: handle multibyte characters in prompts correctly
Peter Stephenson
1
-25
/
+96
2004-09-09
20331: Use internal zlong variables for consistency
Peter Stephenson
1
-2
/
+2
2004-08-16
20251: integer conversion truncation
Peter Stephenson
1
-1
/
+3
2004-08-07
still allow user specified text modifiers with a short terminal.
Geoff Wing
1
-1
/
+2
2004-07-29
20208: ternary path codes in prompt treat / as zero elements
Peter Stephenson
1
-1
/
+4
2004-06-22
20076, 20084: { ... } always { ... } syntax.
Peter Stephenson
1
-2
/
+2
2004-05-28
Silenced two signed/unsigned comparison compiler warnings.
Wayne Davison
1
-2
/
+2
2004-05-04
19877: improved test for empty strftime strings
Peter Stephenson
1
-4
/
+9
2004-05-04
* 19869: Src/prompt.c, Src/utils.c: avoid segfault when
Clint Adams
1
-1
/
+3
2004-04-21
19806: fix bug with %v prompt expansion and negative index beyond array start
Oliver Kiddle
1
-1
/
+1
2003-11-13
19242: Make job table dynamically reallocatable.
Peter Stephenson
1
-2
/
+2
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-1
/
+1
2003-10-06
19168: Various problems with size of buffers and pointer usage in ztrftime
Peter Stephenson
1
-3
/
+8
2003-01-27
18144: allow %{ %} to put bounds around a prompt truncation.
Bart Schaefer
1
-0
/
+8
2002-08-05
17503: fix various typos and spelling mistakes in source code comments
Oliver Kiddle
1
-1
/
+1
2002-01-31
16494: extract outermost words with negative arguments to %_ and add %^
Oliver Kiddle
1
-7
/
+46
2001-11-02
16198: add %j prompt expansion and j test character for no. of jobs in prompt
Oliver Kiddle
1
-1
/
+16
2001-06-22
15021: new %y character; %l semantic back
Andrey Borzenkov
1
-0
/
+8
[next]