Age | Commit message (Expand) | Author | Files | Lines |
1999-08-26 | This commit was manufactured by cvs2svn to create tagmdj_post_subr_table | cvs2svn | 13 | -2468/+0 |
1999-08-26 | * procs.c, procs.h (scm_subr_entry): New type: Stores data | Mikael Djurfeldt | 15 | -128/+614 |
1999-08-24 | fix | Mikael Djurfeldt | 1 | -3/+3 |
1999-08-24 | *** empty log message *** | Mikael Djurfeldt | 2 | -0/+24 |
1999-08-24 | * boot-9.scm: Removed old style hooks. | Mikael Djurfeldt | 1 | -49/+2 |
1999-08-24 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+28 |
1999-08-24 | * print.h (SCM_PORT_WITH_PS_P, SCM_PORT_WITH_PS_PORT, | Mikael Djurfeldt | 1 | -4/+10 |
1999-08-24 | * print.c (scm_get_print_state): New procedure: Given an output | Mikael Djurfeldt | 1 | -40/+59 |
1999-08-24 | * ports.c (scm_output_port_p): Bugfix: Coerce output port before | Mikael Djurfeldt | 1 | -2/+4 |
1999-08-24 | * objects.c (scm_class_of): Treat scm_tc16_port_with_ps as ports. | Mikael Djurfeldt | 1 | -7/+9 |
1999-08-24 | * eval.c (scm_init_eval): Use scm_make_smob_type instead of | Mikael Djurfeldt | 1 | -3/+3 |
1999-08-23 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+5 |
1999-08-23 | * eval.c (SCM_CEVAL): Let the SCM_IM_SLOT_SET_X form return | Mikael Djurfeldt | 1 | -2/+3 |
1999-08-20 | Post-release changes for 1.3.2. | Jim Blandy | 4 | -27/+5 |
1999-08-20 | *** empty log message *** | Jim Blandy | 1 | -0/+2 |
1999-08-20 | *** empty log message *** | Jim Blandy | 5 | -39/+13 |
1999-08-20 | *** empty log message *** | Jim Blandy | 4 | -6/+27 |
1999-08-20 | * load.c (scm_init_load_path): Remove support for SCHEME_LOAD_PATH. | Jim Blandy | 1 | -12/+0 |
1999-08-20 | Remove support for the #/ path list syntax entirely. | Jim Blandy | 1 | -47/+0 |
1999-08-20 | *** empty log message *** | Jim Blandy | 2 | -0/+20 |
1999-08-20 | * ports.h (enum scm_port_rw_active): New enum, containing | Jim Blandy | 4 | -13/+18 |
1999-08-20 | * ioext.c (scm_do_read_line, scm_read_line): Use scm_must_malloc, | Jim Blandy | 1 | -4/+6 |
1999-08-20 | * Makefile.in, aclocal.m4, configure: Regenerated. | Jim Blandy | 3 | -463/+128 |
1999-08-20 | *** empty log message *** | Jim Blandy | 1 | -0/+4 |
1999-08-20 | * Makefile.in: Regenerated. | Jim Blandy | 1 | -39/+9 |
1999-08-20 | Fixes in comments | Mikael Djurfeldt | 1 | -3/+6 |
1999-08-19 | Removed left-over debugging code | Mikael Djurfeldt | 1 | -1/+0 |
1999-08-19 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+5 |
1999-08-19 | * sort.c (quicksort): Added condition to protect the algorithm | Mikael Djurfeldt | 1 | -3/+21 |
1999-08-19 | 1999-08-19 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 2 | -0/+18 |
1999-08-19 | 1999-08-19 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 2 | -4/+25 |
1999-08-19 | Regenerated | Mikael Djurfeldt | 1 | -1/+1 |
1999-08-19 | * Makefile.am (libguile_la_LDFLAGS): Increased the version number | Mikael Djurfeldt | 2 | -1/+4 |
1999-08-19 | *** empty log message *** | Mikael Djurfeldt | 1 | -1/+0 |
1999-08-19 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+5 |
1999-08-19 | * eval.c (SCM_APPLY), sort.c (closureless): Expand body when | Mikael Djurfeldt | 2 | -3/+19 |
1999-08-18 | 1999-08-18 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 2 | -0/+25 |
1999-08-18 | I can't sort correctly. | Gary Houston | 1 | -1/+1 |
1999-08-18 | 1999-08-18 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 3 | -1/+7 |
1999-08-17 | *** empty log message *** | Mikael Djurfeldt | 2 | -0/+3 |
1999-08-17 | * gh.h (gh_vector_to_list): Bugfix. (Thanks to Frank Cieslok.) | Mikael Djurfeldt | 1 | -1/+1 |
1999-08-17 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+7 |
1999-08-17 | Regenerated | Mikael Djurfeldt | 1 | -1/+1 |
1999-08-17 | * configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually | Mikael Djurfeldt | 1 | -1/+1 |
1999-08-17 | * ports.h: Renamed scm_lseek () --> scm_seek (). | Mikael Djurfeldt | 1 | -1/+1 |
1999-08-17 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+21 |
1999-08-17 | * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, procprop.h, | Mikael Djurfeldt | 4 | -40/+40 |
1999-08-17 | * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c, | Mikael Djurfeldt | 1 | -4/+4 |
1999-08-17 | * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c, | Mikael Djurfeldt | 2 | -80/+92 |
1999-08-17 | * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c, | Mikael Djurfeldt | 1 | -18/+14 |