Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-30 | 53332, 53334: Avoid strlen calls after sprintf | Oliver Kiddle | 1 | -2/+1 | |
2022-12-16 | 51212: remove STOUC() macro | Oliver Kiddle | 1 | -1/+1 | |
This served as a workaround for ancient compilers where casts to unsigned char were broken. | |||||
2022-04-30 | 50150: Filenames need unmetafy for printing | Bart Schaefer | 1 | -5/+7 | |
2018-11-15 | 43823: remove unnecessary metafy() in stattimeprint() | Ivan Tkachenko | 1 | -3/+1 | |
2018-06-20 | 43075: Support nanosecond-precision time formatting | dana | 1 | -5/+17 | |
* 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 | |||||
2016-01-30 | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 1 | -1/+1 | |
2015-08-18 | 36227: attempt to fix metafication problem with ztrftime. | Peter Stephenson | 1 | -2/+5 | |
fmt is treated as metafied on entry; use returned length to ensure we metafy or output the correct length if there are embedded nulls. | |||||
2014-07-30 | missed updates to calls to ztrftime() | Peter Stephenson | 1 | -1/+1 | |
2013-05-21 | 31419: Add time zone and year to string formatted time output from zstat | Peter Stephenson | 1 | -2/+2 | |
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 1 | -3/+3 | |
2007-05-28 | see 23479: add initial features support for modules | Peter Stephenson | 1 | -3/+26 | |
2006-05-30 | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 1 | -14/+12 | |
2006-02-19 | 22284: add --disable-dynamic-nss configure switch to disable use of ↵ | Clint Adams | 1 | -2/+2 | |
getpw*(), getgr*(), initgroups() functions. | |||||
2006-01-13 | Values being stored in an array or a hash needed to be metafied | Wayne Davison | 1 | -5/+5 | |
(using META_DUP) instead of just duplicated via ztrdup(). | |||||
2005-12-19 | 22082: print out uid or gid in stat if name not available | Peter Stephenson | 1 | -6/+18 | |
2005-11-02 | 21978: unmetafy file name | Andrey Borzenkov | 1 | -2/+2 | |
2005-02-18 | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 1 | -2/+2 | |
20823: Debugging test in stat wrong for 64-bit systems | |||||
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -3/+3 | |
2003-10-29 | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 1 | -2/+2 | |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 1 | -27/+29 | |
unposted: Updated version to 4.1.0-dev-6 because of interface change. | |||||
2001-05-11 | 14314: writing const variable under cygwin | Peter Stephenson | 1 | -3/+3 | |
2001-04-30 | Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros were | Andrey Borzenkov | 1 | -3/+23 | |
changed to external variables and cannot be used to initialize static array). Modified by me __CYGWIN -> __CYGWIN__ | |||||
2000-04-07 | stat -o shows file modes in octal | Peter Stephenson | 1 | -31/+117 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+535 | |