From 1d9ec375c03e61d8a3d986cfa9e47e8060cf509a Mon Sep 17 00:00:00 2001 From: mrg Date: Sun, 29 Mar 1998 08:31:49 +0000 Subject: initial import of the egcs 1.0.2 standard c++ library --- gnu/dist/libstdc++/stl/algorithm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 gnu/dist/libstdc++/stl/algorithm (limited to 'gnu/dist/libstdc++/stl/algorithm') diff --git a/gnu/dist/libstdc++/stl/algorithm b/gnu/dist/libstdc++/stl/algorithm new file mode 100644 index 00000000000..515e9bd25da --- /dev/null +++ b/gnu/dist/libstdc++/stl/algorithm @@ -0,0 +1,39 @@ +/* + * + * Copyright (c) 1994 + * Hewlett-Packard Company + * + * Permission to use, copy, modify, distribute and sell this software + * and its documentation for any purpose is hereby granted without fee, + * provided that the above copyright notice appear in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation. Hewlett-Packard Company makes no + * representations about the suitability of this software for any + * purpose. It is provided "as is" without express or implied warranty. + * + * + * Copyright (c) 1996,1997 + * Silicon Graphics Computer Systems, Inc. + * + * Permission to use, copy, modify, distribute and sell this software + * and its documentation for any purpose is hereby granted without fee, + * provided that the above copyright notice appear in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation. Silicon Graphics makes no + * representations about the suitability of this software for any + * purpose. It is provided "as is" without express or implied warranty. + */ + +#ifndef __SGI_STL_ALGORITHM +#define __SGI_STL_ALGORITHM + +#include +#include +#include +#include + +#endif /* __SGI_STL_ALGORITHM */ + +// Local Variables: +// mode:C++ +// End: -- cgit option value='committer'>committer
AgeCommit message (Expand)Author
2011-02-28Update firmware sets for the (rare) 2322, 2400 and 2500. In particular themjacob
2009-06-25Update 2400 firmware to latest (to match 2500 firmware)mjacob
2009-05-07update firmwaremjacob
2009-05-07Add firmware set for 8Gb card.mjacob
2008-05-11Update 2400 f/w to something more akin to what is current.mjacob
2008-03-11Checkpoint of some fairly major isp(4) rototilling.mjacob
2008-03-09Remove files that have no apparent immediate use.mjacob
2007-05-24Major update to isp(4) driver to bring it in line with external sources.mjacob
2005-12-11merge ktrace-lwp.christos
2005-05-31remove bogus cast.christos
2005-03-01revert the whitespace kill -- these are binaries.perry
2005-02-27nuke trailing whitespaceperry
2004-08-01Add binary versions of firmware images, which will be used Soon.mycroft
2004-05-02Revert ISP2100 firmware to Qlogic revision 1.19.16 (the version that shippedtls
2004-01-21Updated firmware from QLogic via Matt Jacob (from his Jan 14 distribution).briggs
2003-02-09Roll to latest f/w. Supposed to correct some nasty f/w bugs.mjacob
2002-10-18Update to the latest Fibre Channel f/w from the QLogic intranet site.mjacob
2002-03-22Cast for now non-const in ispdv structure.mjacob
2002-02-19Update 2300 firmware to latest release level.mjacob
2001-12-14Roll f/w to latest level, correcting several, ah, interesting bugs.mjacob
2001-10-20Update to latest 12160 initiator firmware.mjacob
2001-08-31Ulp! Open Wide! Another Firmware Enchilada!mjacob
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-02-12update to latest f/wmjacob
2000-12-28roll to 2.01.26 f/wmjacob
2000-10-16roll SBus f/w to latest released level (1.37)mjacob
2000-07-05split firmware into smaller filesmjacob
2000-02-12add 12160 (Ultra3) microcodemjacob
1999-12-20oops, got the initiator and initiator/target f/w reversed for the 1080mjacob
1999-12-20add in initiator mode only f/w versionsmjacob
1999-12-03add back firmware with BSD style copyright as approved by Qlogicmjacob
1999-11-16Re-add stub Qlogic F/W files so that life is easier when/if the newmjacob
1999-10-28Remove f/w from tree. The licences are not acceptable to TNF.mjacob
1999-10-14roll firmwaremjacob
1999-08-26do not install these headers. they are large (~1.8M) and useless to userland.mrg