Matthew Wette
|
78e9e51065
Redirect diagnostice output messages (e.g., auto-compiling code) to a newly defined current-info-port, and add a command line argument `-I' to set the current-info-port to a void-port. * libguile/ports.c: add cur_infoport_fluid, scm_current_info_port, scm_set_current_info_port; define default current-info-port to stderr * libguile/load.c(compiled_is_fresh,load_thunk_from_path, do_try_auto_compile,scm_sys_warn_auto_compilation_enabled, scm_primitive_load_path): direct output messages to current_info_port; was current_warning_port * libguile/init.c(scm_init_standard_ports): set default current_info_port * module/ice-9/ports.scm: define current-info-port and set-current-info-port * module/ice-9/command-line.scm(*usage*,compile-shell-switches): add argument `-I' to silence diagnostics (or current-info-port to void-port) * doc/ref/guile-invoke.texi: add description for `-I' command argument
|
před 9 měsíci |
Morgan Smith
|
c7d170c5d1
Fix typos throughout codebase.
|
před 2 roky |
Ludovic Courtès
|
0aa1a9976f
'primitive-load' opens files with O_CLOEXEC.
|
před 2 roky |
Mark H Weaver
|
3ae69f3063
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
|
před 6 roky |
Andy Wingo
|
6cd9b3114f
Fix use of uninstalled header by installed headers
|
před 6 roky |
Ludovic Courtès
|
2245c67c37
Revert "Honor '%fresh-auto-compile'."
|
před 7 roky |
Andy Wingo
|
5804c977d7
Rename scm_i_thread to scm_thread
|
před 7 roky |
Andy Wingo
|
1234bb1850
Update license notices in all C files
|
před 7 roky |
Andy Wingo
|
791eb0c01a
Remove (C) from copyright statements
|
před 7 roky |
Andy Wingo
|
b8d757732f
Rationalize include order in C files
|
před 7 roky |
Andy Wingo
|
3068bc7384
Make libguile header inclusion consistent within libguile c files
|
před 7 roky |
Andy Wingo
|
c495b44714
Remove Emacs local variables comments in Guile source
|
před 7 roky |
Andy Wingo
|
40ade0886e
Remove _scm.h
|
před 7 roky |
Andy Wingo
|
a7bcd66f6f
Devolve symbols.h from _scm.h
|
před 7 roky |
Andy Wingo
|
3c48c87784
Devolve variable.h from _scm.h.
|
před 7 roky |
Andy Wingo
|
bf15afa6bf
Move subr snarfing macros to gsubr.h.
|
před 7 roky |
Andy Wingo
|
730cfd80e2
Devolve pairs.h
|
před 7 roky |
Andy Wingo
|
1a99bd10f8
Devolve boolean.h include.
|
před 7 roky |
Andy Wingo
|
460552163e
Remove list.h from _scm.h
|
před 7 roky |
Andy Wingo
|
5f50309448
Remove includes of validate.h.
|
před 7 roky |
Andy Wingo
|
83584ef231
Fix libguile subcomponent headers not to include <libguile.h>
|
před 7 roky |
Ludovic Courtès
|
83d4c4d622
Honor '%fresh-auto-compile'.
|
před 7 roky |
Andy Wingo
|
dc2a560264
Deprecate dynamic roots
|
před 8 roky |
Andy Wingo
|
7142005a05
Skip incompatible .go files
|
před 9 roky |
Andy Wingo
|
105e36543f
Remove scm_puts_unlocked.
|
před 9 roky |
Andy Wingo
|
13edcf57a0
load-path will skip over stale .go files and keep going
|
před 9 roky |
Andy Wingo
|
086bbcc874
Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'
|
před 10 roky |
Andy Wingo
|
d5dffec4ff
Merge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'
|
před 10 roky |
Ludovic Courtès
|
a7bbba0583
Use on-stack or GC-managed memory in 'search-path'.
|
před 10 roky |
Ludovic Courtès
|
9c5d6aa964
Reduce C heap allocations in 'search-path'.
|
před 10 roky |