index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Respect thread local fluid defaults
...
Rob Browning
2020-01-12
2
-16
/
+21
*
Fix peval bug that ignored excess args
...
Andy Wingo
2020-01-12
2
-4
/
+21
*
web: Update comment regarding the 'tls-wrap' port wrapper.
...
Ludovic Courtès
2020-01-03
1
-7
/
+10
*
Fix non-deterministic crash in 'finalization_thread_proc'.
...
Ludovic Courtès
2019-12-09
1
-13
/
+18
*
ports: 'scm_port_poll' honors "w" flags.
...
Ludovic Courtès
2019-11-18
1
-1
/
+1
*
build: Do not record LDFLAGS in .pc file.
...
Ludovic Courtès
2019-07-07
1
-1
/
+1
*
Bump version for Guile 2.2.6.
...
Ludovic Courtès
2019-06-30
1
-2
/
+2
*
Update NEWS.
...
Ludovic Courtès
2019-06-30
1
-0
/
+24
*
REPL server: Avoid deprecated '_IOFBF'.
...
Ludovic Courtès
2019-06-30
1
-1
/
+1
*
'strftime' and 'strptime' honor the locale encoding.
...
Ludovic Courtès
2019-06-30
2
-16
/
+43
*
doc: Document optional parameter of 'stat'.
...
Ludovic Courtès
2019-06-30
1
-2
/
+8
*
tests: Add (web server) test.
...
Ludovic Courtès
2019-06-30
2
-0
/
+119
*
ports: Export 'current-load-port'.
...
Ludovic Courtès
2019-06-30
1
-1
/
+2
*
Revert "web: Add support for HTTP header continuation lines."
...
Mark H Weaver
2019-06-24
2
-34
/
+8
*
doc: Fix argument list in match-lambda docs
...
Paul Morris
2019-06-24
1
-2
/
+2
*
doc: Fix minor typo in the HTTP headers documentation.
...
Arun Isaac
2019-06-24
1
-1
/
+1
*
Remove references to 'inet-ntoa' and 'inet-aton'.
...
Ludovic Courtès
2019-06-24
4
-32
/
+8
*
Bump version for Guile 2.2.5.
...
Ludovic Courtès
2019-06-20
1
-4
/
+4
*
Copy terminating zero in 'scm_cat_path'.
...
Ludovic Courtès
2019-06-20
1
-2
/
+2
*
srfi-14: Fix possible buffer overrun in '%char-set-dump'.
...
Ludovic Courtès
2019-06-20
1
-1
/
+1
*
NEWS: Add information to remaining news items.
...
Mark H Weaver
2019-06-18
1
-12
/
+75
*
NEWS: Fix typo.
...
Mark H Weaver
2019-06-18
1
-8
/
+8
*
NEWS: More tweaks.
...
Mark H Weaver
2019-06-18
1
-2
/
+11
*
NEWS: Add more details.
...
Mark H Weaver
2019-06-18
1
-7
/
+57
*
NEWS: Add more text.
...
Mark H Weaver
2019-06-18
1
-5
/
+42
*
NEWS: Add first draft of 2.2.5 changes.
...
Mark H Weaver
2019-06-18
1
-1
/
+103
*
THANKS: Christopher Allan Webber -> Christopher Lemmer Webber.
...
Mark H Weaver
2019-06-18
1
-1
/
+1
*
Update THANKS.
...
Mark H Weaver
2019-06-18
1
-2
/
+17
*
stexi->shtml: Add support for @i, @math, @tie and @dots.
...
Christopher Baines
2019-06-18
1
-0
/
+4
*
Avoid regexp ranges in HTTP inter-protocol exploitation check.
...
Mark H Weaver
2019-06-18
1
-1
/
+1
*
web: Add support for HTTP header continuation lines.
...
Mark H Weaver
2019-06-18
2
-8
/
+34
*
Rename 'scm_c_make_char' to 'scm_i_make_char'.
...
Mark H Weaver
2019-06-18
8
-34
/
+34
*
Make 'get-bytevector-n!' suspendable.
...
Mark H Weaver
2019-06-18
1
-45
/
+67
*
SRFI-19: Rename 'tai-epoch-in-jd' to 'utc-epoch-in-jd'.
...
Mark H Weaver
2019-06-18
1
-11
/
+11
*
fport_seek: Eliminate a fruitless use of 'off_t_or_off64_t'.
...
Mark H Weaver
2019-06-18
1
-7
/
+2
*
Fix documentation of R6RS 'binary-port?' to reflect reality.
...
Mark H Weaver
2019-06-18
2
-9
/
+30
*
open-process: Fix dup(2) and execvp(2) error handling.
...
Mark H Weaver
2019-06-18
1
-9
/
+38
*
Refresh a stale comment.
...
Mark H Weaver
2019-06-18
1
-1
/
+1
*
scm_mkstrport: Optimize the POS -> BYTE_POS conversion.
...
Mark H Weaver
2019-06-18
1
-2
/
+2
*
Make 'get-bytevector-some' and 'get-bytevector-some!' suspendable.
...
Mark H Weaver
2019-06-18
1
-1
/
+30
*
open-pipe*: Improve performance of OPEN_BOTH mode.
...
Mark H Weaver
2019-06-18
1
-14
/
+45
*
Add get-bytevector-some!.
...
Mark H Weaver
2019-06-18
4
-3
/
+58
*
scm_to_stringn: Avoid passing NULL to c_strcasecmp.
...
Mark H Weaver
2019-06-18
1
-6
/
+5
*
time.test: Use 'pass-if-equal' in more tests.
...
Mark H Weaver
2019-06-18
1
-16
/
+20
*
Fix typo in tags.h comment.
...
Mark H Weaver
2019-06-18
1
-1
/
+1
*
Save and restore errno in the signal handler.
...
Mark H Weaver
2019-06-18
1
-0
/
+2
*
Improve overflow checks in bytevector, string, and I/O operations.
...
Mark H Weaver
2019-06-18
8
-76
/
+142
*
Make URI handling locale independent.
...
Timothy Sample
2019-06-04
2
-13
/
+51
*
'basename' correctly handles "/" and "//".
...
Ludovic Courtès
2019-06-04
2
-5
/
+20
*
Update iconv.m4 from gnulib.
...
Mark H Weaver
2019-05-14
1
-11
/
+24
[prev]
[next]