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
2022-02-07
'string->symbol' avoids copying the underlying string.
Ludovic Courtès
1
-3
/
+9
2022-02-04
Deprecate symbol properties.
Ludovic Courtès
1
-5
/
+8
2022-02-03
Remove unused 'scm_i_c_make_symbol'.
Ludovic Courtès
1
-11
/
+0
2019-08-24
Revert "Revert scm_c_make_char rename"
Andy Wingo
1
-4
/
+4
2019-08-02
Revert scm_c_make_char rename
Andy Wingo
1
-4
/
+4
2019-08-02
Merge from stable-2.2
Andy Wingo
1
-6
/
+5
2019-08-02
Merge from stable-2.2
Andy Wingo
1
-3
/
+17
2019-06-18
scm_to_stringn: Avoid passing NULL to c_strcasecmp.
Mark H Weaver
1
-6
/
+5
2019-06-18
Improve overflow checks in bytevector, string, and I/O operations.
Mark H Weaver
1
-3
/
+17
2019-05-23
Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.
Mark H Weaver
1
-13
/
+30
2019-05-23
Add 'scm_c_make_char' and use it where appropriate.
Mark H Weaver
1
-4
/
+4
2019-05-23
Avoid passing NULL to 'memcpy' and 'memcmp'.
Mark H Weaver
1
-3
/
+8
2019-05-07
Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.
Mark H Weaver
1
-13
/
+30
2019-05-07
Add 'scm_c_make_char' and use it where appropriate.
Mark H Weaver
1
-4
/
+4
2019-04-16
Avoid passing NULL to 'memcpy' and 'memcmp'.
Mark H Weaver
1
-3
/
+8
2018-08-07
Add 'scm_to_stringn' shortcut when converting to UTF-8.
Ludovic Courtès
1
-0
/
+6
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-29
/
+29
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-10
/
+11
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-14
/
+14
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve threads.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Add 'scm_to_stringn' shortcut when converting to UTF-8.
Ludovic Courtès
1
-1
/
+7
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Remove errno.h include from _scm.h.
Andy Wingo
1
-2
/
+3
2017-04-18
All literal constants are read-only
Andy Wingo
1
-0
/
+6
2017-02-17
Minor make-string optimization
Andy Wingo
1
-3
/
+11
2017-02-16
Stringbufs immutable by default
Andy Wingo
1
-198
/
+127
2017-02-16
Remove unnecessary scm_i_string_start_writing calls
Andy Wingo
1
-5
/
+0
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-08-25
Tweak to conversion strategy access
Andy Wingo
1
-2
/
+2
2016-05-22
Implement 'string-utf8-length' and 'scm_c_string_utf8_length'.
Mark H Weaver
1
-1
/
+33
2016-05-13
Remove scm_t_port_internal
Andy Wingo
1
-2
/
+2
2016-05-04
Port conversion strategies internally are symbols
Andy Wingo
1
-6
/
+16
2016-05-03
Port encoding internally represented as symbol
Andy Wingo
1
-8
/
+10
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
[next]