summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve TLS detection for systems with compiler support but no libc support.release_1-9-4Ludovic Courtès2009-10-151-2/+5
* Bump version number for 1.9.4.Ludovic Courtès2009-10-151-1/+1
* Fix compilation of literal bitvectors.Ludovic Courtès2009-10-153-4/+8
* Fix segfault for `(uniform-array->bytevector (bitvector))'.Ludovic Courtès2009-10-152-6/+24
* Fix `gitlog-to-changelog' on NixOS.Ludovic Courtès2009-10-151-1/+4
* Document the interaction of the "compilee" with the compiler's current module.Ludovic Courtès2009-10-153-1/+59
* Fix REPL environment for languages other than scheme.Ludovic Courtès2009-10-151-3/+9
* signedness fix fix fixAndy Wingo2009-10-151-1/+1
* `load' autocompiles -- in the current module.Andy Wingo2009-10-151-32/+32
* update NEWS for 1.9.4Andy Wingo2009-10-151-91/+72
* fix scm_array_handle_ref signedness fixAndy Wingo2009-10-151-1/+1
* add back support for #y bitvector read syntaxAndy Wingo2009-10-151-0/+17
* Use pointer-less memory for `scm_gc_strdup ()'.Ludovic Courtès2009-10-151-1/+1
* Restore signature of `scm_primitive_load_path ()' as found in 1.8.Ludovic Courtès2009-10-153-8/+38
* Use GC-managed memory for port->encoding.Ludovic Courtès2009-10-151-14/+7
* Fix signed/unsigned mismatch in `scm_array_handle_{ref,set} ()'.Ludovic Courtès2009-10-141-2/+2
* Flush output before forking, to make test output consistent and avoidKen Raeburn2009-10-131-0/+4
* add $libir to the ltdl path, not $pkglibdir; add extensionsdirAndy Wingo2009-10-134-7/+13
* Modify regexp.test to work better with mac/darwinMichael Gran2009-10-121-2/+6
* Revert changes that gather thread-specific local languageMichael Gran2009-10-092-37/+22
* Adjust to match changes in libgc's CVS (pre-7.2).Ludovic Courtès2009-10-092-7/+20
* Use TLS when available for `SCM_I_CURRENT_THREAD'.Ludovic Courtès2009-10-097-7/+80
* Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile.Ludovic Courtès2009-10-095-26/+79
* Deprecate `scm_mask_ints'.Ludovic Courtès2009-10-093-4/+14
* Revert "Change dynwind flag enums to #defines, for greater portability"Neil Jerram2009-10-074-38/+58
* Fix typo in `scm_array_p_2 ()'.Ludovic Courtès2009-10-061-1/+1
* Add compiler warning for possibly unbound variables.Ludovic Courtès2009-10-064-3/+171
* tree-il: Pass the environment to warning passes.Ludovic Courtès2009-10-062-3/+3
* Change dynwind flag enums to #defines, for greater portabilityNeil Jerram2009-10-024-58/+38
* Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.Ludovic Courtès2009-10-0211-156/+164
* Add `SCM_DEPRECATED' macro to declare deprecated C functions/variables.Ludovic Courtès2009-10-021-0/+11
* Fix the argument list of gsubr stack frames.Ludovic Courtès2009-10-022-3/+26
* Fix doc for inet-ntop: always produces a stringNeil Jerram2009-10-013-6/+6
* Fix handling of IPv6 addressesNeil Jerram2009-10-013-2/+89
* Fix incorrect doc mentions of INADDR_LOCALHOSTNeil Jerram2009-10-012-2/+3
* Add define-module to signals.testNeil Jerram2009-10-011-1/+2
* Change signals.test to LGPLv3+Neil Jerram2009-10-011-11/+10
* Remove unused environments code and testsNeil Jerram2009-09-303-3464/+0
* Fix spurious `throw from within critical section' errorsNeil Jerram2009-09-305-8/+9
* Avoid throw from critical section, given invalid sigaction callNeil Jerram2009-09-303-1/+34
* Make `weaks.test' slightly more robust.Ludovic Courtès2009-09-281-6/+6
* Improve description of `scm_set_smob_mark ()'.Ludovic Courtès2009-09-281-8/+9
* Remove unneeded SMOB/port mark/free procedures.Ludovic Courtès2009-09-284-33/+3
* Remove default port/SMOB finalizers.Ludovic Courtès2009-09-285-23/+21
* Clean meta/guile-configNeil Jerram2009-09-261-0/+2
* Don't include guile-config and guile-tools in distributionNeil Jerram2009-09-251-1/+1
* Fix make distcheck by looking for guile-config in $(srcdir)Neil Jerram2009-09-251-2/+2
* Missing free in nl-langinfoMichael Gran2009-09-251-0/+1
* Fix encoding of strings returned by nl-langinfoMichael Gran2009-09-251-11/+32
* Language-specific case-conversion doesn't honor localeMichael Gran2009-09-241-5/+49