Changes relating to chomp()

This commit is contained in:
Robert James Kaes 2001-11-23 01:11:58 +00:00
parent 787ece6c01
commit bcb54a8a67

View File

@ -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.