summaryrefslogtreecommitdiff
path: root/libguile/load.c
Commit message (Expand)AuthorAgeFilesLines
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals....Mark H Weaver2018-10-171-17/+20
* Revert "Honor '%fresh-auto-compile'."...Ludovic Courtès2018-01-151-7/+4
* Honor '%fresh-auto-compile'....Ludovic Courtès2017-11-221-4/+7
* Deprecate dynamic roots...Andy Wingo2016-11-211-1/+0
* Skip incompatible .go files...Andy 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 going...Andy 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'...Mark 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.h...Andy Wingo2013-11-281-1/+0
* | Merge remote-tracking branch 'origin/stable-2.0'...Mark H Weaver2013-03-281-32/+95
|\|
| * add %site-ccache-dir...Jason Earl2013-03-101-0/+13
| * fix compilation under mingw...Andy 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 names...Andy 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 ports...Andy Wingo2013-01-301-0/+3
* | merge stable-2.0...Andy Wingo2013-01-231-9/+13
|\|
| * fix try-module-autoload, which did not detect failure to find the file...Andy 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 pathname...Mark H Weaver2012-02-011-12/+12
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-01-101-4/+8
|\|
| * primitive-load returns the value(s) of the last expression...Andy Wingo2012-01-091-4/+8
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2011-12-061-10/+10
|\|
| * warnings written to warning port...Andy Wingo2011-12-051-10/+10
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2011-12-011-2/+1
|\|
| * use new scm_make_fluid_with_default...Andy Wingo2011-11-231-2/+1
* | locking for putc, puts...Andy Wingo2011-11-081-12/+12
* | most uses of scm_from_locale_symbol become scm_from_utf8_symbol...Andy Wingo2011-10-251-1/+1
* | add SCM_{PACK,UNPACK}_POINTER...Andy Wingo2011-10-241-4/+4
|/
* avoid duplicate stats when searching for files in a path...Andy Wingo2011-08-031-112/+127
* fix unnecessary call to canonicalize_path in load-path fast case...Andy Wingo2011-08-031-6/+8
* add a site dir to %load-compiled-path...Andy Wingo2011-07-211-1/+4
* fix generation of auto-compiled file names on mingw systems...Andy Wingo2011-06-301-2/+18
* %load-hook not just for primitive-load...Andy Wingo2011-06-301-0/+9
* better messages on failed autocompilation...Andy Wingo2011-06-171-5/+18
* mingw: use $APPDATA as a possible root for cachedir....Jan Nieuwenhuizen2011-06-171-0/+6
* scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc...Andy Wingo2011-05-131-1/+1