summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* More void * to mem_t * conversion.Kaz Kylheku2009-12-051-0/+12
* Eliminate the void * disease. Generic pointers are of mem_t *Kaz Kylheku2009-12-041-0/+24
* * gc.c (heap_min_bound, heap_max_bound): New static globals.Kaz Kylheku2009-12-031-0/+8
* Version 027.txr-027Kaz Kylheku2009-12-031-0/+17
* Merge.Kaz Kylheku2009-12-031-0/+8
|\
| * * parser.l (YY_NO_UNPUT): Removed superfluous #define. This is notKaz Kylheku2009-12-031-0/+8
* | * Makefile (CFLAGS): Better test for g++, when removingKaz Kylheku2009-12-031-0/+7
|/
* Fix for failing test suite on MIPS machine, due toKaz Kylheku2009-12-031-0/+12
* * Makefile (tests): Don't depend on the executable. Otherwise,Kaz Kylheku2009-12-021-0/+10
* * Makefile (install-tests): New target. Provides a way to make theKaz Kylheku2009-12-021-0/+6
* Fix annoyances with dependency generation, such as picking up localKaz Kylheku2009-12-021-0/+14
* * Makefile (CFLAGS): If the compiler matches the pattern %g++,Kaz Kylheku2009-11-281-0/+6
* * Makefile (CFLAGS): add -Dlint to CFLAGS when compiling y.tab.o.Kaz Kylheku2009-11-281-0/+7
* * parser.l: Use flex options to suppress generation of theKaz Kylheku2009-11-281-0/+6
* Code cleanup. All private functions static. Private stuffKaz Kylheku2009-11-281-0/+68
* * configure: Workaround in banner code for coreutils printf %.*s bug.Kaz Kylheku2009-11-281-0/+4
* Switching to DESTDIR convention for install.Kaz Kylheku2009-11-271-0/+15
* Version 026.txr-026Kaz Kylheku2009-11-261-0/+24
* Not all systems have a yacc alias for the yacc program.Kaz Kylheku2009-11-261-0/+16
* * gc.c (mark_mem_region): Bugfix: do not mess with the valgrindKaz Kylheku2009-11-261-0/+5
* * parser.y (grammar): Fixes for bison 2.4.1. Remove superfluous actionKaz Kylheku2009-11-261-0/+5
* Refinements to Valgrind support.Kaz Kylheku2009-11-251-0/+19
* More Valgrind support. New option --vg-debug which turns onKaz Kylheku2009-11-251-0/+25
* Fix a build breakage that may happen on some platforms.Kaz Kylheku2009-11-251-0/+12
* More valgrind integration. Vector objects keep displaced pointersKaz Kylheku2009-11-251-0/+13
* First stab at Valgrind integration. First goal: eliminate falseKaz Kylheku2009-11-251-0/+18
* Fix uninitialized memory locations.Kaz Kylheku2009-11-241-0/+12
* Switching to keyword symbols for :args and :nothrow.Kaz Kylheku2009-11-241-0/+16
* utf8.c (utf8_from_uc): Fix bug introduced several commits ago (portingtxr-025Kaz Kylheku2009-11-241-0/+7
* Version 025Kaz Kylheku2009-11-241-0/+54
* Auto-detect what specifiers to use for inline functions.Kaz Kylheku2009-11-241-0/+20
* Changes to make the code portable to C++ compilers, whichKaz Kylheku2009-11-241-0/+35
* Fixed broken yyerrorf. It was still taking char *, and passingKaz Kylheku2009-11-241-0/+16
* Renaming global variables that denote symbols, such that theyKaz Kylheku2009-11-241-0/+63
* * configure (platform_flags, remove_flags): New config variables.Kaz Kylheku2009-11-231-0/+6
* Follow up on 64 bit compilation warnings.Kaz Kylheku2009-11-231-0/+11
* * Makefile (conftest.o): revert change that took CFLAGS fromKaz Kylheku2009-11-231-0/+5
* * configure: Don't rely on higher precision arithmetic from the buildKaz Kylheku2009-11-231-0/+7
* Reporting of compile errors during configuration for easierKaz Kylheku2009-11-231-0/+14
* * configure: Bugfix in parsing configuration variablesKaz Kylheku2009-11-231-0/+9
* * Makefile (CFLAGS): Added -I. so current directory is firstKaz Kylheku2009-11-231-0/+6
* * lib.c (chk_malloc, chk_realloc): Fix diagnosable conversion,Kaz Kylheku2009-11-231-0/+5
* * configure (cross): Print out value of $cross in --help.Kaz Kylheku2009-11-231-0/+9
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-231-0/+70
* Introducing symbol packages. Internal symbols are now inKaz Kylheku2009-11-211-0/+80
* * unwind.c (uw_throw): If streams are not initialized,Kaz Kylheku2009-11-201-0/+20
* * parser.y (grammar): Fix error actions that do not assignKaz Kylheku2009-11-201-0/+5
* * match.c (dest_bind): Extended to handle more general formsKaz Kylheku2009-11-201-0/+8
* * lib.c (flatten): Semantics change. The flatten functionKaz Kylheku2009-11-201-0/+5
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-0/+16