summaryrefslogtreecommitdiff
path: root/Src/watch.c
AgeCommit message (Collapse)AuthorFilesLines
2021-11-0249534, 49539: separate watch/log functionality out into a moduleOliver Kiddle1-626/+0
2021-04-1148504: use SEEK_ macros in fseek() callsOliver Kiddle1-2/+2
2019-12-1145004: Fix typos in commentsMartijn Dekker1-1/+1
2017-02-2340604: revert to the old method if getutent() is not availableJun-ichi Takimoto1-4/+22
2017-01-2740425: HAVE_* tests for getutxent etc.Peter Stephenson1-3/+6
Not yet 100% clear where the #if's go, depends on how various systems implement the old or new formats.
2017-01-1240333: Fix the watch interface for utmpxJens Elkner1-54/+42
2015-08-1836227: attempt to fix metafication problem with ztrftime.Peter Stephenson1-1/+4
fmt is treated as metafied on entry; use returned length to ensure we metafy or output the correct length if there are embedded nulls.
2015-07-2235826: add getsparam_u() to return unmetafied string, use it for a number of ↵Barton E. Schaefer1-1/+1
references to non-special params
2015-02-11users/19850: add pattern support to watch variablePeter Stephenson1-3/+24
2014-07-3032918: add %. to ztrftime for use in promptsPeter Stephenson1-1/+1
2008-05-0924986: prompt escapes for coloursPeter Stephenson1-10/+6
2005-04-04Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX XPeter Stephenson1-0/+8
ut_name needs to be ut_user in struct utmpx
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-1/+1
2002-08-2717582: Improved option argument handling.Peter Stephenson1-2/+2
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-3/+6
signal handlers are only executed when it is safe to run them (13365)
1999-04-15Initial revisionTanaka Akira1-0/+586