~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to rtl/netbsd/classes.pp

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    $Id: classes.pp,v 1.4 2004/01/22 17:11:23 peter Exp $
 
2
    $Id: classes.pp,v 1.6 2005/04/17 17:33:40 hajny Exp $
3
3
    This file is part of the Free Component Library (FCL)
4
4
    Copyright (c) 1999-2000 by Michael Van Canneyt and Florian Klaempfl
5
5
 
25
25
 
26
26
uses
27
27
  sysutils,
28
 
  rtlconst,
 
28
  rtlconsts,
29
29
  types,
30
30
  typinfo;
31
31
 
54
54
end.
55
55
{
56
56
  $Log: classes.pp,v $
57
 
  Revision 1.4  2004/01/22 17:11:23  peter
58
 
    * classes uses types to import TPoint and TRect
59
 
 
60
 
  Revision 1.3  2004/01/10 20:15:21  michael
61
 
  + Some more fixes to rtlconst. Const strings moved from classes to rtlconst
62
 
 
63
 
  Revision 1.2  2004/01/04 01:11:28  marco
64
 
   * a new qod port of the freebsd rtl. To be refined in the coming days.
65
 
 
66
 
  Revision 1.5  2004/01/03 12:18:29  marco
67
 
   * a lot of copyright notices and CVS logs added and fixed
68
 
 
69
 
  Revision 1.4  2003/12/22 16:16:33  marco
70
 
   * small 1.0 compat fix
71
 
 
72
 
  Revision 1.3  2003/11/17 10:05:51  marco
73
 
   * threads for FreeBSD. Not working tho
74
 
 
75
 
  Revision 1.2  2003/10/09 10:55:20  marco
76
 
   * fix for moving classes to rtl while cycling with 1.0 start
77
 
 
78
 
  Revision 1.1  2003/10/06 21:01:06  peter
79
 
    * moved classes unit to rtl
80
 
 
81
 
  Revision 1.1  2003/10/06 20:33:58  peter
82
 
    * classes moved to rtl for 1.1
83
 
    * classes .inc and classes.pp files moved to fcl/classes for
84
 
      backwards 1.0.x compatiblity to have it in the fcl
85
 
 
86
 
  Revision 1.6  2003/09/20 12:38:29  marco
87
 
   * FCL now compiles for FreeBSD with new 1.1. Now Linux.
88
 
 
89
 
  Revision 1.5  2002/09/07 15:15:24  peter
90
 
    * old logs removed and tabs fixed
 
57
  Revision 1.6  2005/04/17 17:33:40  hajny
 
58
    * more rtlconst/s fixes
 
59
 
 
60
  Revision 1.5  2005/02/14 17:13:30  peter
 
61
    * truncate log
91
62
 
92
63
}