summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c (eval_init): Fix incorrect registration ofKaz Kylheku2014-02-031-1/+1
* Adding list* since we get it "for free" thanks to theKaz Kylheku2014-02-021-0/+6
* append can now take additional leading arguments before the list.Kaz Kylheku2014-02-021-2/+13
* * eval.c (apply): Support string and vector arglist.Kaz Kylheku2014-02-021-5/+9
* * eval.c (do_eval_args): If the dotted position of the argumentKaz Kylheku2014-02-021-2/+6
* * eval.c (eval_init): Register vector_list function a second timeKaz Kylheku2014-02-021-0/+1
* * eval.c (expand_op): When the variant is do, and the symbolKaz Kylheku2014-01-301-2/+3
* * eval.c (expand_op): Fix broken do operator. In the case of the doKaz Kylheku2014-01-301-1/+1
* Default argument initializer scoping rule change, allowingKaz Kylheku2014-01-291-6/+19
* * eval.c (eval_init): Registered existing make_catenated_stream asKaz Kylheku2014-01-281-0/+2
* * stream.c (remove_path, rename_path): New functions.Kaz Kylheku2014-01-281-1/+2
* * eval.c (meta_meta_p, meta_meta_strip): New static functions.Kaz Kylheku2014-01-281-1/+23
* * regex.c (match_regex_right): New function.Kaz Kylheku2014-01-261-0/+2
* * hash.c (hash_update): New function.Kaz Kylheku2014-01-241-0/+2
* * eval.c (expand): Bugfix in expansion of dohash: neglectedKaz Kylheku2014-01-231-1/+3
* * eval.c (expand_op): Takes sym argument to distinguish op and do.Kaz Kylheku2014-01-231-3/+6
* * eval.c (do_eval): Fix incorrect, recently introduced codeKaz Kylheku2014-01-231-10/+10
* Bugfix: @(require ...) not expanding forms.Kaz Kylheku2014-01-231-8/+1
* * lib.c (conses, lazy_conses, func_set_env): New functions.Kaz Kylheku2014-01-231-0/+3
* Changes to the list collection mechanism to improveKaz Kylheku2014-01-221-14/+14
* Support function versions of if, and, or so that partialKaz Kylheku2014-01-221-9/+39
* * eval.c (eval_instrinsic): Changed to external linkage.Kaz Kylheku2014-01-221-1/+1
* * eval.c (mapcarv, mappendv): Convert output to type of leftmostKaz Kylheku2014-01-211-2/+4
* * lib.c (broken_down_time_list): New static function.Kaz Kylheku2014-01-201-0/+2
* * hash.c (group_by): New function.Kaz Kylheku2014-01-161-0/+1
* * eval.c (append_each_s, append_each_star_s): New symbol variables.Kaz Kylheku2014-01-151-2/+13
* * arith.c (atang2): New function.Kaz Kylheku2014-01-151-0/+1
* * eval.c (bind_args): Implemented default values for optionalKaz Kylheku2014-01-141-3/+15
* Support for pushing back bytes and characters into streams.Kaz Kylheku2014-01-131-0/+2
* * arith.c (rising_product): New static function.Kaz Kylheku2014-01-111-0/+2
* * arith.c (to_float): Print function name as ~a rather than ~s,Kaz Kylheku2014-01-111-0/+2
* * eval.c (eval_init): Renaming lisp-parse to read; lisp-parseKaz Kylheku2014-01-101-1/+2
* * configure (lang_flags): Let us switch from using _XOPEN_SOURCE=2Kaz Kylheku2014-01-101-0/+31
* * eval.c (op_defvar): Fix the semantics to be similar to Common Lisp:Kaz Kylheku2013-12-171-6/+3
* Support for parsing Lisp expression out of strings and streams.Kaz Kylheku2013-12-141-0/+1
* * eval.c (eval_init): Registered vars for signal numbers.Kaz Kylheku2013-12-121-0/+46
* First cut at signal handling support.Kaz Kylheku2013-12-121-0/+26
* * configure: Fix warnings in test cases for HAVE_FORK_STUFFKaz Kylheku2013-12-121-0/+4
* * eval.c (eval_init): log_authpriv_v registered as log-authpriv.Kaz Kylheku2013-12-111-0/+3
* * eval.c (symbol_value, boundp, fboundp): New functions.Kaz Kylheku2013-12-111-0/+19
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* * eval.c (eval_init): closelog_wrap interned.Kaz Kylheku2013-12-101-0/+1
* * eval.c (eval_init): Register streamp, real_time_stream_p,Kaz Kylheku2013-12-101-1/+4
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-2/+11
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-2/+28
* * eval.c (eval_init): Update registration of regex-compileKaz Kylheku2013-12-061-1/+1
* * eval.c (eval_init): Registered regex_parse as newKaz Kylheku2013-12-051-0/+2
* * eval.c (eval_init): New functions countqual, countql, countqKaz Kylheku2013-11-291-0/+4
* * configure (config_flags): New variable, allowing us toKaz Kylheku2013-11-291-0/+1
* * configure: Detect the daemon function.Kaz Kylheku2013-11-281-0/+20