summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Performance improvement in the GC: keep at least one heap's worthKaz Kylheku2012-03-242-4/+23
* * eval.c (eval_init): Register match-str and match-str-treeKaz Kylheku2012-03-245-0/+24
* Bugfix: code like @(skip)@{var /partial/} whereKaz Kylheku2012-03-242-11/+34
* * lib.c (search_str): If start_num is nil, default it to zero.Kaz Kylheku2012-03-242-0/+9
* Version 62txr-62Kaz Kylheku2012-03-234-4/+14
* * RELNOTES: Updated.Kaz Kylheku2012-03-233-2/+90
* * Makefile (TXR_ARGS): Pass new file to tests/009/json.txr test.Kaz Kylheku2012-03-235-18/+130
* Merge branch 'float-support'Kaz Kylheku2012-03-2216-424/+1322
|\
| * * arith.c (expo): New function.Kaz Kylheku2012-03-226-2/+21
| * * eval.c (transform_op): use integerp instead of numberp.Kaz Kylheku2012-03-222-1/+7
| * * parser.l: Bugfix: was not allowing e-notation floatsKaz Kylheku2012-03-223-21/+41
| * Fix sqrt confusion. There must be a separate isqrtKaz Kylheku2012-03-226-16/+38
| * * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions.Kaz Kylheku2012-03-226-2/+60
| * * arith.c (int_flo): If sprintf produces somethingKaz Kylheku2012-03-223-0/+29
| * * arith.c (to_float): New static function.Kaz Kylheku2012-03-224-137/+197
| * * arith.c (divi): New function.Kaz Kylheku2012-03-216-2/+54
| * * arith.c (mod): Floating support.Kaz Kylheku2012-03-212-82/+107
| * * arith.c (trunc): Floating support.Kaz Kylheku2012-03-212-34/+77
| * * arith.c (plus, minus, mul): Removing unnecessary type checks,Kaz Kylheku2012-03-212-7/+5
| * * txr.1: Doc stubs for new functions floatp, integerp,Kaz Kylheku2012-03-213-3/+14
| * * Makefile: link in -lm, which is needed now on some systems.Kaz Kylheku2012-03-213-57/+97
| * * arith.c (neg): Floating-point support.Kaz Kylheku2012-03-214-31/+71
| * * arith.c (plus): Minor code simplification.Kaz Kylheku2012-03-213-61/+87
| * Regression fix: 1..3 scans incorrectly into 1. .3 tokens.Kaz Kylheku2012-03-202-3/+21
| * * arith.c (plus): Completed implementation of bignum-floatKaz Kylheku2012-03-202-6/+11
| * * stream.c (vformat): Use larger num_buf buffer so we don'tKaz Kylheku2012-03-202-1/+6
| * * arith.c (flo_int): New function.Kaz Kylheku2012-03-206-0/+89
| * * arith.c (plus): Optimization: use num_fast whenKaz Kylheku2012-03-205-46/+164
| * * parser.l (FLO): Adjusted syntax of floating point numbersKaz Kylheku2012-03-202-1/+6
| * * stream.c (vformat): num_buf increased to 256 because weKaz Kylheku2012-03-192-1/+65
| * * configure (uintptr): New variable. Indicates whether unsignedKaz Kylheku2012-03-199-17/+162
* | * debug.c (debug): Breakpointing now takes into accountKaz Kylheku2012-03-202-10/+27
|/
* * eval.c (eval_init): url_decode has two parameters now,Kaz Kylheku2012-03-185-15/+54
* Changing type function to not blow up on nil, which makes a lot of codeKaz Kylheku2012-03-178-102/+103
* * filter.c (digit_value): static function moved.Kaz Kylheku2012-03-172-14/+18
* * lib.c (do_chain): More useful behavior. The firstKaz Kylheku2012-03-162-3/+17
* * eval.c (eval_init): New intrinsic functionsKaz Kylheku2012-03-166-7/+72
* Formatting fix.Kaz Kylheku2012-03-161-3/+1
* * lib.c (quicksort): Bugfix: incorrect loop from 0 rather than fromKaz Kylheku2012-03-162-1/+6
* Version 61txr-61Kaz Kylheku2012-03-159-12/+38
* * tests/010/block.expected: New file.Kaz Kylheku2012-03-155-0/+24
* * RELNOTES: Updated for upcoming 61.Kaz Kylheku2012-03-142-0/+43
* * txr.1: Documented hash and vector quasiliterals.Kaz Kylheku2012-03-142-2/+49
* Support quasiquoting over vectors also, and a bugfix for hashKaz Kylheku2012-03-146-10/+56
* Allow quasi-quoting over hash table literals,Kaz Kylheku2012-03-145-15/+50
* Implementing #H((...) ...) read/print syntax for hash tables.Kaz Kylheku2012-03-145-5/+79
* Change: @(block) requires @(end) from now on.Kaz Kylheku2012-03-135-39/+156
* * parser.l (ID_END): Bugfix: ID_END was defined incorrectlyKaz Kylheku2012-03-132-1/+8
* * regex.c (regsub): the replacement argumentKaz Kylheku2012-03-132-1/+11
* Remove accidentally added lines.Kaz Kylheku2012-03-131-3/+0