summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 120.txr-120Kaz Kylheku2015-10-186-374/+430
* Bugfix: unterminated format argument list in repl code.Kaz Kylheku2015-10-181-1/+1
* Support binary specifier in format.Kaz Kylheku2015-10-172-5/+31
* Use chk_manage_vec for static slots arrays.Kaz Kylheku2015-10-171-4/+7
* New function chk_manage_vec.Kaz Kylheku2015-10-172-0/+51
* Fix overflow check using wrong variable.Kaz Kylheku2015-10-171-1/+1
* New test case for handle and frame introspection.Kaz Kylheku2015-10-172-0/+19
* Streamline handling of struct type arguments.Kaz Kylheku2015-10-172-98/+86
* Fix formatting under caar, cadr, ...Kaz Kylheku2015-10-161-0/+1
* Adding defmeth macro and static-slot-ensure.Kaz Kylheku2015-10-164-0/+135
* Remove use of the system function.Kaz Kylheku2015-10-162-19/+35
* Most uses of auto_str should be static_str.Kaz Kylheku2015-10-161-3/+3
* Renaming some functions for consistency.Kaz Kylheku2015-10-168-42/+69
* Adding find-frame function.Kaz Kylheku2015-10-154-2/+110
* Introspection over catch and handle frames.Kaz Kylheku2015-10-153-1/+242
* List another limitation of listener.Kaz Kylheku2015-10-151-0/+6
* Slight section restructuring.Kaz Kylheku2015-10-141-1/+3
* Adding typecase macro.Kaz Kylheku2015-10-143-0/+97
* New way of handling exceptions without unwinding.Kaz Kylheku2015-10-147-7/+350
* Go into listener if no arguments are given.Kaz Kylheku2015-10-131-0/+24
* Capitalization in help text.Kaz Kylheku2015-10-131-3/+3
* Hash table iterators exposed, with new macro.Kaz Kylheku2015-10-114-0/+141
* Invoke finalizers if object initialization bails.Kaz Kylheku2015-10-102-0/+22
* Struct finalizers should be registered first.Kaz Kylheku2015-10-102-15/+15
* defstruct bugfix: nonexistent function called.Kaz Kylheku2015-10-101-6/+6
* Version 119.txr-119Kaz Kylheku2015-10-106-406/+479
* New macro: with-objects.Kaz Kylheku2015-10-103-1/+62
* Improve progn expansion.Kaz Kylheku2015-10-091-4/+13
* Tweaking expansions of when and until.Kaz Kylheku2015-10-092-6/+14
* Add note to :init and :fini.Kaz Kylheku2015-10-091-0/+14
* Various stream-related with- macros introduced.Kaz Kylheku2015-10-083-0/+241
* Adding defex macro and related functions.Kaz Kylheku2015-10-082-0/+148
* Report objects with ~s in exception registration code.Kaz Kylheku2015-10-081-4/+4
* Add note to Limitations of interactive listener.Kaz Kylheku2015-10-081-0/+3
* Doc fixes: interactive listener section.Kaz Kylheku2015-10-071-3/+4
* Adding promisep function.Kaz Kylheku2015-10-072-0/+33
* Better diagnostic for cramped floating literals.Kaz Kylheku2015-10-071-2/+7
* Vim: better indentation for some forms.Kaz Kylheku2015-10-071-1/+7
* New function: reset-struct.Kaz Kylheku2015-10-063-0/+50
* New function: replace-struct.Kaz Kylheku2015-10-063-0/+60
* New function: clear-struct.Kaz Kylheku2015-10-063-0/+34
* New function: call-finalizers.Kaz Kylheku2015-10-063-0/+51
* Fix misleading documentation under if/iffi.Kaz Kylheku2015-10-061-4/+4
* New function, expand-right.Kaz Kylheku2015-10-062-0/+101
* Allow conses functions to work on vecs and strings.Kaz Kylheku2015-10-061-2/+6
* New function: ginterate.Kaz Kylheku2015-10-062-1/+48
* New functions take, drop, {take,drop}-{while,until}.Kaz Kylheku2015-10-054-0/+380
* Copy lazy strings without forcing.Kaz Kylheku2015-10-052-1/+28
* Optional arguments in boa construction.Kaz Kylheku2015-10-043-10/+56
* Bugfix: boa must apply last, as documented.Kaz Kylheku2015-10-041-3/+3