summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/puts.c
AgeCommit message (Expand)Author
2006-03-17Move strlen(s) to after s is known to be not NULL, or set to "(null)" .chris
2005-11-29WARNS=4christos
2005-06-22If the string to be printed is NULL substitute "(null)". Approved by core.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-18#include "local.h" to get __flockfile_internal() prototype.nathanw
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-11-15delintchristos
1998-09-07Deploy stdio stream locking as necessary.kleink
1997-07-13Fix RCSID'schristos
1996-03-29Add explict function return typesjtc
1995-02-02Merged with 4.4lite.jtc
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd