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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Document improper lists as macro call forms.
Kaz Kylheku
2016-04-07
1
-0
/
+36
*
Example formatting under Dot Position in Function Calls.
Kaz Kylheku
2016-04-07
1
-2
/
+2
*
Dot position in function calls described in terms of apply.
Kaz Kylheku
2016-04-07
1
-21
/
+29
*
Mistake in apply example.
Kaz Kylheku
2016-04-07
1
-1
/
+1
*
Fix throw used instead of throwf in defstruct.
Kaz Kylheku
2016-04-06
1
-9
/
+9
*
Diagnose bad supertype in defstruct.
Kaz Kylheku
2016-04-06
1
-1
/
+6
*
Fix inappropriate references to tree-bind.
Kaz Kylheku
2016-04-05
1
-3
/
+3
*
Cramped parenthesis under suspend.
Kaz Kylheku
2016-04-05
1
-2
/
+2
*
Incorrect obtain-block heading.
Kaz Kylheku
2016-04-05
1
-1
/
+1
*
Revamp bad character messages in lexer.
Kaz Kylheku
2016-04-01
1
-4
/
+15
*
Wrap #if HAVE_SOCKETS around some functions.
Kaz Kylheku
2016-03-31
1
-0
/
+4
*
Bugfix: support abstract UNIX socket addresses on Linux.
Kaz Kylheku
2016-03-31
2
-6
/
+39
*
UTF-8 API overhaul: security, and other concerns.
Kaz Kylheku
2016-03-31
4
-42
/
+40
*
Define a sock-peer syntactic place.
Kaz Kylheku
2016-03-31
2
-6
/
+49
*
sock-set-peer shouldn't mark dgram sockets connected.
Kaz Kylheku
2016-03-31
1
-1
/
+5
*
Expose sock-set-peer function.
Kaz Kylheku
2016-03-31
1
-0
/
+1
*
Rename badly named socket-related internal funs.
Kaz Kylheku
2016-03-31
1
-16
/
+16
*
Version 137.
txr-137
Kaz Kylheku
2016-03-30
6
-304
/
+334
*
linenoise: replace poor uses of size_t with int.
Kaz Kylheku
2016-03-29
1
-76
/
+75
*
Replace all stray C style casts with macros.
Kaz Kylheku
2016-03-29
8
-76
/
+107
*
Rewrite intro to delimited continuations.
Kaz Kylheku
2016-03-29
1
-21
/
+114
*
Incorrect typesetting for suspend macro syntax.
Kaz Kylheku
2016-03-29
1
-1
/
+1
*
Doc restructuring: Filesystem Access seection gone.
Kaz Kylheku
2016-03-28
1
-237
/
+235
*
New macro: lset.
Kaz Kylheku
2016-03-28
3
-1
/
+45
*
Adding rightmost item search functions.
Kaz Kylheku
2016-03-27
4
-3
/
+373
*
Doc fixes under condlet.
Kaz Kylheku
2016-03-26
1
-6
/
+4
*
Bugfix in error location reporting across macro expansions.
Kaz Kylheku
2016-03-26
1
-2
/
+2
*
Methods in time struct: time-local and time-utc.
Kaz Kylheku
2016-03-24
2
-5
/
+66
*
Mistake in time-string-local doc.
Kaz Kylheku
2016-03-24
1
-2
/
+2
*
Bugfix: lazy str printing not observing limit.
Kaz Kylheku
2016-03-24
1
-0
/
+4
*
HTML formatting issue in tree-case and tc.
Kaz Kylheku
2016-03-24
1
-2
/
+2
*
Stray word removed, and formatting fix.
Kaz Kylheku
2016-03-24
1
-2
/
+2
*
HTML issue in doc.
Kaz Kylheku
2016-03-24
1
-1
/
+1
*
Fix ctype.h functions misapplied to wide characters.
Kaz Kylheku
2016-03-23
1
-3
/
+3
*
Merge some repeated code.
Kaz Kylheku
2016-03-22
1
-31
/
+20
*
New semantics for @(if) directive.
Kaz Kylheku
2016-03-22
4
-46
/
+107
*
Version 136.
txr-136
Kaz Kylheku
2016-03-20
6
-132
/
+169
*
Improve documentation of file open modes.
Kaz Kylheku
2016-03-20
1
-73
/
+82
*
Improve treatment of open mode in tail streams.
Kaz Kylheku
2016-03-19
1
-2
/
+9
*
Permissive stream open mode strings.
Kaz Kylheku
2016-03-19
4
-43
/
+66
*
Size mode meaningful in datagram sockets.
Kaz Kylheku
2016-03-19
4
-12
/
+48
*
Nuke accidental tabs.
Kaz Kylheku
2016-03-19
1
-9
/
+9
*
Buffer size digit in file open mode string.
Kaz Kylheku
2016-03-19
3
-3
/
+40
*
Sockets are r+b by default, not r+.
Kaz Kylheku
2016-03-18
2
-2
/
+11
*
New l and u letters in stream open mode strings.
Kaz Kylheku
2016-03-18
3
-15
/
+64
*
Support binding in @(repeat)/@(rep) :vars.
Kaz Kylheku
2016-03-16
4
-9
/
+99
*
Bugfix and @(repeat) and @(rep).
Kaz Kylheku
2016-03-16
1
-1
/
+1
*
Timeout parameter in sock-accept.
Kaz Kylheku
2016-03-15
2
-8
/
+48
*
Make connect interruptible and support timeout.
Kaz Kylheku
2016-03-15
2
-4
/
+75
*
Bugfix: set errno to zero in stdio_unget_byte.
Kaz Kylheku
2016-03-15
1
-0
/
+1
[prev]
[next]