| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Performance improvement in the GC: keep at least one heap's worth | Kaz Kylheku | 2012-03-24 | 2 | -4/+23 |
* | * eval.c (eval_init): Register match-str and match-str-tree | Kaz Kylheku | 2012-03-24 | 5 | -0/+24 |
* | Bugfix: code like @(skip)@{var /partial/} where | Kaz Kylheku | 2012-03-24 | 2 | -11/+34 |
* | * lib.c (search_str): If start_num is nil, default it to zero. | Kaz Kylheku | 2012-03-24 | 2 | -0/+9 |
* | Version 62txr-62 | Kaz Kylheku | 2012-03-23 | 4 | -4/+14 |
* | * RELNOTES: Updated. | Kaz Kylheku | 2012-03-23 | 3 | -2/+90 |
* | * Makefile (TXR_ARGS): Pass new file to tests/009/json.txr test. | Kaz Kylheku | 2012-03-23 | 5 | -18/+130 |
* | Merge branch 'float-support' | Kaz Kylheku | 2012-03-22 | 16 | -424/+1322 |
|\ |
|
| * | * arith.c (expo): New function. | Kaz Kylheku | 2012-03-22 | 6 | -2/+21 |
| * | * eval.c (transform_op): use integerp instead of numberp. | Kaz Kylheku | 2012-03-22 | 2 | -1/+7 |
| * | * parser.l: Bugfix: was not allowing e-notation floats | Kaz Kylheku | 2012-03-22 | 3 | -21/+41 |
| * | Fix sqrt confusion. There must be a separate isqrt | Kaz Kylheku | 2012-03-22 | 6 | -16/+38 |
| * | * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions. | Kaz Kylheku | 2012-03-22 | 6 | -2/+60 |
| * | * arith.c (int_flo): If sprintf produces something | Kaz Kylheku | 2012-03-22 | 3 | -0/+29 |
| * | * arith.c (to_float): New static function. | Kaz Kylheku | 2012-03-22 | 4 | -137/+197 |
| * | * arith.c (divi): New function. | Kaz Kylheku | 2012-03-21 | 6 | -2/+54 |
| * | * arith.c (mod): Floating support. | Kaz Kylheku | 2012-03-21 | 2 | -82/+107 |
| * | * arith.c (trunc): Floating support. | Kaz Kylheku | 2012-03-21 | 2 | -34/+77 |
| * | * arith.c (plus, minus, mul): Removing unnecessary type checks, | Kaz Kylheku | 2012-03-21 | 2 | -7/+5 |
| * | * txr.1: Doc stubs for new functions floatp, integerp, | Kaz Kylheku | 2012-03-21 | 3 | -3/+14 |
| * | * Makefile: link in -lm, which is needed now on some systems. | Kaz Kylheku | 2012-03-21 | 3 | -57/+97 |
| * | * arith.c (neg): Floating-point support. | Kaz Kylheku | 2012-03-21 | 4 | -31/+71 |
| * | * arith.c (plus): Minor code simplification. | Kaz Kylheku | 2012-03-21 | 3 | -61/+87 |
| * | Regression fix: 1..3 scans incorrectly into 1. .3 tokens. | Kaz Kylheku | 2012-03-20 | 2 | -3/+21 |
| * | * arith.c (plus): Completed implementation of bignum-float | Kaz Kylheku | 2012-03-20 | 2 | -6/+11 |
| * | * stream.c (vformat): Use larger num_buf buffer so we don't | Kaz Kylheku | 2012-03-20 | 2 | -1/+6 |
| * | * arith.c (flo_int): New function. | Kaz Kylheku | 2012-03-20 | 6 | -0/+89 |
| * | * arith.c (plus): Optimization: use num_fast when | Kaz Kylheku | 2012-03-20 | 5 | -46/+164 |
| * | * parser.l (FLO): Adjusted syntax of floating point numbers | Kaz Kylheku | 2012-03-20 | 2 | -1/+6 |
| * | * stream.c (vformat): num_buf increased to 256 because we | Kaz Kylheku | 2012-03-19 | 2 | -1/+65 |
| * | * configure (uintptr): New variable. Indicates whether unsigned | Kaz Kylheku | 2012-03-19 | 9 | -17/+162 |
* | | * debug.c (debug): Breakpointing now takes into account | Kaz Kylheku | 2012-03-20 | 2 | -10/+27 |
|/ |
|
* | * eval.c (eval_init): url_decode has two parameters now, | Kaz Kylheku | 2012-03-18 | 5 | -15/+54 |
* | Changing type function to not blow up on nil, which makes a lot of code | Kaz Kylheku | 2012-03-17 | 8 | -102/+103 |
* | * filter.c (digit_value): static function moved. | Kaz Kylheku | 2012-03-17 | 2 | -14/+18 |
* | * lib.c (do_chain): More useful behavior. The first | Kaz Kylheku | 2012-03-16 | 2 | -3/+17 |
* | * eval.c (eval_init): New intrinsic functions | Kaz Kylheku | 2012-03-16 | 6 | -7/+72 |
* | Formatting fix. | Kaz Kylheku | 2012-03-16 | 1 | -3/+1 |
* | * lib.c (quicksort): Bugfix: incorrect loop from 0 rather than from | Kaz Kylheku | 2012-03-16 | 2 | -1/+6 |
* | Version 61txr-61 | Kaz Kylheku | 2012-03-15 | 9 | -12/+38 |
* | * tests/010/block.expected: New file. | Kaz Kylheku | 2012-03-15 | 5 | -0/+24 |
* | * RELNOTES: Updated for upcoming 61. | Kaz Kylheku | 2012-03-14 | 2 | -0/+43 |
* | * txr.1: Documented hash and vector quasiliterals. | Kaz Kylheku | 2012-03-14 | 2 | -2/+49 |
* | Support quasiquoting over vectors also, and a bugfix for hash | Kaz Kylheku | 2012-03-14 | 6 | -10/+56 |
* | Allow quasi-quoting over hash table literals, | Kaz Kylheku | 2012-03-14 | 5 | -15/+50 |
* | Implementing #H((...) ...) read/print syntax for hash tables. | Kaz Kylheku | 2012-03-14 | 5 | -5/+79 |
* | Change: @(block) requires @(end) from now on. | Kaz Kylheku | 2012-03-13 | 5 | -39/+156 |
* | * parser.l (ID_END): Bugfix: ID_END was defined incorrectly | Kaz Kylheku | 2012-03-13 | 2 | -1/+8 |
* | * regex.c (regsub): the replacement argument | Kaz Kylheku | 2012-03-13 | 2 | -1/+11 |
* | Remove accidentally added lines. | Kaz Kylheku | 2012-03-13 | 1 | -3/+0 |