Age | Commit message (Expand) | Author | Files | Lines |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -80/+110 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -15/+15 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -141/+128 |
2000-01-11 | * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 1 | -4/+2 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -29/+29 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -22/+22 |
2000-01-05 | * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for | Greg J. Badros | 1 | -5/+5 |
2000-01-05 | * unif.c, symbols.c, strings.c, stacks.c, random.c, print.c, | Greg J. Badros | 1 | -4/+2 |
1999-12-18 | * alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif.c: Use | Greg J. Badros | 1 | -5/+5 |
1999-12-16 | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1 | -12/+12 |
1999-12-13 | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1 | -22/+141 |
1999-12-12 | * *.c: Finish replacing K&R style prototypes with ANSI C | Greg J. Badros | 1 | -7/+2 |
1999-12-12 | * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T: | Greg J. Badros | 1 | -2/+2 |
1999-12-12 | * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMP | Greg J. Badros | 1 | -1/+1 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -290/+236 |
1999-11-30 | * unif.h: added some comments, removed the SCM_P macros. | Gary Houston | 1 | -3/+4 |
1999-11-20 | * unif.c (scm_list_to_uniform_array): call | Gary Houston | 1 | -1/+2 |
1999-11-19 | * acconfig.h: add HAVE_ARRAYS. | Gary Houston | 1 | -100/+21 |
1999-11-18 | * configure.in: check for hstrerror. | Gary Houston | 1 | -60/+59 |
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 |