| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | * 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 |
* | * stream.c (stdio_put_string, stdio_put_char, stdio_put_byte): Do not | Kaz Kylheku | 2012-03-13 | 2 | -3/+10 |
* | Implementing URL filtering. | Kaz Kylheku | 2012-03-13 | 6 | -2/+131 |
* | * stream.c (string_out_byte_flush): Bugfix. Do not loop inside this | Kaz Kylheku | 2012-03-13 | 4 | -4/+39 |
* | Implementing put_byte for string output stream. | Kaz Kylheku | 2012-03-12 | 2 | -14/+99 |
* | Plugging memory leak. | Kaz Kylheku | 2012-03-12 | 2 | -1/+20 |
* | Fix brace/paren mismatch. | Kaz Kylheku | 2012-03-05 | 1 | -1/+1 |
* | * txr.vim: Update. Adding remq, remql, remqual, regsub, *stddebug* | Kaz Kylheku | 2012-03-04 | 2 | -3/+8 |
* | Bug #35718. Workaround good enough to get some code working. | Kaz Kylheku | 2012-03-04 | 4 | -3/+30 |
* | * eval.c (eval_init): New intrinsic function, regsub. | Kaz Kylheku | 2012-03-04 | 5 | -0/+42 |
* | * lib.c (split_str): Separator can be a regex now. | Kaz Kylheku | 2012-03-04 | 2 | -23/+50 |
* | * RELNOTES: Updated. | Kaz Kylheku | 2012-03-04 | 1 | -0/+2 |
* | * RELNOTES: Updated. | Kaz Kylheku | 2012-03-04 | 2 | -14/+16 |
* | * arith.c (plus): Showstopper bug: plus(bignum, fixnum) | Kaz Kylheku | 2012-03-04 | 2 | -1/+6 |
* | * mpi-patches/add-mp-hash (mp_hash): Fixed use of uninitialized | Kaz Kylheku | 2012-03-04 | 7 | -41/+73 |
* | Version 60 | Kaz Kylheku | 2012-03-04 | 7 | -6/+75 |
* | * eval.c (eval_init): Expose remq, remql and remqual. | Kaz Kylheku | 2012-03-03 | 3 | -0/+27 |
* | * lib.c (sub_str): Removed second check for lazy string that | Kaz Kylheku | 2012-03-03 | 3 | -13/+37 |
* | * match.c (search_form): search_form works with relative positions now, | Kaz Kylheku | 2012-03-01 | 2 | -2/+11 |
* | * match.c (sem_error, file_err): Bugfix: pull text formatted source | Kaz Kylheku | 2012-03-01 | 2 | -2/+7 |
* | * match.c (v_load): Check for errors during the parse and throw an exception. | Kaz Kylheku | 2012-03-01 | 2 | -0/+5 |
* | * match.c (v_load): Fixed broken functionality. Failing to evaluate | Kaz Kylheku | 2012-03-01 | 2 | -1/+29 |
* | Adding major section headings for the basic directives, | Kaz Kylheku | 2012-03-01 | 1 | -0/+4 |
* | Pluralization fix in bind directive. | Kaz Kylheku | 2012-03-01 | 1 | -23/+23 |
* | Or operator computes logical or, not and. | Kaz Kylheku | 2012-03-01 | 1 | -2/+2 |