summaryrefslogtreecommitdiff
path: root/docs/INTERNALS
diff options
context:
space:
mode:
Diffstat (limited to 'docs/INTERNALS')
-rw-r--r--docs/INTERNALS14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/INTERNALS b/docs/INTERNALS
index c9c497140..630b72b0f 100644
--- a/docs/INTERNALS
+++ b/docs/INTERNALS
@@ -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.