index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
strings.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename 'scm_c_make_char' to 'scm_i_make_char'.
...
Mark H Weaver
2019-06-18
1
-4
/
+4
*
scm_to_stringn: Avoid passing NULL to c_strcasecmp.
...
Mark H Weaver
2019-06-18
1
-6
/
+5
*
Improve overflow checks in bytevector, string, and I/O operations.
...
Mark H Weaver
2019-06-18
1
-3
/
+17
*
Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.
...
Mark H Weaver
2019-05-07
1
-13
/
+30
*
Add 'scm_c_make_char' and use it where appropriate.
...
Mark H Weaver
2019-05-07
1
-4
/
+4
*
Avoid passing NULL to 'memcpy' and 'memcmp'.
...
Mark H Weaver
2019-04-16
1
-3
/
+8
*
Add 'scm_to_stringn' shortcut when converting to UTF-8.
...
Ludovic Courtès
2018-06-19
1
-1
/
+7
*
All literal constants are read-only
...
Andy Wingo
2017-04-18
1
-0
/
+6
*
Minor make-string optimization
...
Andy Wingo
2017-02-17
1
-3
/
+11
*
Stringbufs immutable by default
...
Andy Wingo
2017-02-16
1
-198
/
+127
*
Remove unnecessary scm_i_string_start_writing calls
...
Andy Wingo
2017-02-16
1
-5
/
+0
*
Deprecate dynamic roots
...
Andy Wingo
2016-11-21
1
-1
/
+0
*
Tweak to conversion strategy access
...
Andy Wingo
2016-08-25
1
-2
/
+2
*
Implement 'string-utf8-length' and 'scm_c_string_utf8_length'.
...
Mark H Weaver
2016-05-22
1
-1
/
+33
*
Remove scm_t_port_internal
...
Andy Wingo
2016-05-13
1
-2
/
+2
*
Port conversion strategies internally are symbols
...
Andy Wingo
2016-05-04
1
-6
/
+16
*
Port encoding internally represented as symbol
...
Andy Wingo
2016-05-03
1
-8
/
+10
*
Allow decoding of UTF-8 containing U+FFFD, the replacement character.
...
Mark H Weaver
2015-08-13
1
-3
/
+4
*
Remove array impl. registry; instead, hard-code array handle creation
...
Andy Wingo
2014-02-09
1
-29
/
+1
*
Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'
...
Andy Wingo
2014-02-07
1
-6
/
+11
|
\
|
*
Fix thread-unsafe lazy initializations.
...
Mark H Weaver
2014-01-23
1
-6
/
+11
*
|
Add stringbuf printer
...
Andy Wingo
2013-10-26
1
-0
/
+17
*
|
Faster scm_from_port_stringn
...
Andy Wingo
2013-08-31
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-04-14
1
-7
/
+13
|
\
|
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-04-01
1
-6
/
+16
|
\
|
|
*
Make 'string-append' more efficient and robust.
...
Mark H Weaver
2013-04-01
1
-6
/
+16
*
|
scm_from_stringn and scm_to_stringn encoding args are never NULL
...
Andy Wingo
2013-01-15
1
-2
/
+2
*
|
add scm_from_port_string and friends
...
Andy Wingo
2013-01-15
1
-0
/
+40
*
|
fix bug where scm_from_utf8_stringn would not detect bad utf-8
...
Andy Wingo
2013-01-15
1
-3
/
+4
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2012-10-30
1
-0
/
+4
|
\
|
|
*
reinstate type check to scm_to_utf8_stringn
...
Andy Wingo
2012-08-17
1
-0
/
+4
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-06-22
1
-3
/
+3
|
\
|
|
*
Add the `%default-port-conversion-strategy' fluid.
...
Ludovic Courtès
2012-05-31
1
-3
/
+3
*
|
Merge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'
...
Andy Wingo
2012-04-26
1
-3
/
+86
|
\
|
|
*
Fix scm_to_utf8_stringn once and for all; optimize; add tests
...
Mark H Weaver
2012-04-04
1
-11
/
+11
|
*
Fix scm_to_utf8_stringn to NUL-terminate properly
...
Mark H Weaver
2012-04-03
1
-1
/
+1
|
*
Fix scm_to_utf8_stringn to return the length in bytes, et al
...
Mark H Weaver
2012-04-02
1
-16
/
+36
|
*
fix scm_to_utf8_stringn for wide strings to NUL-append the strings
...
Andy Wingo
2012-04-01
1
-3
/
+66
*
|
Merge remote-tracking branch 'local-2.0/stable-2.0'
...
Andy Wingo
2012-03-08
1
-1
/
+1
|
\
|
|
*
Don't call SYMBOL_STRINGBUF on a string
...
Mark H Weaver
2012-03-04
1
-1
/
+1
*
|
Revert "install pthread_atfork handlers for guile's static mutexen"
...
Andy Wingo
2012-02-23
1
-1
/
+0
*
|
Revert "wrap iconv_open / iconv_close with a lock to help in thread/fork issues"
...
Andy Wingo
2012-02-23
1
-25
/
+0
*
|
wrap iconv_open / iconv_close with a lock to help in thread/fork issues
...
Andy Wingo
2012-02-17
1
-0
/
+25
*
|
install pthread_atfork handlers for guile's static mutexen
...
Andy Wingo
2012-02-17
1
-0
/
+1
*
|
scm_from_stringn utf8 optimization
...
Andy Wingo
2012-02-14
1
-7
/
+3
*
|
fix buggy scm_from_utf8_stringn (!)
...
Andy Wingo
2012-02-14
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-02-11
1
-26
/
+79
|
\
|
|
*
more efficient scm_to_utf8_stringn, scm_to_utf32_stringn
...
Andy Wingo
2012-02-10
1
-4
/
+52
|
*
Optimize empty substring case of scm_i_substring_copy
...
Mark H Weaver
2012-02-08
1
-22
/
+27
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-02-08
1
-1
/
+1
|
\
|
[next]