summaryrefslogtreecommitdiff
path: root/Src/prompt.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-0920331: Use internal zlong variables for consistencyPeter Stephenson1-2/+2
2004-08-1620251: integer conversion truncationPeter Stephenson1-1/+3
2004-08-07still allow user specified text modifiers with a short terminal.Geoff Wing1-1/+2
2004-07-2920208: ternary path codes in prompt treat / as zero elementsPeter Stephenson1-1/+4
2004-06-2220076, 20084: { ... } always { ... } syntax.Peter Stephenson1-2/+2
2004-05-28Silenced two signed/unsigned comparison compiler warnings.Wayne Davison1-2/+2
2004-05-0419877: improved test for empty strftime stringsPeter Stephenson1-4/+9
2004-05-04 * 19869: Src/prompt.c, Src/utils.c: avoid segfault whenClint Adams1-1/+3
2004-04-2119806: fix bug with %v prompt expansion and negative index beyond array startOliver Kiddle1-1/+1
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-2/+2
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-1/+1
2003-10-0619168: Various problems with size of buffers and pointer usage in ztrftimePeter Stephenson1-3/+8
2003-01-2718144: allow %{ %} to put bounds around a prompt truncation.Bart Schaefer1-0/+8
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-1/+1
2002-01-3116494: extract outermost words with negative arguments to %_ and add %^Oliver Kiddle1-7/+46
2001-11-0216198: add %j prompt expansion and j test character for no. of jobs in promptOliver Kiddle1-1/+16
2001-06-2215021: new %y character; %l semantic backAndrey Borzenkov1-0/+8
2001-06-0614766: unify %l substitution (tty0, pts/3 etc)Andrey Borzenkov1-2/+2
2001-03-29Don't assume we can change the string for the HOST parameter when used inPeter Stephenson1-4/+1
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-0/+4
2000-07-1312247: internal hostnam variable removed in favour of $HOSTPeter Stephenson1-2/+5
2000-07-1312242: based on code from Fr. Br. George (George V Kouryachy):Peter Stephenson1-162/+331
1999-04-15Initial revisionTanaka Akira1-0/+766