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
...
*
* parser.l: Use flex options to suppress generation of the
Kaz Kylheku
2009-11-28
2
-0
/
+8
*
Code cleanup. All private functions static. Private stuff
Kaz Kylheku
2009-11-28
14
-231
/
+261
*
* configure: Workaround in banner code for coreutils printf %.*s bug.
Kaz Kylheku
2009-11-28
2
-1
/
+5
*
Switching to DESTDIR convention for install.
Kaz Kylheku
2009-11-27
3
-13
/
+40
*
Version 026.
txr-026
Kaz Kylheku
2009-11-26
4
-3
/
+27
*
Add comments to generated files.
Kaz Kylheku
2009-11-26
1
-1
/
+15
*
Expand yacc command without quotes.
Kaz Kylheku
2009-11-26
1
-1
/
+1
*
Check for user's specified yacc program.
Kaz Kylheku
2009-11-26
1
-0
/
+4
*
Not all systems have a yacc alias for the yacc program.
Kaz Kylheku
2009-11-26
3
-8
/
+89
*
* gc.c (mark_mem_region): Bugfix: do not mess with the valgrind
Kaz Kylheku
2009-11-26
2
-2
/
+9
*
* parser.y (grammar): Fixes for bison 2.4.1. Remove superfluous action
Kaz Kylheku
2009-11-26
2
-2
/
+6
*
Refinements to Valgrind support.
Kaz Kylheku
2009-11-25
2
-2
/
+40
*
More Valgrind support. New option --vg-debug which turns on
Kaz Kylheku
2009-11-25
4
-11
/
+78
*
Fix a build breakage that may happen on some platforms.
Kaz Kylheku
2009-11-25
2
-0
/
+14
*
Clean up properly.
Kaz Kylheku
2009-11-25
1
-2
/
+2
*
More valgrind integration. Vector objects keep displaced pointers
Kaz Kylheku
2009-11-25
3
-0
/
+22
*
First stab at Valgrind integration. First goal: eliminate false
Kaz Kylheku
2009-11-25
3
-11
/
+71
*
Fix uninitialized memory locations.
Kaz Kylheku
2009-11-24
3
-1
/
+16
*
Switching to keyword symbols for :args and :nothrow.
Kaz Kylheku
2009-11-24
6
-29
/
+50
*
Whitespace.
Kaz Kylheku
2009-11-24
2
-3
/
+3
*
utf8.c (utf8_from_uc): Fix bug introduced several commits ago (porting
txr-025
Kaz Kylheku
2009-11-24
2
-0
/
+8
*
Version 025
Kaz Kylheku
2009-11-24
4
-3
/
+57
*
Auto-detect what specifiers to use for inline functions.
Kaz Kylheku
2009-11-24
4
-22
/
+90
*
Changes to make the code portable to C++ compilers, which
Kaz Kylheku
2009-11-24
8
-42
/
+81
*
Fixed broken yyerrorf. It was still taking char *, and passing
Kaz Kylheku
2009-11-24
4
-34
/
+57
*
Renaming global variables that denote symbols, such that they
Kaz Kylheku
2009-11-24
11
-275
/
+345
*
* configure (platform_flags, remove_flags): New config variables.
Kaz Kylheku
2009-11-23
3
-3
/
+25
*
Follow up on 64 bit compilation warnings.
Kaz Kylheku
2009-11-23
3
-3
/
+14
*
WTF
Kaz Kylheku
2009-11-23
1
-1
/
+1
*
* Makefile (conftest.o): revert change that took CFLAGS from
Kaz Kylheku
2009-11-23
2
-1
/
+6
*
* configure: Don't rely on higher precision arithmetic from the build
Kaz Kylheku
2009-11-23
2
-3
/
+10
*
Reporting of compile errors during configuration for easier
Kaz Kylheku
2009-11-23
3
-14
/
+38
*
* configure: Bugfix in parsing configuration variables
Kaz Kylheku
2009-11-23
3
-6
/
+13
*
* Makefile (CFLAGS): Added -I. so current directory is first
Kaz Kylheku
2009-11-23
2
-1
/
+7
*
* lib.c (chk_malloc, chk_realloc): Fix diagnosable conversion,
Kaz Kylheku
2009-11-23
2
-2
/
+7
*
* configure (cross): Print out value of $cross in --help.
Kaz Kylheku
2009-11-23
4
-14
/
+23
*
Improving portability. It is no longer assumed that pointers
Kaz Kylheku
2009-11-23
19
-104
/
+377
*
Introducing symbol packages. Internal symbols are now in
Kaz Kylheku
2009-11-21
13
-154
/
+382
*
* unwind.c (uw_throw): If streams are not initialized,
Kaz Kylheku
2009-11-20
4
-23
/
+44
*
* parser.y (grammar): Fix error actions that do not assign
Kaz Kylheku
2009-11-20
2
-12
/
+28
*
* match.c (dest_bind): Extended to handle more general forms
Kaz Kylheku
2009-11-20
2
-15
/
+20
*
* lib.c (flatten): Semantics change. The flatten function
Kaz Kylheku
2009-11-20
2
-0
/
+8
*
Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,
Kaz Kylheku
2009-11-20
19
-992
/
+991
*
* txr.1: Fixed mangled formatting of exception handling example.
Kaz Kylheku
2009-11-19
2
-11
/
+15
*
Get rid of macros in favor of safer inline functions.
Kaz Kylheku
2009-11-19
5
-15
/
+56
*
Version 024.
txr-024
Kaz Kylheku
2009-11-19
3
-2
/
+15
*
Use unsigned char * as allocator return value.
Kaz Kylheku
2009-11-19
4
-5
/
+15
*
Following-up on diagnostics obtained by running code through C++
Kaz Kylheku
2009-11-18
6
-25
/
+61
*
* match.c (match_line, match_files): Fix broken behavior of collect
Kaz Kylheku
2009-11-18
2
-7
/
+13
*
Fix total breakage of yyerror and yyerrorf.
Kaz Kylheku
2009-11-18
2
-2
/
+10
[prev]
[next]