X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FREADME.developers;h=9314563cfb943ee193cc1204883e484cf94d46c2;hb=e0233d70fb7bfac996b3514ae60d7eedef0e6ad3;hp=b2c2efa03cf64fa565f3a3660a03080792cf6226;hpb=20fe3a947f2305fb271a811d50f8a7d263511ee7;p=mmh diff --git a/docs/README.developers b/docs/README.developers index b2c2efa..9314563 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -130,6 +130,21 @@ zotnet/tws/ "time". Date and time manipulation routines go here. +------------------------------------------------------- +nmh-local functions to use in preference to OS versions +------------------------------------------------------- + +For some system functions whose availability or behavior varies from OS to OS, +nmh conditionally uses a local definition with the same name as the OS function +(e.g. snprintf()). For other functions, developers need to avoid the OS +versions and always use the nmh-supplied function. Here is a list of such +functions: + +OS function nmh-local version to use instead +=========== ================================ +getpass() nmh_getpass() + + ------------- releasing nmh -------------