summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check for user's specified yacc program.Kaz Kylheku2009-11-261-0/+4
* Not all systems have a yacc alias for the yacc program.Kaz Kylheku2009-11-263-8/+89
* * gc.c (mark_mem_region): Bugfix: do not mess with the valgrindKaz Kylheku2009-11-262-2/+9
* * parser.y (grammar): Fixes for bison 2.4.1. Remove superfluous actionKaz Kylheku2009-11-262-2/+6
* Refinements to Valgrind support.Kaz Kylheku2009-11-252-2/+40
* More Valgrind support. New option --vg-debug which turns onKaz Kylheku2009-11-254-11/+78
* Fix a build breakage that may happen on some platforms.Kaz Kylheku2009-11-252-0/+14
* Clean up properly.Kaz Kylheku2009-11-251-2/+2
* More valgrind integration. Vector objects keep displaced pointersKaz Kylheku2009-11-253-0/+22
* First stab at Valgrind integration. First goal: eliminate falseKaz Kylheku2009-11-253-11/+71
* Fix uninitialized memory locations.Kaz Kylheku2009-11-243-1/+16
* Switching to keyword symbols for :args and :nothrow.Kaz Kylheku2009-11-246-29/+50
* Whitespace.Kaz Kylheku2009-11-242-3/+3
* utf8.c (utf8_from_uc): Fix bug introduced several commits ago (portingtxr-025Kaz Kylheku2009-11-242-0/+8
* Version 025Kaz Kylheku2009-11-244-3/+57
* Auto-detect what specifiers to use for inline functions.Kaz Kylheku2009-11-244-22/+90
* Changes to make the code portable to C++ compilers, whichKaz Kylheku2009-11-248-42/+81
* Fixed broken yyerrorf. It was still taking char *, and passingKaz Kylheku2009-11-244-34/+57
* Renaming global variables that denote symbols, such that theyKaz Kylheku2009-11-2411-275/+345
* * configure (platform_flags, remove_flags): New config variables.Kaz Kylheku2009-11-233-3/+25
* Follow up on 64 bit compilation warnings.Kaz Kylheku2009-11-233-3/+14
* WTFKaz Kylheku2009-11-231-1/+1
* * Makefile (conftest.o): revert change that took CFLAGS fromKaz Kylheku2009-11-232-1/+6
* * configure: Don't rely on higher precision arithmetic from the buildKaz Kylheku2009-11-232-3/+10
* Reporting of compile errors during configuration for easierKaz Kylheku2009-11-233-14/+38
* * configure: Bugfix in parsing configuration variablesKaz Kylheku2009-11-233-6/+13
* * Makefile (CFLAGS): Added -I. so current directory is firstKaz Kylheku2009-11-232-1/+7
* * lib.c (chk_malloc, chk_realloc): Fix diagnosable conversion,Kaz Kylheku2009-11-232-2/+7
* * configure (cross): Print out value of $cross in --help.Kaz Kylheku2009-11-234-14/+23
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-2319-104/+377
* Introducing symbol packages. Internal symbols are now inKaz Kylheku2009-11-2113-154/+382
* * unwind.c (uw_throw): If streams are not initialized,Kaz Kylheku2009-11-204-23/+44
* * parser.y (grammar): Fix error actions that do not assignKaz Kylheku2009-11-202-12/+28
* * match.c (dest_bind): Extended to handle more general formsKaz Kylheku2009-11-202-15/+20
* * lib.c (flatten): Semantics change. The flatten functionKaz Kylheku2009-11-202-0/+8
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-2019-992/+991
* * txr.1: Fixed mangled formatting of exception handling example.Kaz Kylheku2009-11-192-11/+15
* Get rid of macros in favor of safer inline functions.Kaz Kylheku2009-11-195-15/+56
* Version 024.txr-024Kaz Kylheku2009-11-193-2/+15
* Use unsigned char * as allocator return value.Kaz Kylheku2009-11-194-5/+15
* Following-up on diagnostics obtained by running code through C++Kaz Kylheku2009-11-186-25/+61
* * match.c (match_line, match_files): Fix broken behavior of collectKaz Kylheku2009-11-182-7/+13
* Fix total breakage of yyerror and yyerrorf.Kaz Kylheku2009-11-182-2/+10
* txr.1: Clarified handling of UTF-8, now that it's precise and portable.Kaz Kylheku2009-11-182-4/+23
* Version 023.Kaz Kylheku2009-11-183-2/+22
* More removal of C99 wide character I/O, and tightening upKaz Kylheku2009-11-176-24/+55
* Whitespace.Kaz Kylheku2009-11-171-1/+1
* Removing use of C99 wide character I/O.Kaz Kylheku2009-11-172-52/+60
* Warning fixes.Kaz Kylheku2009-11-175-5/+25
* * lib.c (chrp): Fix broken is_chr(num) call.Kaz Kylheku2009-11-172-1/+5