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
...
*
doc: improve awk fconv documenation.
Kaz Kylheku
2020-12-31
1
-0
/
+16
*
gc: bug: finalization logic causing gc assert
Kaz Kylheku
2020-12-31
1
-7
/
+17
*
doc: note for awk macro fconv.
Kaz Kylheku
2020-12-29
1
-0
/
+11
*
awk: bugfix: load compiled verison of conv.tl.
Kaz Kylheku
2020-12-29
1
-1
/
+1
*
awk: bugfix: fconv symbols not in usr package.
Kaz Kylheku
2020-12-29
2
-13
/
+16
*
quips: use random-state argument in shuffle call.
Kaz Kylheku
2020-12-29
1
-2
/
+1
*
shuffle/nshuffle: take optional random state argument.
Kaz Kylheku
2020-12-29
4
-11
/
+13
*
shuffle/nshuffle: eliminate wasteful vector copy.
Kaz Kylheku
2020-12-29
1
-1
/
+1
*
quips: new one.
Kaz Kylheku
2020-12-28
1
-0
/
+1
*
quip: function cycles through all quips.
Kaz Kylheku
2020-12-28
1
-1
/
+6
*
doc: correction in dialect notes for symbol-macro
Kaz Kylheku
2020-12-27
1
-3
/
+5
*
Version 245
txr-245
Kaz Kylheku
2020-10-10
4
-9
/
+36
*
chmod: disable some chmod tests on Cygwin.
Kaz Kylheku
2020-12-24
1
-21
/
+26
*
linenoise: fix: int used instead of wchar_t.
Kaz Kylheku
2020-12-24
1
-2
/
+2
*
android: fix socket module, failing tests.
Kaz Kylheku
2020-12-23
5
-15
/
+18
*
configure: don't disable PIE on Android.
Kaz Kylheku
2020-12-23
1
-25
/
+29
*
build: Android support.
Kaz Kylheku
2020-12-23
2
-0
/
+22
*
configure: rename darwin variable.
Kaz Kylheku
2020-12-23
1
-3
/
+3
*
configure: get rid of -Wold-style-declaration
Kaz Kylheku
2020-12-23
1
-1
/
+1
*
configure: relax to C99 for regular users.
Kaz Kylheku
2020-12-22
1
-2
/
+9
*
configure: C++ fix for recently added C flags.
Kaz Kylheku
2020-12-22
1
-0
/
+1
*
configure: C++ fix for type size detection case.
Kaz Kylheku
2020-12-22
1
-4
/
+4
*
shipped lexer: fix misleading indentation.
Kaz Kylheku
2020-12-22
1
-5
/
+5
*
int-flo: bugfix on 64 bit
Kaz Kylheku
2020-12-22
1
-2
/
+9
*
build: add more warnings against ancient C.
Kaz Kylheku
2020-12-13
1
-1
/
+3
*
txr, eval: eliminate some func_n1 calls.
Kaz Kylheku
2020-12-10
2
-5
/
+5
*
New quip: inspired by dumb phone messages.
Kaz Kylheku
2020-12-10
1
-0
/
+1
*
mpi: small rearrangement in is-power-of-two function.
Kaz Kylheku
2020-11-22
1
-4
/
+2
*
printer: no leading zeros in hex chars.
Kaz Kylheku
2020-11-17
1
-9
/
+6
*
quips: three new entries.
Kaz Kylheku
2020-11-16
1
-0
/
+3
*
time: indentation fix.
Kaz Kylheku
2020-10-16
1
-12
/
+12
*
time: don't emulate setenv with putenv
Kaz Kylheku
2020-10-16
1
-20
/
+13
*
sysif: respect HAVE_SETENV.
Kaz Kylheku
2020-10-16
1
-0
/
+6
*
env-hash: now persistent and synced with setenv.
Kaz Kylheku
2020-10-16
2
-19
/
+108
*
doc: add missing detail to env function.
Kaz Kylheku
2020-10-16
1
-0
/
+8
*
env: move function to sysif.c
Kaz Kylheku
2020-10-16
5
-38
/
+39
*
struct: bad object in two diagnostics.
Kaz Kylheku
2020-10-16
1
-2
/
+2
*
Version 244
txr-244
Kaz Kylheku
2020-10-10
5
-438
/
+489
*
time: Solaris fix: don't assign to env_list.
Kaz Kylheku
2020-10-10
1
-1
/
+0
*
mapcar: regression: not not converting to left type
Kaz Kylheku
2020-10-10
1
-1
/
+2
*
configure: replace nm-based trick for sizes
Kaz Kylheku
2020-10-09
2
-82
/
+63
*
compiler: bump up compiled file version to 5.1.
Kaz Kylheku
2020-10-09
1
-1
/
+1
*
doc: missing info about compiled file version 5.
Kaz Kylheku
2020-10-09
1
-1
/
+3
*
random: use nanoseconds for seeding.
Kaz Kylheku
2020-10-07
1
-1
/
+1
*
New function: time-nsec.
Kaz Kylheku
2020-10-07
4
-1
/
+54
*
time: move time functions out of lib.c into time.c.
Kaz Kylheku
2020-10-07
8
-488
/
+567
*
random: correctly refer to WELL512a everywhere.
Kaz Kylheku
2020-10-07
2
-6
/
+6
*
random: add tests validating WELL512a.
Kaz Kylheku
2020-10-07
2
-0
/
+24
*
random: bugfix: incorrect WELL512a.
Kaz Kylheku
2020-10-07
3
-65
/
+98
*
doc: out of order compat entries.
Kaz Kylheku
2020-10-07
1
-6
/
+6
[prev]
[next]