Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-26 | 53257: use monotonic clock where appropriate | dana | 1 | -1/+2 | |
update the following features to use the monotonic clock for calculating time deltas and intervals: * MAILCHECK parameter * PERIOD parameter * SECONDS parameter * %(nS.t.f) prompt-expansion sequence * time built-in's elapsed time and cpu % values * zsh/zftp ZFTP_TMOUT parameter * zsh/zprof timings also use CLOCK_MONOTONIC_RAW instead of CLOCK_MONOTONIC on macOS | |||||
2024-02-15 | 52535: documentation for highlight groups and layers | Oliver Kiddle | 1 | -0/+8 | |
2018-06-20 | 43075: Support nanosecond-precision time formatting | dana | 1 | -4/+8 | |
* Teach ztrftime() %9. and %N for nanoseconds * Update prompt expansion to pass sub-second times for time formatting * Update zsh/stat to pass sub-second times for atime/mtime/ctime Patch heavily based on Oliver's earlier work @ workers/24059 | |||||
2015-08-08 | 35928: '%-m' should work even if not supported by strftime(3) | Jun-ichi Takimoto | 1 | -3/+4 | |
Also clarify document. | |||||
2015-07-24 | 35865: document %^ prompt expansion | Oliver Kiddle | 1 | -0/+4 | |
2015-04-03 | 34840: minor format fixes in prompt.yo | Jun-ichi Takimoto | 1 | -3/+3 | |
2015-04-03 | 34836: fix description of '%-0<<' in prompt.yo | Jun-ichi Takimoto | 1 | -1/+2 | |
2015-02-14 | Fix typo from 28487 | Mikael Magnusson | 1 | -1/+1 | |
2014-08-30 | 33070: add %(e..) based on %e | Barton E. Schaefer | 1 | -0/+1 | |
2014-08-29 | 33057: %e in prompts shows evaluation / execution depth | Peter Stephenson | 1 | -0/+6 | |
2014-08-08 | mention 32971 in NEWS, clarify RPROMPT behavior in docs | Barton E. Schaefer | 1 | -3/+5 | |
2014-08-07 | 32971: negative argument with %(l..) and with %<< or %>> calculates space ↵ | Barton E. Schaefer | 1 | -6/+23 | |
available before right margin | |||||
2014-07-30 | 32918: add %. to ztrftime for use in prompts | Peter Stephenson | 1 | -0/+7 | |
2013-07-28 | 31592: improve documentary for handling of named directories. | Manuel Presnitz | 1 | -3/+6 | |
Minor changes of phrasing. | |||||
2010-12-06 | Mikael: 28487: fix docs to refer to current directory | Peter Stephenson | 1 | -9/+10 | |
rather than $PWD | |||||
2009-03-03 | Jun T.: 26667: parentheses in doc causing problems | Peter Stephenson | 1 | -1/+1 | |
2009-03-02 | 26614 + 26615: history -t <fmt> plus ztrftime "-" format modifier | Peter Stephenson | 1 | -5/+17 | |
2008-09-16 | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 1 | -0/+10 | |
tidy up interface to doshfunc() | |||||
2008-06-24 | 25242: Mikael V prompt test for contents of psvar | Peter Stephenson | 1 | -0/+2 | |
2008-05-18 | 25054: typo in prompt doc | Peter Stephenson | 1 | -1/+1 | |
2008-05-16 | 25052: update docs for use of colour highlighting | Peter Stephenson | 1 | -1/+2 | |
2008-05-09 | 24986: prompt escapes for colours | Peter Stephenson | 1 | -0/+14 | |
2008-02-17 | 24566: fix prompts with glitch spaces a bit more | Peter Stephenson | 1 | -0/+10 | |
2008-02-15 | 24556: %G in prompt for glitch characters | Peter Stephenson | 1 | -0/+12 | |
2008-01-29 | 24483: minor sectioning fixes in doc | Peter Stephenson | 1 | -6/+8 | |
24485: note on includes for term.h | |||||
2005-04-01 | c.f. 21071: always use "status" in return and exit status docs | Peter Stephenson | 1 | -1/+1 | |
2004-07-29 | 20208: ternary path codes in prompt treat / as zero elements | Peter Stephenson | 1 | -2/+4 | |
2001-11-02 | 16198: add %j prompt expansion and j test character for no. of jobs in prompt | Oliver Kiddle | 1 | -0/+4 | |
2001-07-10 | Better indexing and misc. cleanup in the first tenth or so of the doc. | Bart Schaefer | 1 | -87/+111 | |
2001-06-22 | 15021: new %y character; %l semantic back | Andrey Borzenkov | 1 | -1/+6 | |
2000-07-13 | 12242: based on code from Fr. Br. George (George V Kouryachy): | Peter Stephenson | 1 | -9/+11 | |
use negative integers in prompt to count from other end of string | |||||
2000-05-22 | 11485, 11488: Relocate "Compatibility" and "Restricted Shell" docs. | Bart Schaefer | 1 | -22/+56 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+209 | |