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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
bugfix: make clean not removing txr-win.exe
Kaz Kylheku
2016-12-22
1
-0
/
+1
*
configure: move Darwin check into Makefile.
Kaz Kylheku
2016-11-20
1
-0
/
+6
*
Conform to standard Makefile conventions.
Kaz Kylheku
2016-11-20
1
-29
/
+31
*
New arithmetic tests.
Kaz Kylheku
2016-11-15
1
-0
/
+1
*
Synchronize license comments with LICENSE.
Kaz Kylheku
2016-10-01
1
-16
/
+17
*
Adding tests for split-str.
Kaz Kylheku
2016-09-17
1
-0
/
+1
*
Fix multi-arch build issue for txr.res.
Kaz Kylheku
2016-08-06
1
-1
/
+1
*
Fix issue in make dependency generation.
Kaz Kylheku
2016-08-06
1
-1
/
+2
*
The cmdwrap sh.exe hack is no longer needed.
Kaz Kylheku
2016-06-30
1
-5
/
+0
*
Fix command spawning on Cygwin-based standalone image.
Kaz Kylheku
2016-06-29
1
-0
/
+5
*
Eliminating the ! $ and - file-opening hacks.
Kaz Kylheku
2016-05-31
1
-1
/
+1
*
Adding termios support.
Kaz Kylheku
2016-05-18
1
-0
/
+1
*
Some recent versions of flex contain // comment.
Kaz Kylheku
2016-05-06
1
-1
/
+6
*
Adding manual page checker.
Kaz Kylheku
2016-04-26
1
-1
/
+2
*
Check man page for errors when generating PDF.
Kaz Kylheku
2016-04-26
1
-1
/
+1
*
Adding ftw function.
Kaz Kylheku
2016-04-15
1
-0
/
+1
*
Basic regression test case for sockets.
Kaz Kylheku
2016-03-07
1
-0
/
+1
*
Adding socket support: unix, ipv4, ipv6.
Kaz Kylheku
2016-02-26
1
-0
/
+1
*
Support extra linker flags.
Kaz Kylheku
2016-01-13
1
-1
/
+1
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
Increase stack size on Windows.
Kaz Kylheku
2015-11-29
1
-1
/
+1
*
Stop using C library setjmp/longjmp.
Kaz Kylheku
2015-10-25
1
-1
/
+13
*
Reveal struct winsize on Solaris.
Kaz Kylheku
2015-09-09
1
-0
/
+1
*
Basic REPL based on linenoise.
Kaz Kylheku
2015-09-05
1
-1
/
+1
*
Compile and link linkenoise into txr; fix errors.
Kaz Kylheku
2015-09-04
1
-0
/
+1
*
No need to point the compiler into the mpi directory.
Kaz Kylheku
2015-09-04
1
-1
/
+0
*
Introducing structs.
Kaz Kylheku
2015-09-02
1
-1
/
+1
*
Add maze generation to test suite.
Kaz Kylheku
2015-08-24
1
-0
/
+2
*
Start of new way of handling variable arguments.
Kaz Kylheku
2015-08-17
1
-1
/
+1
*
Minor dependency fix in Makefile.
Kaz Kylheku
2015-08-15
1
-3
/
+6
*
Whitespace.
Kaz Kylheku
2015-08-15
1
-1
/
+1
*
Regenerate parser and scanner if config changes.
Kaz Kylheku
2015-08-15
1
-3
/
+3
*
Remove unwanted yyparse declaration from y.tab.h.
Kaz Kylheku
2015-08-14
1
-1
/
+8
*
Crafting a better parser-priming hack.
Kaz Kylheku
2015-08-12
1
-1
/
+2
*
* Makefile (SRCS): When top_srcdir is blank, elide the entire
Kaz Kylheku
2015-08-07
1
-1
/
+2
*
Define TXR_DBG macro when compiling debug build.
Kaz Kylheku
2015-08-03
1
-2
/
+2
*
Custom linker flags support.
Christopher Meng
2015-08-03
1
-2
/
+3
*
* Makefile (tst/tets/012/%): Disable --gc-debug for
Kaz Kylheku
2015-07-25
1
-0
/
+1
*
Set up blank top_srcdir if building in source directory.
Kaz Kylheku
2015-07-23
1
-15
/
+17
*
Split off test macros from ifa.tl into common file.
Kaz Kylheku
2015-07-23
1
-4
/
+3
*
Fixes for building in separate dir.
Kaz Kylheku
2015-07-23
1
-11
/
+13
*
Implementing caar, cadr, cdar and friends.
Kaz Kylheku
2015-07-21
1
-1
/
+1
*
Remove places.h generation hack.
Kaz Kylheku
2015-06-20
1
-17
/
+1
*
* Makefile: whitespace fixes.
Kaz Kylheku
2015-06-19
1
-3
/
+3
*
Test ifa macro.
Kaz Kylheku
2015-06-19
1
-2
/
+10
*
Adding anaphoric ifa macro.
Kaz Kylheku
2015-06-17
1
-3
/
+9
*
Represent place.tl more compactly in image.
Kaz Kylheku
2015-05-19
1
-2
/
+2
*
* Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines,
Kaz Kylheku
2015-05-07
1
-2
/
+1
*
New macro-based framework for assignment places.
Kaz Kylheku
2015-05-06
1
-1
/
+19
[prev]
[next]