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
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
2001-06-06
14766: unify %l substitution (tty0, pts/3 etc)
Andrey Borzenkov
1
-2
/
+2
2001-03-29
Don't assume we can change the string for the HOST parameter when used in
Peter Stephenson
1
-4
/
+1
2001-01-16
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
1
-0
/
+4
2000-07-13
12247: internal hostnam variable removed in favour of $HOST
Peter Stephenson
1
-2
/
+5
2000-07-13
12242: based on code from Fr. Br. George (George V Kouryachy):
Peter Stephenson
1
-162
/
+331
1999-04-15
Initial revision
Tanaka Akira
1
-0
/
+766