summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version for Guile 2.2.7.v2.2.7Ludovic Courtès2020-03-071-2/+2
* Update NEWS.Ludovic Courtès2020-03-071-1/+56
* Bump user-visible copyright years to 2020Andy Wingo2020-03-072-4/+4
* Actually run '00-repl-server.test'.Ludovic Courtès2020-03-071-1/+2
* Fix build on platforms where the stack grows upwards.John Paul Adrian Glaubitz2020-02-121-1/+1
* Handle GMP allocations through libgc and remove bignum finalizers.Ludovic Courtès2020-02-121-7/+12
* Remove duplicate procedure in slot-allocation.scm.Ludovic Courtès2020-02-121-15/+12
* texinfo: Properly render @acronym in plain text.Ludovic Courtès2020-02-122-2/+31
* texinfo: Add '*line-width*' fluid to control line wrapping.Ludovic Courtès2020-02-124-5/+49
* Fix check for rl_get_keymapDaniel Llorens2020-02-122-7/+9
* 00-repl-server.test: don't use fixed path for socketRob Browning2020-01-221-4/+17
* Respect thread local fluid defaultsRob Browning2020-01-122-16/+21
* Fix peval bug that ignored excess argsAndy Wingo2020-01-122-4/+21
* web: Update comment regarding the 'tls-wrap' port wrapper.Ludovic Courtès2020-01-031-7/+10
* Fix non-deterministic crash in 'finalization_thread_proc'.Ludovic Courtès2019-12-091-13/+18
* ports: 'scm_port_poll' honors "w" flags.Ludovic Courtès2019-11-181-1/+1
* build: Do not record LDFLAGS in .pc file.Ludovic Courtès2019-07-071-1/+1
* Bump version for Guile 2.2.6.v2.2.6Ludovic Courtès2019-06-301-2/+2
* Update NEWS.Ludovic Courtès2019-06-301-0/+24
* REPL server: Avoid deprecated '_IOFBF'.Ludovic Courtès2019-06-301-1/+1
* 'strftime' and 'strptime' honor the locale encoding.Ludovic Courtès2019-06-302-16/+43
* doc: Document optional parameter of 'stat'.Ludovic Courtès2019-06-301-2/+8
* tests: Add (web server) test.Ludovic Courtès2019-06-302-0/+119
* ports: Export 'current-load-port'.Ludovic Courtès2019-06-301-1/+2
* Revert "web: Add support for HTTP header continuation lines."Mark H Weaver2019-06-242-34/+8
* doc: Fix argument list in match-lambda docsPaul Morris2019-06-241-2/+2
* doc: Fix minor typo in the HTTP headers documentation.Arun Isaac2019-06-241-1/+1
* Remove references to 'inet-ntoa' and 'inet-aton'.Ludovic Courtès2019-06-244-32/+8
* Bump version for Guile 2.2.5.v2.2.5Ludovic Courtès2019-06-201-4/+4
* Copy terminating zero in 'scm_cat_path'.Ludovic Courtès2019-06-201-2/+2
* srfi-14: Fix possible buffer overrun in '%char-set-dump'.Ludovic Courtès2019-06-201-1/+1
* NEWS: Add information to remaining news items.Mark H Weaver2019-06-181-12/+75
* NEWS: Fix typo.Mark H Weaver2019-06-181-8/+8
* NEWS: More tweaks.Mark H Weaver2019-06-181-2/+11
* NEWS: Add more details.Mark H Weaver2019-06-181-7/+57
* NEWS: Add more text.Mark H Weaver2019-06-181-5/+42
* NEWS: Add first draft of 2.2.5 changes.Mark H Weaver2019-06-181-1/+103
* THANKS: Christopher Allan Webber -> Christopher Lemmer Webber.Mark H Weaver2019-06-181-1/+1
* Update THANKS.Mark H Weaver2019-06-181-2/+17
* stexi->shtml: Add support for @i, @math, @tie and @dots.Christopher Baines2019-06-181-0/+4
* Avoid regexp ranges in HTTP inter-protocol exploitation check.Mark H Weaver2019-06-181-1/+1
* web: Add support for HTTP header continuation lines.Mark H Weaver2019-06-182-8/+34
* Rename 'scm_c_make_char' to 'scm_i_make_char'.Mark H Weaver2019-06-188-34/+34
* Make 'get-bytevector-n!' suspendable.Mark H Weaver2019-06-181-45/+67
* SRFI-19: Rename 'tai-epoch-in-jd' to 'utc-epoch-in-jd'.Mark H Weaver2019-06-181-11/+11
* fport_seek: Eliminate a fruitless use of 'off_t_or_off64_t'.Mark H Weaver2019-06-181-7/+2
* Fix documentation of R6RS 'binary-port?' to reflect reality.Mark H Weaver2019-06-182-9/+30
* open-process: Fix dup(2) and execvp(2) error handling.Mark H Weaver2019-06-181-9/+38
* Refresh a stale comment.Mark H Weaver2019-06-181-1/+1
* scm_mkstrport: Optimize the POS -> BYTE_POS conversion.Mark H Weaver2019-06-181-2/+2