1234567891011121314151617181920212223242526272829303132333435 |
- {
- $Id$
- This file is part of the Free Pascal run time library.
- Copyright (c) 2003 Marco van de Voort
- member of the Free Pascal development team.
- See the file COPYING.FPC, included in this distribution,
- for details about the copyright.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY;without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- **********************************************************************}
- {
- $Log$
- Revision 1.8 2004-11-14 12:21:08 marco
- * moved some calls from unix to baseunix. Darwin untested.
- Revision 1.7 2004/11/03 15:00:43 marco
- * Pathstr eliminated
- Revision 1.6 2004/07/03 22:48:49 marco
- * small fix for 1.0.x cycling
- Revision 1.5 2004/04/22 16:22:10 marco
- * fpnice fixes
- Revision 1.4 2004/01/01 17:07:21 marco
- * few small freebsd fixes backported from debugging linux
- }
|