summaryrefslogtreecommitdiff
path: root/usr.bin/window/string.c
AgeCommit message (Collapse)Author
2009-06-02Remove window(1) from the base system.Ed Schouten
Some time ago Tom Rhodes sent me an email that he was willing to perform various cleanups to the window(1) source code. After some discussion, we both decided the best thing to do, was to move window(1) to the ports tree. The application isn't used a lot nowadays, mainly because it has been superseeded by screen, tmux, etc. A couple of hours ago Tom committed window(1) to ports (misc/window), so I'm removing it from the tree. I don't think people will really miss it, but I'm describing the change in UPDATING anyway. Discussed with: trhodes, pav, kib Approved by: re Notes: svn path=/head/; revision=193308
2009-02-19Include proper header files for system functions that are used andWarner Losh
that gcc complains about this code changing from the built-in versions. Notes: svn path=/head/; revision=188828
2004-07-28Remove local malloc prototypes, which are incorrect and conflict withAlexander Kabaev
both GCC builtin and system declared ones. Notes: svn path=/head/; revision=132786
2001-05-17Fix the rcsid's.David E. O'Brien
Notes: svn path=/head/; revision=76736
2000-10-26Having a local `string.h' is just asking for trouble. As is having aDavid E. O'Brien
`struct string'. Rename the struct and effectively rename the header to `mystring.h' Notes: svn path=/head/; revision=67606
1998-02-20Add #include <string.h> to get prototypes. Note that this programJohn Birrell
also has a local "string.h" which is included too. Notes: svn path=/head/; revision=33698
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590