diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-19 21:35:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-19 21:35:36 +0000 |
commit | dca3564cfbe636f9937949b7127a39f6ffac2bdf (patch) | |
tree | 67b6ad31898c718d8c4fa65a95f77adb9aa9fb4c /docs | |
parent | 9d183bb7b17646ac494f46bbc0cd8d6b4464b459 (diff) |
minor addition, re-count of the number of lines of code
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BUGS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,7 @@ $Id$ BUGS Curl and libcurl have grown substantially since the beginning. At the time - of writing (August 2003), there are about 40000 lines of source code, and by + of writing (July 2007), there are about 47000 lines of source code, and by the time you read this it has probably grown even more. Of course there are lots of bugs left. And lots of misfeatures. @@ -39,6 +39,7 @@ WHAT TO REPORT - your operating system's name and version number (uname -a under a unix is fine) - what version of curl you're using (curl -V is fine) + - versions of the used libraries that libcurl is built to use - what URL you were working with (if possible), at least which protocol and anything and everything else you think matters. Tell us what you |