summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-20 23:40:39 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-20 23:40:39 -0800
commitb9b4014c02f36f5b468283ed6ef64783146306cf (patch)
tree3b5054d4a63e9014981c079ef52f2bb776b41885 /ChangeLog
parentda6ce99db9ac21b417262f5d23e605aee391b70e (diff)
downloadtxr-b9b4014c02f36f5b468283ed6ef64783146306cf.tar.gz
txr-b9b4014c02f36f5b468283ed6ef64783146306cf.tar.bz2
txr-b9b4014c02f36f5b468283ed6ef64783146306cf.zip
* lib.c (broken_down_time_list): New static function.
(time_fields_local, time_fields_utc): New functions. * lib.h (time_fields_local, time_fields_utc): Declared. * eval.c (eval_init): Intern time_fields_local and time_fields_utc as intrinsic functions. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee79b4be..be0057a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2014-01-20 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (broken_down_time_list): New static function.
+ (time_fields_local, time_fields_utc): New functions.
+
+ * lib.h (time_fields_local, time_fields_utc): Declared.
+
+ * eval.c (eval_init): Intern time_fields_local and time_fields_utc
+ as intrinsic functions.
+
+ * txr.1: Documented.
+
2014-01-16 Kaz Kylheku <kaz@kylheku.com>
* hash.c (group_by): New function.