summaryrefslogtreecommitdiff
path: root/libguile/load.c
Commit message (Expand)AuthorAgeFilesLines
* 'primitive-load' opens files with O_CLOEXEC.Ludovic Courtès2022-09-071-2/+2
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2019-05-231-16/+19
* Fix use of uninstalled header by installed headersAndy Wingo2018-10-071-0/+1
* Revert "Honor '%fresh-auto-compile'."Ludovic Courtès2018-08-071-6/+3
* Rename scm_i_thread to scm_threadAndy Wingo2018-06-261-0/+1
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-20/+17
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-29/+29
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-0/+1
* Devolve variable.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-1/+6
* Honor '%fresh-auto-compile'.Ludovic Courtès2017-11-221-4/+7
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* Skip incompatible .go filesAndy Wingo2016-06-121-62/+240
* Remove scm_puts_unlocked.Andy Wingo2016-04-261-13/+13
* load-path will skip over stale .go files and keep goingAndy Wingo2015-11-111-97/+100
* Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'Andy Wingo2015-01-221-16/+13
|\
| * Reduce C heap allocations in 'search-path'.Ludovic Courtès2014-11-011-16/+13
* | Merge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'Andy Wingo2015-01-221-14/+14
|\ \ | |/
| * Use on-stack or GC-managed memory in 'search-path'.Ludovic Courtès2014-11-011-14/+14
* | Merge branch 'stable-2.0'Mark H Weaver2014-09-301-11/+49
|\ \ | |/
| * On MS-Windows, don't return file names with backslashes from search-path.Eli Zaretskii2014-08-151-1/+2
| * Fix problems with Windows file names that use backslashes.Eli Zaretskii2014-07-031-10/+47
* | Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-4/+1
|\ \ | |/
| * Rely on Gnulib for <unistd.h>.Mark H Weaver2014-02-271-4/+1
* | Merge branch 'stable-2.0'Mark H Weaver2014-01-091-10/+5
|\ \ | |/
| * scm_primitive_load: Simplify code using 'scm_open_file_with_encoding'.Mark H Weaver2014-01-081-10/+5
* | Remove private-gc.hAndy Wingo2013-11-281-1/+0
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-03-281-32/+95
|\ \ | |/
| * add %site-ccache-dirJason Earl2013-03-101-0/+13
| * fix compilation under mingwAndy Wingo2013-03-071-7/+9
| * Use `scm_is_eq' in load.c.Ludovic Courtès2013-03-071-2/+2
| * load.c uses same logic as boot-9 for file namesAndy Wingo2013-02-241-32/+80
| * Revert "detect and consume byte-order marks for textual ports"Andy Wingo2013-01-301-3/+0
| * detect and consume byte-order marks for textual portsAndy Wingo2013-01-301-0/+3
* | merge stable-2.0Andy Wingo2013-01-231-9/+13
|\ \ | |/
| * fix try-module-autoload, which did not detect failure to find the fileAndy Wingo2013-01-211-9/+13
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-01-071-2/+33
|\ \ | |/
| * Add parse-path-with-ellipsis, and use it for GUILE_LOAD_PATH et al.Mark H Weaver2012-11-281-2/+33
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-02-081-14/+14
|\ \ | |/
| * Improve the usage of variable names in C docstrings.Bake Timmons2012-02-021-2/+2
| * Fix search_path to fill stat_buf when given an absolute pathnameMark H Weaver2012-02-011-12/+12