index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-14
PRELIMINARY print: Support SRFI-38 datum label notation.
r7rs-wip
Mark H Weaver
6
-164
/
+699
2014-08-14
bytevector=?: #vu8(1 2 3) is equal to #u8(1 2 3).
Mark H Weaver
1
-2
/
+13
2014-08-14
Support R7RS.
Mark H Weaver
19
-4
/
+1587
2014-08-14
Implement R7RS 'include-ci', and multiple arguments for 'include'.
Mark H Weaver
3
-83
/
+171
2014-08-14
Implement 'set-port-read-option!'.
Mark H Weaver
3
-13
/
+114
2014-08-14
Compiler: Support cyclic literal data.
Mark H Weaver
2
-91
/
+215
2014-08-14
read: Support SRFI-38 datum label notation.
Mark H Weaver
2
-71
/
+150
2014-08-14
read: Rename 'scm_t_read_opts' to 'scm_t_read_context'.
Mark H Weaver
1
-165
/
+167
2014-08-13
Copy the result from 'nl_langinfo' before it can be overwritten.
Mark H Weaver
1
-10
/
+18
2014-08-13
Make temporary file in coding.test work on MS-Windows.
Eli Zaretskii
1
-1
/
+4
2014-08-12
doc: "!#" does not need to appear on a line of its own.
Ludovic Courtès
1
-2
/
+3
2014-08-10
Clarify that object-properties cannot be reliably applied to numbers.
David Kastrup
1
-1
/
+1
2014-07-31
Provide curried version of define*-public.
Ian Price
1
-1
/
+12
2014-07-30
Prevent add-to-load-path from adding duplicate entries
Ian Price
1
-1
/
+1
2014-07-04
Recognize more ARM targets.
Ludovic Courtès
2
-2
/
+14
2014-07-04
Fix bit-count* bug
Andy Wingo
3
-2
/
+6
2014-07-04
build: Support pthread builds without 'pthread_cancel' support (Android).
Ludovic Courtès
3
-2
/
+23
2014-07-04
build: Use 'LT_LIB_M' to determine whether -lm is needed.
Ludovic Courtès
1
-4
/
+3
2014-07-04
Recognize arm-* target triplets.
Ludovic Courtès
2
-2
/
+7
2014-07-03
Remove trailing whitespace from ports.test.
Eli Zaretskii
1
-6
/
+6
2014-07-03
Untabify some test files.
Eli Zaretskii
3
-274
/
+274
2014-07-03
Fix problems with Windows file names that use backslashes.
Eli Zaretskii
6
-11
/
+67
2014-07-03
Fix calculation of CPU set size for getaffinity.
Eli Zaretskii
1
-2
/
+2
2014-07-03
Provide a more reasonable default value for stack limit on MS-Windows.
Eli Zaretskii
1
-1
/
+16
2014-07-03
Unconditionally build and test the ice-9/popen module.
Eli Zaretskii
3
-18
/
+5
2014-07-02
More fixes for deleting files whose ports are not closed.
Eli Zaretskii
2
-1
/
+4
2014-07-02
Make 'system*' available on MS-Windows.
Eli Zaretskii
1
-6
/
+26
2014-07-02
Fix deletion of ports.test test file on MS-Windows.
Eli Zaretskii
1
-8
/
+17
2014-06-22
Fix compilation of scm_nl_langinfo when some nl_langinfo items are missing.
Eli Zaretskii
1
-4
/
+19
2014-06-12
tests: Improve lack-of-/dev/null detection.
Ludovic Courtès
1
-3
/
+6
2014-06-11
i18n: Adjust tests for Windows.
Ludovic Courtès
1
-10
/
+27
2014-06-11
i18n: Ignore LC_MESSAGES on MinGW.
Ludovic Courtès
2
-7
/
+9
2014-06-11
tests: Use NUL instead of /dev/null on MinGW.
Ludovic Courtès
3
-5
/
+19
2014-06-06
R6RS library documentation fix
Taylan Ulrich B
1
-2
/
+2
2014-06-04
Fix typo in `transform-string' doc.
Dmitry Bogatov
1
-1
/
+1
2014-06-04
Optimize scm_ilength and 'length+'.
Mark H Weaver
2
-22
/
+31
2014-06-04
test-guild-compile: Increase sleep time before sending SIGINT.
Mark H Weaver
1
-1
/
+1
2014-06-04
Avoid quadratic expansion time in 'and' and 'or' macros.
Mark H Weaver
1
-5
/
+5
2014-06-03
'guild compile' doesn't leave temporary files behind it.
Ludovic Courtès
3
-1
/
+54
2014-06-01
SRFI-1 'length+' raises an error unless passed a proper or circular list.
Mark H Weaver
2
-5
/
+33
2014-06-01
Mark system async functions as SCM_API.
Mark H Weaver
2
-5
/
+7
2014-05-28
Slightly simplify 'scm_open_process'.
Ludovic Courtès
1
-7
/
+5
2014-05-28
rdelim: Speed up 'read-string' (aka. 'get-string-all'.)
Ludovic Courtès
3
-24
/
+40
2014-05-28
tests: Add test for <http://bugs.gnu.org/17466>.
Ludovic Courtès
1
-0
/
+20
2014-05-28
Fix shrinking of contiguous bytevectors, as from 'get-bytevector-n'.
Ludovic Courtès
1
-5
/
+11
2014-05-23
web: Keep the default size for the client's in-kernel receive buffer.
Ludovic Courtès
1
-3
/
+1
2014-05-21
tests: Add test for _IOLBF.
Ludovic Courtès
1
-0
/
+24
2014-05-16
Silence GCC warning.
Ludovic Courtès
1
-1
/
+1
2014-04-28
Prefer foreign objects over smobs in manual
Andy Wingo
4
-84
/
+24
2014-04-28
Add new standalone tests to gitignore
Andy Wingo
1
-0
/
+2
[next]