summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add more files that I wrote to the list in AUTHORSNeil Jerram2008-12-121-1/+28
* Add GDS test and documentation filesNeil Jerram2008-12-125-0/+617
* Add a GDS protocol hook, that we can use for testingNeil Jerram2008-12-111-0/+6
* Revert "(scm_shell_usage): Note need for subscription to bug-guile@gnu.org."Neil Jerram2008-12-101-3/+1
* Revert "Note need for subscription to bug-guile@gnu.org."Neil Jerram2008-12-102-11/+7
* Revert "(Reporting Bugs): Note need for subscription to"Neil Jerram2008-12-101-2/+1
* Revert "* README: Note need for subscription to bug-guile@gnu.org."Neil Jerram2008-12-102-6/+2
* i18n: Add comment about standardization of the `locale_t' API.Ludovic Courtès2008-12-101-2/+4
* Fix erroneous differences in `NEWS' compared to `branch_release-1-8'.Ludovic Courtès2008-12-101-3/+10
* configure: Check for <ltdl.h>.Ludovic Courtès2008-12-101-0/+2
* configure: Don't substitute `DLPREOPEN'.Ludovic Courtès2008-12-101-2/+0
* Remove everything to do with GDS BreakpointsNeil Jerram2008-12-108-1371/+26
* Mention the end of `ChangeLog' files in `NEWS'.Ludovic Courtès2008-12-092-1/+7
* Make `config.status' happier.Ludovic Courtès2008-12-091-1/+2
* Add other missing Gnulib files.Ludovic Courtès2008-12-082-0/+42
* Remove useless references to Libtool's `dlpreopen' mechanism.Ludovic Courtès2008-12-072-4/+1
* Add missing Gnulib M4 files.Ludovic Courtès2008-12-076-0/+186
* Several new hash table tests, written by Gregory Marton.Neil Jerram2008-12-073-0/+208
* Fix sloppy bound checking in `string-{ref,set!}' with the empty string.Ludovic Courtès2008-12-023-4/+66
* Update `NEWS'.Ludovic Courtès2008-12-021-0/+1
* Fix potential deadlock in `make-struct'.Ludovic Courtès2008-11-302-10/+9
* Make GNU Libtool 2.2.x happier.Ludovic Courtès2008-11-302-1/+3
* Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work.Ludovic Courtès2008-11-305-12/+31
* Use Gnulib's `full-write' and `full-read' modules.Ludovic Courtès2008-11-3012-48/+1011
* Update Gnulib files to commit d4b129b8e5f8a8d1198020fd6fc79310d305936c.Ludovic Courtès2008-11-309-20/+106
* Use orthodox libtoology in `guile'.Ludovic Courtès2008-11-241-4/+2
* Run the handler of SRFI-34's `with-exception-handler' in the right dyn. env.Ludovic Courtès2008-11-244-7/+44
* Fix comments in `test-scm-c-read.c'.Ludovic Courtès2008-11-241-2/+2
* Add C unit test for `scm_c_read ()' and the port API.Ludovic Courtès2008-11-233-0/+138
* Make scm_c_read use caller buffer only for unbuffered ports.Neil Jerram2008-11-231-24/+48
* Update `THANKS'.Ludovic Courtès2008-11-141-0/+1
* Update the thread stack base when `scm_with_guile' is invoked multiple times.Ludovic Courtès2008-11-145-4/+87
* Augment `.gitignore'.Ludovic Courtès2008-11-132-7/+11
* Update "guile(1)" man page.Ludovic Courtès2008-11-131-4/+10
* Add "guile(1)" man page.Ludovic Courtès2008-11-132-5/+3
* Fix stack calibration-related errors when running make distcheck.Neil Jerram2008-10-261-2/+2
* Add measure-hwm.scm to the set of distribution files.Neil Jerram2008-10-241-1/+1
* Fix hang in srfi-18.testNeil Jerram2008-10-242-21/+34
* Avoid `Stack overflow' errors when running `make check'Neil Jerram2008-10-179-3/+180
* Fix compilation error due to strict aliasing rules on `i386-unknown-freebsd7.0'.Ludovic Courtès2008-10-102-1/+2
* Fix compilation of the hard copy of the R5RS, tutorial and GOOPS manual.Ludovic Courtès2008-10-093-6/+0
* Add test case to make sure `read' returns mutable strings.Ludovic Courtès2008-10-091-1/+8
* Revert "Make literal strings (i.e., returned by `read') read-only."Ludovic Courtès2008-10-095-37/+12
* Remove GH and its traces.Han-Wen Nienhuys2008-09-2819-3189/+12
* Enclose `regexp.test' in a module.Ludovic Courtès2008-09-251-2/+4
* Fix handling of the FLAGS argument in `fold-matches'.Ludovic Courtès2008-09-253-3/+27
* Make literal strings (i.e., returned by `read') read-only.Ludovic Courtès2008-09-235-12/+37
* Make `symbol->string' return a read-only string.Ludovic Courtès2008-09-233-7/+8
* Fix for incorrect (gcd -2) => -2; should give 2.Neil Jerram2008-09-223-1/+7
* Fix `strftime' documentation wrt. `%Z'.Ludovic Courtès2008-09-181-3/+0