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