| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compiler: bug: constant folding load-time dregs. | Kaz Kylheku | 2023-08-04 | 1 | -1/+2 |
* | doc: new typo in compat notes. | Kaz Kylheku | 2023-08-03 | 1 | -1/+1 |
* | opip: new special handling of (let ...). | Kaz Kylheku | 2023-08-03 | 3 | -10/+166 |
* | bug: :vars not usable with :counter in @(repeat). | Kaz Kylheku | 2023-08-02 | 4 | -2/+11 |
* | compiler: bug: disappearing basic block nojoin flag. | Kaz Kylheku | 2023-07-31 | 1 | -0/+1 |
* | compiler: bugfix: dangling rlinks after dead code elimination | Kaz Kylheku | 2023-07-31 | 1 | -8/+10 |
* | places: regression in symbol-function place. | Kaz Kylheku | 2023-07-29 | 1 | -5/+5 |
* | Version 290.txr-290 | Kaz Kylheku | 2023-07-29 | 7 | -1437/+1546 |
* | unwind: bind *print-circle* to t in error trace. | Kaz Kylheku | 2023-07-28 | 1 | -0/+5 |
* | compiler: use partition-if for basic block division. | Kaz Kylheku | 2023-07-28 | 1 | -5/+5 |
* | symbol-function: check symbol argument. | Kaz Kylheku | 2023-07-27 | 1 | -0/+2 |
* | match: bug: lexical symbol macros neglected | Kaz Kylheku | 2023-07-27 | 3 | -6/+28 |
* | New functions and fixes in lexical introspection. | Kaz Kylheku | 2023-07-27 | 3 | -37/+161 |
* | tests: match: move file compiling step to end. | Kaz Kylheku | 2023-07-26 | 1 | -6/+6 |
* | compiler: compress symbol tables also. | Kaz Kylheku | 2023-07-26 | 2 | -31/+46 |
* | compiler: compact D registers. | Kaz Kylheku | 2023-07-25 | 2 | -16/+34 |
* | compiler: code formatting. | Kaz Kylheku | 2023-07-25 | 2 | -4/+4 |
* | hash: out of bound array access in hash-iter-peek. | Kaz Kylheku | 2023-07-25 | 1 | -2/+2 |
* | rel-path: treat empty paths as relative. | Kaz Kylheku | 2023-07-25 | 2 | -5/+8 |
* | del/replace with index-list: fix semantics. | Kaz Kylheku | 2023-07-18 | 5 | -22/+257 |
* | doc: fix recent typos. | Kaz Kylheku | 2023-07-18 | 1 | -2/+2 |
* | compiler: constant fold gapply like gcall. | Kaz Kylheku | 2023-07-17 | 1 | -3/+6 |
* | compiler: new apply-to-gapply optimization | Kaz Kylheku | 2023-07-17 | 1 | -0/+15 |
* | Do not unnecessarily invalidate vm binding cache. | Kaz Kylheku | 2023-07-17 | 1 | -7/+18 |
* | printer: print (sys:vector-list ()) as #() not #nil. | Kaz Kylheku | 2023-07-17 | 1 | -1/+4 |
* | bug: compiled code keeps seeing var clobbered by symacro. | Kaz Kylheku | 2023-07-17 | 2 | -0/+6 |
* | Bug exposed due to to environment changes. | Kaz Kylheku | 2023-07-17 | 2 | -1/+20 |
* | Simplify top-level macro environments also. | Kaz Kylheku | 2023-07-17 | 2 | -23/+16 |
* | Simplify top-level variable and function environments. | Kaz Kylheku | 2023-07-16 | 4 | -27/+23 |
* | fix self name of var defining run-time support function. | Kaz Kylheku | 2023-07-16 | 1 | -1/+1 |
* | compiler: recognize T0 register (nil) as constant. | Kaz Kylheku | 2023-07-15 | 1 | -2/+4 |
* | compiler: move material into constfun.tl | Kaz Kylheku | 2023-07-15 | 3 | -30/+32 |
* | compiler: constant folding in optimizer. | Kaz Kylheku | 2023-07-15 | 3 | -20/+58 |
* | Math library: add numerous C99 functions. | Kaz Kylheku | 2023-07-15 | 5 | -115/+822 |
* | lib: avoid intern for symbol we already have. | Kaz Kylheku | 2023-07-13 | 1 | -1/+1 |
* | md5: bugfix: broken on big endian. | Kaz Kylheku | 2023-07-11 | 1 | -8/+8 |
* | Fix diagnostics which call non-symbol a symbol. | Kaz Kylheku | 2023-07-11 | 2 | -1/+4 |
* | unique: use sequence iteration | Kaz Kylheku | 2023-07-10 | 1 | -20/+8 |
* | group-reduce: use sequence iteration. | Kaz Kylheku | 2023-07-10 | 2 | -25/+14 |
* | group-by: use sequence iteration. | Kaz Kylheku | 2023-07-10 | 2 | -17/+9 |
* | chksum: generate more with TXR. | Kaz Kylheku | 2023-07-09 | 2 | -9/+64 |
* | chksum: generate with TXR. | Kaz Kylheku | 2023-07-09 | 2 | -213/+787 |
* | doc: document SHA-1 support. | Kaz Kylheku | 2023-07-08 | 2 | -8/+77 |
* | doc: fix SHA256. | Kaz Kylheku | 2023-07-08 | 1 | -3/+3 |
* | doc: document crc32 parameters. | Kaz Kylheku | 2023-07-08 | 1 | -0/+9 |
* | Tests for checksum functions. | Kaz Kylheku | 2023-07-08 | 1 | -0/+40 |
* | Adding SHA-1 hash. | Kaz Kylheku | 2023-07-08 | 7 | -4/+403 |
* | chksum: merge SHA256 and MD5 code with macro. | Kaz Kylheku | 2023-07-08 | 1 | -352/+211 |
* | crypt: handle libxcrypt failure tokens. | Kaz Kylheku | 2023-07-04 | 1 | -1/+3 |
* | Version 289.txr-289 | Kaz Kylheku | 2023-07-02 | 7 | -803/+853 |