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
...
*
Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.
...
Mark H Weaver
2019-05-07
4
-37
/
+107
*
put-u8: Always write a single byte, regardless of the port encoding.
...
Mark H Weaver
2019-05-07
1
-1
/
+1
*
Optimize fixnum exact integer square roots.
...
Mark H Weaver
2019-05-07
1
-32
/
+41
*
Avoid 'with-latin1-locale' in binary I/O tests.
...
Mark H Weaver
2019-05-07
1
-8
/
+7
*
Fix indentation in scm_sum.
Mark H Weaver
2019-05-07
1
-67
/
+68
*
Fix typo in comment.
Mark H Weaver
2019-05-07
1
-1
/
+1
*
Add 'scm_c_make_char' and use it where appropriate.
...
Mark H Weaver
2019-05-07
9
-47
/
+59
*
Reimplement SCM_MAKE_CHAR to evaluate its argument only once.
...
Mark H Weaver
2019-04-17
1
-9
/
+12
*
Fix gc.test "after-gc-hook gets called" failures.
...
Andrea Azzarone
2019-04-16
1
-0
/
+8
*
Update user-visible copyright years.
...
Mark H Weaver
2019-04-16
3
-5
/
+5
*
Avoid passing NULL to 'memcpy' and 'memcmp'.
...
Mark H Weaver
2019-04-16
4
-7
/
+24
*
Remove vestigial comment in tags.h.
...
Mark H Weaver
2019-04-16
1
-6
/
+1
*
Fix typo in comment.
...
Mark H Weaver
2019-04-01
1
-1
/
+1
*
Disable test for current value of setitimer on Cygwin
...
Michael Gran
2019-02-23
1
-3
/
+12
*
Make locale monetary conversion tests be less strict on terminal whitespace
...
Michael Gran
2019-02-23
1
-2
/
+2
*
Handle newlib C library's langinfo constant names
...
Michael Gran
2019-02-23
2
-2
/
+30
*
Add a fallback value for the locale-monetary-decimal-point
...
Michael Gran
2019-02-23
1
-2
/
+2
*
Fix race when expanding syntax-parameterize and define-syntax-parameter
...
Andy Wingo
2019-02-22
2
-172
/
+196
*
Fix crypt-on-glibc test error
...
Andy Wingo
2019-02-21
1
-7
/
+14
*
Fix binary output on files created by mkstemp!
...
Mike Gran
2019-02-09
2
-6
/
+21
*
Avoid leaking a file descriptor in test-unwind
...
Mike Gran
2019-02-09
1
-2
/
+5
*
Fix strftime compile with null threads
...
Mike Gran
2019-02-09
1
-2
/
+2
*
Remove redefinition of when & unless in snarf-check-and-output-texi
...
Mike Gran
2019-02-09
1
-9
/
+1
*
Don't mutate read-only string in ports test
...
Mike Gran
2019-02-09
1
-2
/
+2
*
Do not warn the user when 'madvise' returns ENOSYS.
...
Ludovic Courtès
2018-12-16
1
-2
/
+5
*
Fix tests for SRFI-19 date->string ~N
Daniel Llorens
2018-12-12
1
-6
/
+10
*
Support ~N in SRFI-19 string->date
...
Daniel Llorens
2018-12-11
3
-0
/
+37
*
Update (ice-9 match) to include selected bug fixes from upstream.
...
Mark H Weaver
2018-11-11
2
-7
/
+21
*
Fix spelling of ellipsis in (ice-9 match).
...
Mark H Weaver
2018-11-11
1
-35
/
+35
*
Documentation fixes
...
Mikael Djurfeldt
2018-10-31
2
-9
/
+9
*
Bootstrap optimization
...
Mikael Djurfeldt
2018-10-28
1
-2
/
+6
*
Add texinfo dependency to README
...
Mikael Djurfeldt
2018-10-25
1
-0
/
+6
*
SRFI-19: Minor refactor of leap second table lookups.
...
Mark H Weaver
2018-10-24
1
-28
/
+22
*
SRFI-19: time-utc->date: Support non-integer nanoseconds values.
...
Mark H Weaver
2018-10-24
1
-1
/
+1
*
SRFI-19: Check for incompatible types in time comparisons.
...
Mark H Weaver
2018-10-21
1
-7
/
+12
*
SRFI-19: Fix normalization of seconds and nanoseconds in time records.
...
Mark H Weaver
2018-10-21
2
-18
/
+24
*
SRFI-19: Add a few more tests.
...
Mark H Weaver
2018-10-20
1
-0
/
+4
*
SRFI-19: Fix handling of negative years and negative julian days.
...
Mark H Weaver
2018-10-20
2
-32
/
+86
*
SRFI-19: Fix TAI->UTC conversions, leap second handling, etc.
...
Mark H Weaver
2018-10-20
3
-103
/
+183
*
scm_seed_to_random_state: Support wide string arguments.
...
Mark H Weaver
2018-10-19
1
-2
/
+24
*
Fix typo in strings.h.
...
Mark H Weaver
2018-10-19
1
-2
/
+2
*
Fix type inferencing for 'nil?' and 'null?' predicates.
...
Mark H Weaver
2018-10-19
3
-10
/
+60
*
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
...
Mark H Weaver
2018-10-17
22
-102
/
+115
*
Fix typos, indentation and error reporting in SRFI-19.
...
Mark H Weaver
2018-10-16
1
-91
/
+99
*
Update SRFI-19 leap second table.
...
Mark H Weaver
2018-10-16
1
-1
/
+2
*
Clarify the manual's "Processes" section.
...
Chris Marusich
2018-10-14
1
-3
/
+4
*
In 'ash' and 'round-ash', handle right shift count of LONG_MIN.
...
Mark H Weaver
2018-10-14
2
-2
/
+35
*
Fix 'round-ash' of negative integers by huge right shift counts.
...
Mark H Weaver
2018-10-14
2
-11
/
+15
*
Gracefully handle huge shift counts in 'ash' and 'round-ash'.
...
Mark H Weaver
2018-10-14
2
-5
/
+53
*
Fix list validation of *list->bytevector procedures.
...
Mark H Weaver
2018-10-14
2
-9
/
+40
[prev]
[next]