summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-11-23 01:11:58 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-11-23 01:11:58 +0000
commitbcb54a8a67ea5cb4329a4efaf4d6131d3795b0ff (patch)
tree8d61eb54aea6da30f988312eb0ec7fdc973cdafa /ChangeLog
parent787ece6c0185b4f6dba0956fa56983c1cb69ab70 (diff)
downloadtinyproxy-bcb54a8a67ea5cb4329a4efaf4d6131d3795b0ff.tar.gz
tinyproxy-bcb54a8a67ea5cb4329a4efaf4d6131d3795b0ff.zip
Changes relating to chomp()
Diffstat (limited to '')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a86cb76..4b92910 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-11-21 Robert James Kaes <rjkaes@flarenet.com>
+ * src/utils.c (chomp): Replaced the "trim()" function in reqs.c
+ with the new chomp() function which has similar semantics as the
+ chomp() function in Perl.
+
* src/sock.c (readline): Replaced the old function with a new
version that will allow an arbitrary long string.