aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-15 05:52:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-15 05:52:17 +0000
commit7f04d84320ef08ae159b6c32b484c6732d8443ef (patch)
tree659568cfd2f4f45efa3e6bf42a9408ad8a0d2409 /ChangeLog
parent58c6dc0f1481791c028fc61975f3d917c3053d45 (diff)
optimized date string scan
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3230 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f29ca997..be9eeaf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-02-15
+ * procheader_scan_date_string(): optimized.
+
+2013-02-15
+
* libsylph/procheader.cprocheader_date_parse(): support ISO-type date
(YYYY-MM-DD HH:MM:SS).
Added workaround for time_t limit.