Mark H Weaver
|
87f32999b9
WIP: New tagging v8
|
hace 6 años |
Mark H Weaver
|
bd50407d1f
Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.
|
hace 6 años |
Mark H Weaver
|
d5c420a888
Add 'scm_c_make_char' and use it where appropriate.
|
hace 6 años |
Mark H Weaver
|
980d8265c2
Avoid passing NULL to 'memcpy' and 'memcmp'.
|
hace 6 años |
Ludovic Courtès
|
25c719b412
Add 'scm_to_stringn' shortcut when converting to UTF-8.
|
hace 7 años |
Andy Wingo
|
16879cabed
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
|
hace 7 años |
Andy Wingo
|
1234bb1850
Update license notices in all C files
|
hace 7 años |
Andy Wingo
|
791eb0c01a
Remove (C) from copyright statements
|
hace 7 años |
Andy Wingo
|
b8d757732f
Rationalize include order in C files
|
hace 7 años |
Andy Wingo
|
3068bc7384
Make libguile header inclusion consistent within libguile c files
|
hace 7 años |
Andy Wingo
|
c495b44714
Remove Emacs local variables comments in Guile source
|
hace 7 años |
Andy Wingo
|
40ade0886e
Remove _scm.h
|
hace 7 años |
Andy Wingo
|
a7bcd66f6f
Devolve symbols.h from _scm.h
|
hace 7 años |
Andy Wingo
|
1ddf42dae0
Devolve threads.h from _scm.h.
|
hace 7 años |
Andy Wingo
|
bf15afa6bf
Move subr snarfing macros to gsubr.h.
|
hace 7 años |
Andy Wingo
|
d3cfabd89b
Devolve numbers.h from _scm.h.
|
hace 7 años |
Andy Wingo
|
730cfd80e2
Devolve pairs.h
|
hace 7 años |
Andy Wingo
|
5f50309448
Remove includes of validate.h.
|
hace 7 años |
Andy Wingo
|
68d9780ce4
Remove errno.h include from _scm.h.
|
hace 7 años |
Andy Wingo
|
7ed54fd36d
All literal constants are read-only
|
hace 8 años |
Andy Wingo
|
9ee21f3e97
Minor make-string optimization
|
hace 8 años |
Andy Wingo
|
d0934df1f2
Stringbufs immutable by default
|
hace 8 años |
Andy Wingo
|
c38b9625c8
Remove unnecessary scm_i_string_start_writing calls
|
hace 8 años |
Andy Wingo
|
dc2a560264
Deprecate dynamic roots
|
hace 8 años |
Andy Wingo
|
af360e5ce5
Tweak to conversion strategy access
|
hace 9 años |
Mark H Weaver
|
e390e5760b
Implement 'string-utf8-length' and 'scm_c_string_utf8_length'.
|
hace 10 años |
Andy Wingo
|
08574987d9
Remove scm_t_port_internal
|
hace 9 años |
Andy Wingo
|
383df7976f
Port conversion strategies internally are symbols
|
hace 9 años |
Andy Wingo
|
d8711b9759
Port encoding internally represented as symbol
|
hace 9 años |
Mark H Weaver
|
00884bb79f
Allow decoding of UTF-8 containing U+FFFD, the replacement character.
|
hace 10 años |