summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Fontana <sick_soul@users.sourceforge.net>2006-06-26 21:34:49 +0000
committerClaudio Fontana <sick_soul@users.sourceforge.net>2006-06-26 21:34:49 +0000
commit1877564cef9f22c15ebed79a2c795d795e74c8ca (patch)
treec5fd902be3576d6ab71326361c288b6025c8484f
parentbf83f518f52fb7ae2636f8085c787d08017a283e (diff)
downloadidutils-1877564cef9f22c15ebed79a2c795d795e74c8ca.tar.gz
idutils-1877564cef9f22c15ebed79a2c795d795e74c8ca.tar.bz2
idutils-1877564cef9f22c15ebed79a2c795d795e74c8ca.zip
* update changelog for June, 26 patches
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a8ea21..f565b38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-06-26 Claudio Fontana <claudio@gnu.org>
+
+ * libidu/walker.c (walk_flink): add missing #ifdef HAVE_LINK before
+ calling hard-link specific code (patch #5165).
+
+ * libidu/scanners.c (get_token_perl): fix problem in perl support
+ with comments and quotation.
+ Patch appended to patch #2775 by Madhu Gogulapati.
+
2006-03-05 Claudio Fontana <claudio@gnu.org>
* src/lid.c::isnumber(): fixed bug in pattern recognition.