index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
New function: flatcar.
Kaz Kylheku
2015-09-18
1
-0
/
+1
*
Remove duplicate variable initialization.
Kaz Kylheku
2015-09-10
1
-1
/
+0
*
Don't scan C source code for Lisp symbols.
Kaz Kylheku
2015-09-10
1
-0
/
+3
*
New functions, subtypep and typep.
Kaz Kylheku
2015-09-08
1
-0
/
+2
*
Don't report unbound var errors against wrong form.
Kaz Kylheku
2015-09-08
1
-2
/
+5
*
Don't show whole function definition in args mismatch.
Kaz Kylheku
2015-09-07
1
-4
/
+11
*
Allow evaluation from repl to be interrupted.
Kaz Kylheku
2015-09-06
1
-0
/
+1
*
Parenthesis sensitivity for completion.
Kaz Kylheku
2015-09-06
1
-1
/
+1
*
Syntax errors refer to REPL line number.
Kaz Kylheku
2015-09-05
1
-2
/
+2
*
Fix wrongly named hash_lit_s symbol.
Kaz Kylheku
2015-09-01
1
-1
/
+1
*
Time structure.
Kaz Kylheku
2015-08-31
1
-0
/
+2
*
Introducing structs.
Kaz Kylheku
2015-09-02
1
-1
/
+2
*
Renaming c_true to tnil.
Kaz Kylheku
2015-08-27
1
-2
/
+2
*
Replace two-step initialization of args with macros.
Kaz Kylheku
2015-08-24
1
-15
/
+8
*
Compatibility <= 107 allows redefinition of builtins.
Kaz Kylheku
2015-08-24
1
-0
/
+2
*
New function: shuffle.
Kaz Kylheku
2015-08-24
1
-0
/
+1
*
Use of new args for function calls in interpreter.
Kaz Kylheku
2015-08-23
1
-18
/
+49
*
Large scale conversion to new way of handling arguments.
Kaz Kylheku
2015-08-23
1
-199
/
+118
*
Don't implement range and range* with variadic functions.
Kaz Kylheku
2015-08-21
1
-15
/
+14
*
New function, clamp.
Kaz Kylheku
2015-08-13
1
-0
/
+1
*
New display-width function.
Kaz Kylheku
2015-08-13
1
-0
/
+1
*
Dot with no whitespace generates qref syntax.
Kaz Kylheku
2015-08-10
1
-1
/
+2
*
C++ upkeep: resolve multiple definitions of fun_k.
Kaz Kylheku
2015-08-07
1
-2
/
+1
*
Better diagnosis for loose @ forms.
Kaz Kylheku
2015-08-06
1
-0
/
+7
*
* eval.c (do_eval): Bugfix: though last_form_evaled is
Kaz Kylheku
2015-08-05
1
-0
/
+1
*
* eval.c (bind_args): Use new ~! for proper indentation
Kaz Kylheku
2015-08-04
1
-5
/
+5
*
* eval.c (func_get_name): New function.
Kaz Kylheku
2015-08-04
1
-7
/
+41
*
* eval.c (force): Default the new second argument of source_loc_str.
Kaz Kylheku
2015-08-04
1
-6
/
+7
*
* hash.c (hash_revget): New function.
Kaz Kylheku
2015-08-04
1
-0
/
+1
*
Switching some globals to lexical and changing some names.
Kaz Kylheku
2015-08-03
1
-12
/
+31
*
Introducing global lexicals: defvarl, defparml.
Kaz Kylheku
2015-08-03
1
-13
/
+32
*
* eval.c (special_p): Function renamed to special_var_p.
Kaz Kylheku
2015-08-01
1
-7
/
+9
*
Multi-line, indented printing of structure.
Kaz Kylheku
2015-07-31
1
-4
/
+16
*
* eval.c (op_quote): Improved diagnostic.
Kaz Kylheku
2015-07-24
1
-1
/
+1
*
Adding nthcdr as accessor.
Kaz Kylheku
2015-07-22
1
-0
/
+1
*
Improve bad argument diagnosis for place macros.
Kaz Kylheku
2015-07-22
1
-0
/
+13
*
Implementing second through tenth as places.
Kaz Kylheku
2015-07-22
1
-0
/
+4
*
* eval.c (eval_init): Register new split function.
Kaz Kylheku
2015-07-21
1
-0
/
+1
*
Expand away sys:lisp1-value based on lexical info.
Kaz Kylheku
2015-07-11
1
-2
/
+28
*
* eval.c (eval_init): Register bindable as intrinsic.
Kaz Kylheku
2015-07-10
1
-1
/
+1
*
Hash-bang support for .tl files.
Kaz Kylheku
2015-07-02
1
-1
/
+1
*
Fix TXR 97 regression in quasiliterals.
Kaz Kylheku
2015-06-27
1
-1
/
+1
*
* hash.c (hash_from_pairs, hash_list): New functions.
Kaz Kylheku
2015-06-24
1
-0
/
+2
*
Hash subset testing.
Kaz Kylheku
2015-06-23
1
-0
/
+2
*
* eval.c (eval_init): Register have function, synonym of true.
Kaz Kylheku
2015-06-20
1
-1
/
+4
*
Adding anaphoric ifa macro.
Kaz Kylheku
2015-06-17
1
-0
/
+5
*
Lisp load macro.
Kaz Kylheku
2015-06-13
1
-0
/
+44
*
Fix mismanaged dyn_env variable.
Kaz Kylheku
2015-05-25
1
-3
/
+4
*
Ligher weight debug instrumentation.
Kaz Kylheku
2015-05-22
1
-3
/
+5
*
symbol-function, symbol-value and fun become places.
Kaz Kylheku
2015-05-22
1
-0
/
+19
[next]