index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `getaddrinfo' and related procedures.
Ludovic Courtès
2010-02-14
1
-2
/
+162
*
Document the maximum number of arguments for a subr.
Ludovic Courtès
2010-02-13
1
-1
/
+1
*
Fix documentation of the `string->utf' and `utf->string' functions.
Ludovic Courtès
2010-02-10
1
-10
/
+14
*
make scm_make_continuation internal
Andy Wingo
2010-02-08
1
-9
/
+0
*
Add `(ice-9 vlist)'.
Ludovic Courtès
2010-02-03
1
-0
/
+280
*
Revert "Install `standard-library.info'."
Ludovic Courtès
2010-01-23
1
-2
/
+1
*
Install `standard-library.info'.
Ludovic Courtès
2010-01-22
1
-1
/
+2
*
Document `guile-tools compile'.
Ludovic Courtès
2010-01-19
1
-3
/
+45
*
Document modal encodings problem in ref doc
Michael Gran
2010-01-19
1
-0
/
+6
*
Move string internals description in ref doc
Michael Gran
2010-01-18
1
-66
/
+66
*
String ref doc updates for case and conversion
Michael Gran
2010-01-17
1
-21
/
+46
*
Document string-bytes-per-char and %string-dump
Michael Gran
2010-01-17
1
-0
/
+66
*
nanosecond timestamp support in stat and utime
Andy Wingo
2010-01-17
1
-6
/
+18
*
Document R6RS hex escapes
Michael Gran
2010-01-13
2
-2
/
+32
*
programs print as #<procedure ...>
Andy Wingo
2010-01-12
1
-31
/
+34
*
remove section on enclose-array
Andy Wingo
2010-01-11
1
-39
/
+0
*
Add R6RS backspace string escape
Michael Gran
2010-01-10
1
-0
/
+3
*
Add R6RS character names
Michael Gran
2010-01-10
1
-18
/
+27
*
Use `HORIZONTAL ELLIPSIS' when available in `truncated-print'.
Ludovic Courtès
2010-01-08
1
-3
/
+5
*
update uniform vector docs
Andy Wingo
2010-01-07
3
-495
/
+550
*
Have string ports honor `%default-port-encoding'.
Ludovic Courtès
2010-01-07
1
-1
/
+25
*
Remove dependency on GNU Make and reliance on /usr/bin/env.
Ludovic Courtès
2010-01-03
3
-16
/
+28
*
rename goto/args and friends to tail-call, tail-apply, etc
Andy Wingo
2010-01-03
1
-10
/
+8
*
add truncated-print tests
Andy Wingo
2010-01-03
1
-2
/
+2
*
Support for Unicode string normalization functions
Julian Graham
2010-01-03
1
-0
/
+64
*
~:@y allows for truncation to an absolute maximum width
Andy Wingo
2009-12-29
1
-0
/
+5
*
add ~@y truncated printing directive to format
Andy Wingo
2009-12-29
1
-4
/
+71
*
Add documentation for scm_c_upcase et al
Michael Gran
2009-12-28
1
-0
/
+11
*
Automatic manual updates following libguile docstring changes
Neil Jerram
2009-12-27
7
-102
/
+383
*
Doc for getsid
Neil Jerram
2009-12-27
1
-0
/
+6
*
Support for Unicode general categories
Julian Graham
2009-12-24
1
-0
/
+75
*
Complete support for version information in Guile's `module' form.
Julian Graham
2009-12-22
1
-1
/
+124
*
Support for renaming bindings on module export.
Julian Graham
2009-12-22
1
-22
/
+28
*
Improved support for Unicode title case in Guile's string and character APIs.
Julian Graham
2009-12-22
2
-0
/
+25
*
remove "module system quirks" from the manual
Andy Wingo
2009-12-21
1
-36
/
+0
*
integrate guile-lib docs
Andy Wingo
2009-12-21
4
-2
/
+103
*
Update and simplify statement about RnRS support
Neil Jerram
2009-12-18
1
-8
/
+5
*
make the use of the 5-argument @xref command consistent
Brian Gough
2009-12-18
3
-13
/
+15
*
more typo fixes
Brian Gough
2009-12-18
13
-30
/
+30
*
typo fix
Brian Gough
2009-12-18
1
-1
/
+1
*
added brief introduction about SLIB
Brian Gough
2009-12-18
1
-2
/
+9
*
Hash Table examples - hashq takes different number of arguments
Brian Gough
2009-12-18
1
-3
/
+3
*
replace ascii figures with scalable ps/pdf versions.
Brian Gough
2009-12-17
11
-31
/
+961
*
use explicit ./scriptname to help novice users
Brian Gough
2009-12-17
1
-8
/
+8
*
use correct url to ftp.gnu.org
Brian Gough
2009-12-17
1
-1
/
+1
*
merge from master to elisp
Andy Wingo
2009-12-11
22
-688
/
+1039
|
\
|
*
remove "primitive numerics" from the docs
Andy Wingo
2009-12-03
1
-145
/
+0
|
*
"filesystem" -> "file system"
Ludovic Courtès
2009-11-24
2
-4
/
+4
|
*
Correct manual wrt. encoding names.
Ludovic Courtès
2009-11-23
1
-2
/
+3
|
*
Add Gnulib maintainer modules.
Ludovic Courtès
2009-11-17
1
-0
/
+96
[next]