Age | Commit message (Expand) | Author | Files | Lines |
1999-08-11 | 1999-08-11 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -2/+2 |
1999-08-04 | 1999-08-04 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -22/+1 |
1999-07-24 | *** empty log message *** | Mikael Djurfeldt | 1 | -1/+1 |
1999-07-14 | 1999-07-14 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -6/+1 |
1999-07-07 | Greg's smob patch | Mikael Djurfeldt | 1 | -8/+8 |
1999-07-04 | 1999-07-04 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -2/+2 |
1999-07-04 | 1999-07-04 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -15/+68 |
1999-06-09 | * ioext.c (scm_do_read_line): Rewritten to use memchr to find the | Jim Blandy | 1 | -1/+1 |
1999-02-06 | * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), | Jim Blandy | 1 | -2/+2 |
1998-11-12 | (scm_array_contents): removed unnecessary test for 0 base. | Radey Shouman | 1 | -2/+0 |
1998-10-26 | * numbers.c (num2long): As a software archeologist, I'm proud of | Mikael Djurfeldt | 1 | -1/+1 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-10-18 | * unif.c (scm_raprin1): Changed print syntax for byte vectors from | Mikael Djurfeldt | 1 | -2/+2 |
1998-10-15 | Warning fixes from Greg Harvey: | Jim Blandy | 1 | -4/+4 |
1998-10-03 | * unif.c (scm_array_set_x): Accept any kind of number as an | Jim Blandy | 1 | -4/+2 |
1998-07-23 | Simplify smob and port marking; set the mark bit in the generic | Jim Blandy | 1 | -3/+0 |
1998-07-16 | * unif.c: Say that ivect and uvect are of type signed and unsigned | Mikael Djurfeldt | 1 | -2/+2 |
1998-07-12 | * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c, | Mikael Djurfeldt | 1 | -2/+2 |
1998-04-12 | * unif.c (scm_uniform_vector_ref, scm_cvref, scm_array_set_x, | Mikael Djurfeldt | 1 | -5/+5 |
1998-03-30 | * gsubr.c (scm_gsubr_apply): Added dummy return to avoid compiler | Mikael Djurfeldt | 1 | -0/+2 |
1997-10-25 | * filesys.c (scm_close, set_element, get_element, scm_chown, | Marius Vollmer | 1 | -0/+2 |
1997-10-15 | * Makefile.in: Rebuilt. | Tom Tromey | 1 | -33/+32 |
1997-09-15 | * list.h (SCM_LISTn): New macros. Make list creation in C code | Mikael Djurfeldt | 1 | -2/+1 |
1997-08-30 | * unif.c (scm_shap2ra): tighten the checking of the array dimension | Gary Houston | 1 | -9/+14 |
1997-08-24 | * ramap.c (scm_ra_matchp, scm_array_fill_int, racp, ramap_1, | Mikael Djurfeldt | 1 | -0/+13 |
1997-06-21 | Make things compile neatly under Sun's C compiler. | Jim Blandy | 1 | -1/+1 |
1997-05-26 | * Lots of files: New address for FSF. | Jim Blandy | 1 | -3/+3 |
1997-03-11 | * unif.c (scm_array_set_x): Cast ICHR (obj) to char if storing in | Mikael Djurfeldt | 1 | -1/+1 |
1997-02-24 | * unif.c (scm_init_unif): Added #include "unif.x". (There are two | Mikael Djurfeldt | 1 | -0/+1 |
1997-02-15 | * unif.c (scm_array_set_x): minor change to argument error checking. | Gary Houston | 1 | -16/+19 |
1997-02-06 | * strop.c (scm_string_upcase_x, scm_string_downcase_x): moved from | Gary Houston | 1 | -50/+0 |
1997-01-25 | * ports.c: add SCM_PROC declarations for pt-size and pt-member. | Gary Houston | 1 | -56/+55 |
1997-01-18 | * init.scm (index, rindex): replace versions in utilities.scm with | Gary Houston | 1 | -39/+123 |
1997-01-07 | I think the Sun compiler has chosen a perverse way to interpret | Jim Blandy | 1 | -2/+1 |
1996-12-18 | Give GCC more control flow information, so it can be sure that | Jim Blandy | 1 | -15/+22 |
1996-10-20 | * pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c, ports.h, | Mikael Djurfeldt | 1 | -6/+6 |
1996-10-14 | * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c, | Jim Blandy | 1 | -226/+53 |
1996-10-11 | * unif.c (scm_ra_set_contp): Localize `inc' declaration. | Jim Blandy | 1 | -7/+9 |
1996-09-22 | * arbiters.c (prinarb), | Mikael Djurfeldt | 1 | -26/+26 |
1996-09-19 | * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an | Gary Houston | 1 | -18/+32 |
1996-09-15 | * debug.c, unif.c: use scm_out_of_range instead of | Gary Houston | 1 | -2/+2 |
1996-09-11 | * numbers.h: Repeated declarations removed. | Jim Blandy | 1 | -13/+4 |
1996-09-10 | C files should #include only the header files they need, not | Jim Blandy | 1 | -0/+9 |
1996-08-07 | portability fixes for header inclusion etc. | Gary Houston | 1 | -0/+1 |
1996-07-25 | maintainer changed: was lord, now jimb; first import | Jim Blandy | 1 | -0/+2687 |