diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-05 19:59:05 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-05 19:59:05 -0700 |
commit | a5f2b7e6641a5f7ebaf01dd0e9fa10200ceb4606 (patch) | |
tree | 4e9c4f5083bd2b4016edf2555f3b2bcc032950ea /ChangeLog | |
parent | b347ef4f083443e608b46f308894acc2567ce630 (diff) | |
download | txr-a5f2b7e6641a5f7ebaf01dd0e9fa10200ceb4606.tar.gz txr-a5f2b7e6641a5f7ebaf01dd0e9fa10200ceb4606.tar.bz2 txr-a5f2b7e6641a5f7ebaf01dd0e9fa10200ceb4606.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |