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
2009-11-17
Fix stylistic issues revealed by "make syntax-check".
Ludovic Courtès
1
-5
/
+5
2009-11-17
Remove references to undefined macros.
Ludovic Courtès
1
-6
/
+10
2009-11-01
Merge branch 'bdw-gc-static-alloc'
Ludovic Courtès
1
-7
/
+12
2009-09-09
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-2
/
+7
2009-09-09
Make scm_i_from_stringn into API for use with libguilereadline
Michael Gran
1
-4
/
+4
2009-09-02
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
Ludovic Courtès
1
-203
/
+1023
2009-09-01
Remove the distinction between inline/outline storage for stringbufs.
Ludovic Courtès
1
-129
/
+90
2009-09-01
Fix leaky handling of `scm_take_locale_{symbol,string} ()'.
Ludovic Courtès
1
-37
/
+6
2009-08-30
Fix escape sequence normalization for wide strings
Michael Gran
1
-0
/
+2
2009-08-30
Fix encoding errors with strings returned by string ports
Michael Gran
1
-6
/
+9
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-50
/
+338
2009-08-25
Merge commit 'origin/master'
Andy Wingo
1
-26
/
+238
2009-08-25
Merge wip-array refactor, up to cd43fdc5b7a7c
Andy Wingo
1
-0
/
+31
2009-08-25
Add full Unicode capability to ports and the default reader
Michael Gran
1
-43
/
+132
2009-08-23
Modify socket and time functions for wide strings
Michael Gran
1
-10
/
+133
2009-08-21
Use string accessors for string->number conversion
Michael Gran
1
-0
/
+23
2009-08-19
Try to optimize scm_string for speed
Michael Gran
1
-10
/
+32
2009-08-19
Rename string-width to string-bytes-per-char
Michael Gran
1
-2
/
+2
2009-08-19
Misleading error message text in scm_i_string_writable_wide_chars
Michael Gran
1
-1
/
+1
2009-08-18
Avoid double-casts of stringbuf
Michael Gran
1
-11
/
+11
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-139
/
+743
2009-08-12
Don't include libunistring headers in Guile public headers
Michael Gran
1
-4
/
+6
2009-08-12
Regression, scm_string fails to test for circular lists
Michael Gran
1
-1
/
+2
2009-08-12
Some signed/unsigned comparison and conversions
Michael Gran
1
-1
/
+1
2009-08-11
Avoid unitialized and unused warnings in scm_string_append
Michael Gran
1
-9
/
+13
2009-08-11
Only pass ints to tolower and toupper
Michael Gran
1
-8
/
+8
2009-08-10
Fix %string-dump and %symbol-dump fields
Michael Gran
1
-11
/
+13
2009-08-10
Improve %string-dump and %symbol-dump
Michael Gran
1
-57
/
+173
2009-08-09
More comments for string functions
Michael Gran
1
-16
/
+59
2009-08-08
Add Unicode strings and symbols
Michael Gran
1
-104
/
+545
2009-07-19
add registry of vector constructors, make-generalized-vector
Andy Wingo
1
-0
/
+2
2009-07-19
add generic array implementation facility
Andy Wingo
1
-1
/
+30
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-05-20
Fix `explicitely' typos, should be `explicitly'
Neil Jerram
1
-1
/
+1
2009-02-01
Fix invalid writes to read-only stringbufs.
Ludovic Courtès
1
-2
/
+9
2009-01-19
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
Ludovic Courtès
1
-17
/
+14
2009-01-18
Use `scm_gc malloc_pointerless ()' in `scm_i allocate_string_pointers ()'.
Ludovic Courtès
1
-18
/
+15
2009-01-13
Expose some of the string/stringbuf internal flags and tags.
Ludovic Courtès
1
-4
/
+4
2008-12-14
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-2
/
+16
2008-12-02
Fix sloppy bound checking in `string-{ref,set!}' with the empty string.
Ludovic Courtès
1
-2
/
+16
2008-10-11
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-28
/
+9
2008-10-09
Revert "Make literal strings (i.e., returned by `read') read-only."
Ludovic Courtès
1
-28
/
+9
2008-09-23
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-10
/
+29
2008-09-23
Make literal strings (i.e., returned by `read') read-only.
Ludovic Courtès
1
-9
/
+28
2008-09-23
Make `symbol->string' return a read-only string.
Ludovic Courtès
1
-1
/
+1
2008-09-17
Remove use of `scm_i_thread_put_to_sleep ()' in the string code.
Ludovic Courtès
1
-5
/
+9
2008-09-16
Use immutable double-cells for symbols.
Ludovic Courtès
1
-2
/
+2
2008-09-15
Remove unused GC string/symbol functions.
Ludovic Courtès
1
-39
/
+1
2008-09-13
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-0
/
+3
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-0
/
+3
[next]