Andy Wingo
|
5804c977d7
Rename scm_i_thread to scm_thread
|
6 lat temu |
Andy Wingo
|
16879cabed
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
|
6 lat temu |
Andy Wingo
|
1234bb1850
Update license notices in all C files
|
6 lat temu |
Andy Wingo
|
791eb0c01a
Remove (C) from copyright statements
|
6 lat temu |
Andy Wingo
|
dd8add2fa0
Make .c copyright headers uniform
|
6 lat temu |
Andy Wingo
|
b8d757732f
Rationalize include order in C files
|
6 lat temu |
Andy Wingo
|
3068bc7384
Make libguile header inclusion consistent within libguile c files
|
6 lat temu |
Andy Wingo
|
c495b44714
Remove Emacs local variables comments in Guile source
|
6 lat temu |
Andy Wingo
|
40ade0886e
Remove _scm.h
|
6 lat temu |
Andy Wingo
|
bf15afa6bf
Move subr snarfing macros to gsubr.h.
|
6 lat temu |
Andy Wingo
|
d3cfabd89b
Devolve numbers.h from _scm.h.
|
6 lat temu |
Andy Wingo
|
730cfd80e2
Devolve pairs.h
|
6 lat temu |
Andy Wingo
|
1a99bd10f8
Devolve boolean.h include.
|
6 lat temu |
Andy Wingo
|
460552163e
Remove list.h from _scm.h
|
6 lat temu |
Andy Wingo
|
5f50309448
Remove includes of validate.h.
|
6 lat temu |
Andy Wingo
|
83584ef231
Fix libguile subcomponent headers not to include <libguile.h>
|
6 lat temu |
Andy Wingo
|
6e573a0885
Attempt to mutate residualized literal pair throws exception
|
7 lat temu |
Mark H Weaver
|
00884bb79f
Allow decoding of UTF-8 containing U+FFFD, the replacement character.
|
9 lat temu |
Andy Wingo
|
8c76a8971b
fix bug where scm_from_utf8_stringn would not detect bad utf-8
|
12 lat temu |
Andy Wingo
|
0858753e82
Merge remote-tracking branch 'origin/stable-2.0'
|
13 lat temu |
Bake Timmons
|
b7e64f8b26
Improve the usage of variable names in C docstrings.
|
13 lat temu |
Andy Wingo
|
dfadcf85cb
Merge remote-tracking branch 'origin/stable-2.0'
|
13 lat temu |
Andy Wingo
|
252acfe8e7
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
|
13 lat temu |
Andy Wingo
|
4496c9c1e8
Revert "Universally-unique gensyms"
|
13 lat temu |
Mark H Weaver
|
ad432bc831
Universally-unique gensyms
|
13 lat temu |
Andy Wingo
|
f80d15c59e
optimize utf8 symbol lookup
|
13 lat temu |
Andy Wingo
|
21041372ed
add SCM_{PACK,UNPACK}_POINTER
|
13 lat temu |
Andy Wingo
|
7887be7df5
symbols.c uses weak sets
|
13 lat temu |
Andy Wingo
|
b34608813d
really threadsafe access to symbol table
|
13 lat temu |
Ludovic Courtès
|
ceed7709be
Slightly optimize `gensym'.
|
14 lat temu |