summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix trap handlers to handle applicable structs.Ian Price2014-01-091-9/+12
* Fix 'string-copy!' to work properly with overlapping src/dest.Mark H Weaver2014-01-082-6/+22
* Implement 'exact-integer?' and 'scm_is_exact_integer'.Mark H Weaver2014-01-084-4/+72
* Fix doc that incorrectly claimed (integer? +inf.0) => #t.Mark H Weaver2014-01-081-2/+2
* scm_primitive_load: Simplify code using 'scm_open_file_with_encoding'.Mark H Weaver2014-01-081-10/+5
* boot-9: add comment about autoload thread-unsafety.Mark H Weaver2014-01-081-0/+3
* read: Avoid signed integer overflow in 'read_decimal_integer'.Mark H Weaver2014-01-081-0/+3
* Increment SCM_N_READ_OPTIONS for 'curly-infix' option.Mark H Weaver2014-01-081-1/+1
* Fix inlining of tail list to apply.Ian Price2014-01-072-19/+35
* Thank Aleix.Ludovic Courtès2013-12-211-0/+1
* allow specifying a required version in GUILE_PROGSAleix Conchillo Flaque2013-12-211-8/+37
* Revert "Fix bound-identifier=? to compare binding names, not just symbolic na...Mark H Weaver2013-12-163-7/+0
* Fix bound-identifier=? to compare binding names, not just symbolic names.Mark H Weaver2013-12-153-0/+7
* Hide EINTR returns from 'accept'.Ludovic Courtès2013-12-151-1/+1
* syntax-case: fix error reporting for misplaced ellipses.Mark H Weaver2013-12-133-19/+80
* THANKS Tom Tromey.Mark H Weaver2013-12-131-0/+1
* Add missing FUNC_NAME defines for pair accessors.Tom Tromey2013-12-121-1/+92
* Fix computation of LIBLOBJS.Tom Tromey2013-12-121-4/+5
* vm: Gracefully handle stack overflows.Ludovic Courtès2013-12-052-1/+29
* Fix brainfuck commentAndy Wingo2013-12-021-4/+1
* Fix brainfuck->scheme compiler.Andy Wingo2013-12-021-6/+3
* GOOPS doc fix: #:dsupers is the init keyword for the dsupers slot.Mark H Weaver2013-12-011-3/+3
* Critical sections in guardians do not need to block asyncsAndy Wingo2013-11-281-7/+6
* Deprecate gc-live-object-statsAndy Wingo2013-11-284-39/+20
* Make (ice-9 popen) thread-safe.Mark H Weaver2013-11-231-34/+52
* Stylistic improvements for (ice-9 popen).Mark H Weaver2013-11-231-24/+21
* Make port properties accessible from Scheme.Mark H Weaver2013-11-233-21/+31
* Make guardians thread-safe.Mark H Weaver2013-11-231-2/+16
* Block system asyncs while 'overrides_lock' is held.Mark H Weaver2013-11-231-2/+8
* Add mutex locking functions that also block asyncs.Mark H Weaver2013-11-233-0/+33
* Convert test-suite/tests/exceptions.test to use hygienic macros.Chris K. Jester-Young2013-11-221-12/+14
* Web: accept "UTC" as the zone offset in date headers.Mark H Weaver2013-11-191-0/+2
* THANKS David ThompsonMark H Weaver2013-11-181-0/+1
* Add procedures to convert alists into hash tables.David Thompson2013-11-184-1/+104
* Convert guile exceptions to R6RS conditions in R6RS exception handlers.Mark H Weaver2013-11-182-17/+205
* Improve error when 'include' form with relative path is not in a file.Mark H Weaver2013-11-182-4/+17
* Add more entries to .gitignoreMark H Weaver2013-11-171-0/+4
* i18n: Fix null pointer dereference when locale info is missing.Ludovic Courtès2013-11-131-1/+3
* Don't use the identifier 'noreturn'.Mark H Weaver2013-11-043-3/+3
* Fix optional end argument in `uniform-vector-read!'.Ian Price2013-10-201-2/+2
* Doc: 'unfold-right' takes a tail not a tail generator.Ian Price2013-10-191-2/+2
* Doc: mention vectors are self-quotingIan Price2013-10-181-13/+9
* doc: Update the section on SMOBs and memory management.Ludovic Courtès2013-10-141-115/+59
* 'scm_c_read' goes through the fast path with ISO-8859-1 unbuffered ports.Ludovic Courtès2013-10-141-1/+3
* Fix edge case in 'ash'.Mark H Weaver2013-10-032-4/+13
* Revert "Fix edge case in 'ash'."Mark H Weaver2013-10-032-14/+5
* Deprecate scm_c_program_source, as it has no internal users.Andy Wingo2013-10-034-10/+18
* Fix edge case in 'ash'.Mark H Weaver2013-10-032-5/+14
* Fix minor mistakes in documentation.Mark H Weaver2013-09-303-3/+3
* Fix truncated documentation for 'put-char'.Mark H Weaver2013-09-132-0/+2