From a5f2b7e6641a5f7ebaf01dd0e9fa10200ceb4606 Mon Sep 17 00:00:00 2001
From: Kaz Kylheku <kaz@kylheku.com>
Date: Sat, 5 Nov 2011 19:59:05 -0700
Subject: Task #11442. Access to environment variables.

* lib.c (env_list): New static variable.
(env): New function.
(match): Declaration of nonexistent function removed.
(obj_init): New variable gc-protected.

* lib.h (env): Declared.

* match.c (env_k): New symbol variable.
(v_next): Implemented :env.

* txr.1: @(next :env) described.
---
 ChangeLog | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

(limited to 'ChangeLog')

diff --git a/ChangeLog b/ChangeLog
index 6526a9e8..022e51a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2011-11-05  Kaz Kylheku  <kaz@kylheku.com>
+
+	Task #11442. Access to environment variables.
+
+	* lib.c (env_list): New static variable.
+	(env): New function.
+	(match): Declaration of nonexistent function removed.
+	(obj_init): New variable gc-protected.
+
+	* lib.h (env): Declared.
+
+	* match.c (env_k): New symbol variable.
+	(v_next): Implemented :env.
+
+	* txr.1: @(next :env) described.
+
 2011-11-04  Kaz Kylheku  <kaz@kylheku.com>
 
 	* hash.c (ll_hash): Added a break in the case that handles
-- 
cgit v1.2.3