index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementing sys:abscond-from operator.
Kaz Kylheku
2015-10-28
1
-2
/
+3
*
Add obtain/yield macros interface to continuations.
Kaz Kylheku
2015-10-28
1
-0
/
+59
*
Improvement in place macros.
Kaz Kylheku
2015-10-28
1
-10
/
+15
*
Bugfix: incompletely implemented zap macro.
Kaz Kylheku
2015-10-25
1
-2
/
+2
*
Version 120.
txr-120
Kaz Kylheku
2015-10-18
1
-1
/
+1
*
Adding defmeth macro and static-slot-ensure.
Kaz Kylheku
2015-10-16
1
-0
/
+7
*
Adding typecase macro.
Kaz Kylheku
2015-10-14
1
-0
/
+38
*
New way of handling exceptions without unwinding.
Kaz Kylheku
2015-10-14
1
-0
/
+45
*
Hash table iterators exposed, with new macro.
Kaz Kylheku
2015-10-11
1
-0
/
+41
*
Struct finalizers should be registered first.
Kaz Kylheku
2015-10-10
1
-13
/
+13
*
defstruct bugfix: nonexistent function called.
Kaz Kylheku
2015-10-10
1
-6
/
+6
*
Version 119.
txr-119
Kaz Kylheku
2015-10-10
1
-1
/
+1
*
New macro: with-objects.
Kaz Kylheku
2015-10-10
1
-0
/
+8
*
Various stream-related with- macros introduced.
Kaz Kylheku
2015-10-08
1
-0
/
+48
*
Optional arguments in boa construction.
Kaz Kylheku
2015-10-04
1
-5
/
+20
*
slot-p renamed to slotp, conforming with Lisp conventions.
Kaz Kylheku
2015-10-03
1
-1
/
+1
*
New umeth and umethod macro and function.
Kaz Kylheku
2015-10-03
1
-0
/
+3
*
Optimization: elide some nil slot initializations.
Kaz Kylheku
2015-10-03
1
-2
/
+13
*
Struct methods and functions set up named block.
Kaz Kylheku
2015-10-02
1
-2
/
+6
*
Version 118.
txr-118
Kaz Kylheku
2015-10-01
1
-1
/
+1
*
Support for reverse order in finalization.
Kaz Kylheku
2015-10-01
1
-1
/
+2
*
Better argument checking in new macro.
Kaz Kylheku
2015-09-30
1
-0
/
+3
*
Optimize empty lambdas in defstruct.
Kaz Kylheku
2015-09-30
1
-15
/
+18
*
struct :init :fini specifiers.
Kaz Kylheku
2015-09-29
1
-3
/
+35
*
Implementation of static slots for structures.
Kaz Kylheku
2015-09-29
1
-9
/
+50
*
Fix two bugs in ifa macro.
Kaz Kylheku
2015-09-25
1
-3
/
+3
*
Add copyright headers to some lib modules.
Kaz Kylheku
2015-09-25
4
-0
/
+100
*
Version 117.
txr-117
Kaz Kylheku
2015-09-23
1
-1
/
+1
*
New function path-private-to-me.
Kaz Kylheku
2015-09-17
1
-0
/
+12
*
Version 116.
txr-116
Kaz Kylheku
2015-09-17
1
-1
/
+1
*
Version 115.
txr-115
Kaz Kylheku
2015-09-10
1
-1
/
+1
*
Bugfix: multiple evaluation problem in slot place.
Kaz Kylheku
2015-09-09
1
-4
/
+5
*
Fix fun, symbol-function and symbol-value places.
Kaz Kylheku
2015-09-09
1
-5
/
+5
*
Version 114.
txr-114
Kaz Kylheku
2015-09-02
1
-1
/
+1
*
Move stat functions to use a struct.
Kaz Kylheku
2015-08-30
1
-15
/
+9
*
Introducing structs.
Kaz Kylheku
2015-09-02
2
-0
/
+68
*
Version 113.
txr-113
Kaz Kylheku
2015-08-14
1
-1
/
+1
*
Version 112.
txr-112
Kaz Kylheku
2015-08-14
1
-1
/
+1
*
Diagnose bad consing dot syntax like (a . b . c).
Kaz Kylheku
2015-08-10
1
-1
/
+1
*
Version 111.
txr-111
Kaz Kylheku
2015-08-08
1
-1
/
+1
*
New filesystem object testing functions.
Kaz Kylheku
2015-08-05
1
-0
/
+98
*
Switching some globals to lexical and changing some names.
Kaz Kylheku
2015-08-03
1
-1
/
+2
*
* share/txr/stdlib/txr-case.tl (txr-case-impl): Bugfix,
Kaz Kylheku
2015-07-28
1
-0
/
+1
*
Version 110.
txr-110
Kaz Kylheku
2015-07-25
1
-1
/
+1
*
Bugfix: place-form-p must expand place macros.
Kaz Kylheku
2015-07-24
2
-7
/
+7
*
Adding with-resources macro.
Kaz Kylheku
2015-07-23
1
-0
/
+17
*
Adding nthcdr as accessor.
Kaz Kylheku
2015-07-22
1
-0
/
+20
*
Improve bad argument diagnosis for place macros.
Kaz Kylheku
2015-07-22
1
-2
/
+5
*
Implementing second through tenth as places.
Kaz Kylheku
2015-07-22
1
-0
/
+9
*
* lisplib.c (place_set_entries): Add *place-macro* and
Kaz Kylheku
2015-07-22
1
-11
/
+24
[next]