summaryrefslogtreecommitdiff
path: root/libguile/load.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-09primitive-load returns the value(s) of the last expressionAndy Wingo1-4/+8
2011-12-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-10/+10
2011-12-05warnings written to warning portAndy Wingo1-10/+10
2011-12-01Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-2/+1
2011-11-23use new scm_make_fluid_with_defaultAndy Wingo1-2/+1
2011-11-08locking for putc, putsAndy Wingo1-12/+12
2011-10-25most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo1-1/+1
2011-10-24add SCM_{PACK,UNPACK}_POINTERAndy Wingo1-4/+4
2011-08-03avoid duplicate stats when searching for files in a pathAndy Wingo1-112/+127
2011-08-03fix unnecessary call to canonicalize_path in load-path fast caseAndy Wingo1-6/+8