Age | Commit message (Expand) | Author | Files | Lines |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -18/+19 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -30/+30 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve variable.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -1/+0 |
2018-06-17 | Remove errno.h include from _scm.h. | Andy Wingo | 1 | -1/+4 |
2016-11-21 | Deprecate dynamic roots | Andy Wingo | 1 | -1/+0 |
2016-11-01 | Remove critical section in scm_debug_options | Andy Wingo | 1 | -4/+0 |
2014-09-30 | Merge branch 'stable-2.0' | Mark H Weaver | 1 | -1/+16 |
2014-07-03 | Provide a more reasonable default value for stack limit on MS-Windows. | Eli Zaretskii | 1 | -1/+16 |
2014-02-07 | Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9' | Andy Wingo | 1 | -9/+11 |
2014-01-23 | Fix thread-unsafe lazy initializations. | Mark H Weaver | 1 | -9/+11 |
2013-06-09 | move procedure-name and procedure-source to procprop.c | Andy Wingo | 1 | -40/+1 |
2013-03-28 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -2/+6 |
2013-03-05 | Fix thread-unsafe lazy initializations. | Mark H Weaver | 1 | -2/+6 |
2012-01-30 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+12 |
2012-01-26 | Implement `local-eval', `local-compile', and `the-environment' | Andy Wingo | 1 | -1/+12 |
2011-10-24 | add SCM_HEAP_OBJECT_P | Andy Wingo | 1 | -9/+2 |
2011-05-15 | remove #define STACK_CHECKING from __scm.h. | Andy Wingo | 1 | -2/+0 |
2011-05-13 | allow iflags to be constant expressions with typing-strictness==2 | Andy Wingo | 1 | -2/+2 |
2010-11-19 | fix a number of assumptions that a pointer could fit into a long | Andy Wingo | 1 | -1/+1 |
2010-10-01 | scm_debug_opts to debug.c, backtrace on by default, scm_*_opts internal linkage | Andy Wingo | 1 | -0/+33 |
2010-09-24 | remove a number of debug options | Andy Wingo | 1 | -5/+0 |
2010-09-24 | remove evaluator-traps-interface | Andy Wingo | 1 | -38/+0 |
2010-06-01 | Remove unused symbols. | Ludovic Courtès | 1 | -2/+0 |
2010-04-17 | remove program-name, program-documentation | Andy Wingo | 1 | -6/+1 |
2010-03-09 | %start-stack in Scheme, in terms of prompts | Andy Wingo | 1 | -9/+0 |
2010-01-07 | remove scm_tc7_gsubr | Andy Wingo | 1 | -11/+6 |
2010-01-07 | fix procedure-name on applicable structs | Andy Wingo | 1 | -1/+4 |
2009-12-07 | procedures-with-setters implemented in terms of structs | Andy Wingo | 1 | -3/+0 |
2009-12-04 | eval.c closures are now applicable smobs, not tc3s | Andy Wingo | 1 | -29/+0 |
2009-12-04 | remove cxrs | Andy Wingo | 1 | -1/+1 |
2009-12-03 | remove debug frames | Andy Wingo | 1 | -47/+3 |
2009-12-01 | new evaluator, y'all | Andy Wingo | 1 | -280/+30 |
2009-11-26 | a very big commit cleaning up structs & goops. also applicable structs. | Andy Wingo | 1 | -1/+4 |
2009-11-15 | fold objects.[ch] into goops.[ch] | Andy Wingo | 1 | -1/+0 |
2009-11-15 | remove support for "entities" -- a form of applicable struct | Andy Wingo | 1 | -1/+1 |
2009-11-15 | remove operators | Andy Wingo | 1 | -1/+1 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -0/+1 |
2009-08-20 | programs have their own tc7 now | Andy Wingo | 1 | -0/+1 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -7/+49 |
2009-06-19 | rename SCM_SNAME to SCM_SUBR_NAME | Andy Wingo | 1 | -1/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-04-17 | no positions when reading psyntax-pp, validation in @/@@, cleanups | Andy Wingo | 1 | -18/+2 |
2009-04-17 | thread the module through syntax-case's expansion | Andy Wingo | 1 | -0/+31 |