lint
[unix-history] / usr / src / lib / libc / string /
1994-02-03 Keith Bosticstrsep has its own man page now
1993-12-12 Kirk McKusickcopyediting for Usenix manuals
1993-06-10 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-10 Keith Bosticfixed the under development line
1993-06-10 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-10 Keith Bosticfixed the under development line
1993-06-10 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-10 Keith Bosticfixed the under development line
1993-06-10 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-10 Keith Bosticfixed the under development line
1993-06-10 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-10 Keith Bosticfixed the under development line
1993-06-10 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-10 Keith Bosticfixed the under development line
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-05-13 Keith Bosticclean up the #ifdef's, courtesy of Chris T.
1993-05-13 Keith Bosticbuild bzero(3) from memset(3)
1993-05-13 Keith Bosticbuild bzero(3) out of the same sources
1993-05-13 Keith Bosticword-at-a-time version of memset, from Mike Hibler
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1992-12-03 Keith Bostictypo...
1992-12-03 Keith Bosticdocument error return
1992-10-05 Keith Bosticlitn
1992-10-05 Keith Bosticmake it work for n==0: give in and run strlen first...
1992-10-05 Keith Bosticlint
1992-10-05 Keith Bosticfix include files
1992-08-07 Keith Bosticprototype typo
1992-08-02 Keith Bosticfix the comment
1992-07-13 Keith Bosticdocument the return value
1992-06-26 Keith Bosticbreak up machine dependent stuff
1992-06-05 Kirk McKusickadd support for luna68k from Omron
1992-01-22 Keith Bosticindex/rindex return a pointer to the character, not...
1991-11-17 Keith Bostictry and clarify this man page -- I'm tired of refigurin...
1991-11-17 Keith Bosticheader consistency police
1991-09-15 Keith Bosticmove strerror from stdio to here
1991-09-07 Ralph Campbelladded mips
1991-08-07 Cynthia A. E. Livi... fix misspelled BSD
1991-08-05 Cynthia A. E. Livi... fix boo boo
1991-08-04 Cynthia A. E. Livi... add missing word
1991-08-01 Cynthia A. E. Livi... prettied up a list
1991-06-30 Keith Bosticadd ANSI contribution notice
1991-06-22 Chris Torekmemcpy and memmove must always return first arg
1991-05-31 Keith Bosticch unused, t and f never assigned!
1991-05-29 Steve SellgrenNULL not NUL
1991-05-05 Keith Bosticdon't include stdio(3), do itoa inline
1991-05-02 Steve Sellgrenchar *'s to void *'s
1991-04-20 Cynthia A. E. Livi... macro and text revision (-mdoc version 3)
1991-04-20 Cynthia A. E. Livi... macro and text revision (-mdoc version 3)
1991-03-07 Keith Bosticunsigned length fix
1991-03-07 Keith Bosticunsigned integer fix (again!)
1991-03-06 Keith Bosticmv strerror into ../stdio
1991-03-06 Keith Bosticrename as strerror.3
1991-03-06 Keith Bosticman page pass, minor cleanups
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bostictypo
1991-02-25 Keith Bosticbcmp, bzero take void *, not char *
1991-02-25 Keith Bosticbcopy takes a void *, not a char *
1991-01-27 Keith Bosticstdc.h -> cdefs.h
1991-01-20 Keith Bostictypo on %l
1990-12-05 Keith Bosticnote that %s is an extension
1990-12-05 Keith Bosticmake a copy, mktime.3 modifies the tm struct
1990-12-01 Keith Bosticadd %s for number of seconds since the Epoch
1990-06-28 Mike Karelsoptimize for machines other than the Cray (infinite...
1990-06-26 Keith BosticChris hadn't tested another one
1990-06-25 Keith Bosticchange length to size_t; make sure length of 0 still...
1990-06-25 Keith Bosticforgot the links for the strn* routines
1990-06-25 Keith Bosticfold strn{casecmp,cat,cmp,cpy}.3 into str{casecmp,cat...
1990-06-25 Keith Bosticfold strn{casecmp,cat,cmp,cpy}.3 into str{casecmp,cat...
1990-06-25 Keith Bosticfold in strncat.3
1990-06-25 Keith Bosticfold strncmp(3) into the manual page
1990-06-25 Keith Bostictypo, strcoll, not strcmp
1990-06-25 Keith Bostichandle really big numbers
1990-06-25 Keith Bosticstrerror returns a char *
1990-06-25 Keith Bosticcleanup, strlen returns size_t, strsep arg1 is char **
1990-06-24 Trent Heinnew copyright notice
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:39 by bostic
1990-06-24 Keith Bosticbuild strrchr out of rindex
1990-06-24 Keith Bosticbuild strchr out of index
1990-06-24 Keith Bosticbuild memcopy and memmove out of fast bcopy code
1990-06-23 Keith Bosticdate and time created 90/06/22 19:43:59 by bostic
1990-06-02 Keith Bosticnew copyright notice
1990-05-30 Keith Bosticfrom Chris Torek, ANSI version, works with unsigned...
1990-05-19 Marc Teitelbaumnew calling convention for strsep, takes char **
1990-05-19 Keith Bosticdon't do a putchar on unknown inode...
1990-05-18 Keith Bosticuse Chris's version, need to return size_t
1990-05-18 Keith Bosticdate and time created 90/05/17 12:56:12 by bostic
1990-05-18 Keith Bostickeep string.h and source in sync
1990-05-18 Keith Bosticforgot to include string.h
1990-05-18 Keith Bosticnew man page, from scratch
1990-05-18 Keith Bosticdate and time created 90/05/17 11:11:09 by bostic
1990-05-18 Keith Bosticdate and time created 90/05/17 11:11:04 by bostic
1990-05-18 Keith Bosticupdate for ANSI, remove strsep, it has its own man...
1990-05-18 Keith Bosticdon't need rindex reference
1990-05-18 Keith BosticANSI C version from Chris
1990-05-18 Keith BosticANSI version from Chris
1990-05-18 Keith BosticANSI version of strncat.c
1990-05-18 Keith BosticANSI version
1990-05-17 Keith BosticANSI version
1990-05-17 Keith Bosticcompare using unsigned characters
next