]> diplodocus.org Git - nmh/blobdiff - docs/README.developers
Updating root-level files so that zotnet/tws/Makefile is not generated.
[nmh] / docs / README.developers
index b2c2efa03cf64fa565f3a3660a03080792cf6226..9314563cfb943ee193cc1204883e484cf94d46c2 100644 (file)
@@ -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
 -------------