Commit graph

10 commits

Author SHA1 Message Date
carl
8b290cf68a ANSI C conversion of code, rename some parameters to better names and adapt man page accordingly. 2019-05-11 00:57:58 +08:00
George Koehler
6367467499 Remove functions that also exist in libc.
Some of these functions were slightly different from libc:

 - This strncpy() didn't pad the buffer with '\0' bytes beyond the end
   of the string; libc does the padding.  This string.3 manual said
   that this strncpy() does "null-padding", but it didn't.

 - This strcmp() and strncmp() compared using char (which might be
   signed); libc compares using unsigned char.
2017-11-09 23:35:54 -05:00
ceriel
103cbb4319 Added prototyping stuff 1993-11-10 12:09:49 +00:00
ceriel
7551b8e83a Changes to manual page 1991-10-01 12:18:39 +00:00
ceriel
73177ad913 New installation mechanism 1991-08-26 16:50:25 +00:00
ceriel
b909bb629b modified bts2str to also escape double quotes 1988-10-05 16:19:42 +00:00
ceriel
149a2abd07 some fixes 1987-09-29 16:07:10 +00:00
ceriel
f6083608f9 minor change 1987-03-11 14:19:02 +00:00
ceriel
429502815f Added description of strzero 1987-02-19 11:28:14 +00:00
ceriel
a7aa5d93ff Initial revision 1987-01-06 11:41:50 +00:00