The R Project SVN R

Rev

Rev 1230 | Rev 5458 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1230 Rev 3765
Line 3... Line 3...
3
  Project: 
3
  Project: 
4
  
4
  
5
  JAVA Source file for the class Value
5
  JAVA Source file for the class Value
6
  
6
  
7
  COPYRIGHT (C), 1998, Thomas Baier
7
  COPYRIGHT (C), 1998, Thomas Baier
-
 
8
 
-
 
9
 *  This program is free software; you can redistribute it and/or modify
-
 
10
 *  it under the terms of the GNU General Public License as published by
-
 
11
 *  the Free Software Foundation; either version 2 of the License, or
8
  ALL RIGHTS RESERVED.
12
 *  (at your option) any later version.
-
 
13
 *
-
 
14
 *  This program is distributed in the hope that it will be useful,
-
 
15
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
-
 
16
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-
 
17
 *  GNU General Public License for more details.
-
 
18
 *
-
 
19
 *  You should have received a copy of the GNU General Public License
-
 
20
 *  along with this program; if not, write to the Free Software
-
 
21
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
 
22
  
9
  
23
  
10
  $Source: /scratch/CVS-ARCHIVE/R/doc/html/search/Value.java,v $
24
  $Source: /scratch/CVS-ARCHIVE/R/doc/html/search/Value.java,v $
11
  
25
  
12
  $Revision: 1.1 $
26
  $Revision: 1.2 $
13
 
27
 
14
  $Date: 1998/05/15 10:38:11 $
28
  $Date: 1999/03/04 17:15:19 $
15
  
29
  
16
  $Author: leisch $
30
  $Author: leisch $
17
 
31
 
18
==============================================================================*/
32
==============================================================================*/
19
 
33
 
Line 140... Line 154...
140
/*==============================================================================
154
/*==============================================================================
141
 
155
 
142
  HISTORY:
156
  HISTORY:
143
  
157
  
144
  $Log: Value.java,v $
158
  $Log: Value.java,v $
145
  Revision 1.1  1998/05/15 10:38:11  leisch
159
  Revision 1.2  1999/03/04 17:15:19  leisch
146
  New: Search Engine
160
  various bugfixes
-
 
161
 
-
 
162
  Revision 1.1.4.1  1999/03/02 15:19:59  leisch
-
 
163
  search used only kewords, no titles
147
 
164
 
148
  Revision 1.1  1998/05/10 02:44:50  baier
165
  Revision 1.1  1998/05/10 02:44:50  baier
149
  Initial revision
166
  Initial revision
150
 
167
 
151
 
168