summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace.Kaz Kylheku2013-11-281-0/+1
* Extending intrinsic functions to go up to 7 arguments.Kaz Kylheku2013-11-281-1/+13
* * configure: Added check to detect POSIX sleep function.Kaz Kylheku2013-11-271-0/+1
* Stream-seeking functionality.Kaz Kylheku2013-11-261-0/+1
* Fix 2013-10-06 regression in op syntax. This happens when a @varKaz Kylheku2013-10-271-1/+3
* Improving behavior of op and fixing a bug.Kaz Kylheku2013-10-061-5/+37
* Version 67Kaz Kylheku2013-07-121-0/+1
* * eval.c (eval_init): tok-str acquires new parameterKaz Kylheku2013-06-111-1/+1
* * eval.c (eval_init): lazy-str's third argument is optional.Kaz Kylheku2013-06-111-5/+6
* * eval.c (eval_init): lazy string related functions become intrinsics.Kaz Kylheku2013-05-221-0/+10
* * eval.c (eval_init): Register tok_str as intrinsic.Kaz Kylheku2013-05-201-0/+1
* * eval.c (eval_init): New intrinsics, time-string-local andKaz Kylheku2013-05-151-0/+2
* * eval.c (eval_init): State argument in random-fixnum should beKaz Kylheku2013-05-141-1/+1
* * RELNOTES: Updated in preparation for release.Kaz Kylheku2013-05-141-0/+3
* * eval.c (eval_init): New instrinsic function iffi registered.Kaz Kylheku2013-01-111-0/+1
* * eval.c: Allow the test form of a for loop to be omitted,Kaz Kylheku2012-09-251-1/+2
* * eval.c (apply): Fix in error message: hard coded "apply" insteadKaz Kylheku2012-09-241-1/+1
* * arith.c (logtest): New function.Kaz Kylheku2012-09-181-0/+25
* * arith.c (comp_trunc, logcomp): logcomp renamed to lognot,Kaz Kylheku2012-09-171-1/+1
* * arith.c (highest_significant_bit): New static function.Kaz Kylheku2012-09-171-0/+2
* * arith.c (logand, logior, logxor): Bugfix: result needs to beKaz Kylheku2012-09-161-1/+1
* Adding complementing function.Kaz Kylheku2012-09-161-0/+1
* Starting work on adding bit operations. The semantics is thatKaz Kylheku2012-09-161-0/+3
* * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash,Kaz Kylheku2012-09-121-1/+5
* * configure: Added test for <sys/stat.h>Kaz Kylheku2012-09-111-0/+2
* * eval.c (eval_init): new instrinsic function /= registered.Kaz Kylheku2012-09-111-0/+1
* * eval.c (eval_init): Follow function renames.Kaz Kylheku2012-09-021-3/+3
* * eval.c (symbol_function): Bugfix: return the function rather thanKaz Kylheku2012-09-011-1/+1
* * eval.c (expand): Bugfix: failure to handle regularKaz Kylheku2012-08-311-0/+2
* * eval.c (eval_intrinsic): Bugfix: take the expanded form insteadKaz Kylheku2012-08-301-2/+2
* * eval.c (mapcarv): Changed to external linkage.Kaz Kylheku2012-08-291-1/+2
* * eval.c (eval_init): Registered open-command and open-processKaz Kylheku2012-05-181-2/+3
* Implementing new pipe function to get around the limitationKaz Kylheku2012-05-181-0/+1
* * eval.c (range_v_func, range_v_star_func): Restore the order ofKaz Kylheku2012-04-241-2/+2
* * eval.c (eval_init): New intrinsic functions remq*, remql*,Kaz Kylheku2012-04-151-0/+5
* * eval.c (eval_init): find-if intrinsic registered.Kaz Kylheku2012-04-141-0/+1