Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 43935: Reject too-large nanosecond values given to strftime | dana | 2018-12-24 | 1 | -1/+1 |
| | | | | | | | ... and, in so doing, fix an error in the tests on 32-bit machines. The value for the new too-large test is changed slightly from the patch posted to the ML to make it test for the right thing on 32-bit machines as well. | ||||
* | 43800: Add nanosecond support to strftime built-in | dana | 2018-11-13 | 1 | -18/+46 |
| | |||||
* | 43075: Support nanosecond-precision time formatting | dana | 2018-06-20 | 1 | -41/+5 |
| | | | | | | | | * 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 | ||||
* | 40681: strftime builtin should return 1 if ztrftime() returns -1 | Jun-ichi Takimoto | 2017-03-02 | 1 | -2/+6 |
| | |||||
* | 39728: define _GNU_SOURCE on Cygwin | Jun-ichi Takimoto | 2016-11-07 | 1 | -3/+0 |
| | |||||
* | 38862: strptime(3) requires _XOPEN_SOURCE on Cygwin | Jun-ichi Takimoto | 2016-07-19 | 1 | -0/+3 |
| | |||||
* | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | 36227: attempt to fix metafication problem with ztrftime. | Peter Stephenson | 2015-08-18 | 1 | -4/+7 |
| | | | | | fmt is treated as metafied on entry; use returned length to ensure we metafy or output the correct length if there are embedded nulls. | ||||
* | Revert "36222: unmetafy output from strftime" | Peter Stephenson | 2015-08-18 | 1 | -2/+1 |
| | | | | This reverts commit 8141a3d850b1b9777a13d0107c262853734214b4. | ||||
* | 36222: unmetafy output from strftime | Peter Stephenson | 2015-08-18 | 1 | -1/+2 |
| | |||||
* | 35681: fix day of month initialisation | Oliver Kiddle | 2015-07-03 | 1 | -1/+3 |
| | |||||
* | 34961: $TZ is implicitly local in builtin strftime (originally workers/34602 ↵ | Barton E. Schaefer | 2015-04-25 | 1 | -1/+20 |
| | | | | from workers/34596) | ||||
* | missed updates to calls to ztrftime() | Peter Stephenson | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | unposted: use pm->node.nam to get names for parameters in errors | Peter Stephenson | 2011-08-15 | 1 | -4/+6 |
| | |||||
* | 29674: add $epochtime to datetime | Peter Stephenson | 2011-08-11 | 1 | -1/+45 |
| | |||||
* | 29663: add $EPOCHREALTIME to zsh/datetime | Peter Stephenson | 2011-08-10 | 1 | -0/+27 |
| | |||||
* | Danek: 29254: fix some compiler warnings | Peter Stephenson | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | users/14902: another go at strftime | Peter Stephenson | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | users/14900: ULONG_MAX is a valid return value from strotoul() | Peter Stephenson | 2010-02-26 | 1 | -1/+2 |
| | |||||
* | users/14897: extra test in strftime builtin for time conversion | Peter Stephenson | 2010-02-26 | 1 | -0/+4 |
| | |||||
* | 24197: interface to ztrftime() for insufficient memory was broken | Peter Stephenson | 2007-12-09 | 1 | -2/+2 |
| | |||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -4/+4 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -14/+27 |
| | |||||
* | 22613: add strftime -r to use strptime() if available | Peter Stephenson | 2006-08-17 | 1 | -1/+65 |
| | |||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -2/+2 |
| | |||||
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 1 | -2/+2 |
| | |||||
* | If we are saving the ztrftime() value in a variable, we now metafy | Wayne Davison | 2006-01-13 | 1 | -1/+1 |
| | | | | the string (using META_DUP) instead of duplicating it via ztrdup(). | ||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -1/+4 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -3/+3 |
| | |||||
* | Silenced one signed/unsigned comparison compiler warning. | Wayne Davison | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | 19877: improved test for empty strftime strings | Peter Stephenson | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | 19389+: fix zmodload -u zsh/datetime, add strftime -s scalar | Peter Stephenson | 2004-01-22 | 1 | -4/+23 |
| | |||||
* | 18169: change parameter SECS in datetime to EPOCHSECONDS | Peter Stephenson | 2003-10-08 | 1 | -1/+1 |
| | |||||
* | 19168: Various problems with size of buffers and pointer usage in ztrftime | Peter Stephenson | 2003-10-06 | 1 | -7/+8 |
| | |||||
* | 19151: Src/Modules/datetime.c: add $SECS parameter for seconds since epoch. | Clint Adams | 2003-09-28 | 1 | -1/+14 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -1/+1 |
| | | | | unposted: Updated version to 4.1.0-dev-6 because of interface change. | ||||
* | 17417: remove unused fluff from datetime.c | Clint Adams | 2002-07-04 | 1 | -3/+1 |
| | |||||
* | 17235: strftime builtin | Clint Adams | 2002-05-26 | 1 | -0/+99 |