| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (op_modplace): push replaced with mpush (mutating push). | Kaz Kylheku | 2012-04-03 | 1 | -0/+17 |
* | * configure: Support a gen-gc configuration variable which | Kaz Kylheku | 2012-04-03 | 1 | -0/+52 |
* | * lib.c (vec_set_length): Use set instead of assignment. | Kaz Kylheku | 2012-04-02 | 1 | -0/+9 |
* | Start of ground-work for ephemeral GC. We must add some abstraction | Kaz Kylheku | 2012-04-01 | 1 | -0/+26 |
* | * hash.c (last_equal_key, last_equal_hash): New static variables. | Kaz Kylheku | 2012-03-31 | 1 | -0/+8 |
* | If one of the blocks which are subordinate to a @(trailer) | Kaz Kylheku | 2012-03-31 | 1 | -0/+22 |
* | * match.c (h_var): Disallow the variable named by the symbol t | Kaz Kylheku | 2012-03-30 | 1 | -0/+9 |
* | * txr.1: Correction: backtracking does NOT take place into a block | Kaz Kylheku | 2012-03-30 | 1 | -0/+5 |
* | * txr.1: Documenting the debugger with an example session. | Kaz Kylheku | 2012-03-30 | 1 | -0/+4 |
* | Version 63txr-63 | Kaz Kylheku | 2012-03-30 | 1 | -0/+12 |
* | * lib.c (num_str): Much more accurate test for deciding whether | Kaz Kylheku | 2012-03-30 | 1 | -0/+10 |
* | * arith.c (numeq): Fix misplaced parenthesis. | Kaz Kylheku | 2012-03-29 | 1 | -0/+4 |
* | * lib.c (min2, max2): Semantics tweak. If the numbers are equal, | Kaz Kylheku | 2012-03-29 | 1 | -0/+7 |
* | * arith.c (numeq): New function. | Kaz Kylheku | 2012-03-29 | 1 | -0/+18 |
* | * arith.c (gcd): Allow zeros. Don't issue "non-integral" | Kaz Kylheku | 2012-03-29 | 1 | -0/+16 |
* | * arith.c (dmod): New static function. | Kaz Kylheku | 2012-03-29 | 1 | -0/+9 |
* | * txr.1: Documented +, - and *. | Kaz Kylheku | 2012-03-29 | 1 | -0/+4 |
* | * txr.1: num-str added to doc stub. | Kaz Kylheku | 2012-03-29 | 1 | -0/+6 |
* | * lib.c (obj_print, obj_pprint): Do not use the #<lazy-string ..> | Kaz Kylheku | 2012-03-28 | 1 | -0/+5 |
* | * stream.c (vformat): Compensate for differences in printf | Kaz Kylheku | 2012-03-27 | 1 | -0/+8 |
* | Filtering on lists and nested lists is hereby made to work. | Kaz Kylheku | 2012-03-26 | 1 | -0/+19 |
* | * match.c (v_output): Bugfix: we should flush the stream | Kaz Kylheku | 2012-03-26 | 1 | -0/+8 |
* | * eval.c (eval_init): New intrinsic num-str registered. | Kaz Kylheku | 2012-03-26 | 1 | -0/+17 |
* | * arith.c (to_float): Fix unterminated argument list in throwf. | Kaz Kylheku | 2012-03-26 | 1 | -0/+6 |
* | * lib.c (rebind_s): New symbol variable. | Kaz Kylheku | 2012-03-24 | 1 | -0/+12 |
* | Bug #35989 | Kaz Kylheku | 2012-03-24 | 1 | -0/+7 |
* | Performance improvement in the GC: keep at least one heap's worth | Kaz Kylheku | 2012-03-24 | 1 | -0/+14 |
* | * eval.c (eval_init): Register match-str and match-str-tree | Kaz Kylheku | 2012-03-24 | 1 | -0/+11 |
* | Bugfix: code like @(skip)@{var /partial/} where | Kaz Kylheku | 2012-03-24 | 1 | -0/+17 |
* | * lib.c (search_str): If start_num is nil, default it to zero. | Kaz Kylheku | 2012-03-24 | 1 | -0/+5 |
* | Version 62txr-62 | Kaz Kylheku | 2012-03-23 | 1 | -0/+10 |
* | * RELNOTES: Updated. | Kaz Kylheku | 2012-03-23 | 1 | -0/+6 |
* | * Makefile (TXR_ARGS): Pass new file to tests/009/json.txr test. | Kaz Kylheku | 2012-03-23 | 1 | -0/+12 |
* | Merge branch 'float-support' | Kaz Kylheku | 2012-03-22 | 1 | -0/+261 |
|\ |
|
| * | * arith.c (expo): New function. | Kaz Kylheku | 2012-03-22 | 1 | -0/+12 |
| * | * eval.c (transform_op): use integerp instead of numberp. | Kaz Kylheku | 2012-03-22 | 1 | -0/+6 |
| * | * parser.l: Bugfix: was not allowing e-notation floats | Kaz Kylheku | 2012-03-22 | 1 | -0/+17 |
| * | Fix sqrt confusion. There must be a separate isqrt | Kaz Kylheku | 2012-03-22 | 1 | -0/+18 |
| * | * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions. | Kaz Kylheku | 2012-03-22 | 1 | -0/+13 |
| * | * arith.c (int_flo): If sprintf produces something | Kaz Kylheku | 2012-03-22 | 1 | -0/+9 |
| * | * arith.c (to_float): New static function. | Kaz Kylheku | 2012-03-22 | 1 | -0/+14 |
| * | * arith.c (divi): New function. | Kaz Kylheku | 2012-03-21 | 1 | -0/+12 |
| * | * arith.c (mod): Floating support. | Kaz Kylheku | 2012-03-21 | 1 | -0/+4 |
| * | * arith.c (trunc): Floating support. | Kaz Kylheku | 2012-03-21 | 1 | -0/+4 |
| * | * arith.c (plus, minus, mul): Removing unnecessary type checks, | Kaz Kylheku | 2012-03-21 | 1 | -0/+5 |
| * | * txr.1: Doc stubs for new functions floatp, integerp, | Kaz Kylheku | 2012-03-21 | 1 | -0/+7 |
| * | * Makefile: link in -lm, which is needed now on some systems. | Kaz Kylheku | 2012-03-21 | 1 | -0/+7 |
| * | * arith.c (neg): Floating-point support. | Kaz Kylheku | 2012-03-21 | 1 | -0/+15 |
| * | * arith.c (plus): Minor code simplification. | Kaz Kylheku | 2012-03-21 | 1 | -0/+9 |
| * | Regression fix: 1..3 scans incorrectly into 1. .3 tokens. | Kaz Kylheku | 2012-03-20 | 1 | -0/+13 |