| Commit message (Expand) | Author | Age | Files | Lines |
* | Thank David and Kouhei. | Ludovic Courtès | 2016-05-22 | 1 | -0/+2 |
* | Thank Ricardo. | Ludovic Courtès | 2016-05-22 | 1 | -0/+1 |
* | Fix strerror error handling when given a non-integer argument....Fixes <http://bugs.gnu.org/18065>.
Reported and fixed by Glenn Michaels <gmichaels@Safe-mail.net>.
* libguile/error.c (scm_strerror): Convert the argument to a C integer
outside of the critical section, to avoid deadlock on error.
* THANKS: Add Glenn Michaels to the fixes section.
| Mark H Weaver | 2014-11-11 | 1 | -0/+1 |
* | scm_boot_guile: Gracefully handle the case where argc == 0....Fixes <http://bugs.gnu.org/18680>.
Reported by Nala Ginrut <nalaginrut@gmail.com>.
* libguile/init.c (scm_boot_guile): Do not canonicalize argv[0] unless
argc > 0.
* THANKS: Add Nala Ginrut to the fixes section.
| Mark H Weaver | 2014-10-10 | 1 | -0/+1 |
* | Thank Per Bothner....* THANKS: Add Per Bothner to the "libraries" section (for SRFI-64).
| Mark H Weaver | 2014-10-07 | 1 | -0/+1 |
* | docs: Fix documented return type of 'scm_c_export'....Fixes <http://bugs.gnu.org/17869>.
Reported and fixed by Alexei Matveev <alexei.matveev@gmail.com>.
* doc/ref/api-modules.texi (Accessing Modules from C): Change documented
return type of 'scm_c_export' to 'void' to reflect reality.
* THANKS: Add Alexei Matveev to the fixes section.
| Mark H Weaver | 2014-10-01 | 1 | -0/+1 |
* | Thank Franck. | Ludovic Courtès | 2014-08-26 | 1 | -0/+1 |
* | Mark system async functions as SCM_API....Fixes <http://bugs.gnu.org/17661>.
Reported and fixed by Chris Vine <chris@cvine.freeserve.co.uk>.
* libguile/async.h (scm_c_call_with_blocked_asyncs)
(scm_c_call_with_unblocked_asyncs, scm_dynwind_block_asyncs)
(scm_dynwind_unblock_asyncs): Mark as SCM_API.
* THANKS: Add Chris Vine to fixes section.
| Mark H Weaver | 2014-06-01 | 1 | -0/+1 |
* | Thank Paul. | Ludovic Courtès | 2014-03-12 | 1 | -0/+1 |
* | SRFI-18: Export 'current-thread'....Fixes <http://debbugs.gnu.org/16890>.
Reported by Xin Wang <dram.wang@gmail.com>.
* module/srfi/srfi-18.scm: Reexport 'current-thread'.
* THANKS: Add "Xin Wang" to fixes section.
| Mark H Weaver | 2014-02-27 | 1 | -0/+1 |
* | Write out HTTP Basic auth headers correctly....Fixes <http://bugs.gnu.org/14370>.
Reported by Atom X Zane <atomx@deadlyhead.com>.
* module/web/http.scm (write-credentials): Handle the Basic auth scheme
correctly.
* test-suite/tests/web-http.test (pass-if-round-trip): Use
'pass-if-equal' for better error reporting.
("request headers"): Add tests.
* THANKS: Add "Atom X Zane" to bug fix section.
| Mark H Weaver | 2014-01-21 | 1 | -0/+1 |
* | Thank Sree Harsha. | Ludovic Courtès | 2014-01-17 | 1 | -0/+1 |
* | Thank Aleix. | Ludovic Courtès | 2013-12-21 | 1 | -0/+1 |
* | THANKS Tom Tromey....* THANKS: Add Tom Tromey to fixes section.
| Mark H Weaver | 2013-12-13 | 1 | -0/+1 |
* | THANKS David Thompson...* THANKS: Add David Thompson to list of contributors.
| Mark H Weaver | 2013-11-18 | 1 | -0/+1 |
* | Fix minor mistakes in documentation....Fixes <http://bugs.gnu.org/15487>.
Reported by Josep Portella Florit <jpf@primfilat.com>.
* doc/ref/api-i18n.texi (i18n Introduction, Text Collation,
Internationalization, Internationalization):
LC_MESSAGE --> LC_MESSAGES.
* doc/ref/api-procedures.texi (Compiled Procedures):
program-lambda-alist --> program-lambda-list.
* THANKS: Fix alignment of Josep Portella Florit.
| Mark H Weaver | 2013-09-30 | 1 | -1/+1 |
* | Fix truncated documentation for 'put-char'....Fixes <http://bugs.gnu.org/15152>.
Reported by Josep Portella Florit <jpf@primfilat.com>.
* doc/ref/api-io.texi (R6RS Textual Output): Fix truncated docs
for 'put-char'.
* THANKS: Add Josep Portella Florit to fixes section.
| Mark H Weaver | 2013-09-13 | 1 | -0/+1 |
* | THANKS Alexandru Cojocaru...* THANKS: Add Alexandru Cojocaru to fixes section.
| Mark H Weaver | 2013-09-10 | 1 | -0/+1 |
* | Fix bug in remqueue in threads.c when removing last element....Reported and debugged by Andrew Gaylard <ag@computer.org>.
* libguile/threads.c (remqueue): When removing the last element from a
queue with more than one element, set (car q) to the previous element.
* THANKS: Thank Andrew Gaylard.
| Mark H Weaver | 2013-06-17 | 1 | -0/+1 |
* | Update `THANKS'. | Ludovic Courtès | 2013-04-09 | 1 | -0/+2 |
* | Minor 'THANKS' fix. | Mark H Weaver | 2013-04-09 | 1 | -1/+1 |
* | Fix alignment in 'THANKS'. | Mark H Weaver | 2013-04-09 | 1 | -1/+1 |
* | Update bug report section of 'THANKS'. | Mark H Weaver | 2013-04-09 | 1 | -0/+4 |
* | Update 'THANKS'. | Mark H Weaver | 2013-04-09 | 1 | -0/+8 |
* | Use BT Templeton's preferred name....* THANKS: Use BT Templeton's preferred name.
| Chris K. Jester-Young | 2013-03-27 | 1 | -1/+1 |
* | Thanks Chris K. Jester-Young....* THANKS: Add Chris K Jester-Young to the list of contributors.
| Mark H Weaver | 2013-03-27 | 1 | -0/+1 |
* | Fix duplicate removal of with-fluids....Based on a patch by David Kastrup <dak@gnu.org>.
Fixes <http://bugs.gnu.org/13838>.
* libguile/fluids.c (scm_i_make_with_fluids): Remove the duplicate
binding instead of the last binding.
* test-suite/tests/fluids.test: Add test, and fix existing duplicate
tests.
* THANKS: Thanks David Kastrup.
| Mark H Weaver | 2013-02-28 | 1 | -0/+1 |
* | Thanks Jozef Chraplewski....* THANKS: Jozef Chraplewski.
| Mark H Weaver | 2012-12-07 | 1 | -0/+1 |
* | Update thanks...* THANKS: Add Sjoerd Van Leent
| Ian Price | 2012-11-26 | 1 | -0/+1 |
* | Thanks Daniel Hartwig....* THANKS (Contributors since the last release): Add Daniel Hartwig.
| Mark H Weaver | 2012-10-12 | 1 | -0/+1 |
* | Update `THANKS'. | Ludovic Courtès | 2012-07-02 | 1 | -0/+1 |
* | doc: Remove reference to `closure?', now deprecated....Fixed <http://bugs.gnu.org/11611>.
* doc/ref/api-procedures.texi (Procedure Properties): Remove reference
to `closure?'. Suggested by David Jaquay <djaquay@gmail.com>.
| Ludovic Courtès | 2012-07-02 | 1 | -0/+1 |
* | Update `THANKS'. | Ludovic Courtès | 2012-06-20 | 1 | -0/+1 |
* | Thank Klaus. | Ludovic Courtès | 2012-04-22 | 1 | -0/+1 |
* | Thanks, Aidan. | Ludovic Courtès | 2011-03-10 | 1 | -0/+1 |
* | update THANKS...* THANKS: Update, adding all people who have their name on a patch in
Git. Add a section on authors of other free software libraries.
| Andy Wingo | 2011-02-14 | 1 | -9/+26 |
* | update thanks...* THANKS: Add Ian Price
| Andy Wingo | 2011-02-14 | 1 | -0/+1 |
* | Thank Ralf...* THANKS: Thank Ralf.
| Neil Jerram | 2011-02-14 | 1 | -0/+1 |
* | fix THANKS...* THANKS: Fix.
| Andy Wingo | 2011-01-27 | 1 | -1/+1 |
* | fix error handling in variable-ref family of instructions...* libguile/vm-i-system.c (variable-ref, variable-set, variable-bound?):
Check that the argument is actually a variable. Thanks to Kevin
Holmes for the report.
* libguile/vm-engine.c (vm_engine): Error handling down here.
* THANKS: Update.
| Andy Wingo | 2011-01-27 | 1 | -0/+1 |
* | fix THANKS...* THANKS: Fix Hans' surname.
| Andy Wingo | 2011-01-26 | 1 | -1/+1 |
* | fix error-handling of apply to non-list...* libguile/vm-engine.c (vm_error_apply_to_non_list): Sync registers
before erroring. Fix type of finish_args. Thanks to Hans Aberg for
the report.
| Andy Wingo | 2011-01-26 | 1 | -0/+1 |
* | fix format ~f documentation for width combined with overflowchar...* doc/ref/misc-modules.texi (Formatted Output): Adapt ~f documentation
to indicate that the output will always have a decimal point. Thanks
to Fu-gangqiang for the report.
* THANKS: Update.
| Andy Wingo | 2011-01-26 | 1 | -0/+1 |
* | Augment `THANKS'. | Ludovic Courtès | 2011-01-23 | 1 | -0/+1 |
* | Manual page fixes...Thanks to Mark Harig for pointing these out.
* doc/guile.1: Remove mention of the tutorial, since it no longer
exists (as a separate document). Document the -q option.
* THANKS: Add Mark Harig.
| Neil Jerram | 2011-01-15 | 1 | -0/+1 |
* | fix string->number for bases > 16...* libguile/numbers.c (scm_iuint2str): Add an assertion on the domain of
the radix. Use the number_chars table to write the string, instead of
doing strange math. Same effect, though.
(mem2uinteger, char_decimal_value): Change logic to allow all ascii
alphabetic chars as decimals, not just a-f. Thanks to Nils Gey for the
report.
* test-suite/tests/numbers.test ("number->string"): Add some tests.
| Andy Wingo | 2010-11-15 | 1 | -0/+1 |
* | Promote regex doc out of the `Simple Data Types' section...Because that probably isn't where people will look for it.
Thanks to Noah Lavine for the idea.
* doc/ref/api-regex.texi (Regular Expressions): New file, containing
the regex doc (promoted one level) that used to be in api-data.texi.
* doc/ref/guile.texi (API Reference): Include new file, and add menu
entry for the new section.
* THANKS: Add Noah.
| Neil Jerram | 2010-10-31 | 1 | -0/+1 |
* | Fix bug #31081 (`lookahead-u8' returns an s8.)...Reported by Göran Weinholt <goran@weinholt.se>.
* libguile/r6rs-ports.c (scm_lookahead_u8): Return an unsigned byte.
* test-suite/tests/r6rs-ports.test ("7.2.8 Binary Input")["lookahead-u8:
result is unsigned"]: New test.
| Ludovic Courtès | 2010-09-23 | 1 | -0/+1 |
* | ctrl-d with readline exits one recursive repl instance...* module/ice-9/buffered-input.scm (make-buffered-input-port): Instead of
always returning EOF once EOF is seen once, call the producer again.
Allows Ctrl-D to cause one EOF at the REPL, returning once from a
recursive edit, but input continues normally. Thanks to Andrew
Bagdanov for a clue that led to the fix.
| Andy Wingo | 2010-07-13 | 1 | -0/+1 |
* | Remove outdated sponsorship info from `THANKS'. | Ludovic Courtès | 2010-06-17 | 1 | -4/+0 |