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
2024-11-29
Eight byte align statically allocated stringbufs
Rob Browning
1
-1
/
+1
2022-02-04
Deprecate symbol properties.
Ludovic Courtès
1
-2
/
+2
2022-02-03
Remove unused 'scm_i_c_make_symbol'.
Ludovic Courtès
1
-3
/
+0
2019-05-23
Fix typo in strings.h.
Mark H Weaver
1
-2
/
+2
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
libguile header files have uniform format for copyright declarations
Andy Wingo
1
-2
/
+2
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove useless "classes: h_files" from Guile headers.
Andy Wingo
1
-2
/
+0
2018-06-20
Devolve programs.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Shuffle around inline C function implementation
Andy Wingo
1
-0
/
+16
2018-06-20
Move string-related snarfers to strings.h
Andy Wingo
1
-0
/
+34
2018-06-18
More validate.h devolution
Andy Wingo
1
-2
/
+12
2017-04-18
All literal constants are read-only
Andy Wingo
1
-1
/
+1
2017-02-16
Stringbufs immutable by default
Andy Wingo
1
-1
/
+1
2016-05-22
Implement 'string-utf8-length' and 'scm_c_string_utf8_length'.
Mark H Weaver
1
-1
/
+4
2016-05-04
Port conversion strategies internally are symbols
Andy Wingo
1
-0
/
+3
2013-10-26
Add stringbuf printer
Andy Wingo
1
-0
/
+2
2013-01-15
add scm_from_port_string and friends
Andy Wingo
1
-1
/
+6
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
[next]