summaryrefslogtreecommitdiffstats
path: root/share/txr/stdlib/trace.tl
Commit message (Expand)AuthorAgeFilesLines
* file layout: moving share/txr/stdlib to stdlib.Kaz Kylheku2021-06-241-123/+0
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* trace: bugfix: trace-redefine-check doesn't untrace.Kaz Kylheku2019-08-281-3/+3
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* trace: refer usr:catch operator rather than sys:catch.Kaz Kylheku2018-04-081-3/+3
* trace: bugfix: redefine check mustn't throw exceptions.Kaz Kylheku2018-04-081-6/+10
* stdlib: all code read under sys package.Kaz Kylheku2018-04-061-2/+2
* trace: add missing copyright header.Kaz Kylheku2018-04-051-0/+26
* trace: bugfix: spurious "previously traced" warningKaz Kylheku2017-12-081-2/+2
* trace: allow format and * functions to be traced.Kaz Kylheku2017-07-161-2/+5
* trace: wrong function printed in traces.Kaz Kylheku2017-03-241-3/+4
* trace: implement redefinition checks.Kaz Kylheku2017-03-171-0/+15
* trace: detect inheritance, change name and warn.Kaz Kylheku2017-03-171-10/+32
* Diagnose undefined functions in trace.Kaz Kylheku2016-11-191-1/+3
* Bugfix: cannot untrace individual method.Kaz Kylheku2016-11-191-1/+1
* Adding function tracing support.Kaz Kylheku2016-10-291-0/+50