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
path:
root
/
libguile
/
strings.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-23
Revert "wrap iconv_open / iconv_close with a lock to help in thread/fork issues"
Andy Wingo
1
-4
/
+1
2012-02-17
wrap iconv_open / iconv_close with a lock to help in thread/fork issues
Andy Wingo
1
-1
/
+4
2012-01-10
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2012-01-05
Placate a number of `syntax-check' verifications.
Ludovic Courtès
1
-1
/
+1
2011-05-12
remove all deprecated code
Andy Wingo
1
-15
/
+0
2011-03-20
Make VM string literals immutable.
Ludovic Courtès
1
-2
/
+5
2011-02-02
Change `scm_encoding_error' to pass the port and faulty character.
Ludovic Courtès
1
-3
/
+1
2011-02-02
Have `read-char' & co. throw to `decoding-error'.
Ludovic Courtès
1
-0
/
+2
2011-01-26
Add `scm_{to,from}_utf32_string'.
Ludovic Courtès
1
-0
/
+5
2011-01-23
Hide the string escaping hacks.
Ludovic Courtès
1
-4
/
+0
2011-01-07
add scm_{to,from}_{utf8,latin1}_string{n,}
Andy Wingo
1
-5
/
+18
2010-12-17
Remove conflicting `scm_is_string' declaration.
Ludovic Courtès
1
-1
/
+0
2010-09-14
Internally expose `scm_i_unistring_escapes_to_{guile,r6rs}_escapes'.
Ludovic Courtès
1
-0
/
+4
2010-09-12
Provide non-locale C/Scheme string conversion functions
Michael Gran
1
-8
/
+8
2010-07-15
Expose `scm_encoding_error'.
Ludovic Courtès
1
-0
/
+4
2010-07-04
Add `scm_i_string_data'.
Ludovic Courtès
1
-1
/
+3
2010-01-03
Support for Unicode string normalization functions
Julian Graham
1
-0
/
+5
2009-12-05
decruftify scm_sys_protects
Andy Wingo
1
-0
/
+2
2009-11-17
Remove references to undefined macros.
Ludovic Courtès
1
-1
/
+1
2009-11-01
Merge branch 'bdw-gc-static-alloc'
Ludovic Courtès
1
-0
/
+11
2009-10-02
Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.
Ludovic Courtès
1
-3
/
+3
2009-09-09
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-0
/
+4
2009-09-09
Make scm_i_from_stringn into API for use with libguilereadline
Michael Gran
1
-2
/
+2
2009-09-07
Fix broken interaction between readline and Unicode
Michael Gran
1
-2
/
+2
2009-09-02
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
Ludovic Courtès
1
-29
/
+73
2009-09-01
Fix leaky handling of `scm_take_locale_{symbol,string} ()'.
Ludovic Courtès
1
-4
/
+0
2009-08-30
Fix encoding errors with strings returned by string ports
Michael Gran
1
-0
/
+4
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+6
2009-08-25
Add full Unicode capability to ports and the default reader
Michael Gran
1
-0
/
+1
2009-08-23
Modify socket and time functions for wide strings
Michael Gran
1
-0
/
+3
2009-08-21
Use string accessors for string->number conversion
Michael Gran
1
-0
/
+1
2009-08-19
Rename string-width to string-bytes-per-char
Michael Gran
1
-1
/
+1
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-24
/
+67
2009-08-12
Don't include libunistring headers in Guile public headers
Michael Gran
1
-3
/
+12
2009-08-10
Make scm_charprint and scm_i_string_wide_chars SCM_INTERNAL.
Michael Gran
1
-1
/
+1
2009-08-10
Improve %string-dump and %symbol-dump
Michael Gran
1
-0
/
+8
2009-08-08
Add Unicode strings and symbols
Michael Gran
1
-17
/
+42
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-01-19
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
Ludovic Courtès
1
-1
/
+0
2009-01-18
Use `scm_gc malloc_pointerless ()' in `scm_i allocate_string_pointers ()'.
Ludovic Courtès
1
-1
/
+0
2009-01-13
Expose some of the string/stringbuf internal flags and tags.
Ludovic Courtès
1
-1
/
+12
2008-10-11
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+0
2008-10-09
Revert "Make literal strings (i.e., returned by `read') read-only."
Ludovic Courtès
1
-1
/
+0
2008-09-23
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-0
/
+1
2008-09-23
Make literal strings (i.e., returned by `read') read-only.
Ludovic Courtès
1
-0
/
+1
2008-09-15
Remove unused GC string/symbol functions.
Ludovic Courtès
1
-9
/
+0
2008-07-05
Add `scm_c_symbol_length ()'.
Ludovic Courtès
1
-0
/
+1
2008-05-31
Add `SCM_INTERNAL' macro, use it.
Ludovic Courtès
1
-30
/
+30
2006-04-17
merge from 1.8 branch
Kevin Ryde
1
-1
/
+1
2006-01-24
patches by Ludovic Courtès for symbol generation.
Han-Wen Nienhuys
1
-0
/
+7
[next]