Age | Commit message (Expand) | Author | Files | Lines |
1996-10-29 | This commit was manufactured by cvs2svn to create tagpost_vollmer_snarf | cvs2svn | 105 | -19617/+0 |
1996-10-29 | * snarf.h: New file. | Jim Blandy | 4 | -43/+114 |
1996-10-29 | *** empty log message *** | Jim Blandy | 1 | -0/+5 |
1996-10-29 | * boot-9.scm (load-from-path): New function. | Jim Blandy | 1 | -9/+8 |
1996-10-29 | *** empty log message *** | Jim Blandy | 1 | -0/+32 |
1996-10-29 | * Makefile.in (scm_files): Add r4rs.scm and test.scm to this list, | Jim Blandy | 1 | -1/+3 |
1996-10-29 | Get Guile to be a little less chatty by default. The new user | Jim Blandy | 1 | -0/+149 |
1996-10-29 | Get Guile to be a little less chatty by default. The new user | Jim Blandy | 1 | -141/+16 |
1996-10-29 | * test.scm: New file. | Jim Blandy | 1 | -0/+1032 |
1996-10-29 | *** empty log message *** | Jim Blandy | 1 | -0/+16 |
1996-10-29 | * * numbers.c (scm_integer_p): Renamed from scm_int_p; change its | Jim Blandy | 2 | -2/+2 |
1996-10-29 | * * numbers.c (scm_integer_p): Renamed from scm_int_p; change its | Jim Blandy | 1 | -8/+8 |
1996-10-29 | * strports.c (scm_eval_0str): New function. | Jim Blandy | 3 | -1/+24 |
1996-10-28 | (load): Should call primitive-load-path, not primitive-load. Oops. | Jim Blandy | 1 | -1/+1 |
1996-10-28 | *** empty log message *** | Jim Blandy | 2 | -0/+21 |
1996-10-28 | * * load.c (scm_sys_search_load_path): Search for files under all | Jim Blandy | 1 | -30/+111 |
1996-10-28 | * boot-9.scm (load): Simplified; primitive-load does most of this | Jim Blandy | 1 | -42/+3 |
1996-10-28 | *** empty log message *** | Jim Blandy | 1 | -1/+4 |
1996-10-28 | * configure.in: add tests for figuring out whether buffered data | Gary Houston | 9 | -137/+394 |
1996-10-27 | * boot-9.scm (stat:dev etc.) accessor functions for stat components. | Gary Houston | 2 | -3/+26 |
1996-10-27 | * filesys.c (scm_stat2scm): derive file type and permissions from | Gary Houston | 2 | -76/+71 |
1996-10-27 | * load.c: change s_try_load and s_try_load_path to s_primitive_load | Gary Houston | 6 | -72/+54 |
1996-10-25 | *** empty log message *** | Jim Blandy | 3 | -0/+80 |
1996-10-25 | * boot-9.scm (%read-sharp): Don't recognize the `#!' syntax here; | Jim Blandy | 1 | -5/+0 |
1996-10-25 | * read.c (scm_lreadr): Recognize SCSH-style block comments; text | Jim Blandy | 1 | -0/+31 |
1996-10-25 | * feature.c (scm_set_program_arguments): New argument, FIRST. | Jim Blandy | 3 | -5/+13 |
1996-10-23 | *** empty log message *** | Jim Blandy | 1 | -0/+43 |
1996-10-23 | * ports.c: Formatting tweak. | Jim Blandy | 1 | -1/+1 |
1996-10-23 | * init.c: (scm_boot_guile, scm_boot_guile_1): New, simplified | Jim Blandy | 1 | -19/+5 |
1996-10-23 | * init.c (scm_start_stack): Don't initialize scm_progargs here. | Jim Blandy | 1 | -225/+101 |
1996-10-23 | * * fports.c (scm_stdio_to_port): New function. Its guts used to be | Jim Blandy | 2 | -2/+38 |
1996-10-23 | * * feature.c (scm_set_program_arguments): New function. | Jim Blandy | 2 | -1/+12 |
1996-10-21 | *** empty log message *** | Jim Blandy | 2 | -0/+9 |
1996-10-21 | * hashtab.h (scm_hashx_remove_x): Renamed `delete' parameter to | Jim Blandy | 1 | -1/+1 |
1996-10-21 | * boot-9.scm: Formatting tweaks. | Jim Blandy | 1 | -12/+24 |
1996-10-21 | Started moving gh.c to acknowledging conservative GC; gh_test core dumps, | Mark Galassi | 1 | -2/+2 |
1996-10-20 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+35 |
1996-10-20 | * alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c, | Mikael Djurfeldt | 23 | -77/+85 |
1996-10-20 | * pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c, | Mikael Djurfeldt | 1 | -66/+76 |
1996-10-20 | * pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c, | Mikael Djurfeldt | 1 | -0/+1 |
1996-10-20 | * pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c, | Mikael Djurfeldt | 5 | -18/+18 |
1996-10-20 | * pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c, | Mikael Djurfeldt | 2 | -13/+21 |
1996-10-20 | * pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c, ports.h, | Mikael Djurfeldt | 8 | -32/+34 |
1996-10-18 | Adding more stuff to get the docs to work. | Mark Galassi | 1 | -0/+91 |
1996-10-18 | Adjustment of load-stack selection. | Mikael Djurfeldt | 1 | -1/+1 |
1996-10-17 | Bugfix: arg-list --> args in error handler. | Mikael Djurfeldt | 1 | -1/+1 |
1996-10-17 | *** empty log message *** | Mikael Djurfeldt | 2 | -0/+39 |
1996-10-17 | * boot-9.scm (handle-system-error): Added hooks before-error-hook, | Mikael Djurfeldt | 1 | -23/+52 |
1996-10-17 | Oops! | Mikael Djurfeldt | 1 | -1/+1 |
1996-10-17 | * backtrace.c (scm_display_error): Just a safety measure: Stacks | Mikael Djurfeldt | 1 | -1/+4 |