Age | Commit message (Expand) | Author | Files | Lines |
2000-03-17 | * init.c (scm_boot_guile_1): Introduced new variable | Mikael Djurfeldt | 1 | -4/+5 |
2000-03-16 | *** empty log message *** | Mikael Djurfeldt | 1 | -2/+2 |
2000-03-15 | Removed some stupid code. | Mikael Djurfeldt | 1 | -12/+4 |
2000-03-15 | * gc.c, gc.h, pairs.h, init.c: Implementation of a new way of | Mikael Djurfeldt | 1 | -3/+13 |
2000-03-14 | The following change to init.c is only enabled if Guile was | Mikael Djurfeldt | 1 | -0/+20 |
2000-03-14 | * init.c (scm_boot_guile_1): Use same initial segment size for | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-14 | * init.c (scm_boot_guile_1): Make 2-word segment 8K (512 cells). | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-14 | *** empty log message *** | Mikael Djurfeldt | 1 | -8/+2 |
2000-03-13 | * ports.c (flush_void_port): renamed to flush_port_default. | Gary Houston | 1 | -19/+3 |
2000-03-12 | * fports.c (scm_fdes_to_port): call fcntl F_GETFL to test that | Gary Houston | 1 | -22/+59 |
2000-03-12 | * init.c (scm_standard_stream_to_port): Check whether the file | Marius Vollmer | 1 | -4/+23 |
2000-02-09 | 2000-02-09 Gary Houston <ghouston@arglist.com> | Gary Houston | 1 | -1/+1 |
1999-12-12 | * *.c: Finish replacing K&R style prototypes with ANSI C | Greg J. Badros | 1 | -10/+3 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -31/+22 |
1999-11-19 | * acconfig.h: add HAVE_ARRAYS. | Gary Houston | 1 | -1/+3 |
1999-09-26 | support new configure options: --disable-posix, --disable-net | Gary Houston | 1 | -2/+6 |
1999-09-05 | Add 1999 to copyright years. | Jim Blandy | 1 | -1/+1 |
1999-08-26 | * procs.c, procs.h (scm_subr_entry): New type: Stores data | Mikael Djurfeldt | 1 | -0/+1 |
1999-07-28 | Removed configuration option --enable-lang which was recently added. | Mikael Djurfeldt | 1 | -4/+0 |
1999-07-27 | * init.c (scm_boot_guile_1): Added call to scm_init_lang (). | Mikael Djurfeldt | 1 | -0/+6 |
1999-07-25 | 1999-07-25 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -2/+0 |
1999-07-23 | * init.c: Make sure that scm_post_boot_init_modules is called only | Mikael Djurfeldt | 1 | -6/+8 |
1999-06-09 | * ioext.c (scm_do_read_line): Rewritten to use memchr to find the | Jim Blandy | 1 | -5/+24 |
1999-04-17 | Remove readline support, to avoid copyright confusion. | Jim Blandy | 1 | -4/+0 |
1999-03-14 | * Makefile.am, init.c, libguile.h, objects.c, root.h: Replaced | Mikael Djurfeldt | 1 | -2/+2 |
1999-01-10 | * init.c: #include "sort.h"; | Mikael Djurfeldt | 1 | -0/+4 |
1998-12-23 | * init.c (scm_boot_guile_1): Call scm_init_guardian. | Mikael Djurfeldt | 1 | -0/+2 |
1998-11-22 | * init.c: Added #include "modules.h" | Mikael Djurfeldt | 1 | -0/+4 |
1998-10-31 | * init.c (scm_boot_guile_1): Added calls to scm_init_macros and | Mikael Djurfeldt | 1 | -0/+4 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-10-09 | Centralize the creation of port objects based on stdio FILE * in | Jim Blandy | 1 | -3/+4 |
1998-10-08 | Include the source location in error messages for scripts. | Jim Blandy | 1 | -2/+2 |
1998-10-03 | * init.c: Doc fixes. | Jim Blandy | 1 | -0/+33 |
1998-07-27 | Remove Totoro kludge. | Jim Blandy | 1 | -3/+1 |
1998-07-12 | * init.c, readline.c: OK, I won't have these readline.x bug | Mikael Djurfeldt | 1 | -1/+3 |
1998-07-12 | * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c, | Mikael Djurfeldt | 1 | -2/+1 |
1998-06-18 | * init.c (scm_boot_guile_1): Removed condition around | Mikael Djurfeldt | 1 | -4/+1 |
1998-06-07 | * init.c (scm_start_stack, scm_restart_stack): Renamed to | Mikael Djurfeldt | 1 | -10/+10 |
1998-05-12 | * init.c (scm_boot_guile_1), readline.c: Test for | Mikael Djurfeldt | 1 | -1/+1 |
1998-02-02 | * backtrace.c (display_error_body, display_backtrace_body), | Mikael Djurfeldt | 1 | -3/+2 |
1997-11-29 | * init.c (scm_start_stack): Removed initialization of | Mikael Djurfeldt | 1 | -2/+0 |
1997-11-29 | * backtrace.c: Added #include "fluids.h" | Mikael Djurfeldt | 1 | -1/+1 |
1997-11-27 | * Makefile.am: Added iselect.c and iselect.h. | Mikael Djurfeldt | 1 | -0/+6 |
1997-10-23 | Readline support, from Daniel Risacher. | Jim Blandy | 1 | -0/+4 |
1997-10-15 | * Makefile.in: Rebuilt. | Tom Tromey | 1 | -2/+0 |
1997-09-22 | * init.c (scm_boot_guile_1): Added scm_init_objects (). | Mikael Djurfeldt | 1 | -0/+2 |
1997-09-15 | * sequences.h, sequences.c, append.h, append.c: Removed. These | Mikael Djurfeldt | 1 | -4/+0 |
1997-07-18 | * init.c: Include "fluids.h". (scm_boot_guile_1): Added call to | Marius Vollmer | 1 | -1/+5 |
1997-05-31 | * scmsigs.h, async.h: updated. | Gary Houston | 1 | -2/+0 |
1997-05-27 | Add support for POSIX regular expressions. | Jim Blandy | 1 | -0/+6 |