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