summaryrefslogtreecommitdiff
path: root/libguile/load.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-23Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver1-16/+19
2018-10-07Fix use of uninstalled header by installed headersAndy Wingo1-0/+1
2018-08-07Revert "Honor '%fresh-auto-compile'."Ludovic Courtès1-6/+3
2018-06-26Rename scm_i_thread to scm_threadAndy Wingo1-0/+1
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-20/+17
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-29/+29
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Devolve symbols.h from _scm.hAndy Wingo1-0/+1
2018-06-20Devolve variable.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Devolve boolean.h include.Andy Wingo1-0/+1
2018-06-18Remove list.h from _scm.hAndy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-1/+0
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-1/+6
2017-11-22Honor '%fresh-auto-compile'.Ludovic Courtès1-4/+7
2016-11-21Deprecate dynamic rootsAndy Wingo1-1/+0
2016-06-12Skip incompatible .go filesAndy Wingo1-62/+240
2016-04-26Remove scm_puts_unlocked.Andy Wingo1-13/+13
2015-11-11load-path will skip over stale .go files and keep goingAndy Wingo1-97/+100
2015-01-22Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'Andy Wingo1-16/+13
2015-01-22Merge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'Andy Wingo1-14/+14
2014-11-01Use on-stack or GC-managed memory in 'search-path'.Ludovic Courtès1-14/+14
2014-11-01Reduce C heap allocations in 'search-path'.Ludovic Courtès1-16/+13
2014-09-30Merge branch 'stable-2.0'Mark H Weaver1-11/+49
2014-08-15On MS-Windows, don't return file names with backslashes from search-path.Eli Zaretskii1-1/+2
2014-07-03Fix problems with Windows file names that use backslashes.Eli Zaretskii1-10/+47
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-4/+1
2014-02-27Rely on Gnulib for <unistd.h>.Mark H Weaver1-4/+1
2014-01-09Merge branch 'stable-2.0'Mark H Weaver1-10/+5
2014-01-08scm_primitive_load: Simplify code using 'scm_open_file_with_encoding'.Mark H Weaver1-10/+5
2013-11-28Remove private-gc.hAndy Wingo1-1/+0
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-32/+95
2013-03-10add %site-ccache-dirJason Earl1-0/+13
2013-03-07fix compilation under mingwAndy Wingo1-7/+9
2013-03-07Use `scm_is_eq' in load.c.Ludovic Courtès1-2/+2
2013-02-24load.c uses same logic as boot-9 for file namesAndy Wingo1-32/+80
2013-01-30Revert "detect and consume byte-order marks for textual ports"Andy Wingo1-3/+0
2013-01-30detect and consume byte-order marks for textual portsAndy Wingo1-0/+3
2013-01-23merge stable-2.0Andy Wingo1-9/+13
2013-01-21fix try-module-autoload, which did not detect failure to find the fileAndy Wingo1-9/+13
2013-01-07Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-2/+33
2012-11-28Add parse-path-with-ellipsis, and use it for GUILE_LOAD_PATH et al.Mark H Weaver1-2/+33
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-14/+14
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-2/+2
2012-02-01Fix search_path to fill stat_buf when given an absolute pathnameMark H Weaver1-12/+12
2012-01-10Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-4/+8