various changes of CVS to git

This commit is contained in:
Daniel Stenberg 2010-03-22 00:34:09 +01:00
parent e1d6034977
commit 1609685fc2
8 changed files with 34 additions and 33 deletions

View file

@ -12,9 +12,9 @@ INTERNALS
The largest amount of code and complexity is in the library part.
CVS
GIT
===
All changes to the sources are committed to the CVS repository as soon as
All changes to the sources are committed to the git repository as soon as
they're somewhat verified to work. Changes shall be commited as independently
as possible so that individual changes can be easier spotted and tracked
afterwards.
@ -436,10 +436,10 @@ Memory Debugging
information about what they just did. The logged data can then be analyzed
after a complete session,
memanalyze.pl is the perl script present only present in CVS (not part of the
release archives) that analyzes a log file generated by the memory tracking
system. It detects if resources are allocated but never freed and other kinds
of errors related to resource management.
memanalyze.pl is the perl script present in tests/ that analyzes a log file
generated by the memory tracking system. It detects if resources are
allocated but never freed and other kinds of errors related to resource
management.
Internally, definition of preprocessor symbol DEBUGBUILD restricts code which
is only compiled for debug enabled builds. And symbol CURLDEBUG is used to
@ -483,6 +483,6 @@ Building Releases
need to fill in the Makefile.am files properly for which files that should
be included in the release archives.
NOTE: you need to have curl checked out from CVS to be able to do a proper
NOTE: you need to have curl checked out from git to be able to do a proper
release build. The release tarballs do not have everything setup in order to
do releases properly.