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
...
*
Error on non-bindable sym in defvar and defparm.
Kaz Kylheku
2016-08-24
1
-0
/
+3
*
Fix bug: global lexicals marked special anyway.
Kaz Kylheku
2016-08-24
1
-9
/
+4
*
Check arg count when expanding defsymacro.
Kaz Kylheku
2016-08-24
1
-0
/
+3
*
Misleading error message in defvarl and defsymacro.
Kaz Kylheku
2016-08-24
1
-2
/
+2
*
New time-string method on time struct.
Kaz Kylheku
2016-08-22
2
-16
/
+74
*
Adding time-parse function: wrapper for strptime.
Kaz Kylheku
2016-08-22
5
-0
/
+68
*
Version 147.
txr-147
Kaz Kylheku
2016-08-12
3
-3
/
+18
*
Fix multi-arch build issue for txr.res.
Kaz Kylheku
2016-08-06
2
-2
/
+2
*
Port exception handling to 64 bit Cygwin.
Kaz Kylheku
2016-08-06
2
-2
/
+59
*
Fix issue in make dependency generation.
Kaz Kylheku
2016-08-06
1
-1
/
+2
*
Check for Cygnal when deciding where user home is.
Kaz Kylheku
2016-07-27
1
-19
/
+9
*
Version 146.
txr-146
Kaz Kylheku
2016-07-20
6
-52
/
+72
*
Print notation for quasi-strings and quasi-word-lists.
Kaz Kylheku
2016-07-20
1
-0
/
+64
*
NFA regex optimization: use just one set array.
Kaz Kylheku
2016-07-19
1
-48
/
+31
*
NFA regex optimization: combine move and closure.
Kaz Kylheku
2016-07-19
1
-37
/
+90
*
Replace 0 constant with nil.
Kaz Kylheku
2016-07-19
1
-1
/
+1
*
Adding uname.
Kaz Kylheku
2016-07-19
3
-0
/
+133
*
Don't open text files using "t" mode on Cygwin.
Kaz Kylheku
2016-07-12
2
-5
/
+8
*
Installer: correct path for deleting sh.exe.
Kaz Kylheku
2016-07-12
1
-1
/
+1
*
Version 145.
txr-145
Kaz Kylheku
2016-07-03
4
-4
/
+28
*
Rewrite Cygwin installer copyright note for Cygnal.
Kaz Kylheku
2016-07-03
1
-4
/
+12
*
Fix wrong function name: addrinfo isn't a function.
Kaz Kylheku
2016-07-03
1
-1
/
+1
*
Fix crash in getaddrinfo.
Kaz Kylheku
2016-07-03
1
-2
/
+4
*
Add shortcut to txr.exe to start menu.
Kaz Kylheku
2016-07-02
1
-2
/
+3
*
Installer deletes the sh.exe created by TXR 144.
Kaz Kylheku
2016-07-02
1
-0
/
+1
*
Bundle Cygnal version of Cygwin DLL.
Kaz Kylheku
2016-07-02
1
-1
/
+1
*
The cmdwrap sh.exe hack is no longer needed.
Kaz Kylheku
2016-06-30
3
-23
/
+0
*
Dynamically determine whether shell is cmd.exe.
Kaz Kylheku
2016-06-30
1
-1
/
+18
*
Version 144.
txr-144
Kaz Kylheku
2016-06-29
6
-644
/
+686
*
Fix command spawning on Cygwin-based standalone image.
Kaz Kylheku
2016-06-29
3
-0
/
+23
*
We would like the Windows port of TXR to open files in text
Kaz Kylheku
2016-06-28
2
-0
/
+9
*
Update compatibility notes.
Kaz Kylheku
2016-06-28
1
-0
/
+3
*
Handle two possible home dir locations on Cygwin.
Kaz Kylheku
2016-06-27
1
-1
/
+27
*
Handle nonexistent HOME env var in repl.
Kaz Kylheku
2016-06-27
1
-3
/
+3
*
Re-target Windows installer to Cygwin.
Kaz Kylheku
2016-06-27
1
-0
/
+8
*
Preparations for bundling Cygwin library.
Kaz Kylheku
2016-06-27
3
-11
/
+33
*
Consistent capitalization of (C).
Kaz Kylheku
2016-06-27
1
-2
/
+2
*
Revamp documentation of expressions in pattern language.
Kaz Kylheku
2016-06-26
1
-104
/
+341
*
Separator expression in @(cat) evaluated as Lisp.
Kaz Kylheku
2016-06-26
1
-1
/
+1
*
Use Lisp eval for :var inits in collect and gather.
Kaz Kylheku
2016-06-26
1
-1
/
+1
*
Wrong section macro on from-list.
Kaz Kylheku
2016-06-17
1
-1
/
+1
*
Bugfix: unsafe num_fast in repeat/rep :counter code.
Kaz Kylheku
2016-06-17
1
-6
/
+6
*
Address silly uses of fixnump.
Kaz Kylheku
2016-06-17
1
-26
/
+22
*
Rename EXTRA_DEBUGGING to CONFIG_EXTRA_DEBUGGING.
Kaz Kylheku
2016-06-17
4
-10
/
+10
*
Print valgrind backtraces for break_obj.
Kaz Kylheku
2016-06-17
1
-2
/
+28
*
Useful assertion in make_obj.
Kaz Kylheku
2016-06-17
1
-0
/
+1
*
Tidy up some vector object initializations.
Kaz Kylheku
2016-06-17
1
-7
/
+7
*
gc bugfix: maintain free_tail properly.
Kaz Kylheku
2016-06-16
1
-5
/
+6
*
Remove more vestiges of the mark_makefresh hack.
Kaz Kylheku
2016-06-16
1
-16
/
+3
*
Bogus gc marking code in syslog module.
Kaz Kylheku
2016-06-15
1
-2
/
+0
[prev]
[next]