our internal strlcat() is now named Curl_strlcat()
[platform/upstream/curl.git] / CVS-INFO
1                                   _   _ ____  _     
2                               ___| | | |  _ \| |    
3                              / __| | | | |_) | |    
4                             | (__| |_| |  _ <| |___ 
5                              \___|\___/|_| \_\_____|
6
7 CVS-INFO
8
9 This file is only present in the CVS - never in release archives. It contains
10 information about other files and things that the CVS repository keeps in its
11 inner sanctum.
12
13
14
15   CHANGES.0     contains ancient changes.
16
17   memanalyze.pl is for analyzing the output generated by curl if -DMALLOCDEBUG
18                 is used when compiling
19
20   buildconf     builds the makefiles and configure stuff
21
22   Makefile.dist is included as the root Makefile in distribution archives
23
24   perl/contrib/ is a subdirectory with various perl scripts
25
26   java          is a subdirectory with the Java interface to libcurl
27
28 To build after having extracted everything from CVS, do this:
29
30 ./buildconf
31 ./configure
32 make