about summary refs log tree commit diff
path: root/Src/watch.c
Commit message (Collapse)AuthorAgeFilesLines
* 48504: use SEEK_ macros in fseek() callsOliver Kiddle2021-04-111-2/+2
|
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-1/+1
|
* 40604: revert to the old method if getutent() is not availableJun-ichi Takimoto2017-02-231-4/+22
|
* 40425: HAVE_* tests for getutxent etc.Peter Stephenson2017-01-271-3/+6
| | | | | Not yet 100% clear where the #if's go, depends on how various systems implement the old or new formats.
* 40333: Fix the watch interface for utmpxJens Elkner2017-01-121-54/+42
|
* 36227: attempt to fix metafication problem with ztrftime.Peter Stephenson2015-08-181-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.
* 35826: add getsparam_u() to return unmetafied string, use it for a number of ↵Barton E. Schaefer2015-07-221-1/+1
| | | | references to non-special params
* users/19850: add pattern support to watch variablePeter Stephenson2015-02-111-3/+24
|
* 32918: add %. to ztrftime for use in promptsPeter Stephenson2014-07-301-1/+1
|
* 24986: prompt escapes for coloursPeter Stephenson2008-05-091-10/+6
|
* Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX XPeter Stephenson2005-04-041-0/+8
| | | | ut_name needs to be ut_user in struct utmpx
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-1/+1
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-2/+2
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-3/+6
| | | | signal handlers are only executed when it is safe to run them (13365)
* Initial revisionTanaka Akira1999-04-151-0/+586