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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-13
Allow decoding of UTF-8 containing U+FFFD, the replacement character.
Mark H Weaver
1
-3
/
+4
2014-02-09
Remove array impl. registry; instead, hard-code array handle creation
Andy Wingo
1
-29
/
+1
2014-02-07
Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'
Andy Wingo
1
-6
/
+11
2014-01-23
Fix thread-unsafe lazy initializations.
Mark H Weaver
1
-6
/
+11
2013-10-26
Add stringbuf printer
Andy Wingo
1
-0
/
+17
2013-08-31
Faster scm_from_port_stringn
Andy Wingo
1
-1
/
+2
2013-04-14
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-7
/
+13
2013-04-01
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-6
/
+16
2013-04-01
Make 'string-append' more efficient and robust.
Mark H Weaver
1
-6
/
+16
2013-01-15
scm_from_stringn and scm_to_stringn encoding args are never NULL
Andy Wingo
1
-2
/
+2
2013-01-15
add scm_from_port_string and friends
Andy Wingo
1
-0
/
+40
2013-01-15
fix bug where scm_from_utf8_stringn would not detect bad utf-8
Andy Wingo
1
-3
/
+4
2012-10-30
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-0
/
+4
2012-08-17
reinstate type check to scm_to_utf8_stringn
Andy Wingo
1
-0
/
+4
2012-06-22
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+3
2012-05-31
Add the `%default-port-conversion-strategy' fluid.
Ludovic Courtès
1
-3
/
+3
2012-04-26
Merge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'
Andy Wingo
1
-3
/
+86
2012-04-04
Fix scm_to_utf8_stringn once and for all; optimize; add tests
Mark H Weaver
1
-11
/
+11
2012-04-03
Fix scm_to_utf8_stringn to NUL-terminate properly
Mark H Weaver
1
-1
/
+1
2012-04-02
Fix scm_to_utf8_stringn to return the length in bytes, et al
Mark H Weaver
1
-16
/
+36
2012-04-01
fix scm_to_utf8_stringn for wide strings to NUL-append the strings
Andy Wingo
1
-3
/
+66
2012-03-08
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
1
-1
/
+1
2012-03-04
Don't call SYMBOL_STRINGBUF on a string
Mark H Weaver
1
-1
/
+1
2012-02-23
Revert "install pthread_atfork handlers for guile's static mutexen"
Andy Wingo
1
-1
/
+0
2012-02-23
Revert "wrap iconv_open / iconv_close with a lock to help in thread/fork issues"
Andy Wingo
1
-25
/
+0
2012-02-17
wrap iconv_open / iconv_close with a lock to help in thread/fork issues
Andy Wingo
1
-0
/
+25
2012-02-17
install pthread_atfork handlers for guile's static mutexen
Andy Wingo
1
-0
/
+1
2012-02-14
scm_from_stringn utf8 optimization
Andy Wingo
1
-7
/
+3
2012-02-14
fix buggy scm_from_utf8_stringn (!)
Andy Wingo
1
-2
/
+2
2012-02-11
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-26
/
+79
2012-02-10
more efficient scm_to_utf8_stringn, scm_to_utf32_stringn
Andy Wingo
1
-4
/
+52
2012-02-08
Optimize empty substring case of scm_i_substring_copy
Mark H Weaver
1
-22
/
+27
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-1
/
+1
2012-01-30
Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
Andy Wingo
1
-29
/
+56
2012-01-10
Use a common null stringbuf in `scm_i_make_string'
Mark H Weaver
1
-1
/
+15
2012-01-10
Empty substrings no longer reference the original stringbuf
Mark H Weaver
1
-19
/
+31
2012-01-10
scm_i_substring_copy tries to narrow the substring
Mark H Weaver
1
-5
/
+8
2012-01-10
Avoid calling `u32_conv_from_encoding' on the null string
Mark H Weaver
1
-2
/
+2
2012-01-10
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+14
2012-01-09
Remove null string optimization from scm_from_stringn
Mark H Weaver
1
-2
/
+0
2012-01-07
Fix bugs related to mutation-sharing substrings
Mark H Weaver
1
-0
/
+12
2012-01-07
Make scm_nullstr mutable
Mark H Weaver
1
-2
/
+2
2011-10-25
optimize scm_from_utf8_stringn
Andy Wingo
1
-14
/
+93
2011-10-24
add SCM_{PACK,UNPACK}_POINTER
Andy Wingo
1
-2
/
+2
2011-10-24
refactor tc7 and tc16 checks
Andy Wingo
1
-1
/
+1
2011-09-29
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+5
2011-09-10
fix scm_to_latin1_stringn for substrings
Andy Wingo
1
-3
/
+5
2011-08-31
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2011-08-18
fix a couple of leaks
Andy Wingo
1
-1
/
+1
[next]