summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add Tex and texinfo output and auxiliary suffixes to .gitignoreNeil Jerram2009-06-141-0/+16
|
* guile-tools is a scheme script that loads scheme modulesAndy Wingo2009-04-171-1/+0
| | | | | | | | | | | | | | | * meta/guile-tools: Changed to be a scheme script. Instead of looking for executables in a "scripts dir", we just look for modules in (scripts), and load the modules directly. * module/Makefile.am: * module/scripts/: Move the scripts into module/ so they can be compiled. Rename scripts from `foo' to `foo.scm'. * libguile/Makefile.am: Invoke the snarf->texi code via guile-tools. * configure.in: * .gitignore: Update for changes.
* rely on getrlimit to DTRT, don't make stack calibration fileAndy Wingo2009-03-271-1/+0
| | | | | | | | | | | | | | * libguile/measure-hwm.scm: Remove. * .gitignore: Update for removal. * test-suite/standalone/test-fast-slot-ref.in: * test-suite/standalone/test-use-srfi.in: * am/guilec: * check-guile.in: Revert back to normal guile invocation. * libguile/Makefile.am: Don't make a stack calibration file, as the getrlimit-based limit setting should work fine.
* Merge commit '752be95a475132506c35922d284884cf776149d0' into vm-checkAndy Wingo2009-03-171-0/+1
|\ | | | | | | | | | | Conflicts: INSTALL
| * Remove `INSTALL'Neil Jerram2009-01-171-0/+1
| | | | | | | | * INSTALL: Removed.
* | Merge commit 'origin/master' into vmAndy Wingo2009-01-121-2/+4
|\ \ | |/ | | | | | | | | | | | | Conflicts: .gitignore guile-tools.in srfi/srfi-19.scm
| * Augment `.gitignore'.Ludovic Courtès2008-11-131-0/+3
| |
| * Avoid `Stack overflow' errors when running `make check'Neil Jerram2008-10-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For explanation, see comments and text in the new file libguile/measure-hwm.scm. * .gitignore: Add libguile/stack-limit-calibration.scm. * check-guile.in: Load libguile/stack-limit-calibration.scm. * configure.in: Add AC_CONFIG_FILES to generate test-use-srfi from test-use-srfi.in. * libguile/Makefile.am (TESTS, TESTS_ENVIRONMENT, stack-limit-calibration.scm): New targets, so that `make check' calibrates the stack limit before running the Guile test suite. * libguile/measure-hwm.scm: New file, calibrates stack limit for `make check'. * libguile/stackchk.c (scm_sys_get_stack_size): New primitive. * libguile/stackchk.h (scm_sys_get_stack_size): New primitive (declaration). * test-suite/standalone/test-use-srfi: Renamed test-use-srfi.in, so that ./configure can fill in variables in it. * test-suite/standalone/test-use-srfi.in: Load libguile/stack-limit-calibration.scm.
* | move scm srfi files to module/srfi, and compile them.Andy Wingo2008-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * .gitignore: Add gdb-pre-inst-guile. * configure.in: Add module/srfi/Makefile. * module/Makefile.am: Add srfi/. * module/srfi/: SRFI scheme files moved here, and compiled. * srfi/Makefile.am: Remove the bits about the scheme files.
* | update .gitignore filesAndy Wingo2008-09-071-0/+2
| | | | | | | | | | * .gitignore: * libguile/.gitignore: Update
* | move guilec and guile-disasm to be guile-tools scriptsAndy Wingo2008-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .gitignore: Some touchups. * configure.in: * src/.cvsignore: * src/Makefile.am: * Makefile.am: No more src/. * scripts/compile: * scripts/disassemble: Moved here from src/ and changed into guile-tools scripts. * scripts/Makefile.am: Add the new scriptes. * guilec.mk: Adapt to new way of invoking the compiler.
* | merge from guile masterAndy Wingo2008-08-261-0/+2
|\ \ | |/ | | | | Had to fix up .gitignore for some conflicts.
| * Add `pkg-config' support.Ludovic Courtès2008-05-041-0/+1
| |
| * Add TAGS to .gitignoreNeil Jerram2008-04-161-0/+1
| |
* | save vm's state before calling out to c proceduresAndy Wingo2008-08-051-0/+1
|/ | | | | | | | | * .gitignore: Ignore .go files. * src/vm_loader.c: * src/vm_scheme.c: * src/vm_system.c: Sync the VM's state before calling out to C procedures that might cons or cause a nonlocal exit.
* More `.gitignore'.Ludovic Courtès2008-04-071-0/+5
|
* new file. Make using git easier.Han-Wen Nienhuys2007-01-221-0/+65