| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Mikael Djurfeldt | 1999-07-07 | 6 | -2/+28 |
* | Greg's smob patch | Mikael Djurfeldt | 1999-07-07 | 25 | -408/+183 |
* | * image-type.c: Updated example to use scm_make_smob_type_mfpe, | Mikael Djurfeldt | 1999-07-07 | 1 | -7/+3 |
* | * data-rep.texi: Updated SMOB docs to talk about | Mikael Djurfeldt | 1999-07-07 | 1 | -41/+93 |
* | 1999-07-04 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1999-07-04 | 8 | -29/+73 |
* | 1999-07-04 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1999-07-04 | 23 | -1654/+630 |
* | never finished | Jim Blandy | 1999-06-30 | 1 | -0/+0 |
* | *** empty log message *** | Mikael Djurfeldt | 1999-06-29 | 1 | -0/+12 |
* | * readline.scm: Bugfix: Avoid getting the continued-lines prompt | Mikael Djurfeldt | 1999-06-29 | 1 | -3/+6 |
* | * boot-9.scm (top-repl): Set/clear readline prompts before/after | Mikael Djurfeldt | 1999-06-29 | 1 | -2/+2 |
* | *** empty log message *** | Mikael Djurfeldt | 1999-06-23 | 1 | -0/+6 |
* | * dynl-dl.c (sysdep_dynl_link): Added parenthesis around the | Mikael Djurfeldt | 1999-06-23 | 1 | -1/+1 |
* | *** empty log message *** | Mikael Djurfeldt | 1999-06-23 | 1 | -0/+1 |
* | *** empty log message *** | Mikael Djurfeldt | 1999-06-23 | 1 | -0/+50 |
* | * tag.c (scm_tag): Base tag on vtable pointer. | Mikael Djurfeldt | 1999-06-23 | 1 | -2/+1 |
* | * struct.c, struct.h: | Mikael Djurfeldt | 1999-06-23 | 2 | -23/+61 |
* | * snarf.h (SCM_KEYWORD, SCM_GLOBAL_KEYWORD): New macros. | Mikael Djurfeldt | 1999-06-23 | 1 | -0/+15 |
* | * objects.h (SCM_SET_CLASS_DESTRUCTOR, | Mikael Djurfeldt | 1999-06-23 | 1 | -1/+6 |
* | * objects.c (scm_init_objects): Initialize destructor slot of the | Mikael Djurfeldt | 1999-06-23 | 1 | -0/+1 |
* | * libguile.h: #include "objects.h" | Mikael Djurfeldt | 1999-06-23 | 1 | -0/+1 |
* | * keywords.c, keywords.h (scm_c_make_keyword): New function. | Mikael Djurfeldt | 1999-06-23 | 2 | -4/+17 |
* | * gc.c (scm_gc_sweep): Call struct free slot. | Mikael Djurfeldt | 1999-06-23 | 1 | -14/+3 |
* | *** empty log message *** | Marius Vollmer | 1999-06-21 | 1 | -0/+21 |
* | Resolved harmless conflict. | Marius Vollmer | 1999-06-21 | 1 | -6/+41 |
* | * dynl.c (DYNL_GLOBAL): New. | Marius Vollmer | 1999-06-21 | 5 | -5/+22 |
* | *** empty log message *** | Jim Blandy | 1999-06-21 | 1 | -0/+6 |
* | * dynl.c (no_dynl_error, sysdep_dynl_link, sysdep_dynl_unlink, | Jim Blandy | 1999-06-21 | 1 | -13/+9 |
* | *** empty log message *** | Jim Blandy | 1999-06-19 | 1 | -0/+6 |
* | Patch from Greg Harvey: | Jim Blandy | 1999-06-19 | 5 | -151/+93 |
* | *** empty log message *** | Jim Blandy | 1999-06-19 | 1 | -1/+2 |
* | *** empty log message *** | Jim Blandy | 1999-06-19 | 1 | -0/+6 |
* | * eval.c (scm_map, scm_for_each): Verify that all arguments are | Jim Blandy | 1999-06-19 | 1 | -11/+37 |
* | *** empty log message *** | Jim Blandy | 1999-06-19 | 1 | -0/+4 |
* | * tests/interp.test: New file. | Jim Blandy | 1999-06-19 | 1 | -0/+16 |
* | *** empty log message *** | Jim Blandy | 1999-06-19 | 1 | -0/+16 |
* | * guardians.c (guardian_t): `next' - new field to be used for | Jim Blandy | 1999-06-19 | 1 | -31/+17 |
* | Remove spurious menu. | Jim Blandy | 1999-06-19 | 1 | -7/+1 |
* | *** empty log message *** | Jim Blandy | 1999-06-18 | 2 | -1/+13 |
* | * ls.scm (ls, lls): Handle no arguments as meaning to look in | Jim Blandy | 1999-06-18 | 1 | -5/+15 |
* | (A Common Mistake In Allocating Smobs): New section. | Jim Blandy | 1999-06-17 | 1 | -4/+83 |
* | *** empty log message *** | Jim Blandy | 1999-06-16 | 1 | -2/+2 |
* | *** empty log message *** | Jim Blandy | 1999-06-16 | 1 | -1/+7 |
* | * gc.c (scm_mallocated): Just make this signed. | Jim Blandy | 1999-06-16 | 2 | -14/+10 |
* | *** empty log message *** | Jim Blandy | 1999-06-16 | 1 | -1/+2 |
* | Doc fix. | Jim Blandy | 1999-06-16 | 1 | -45/+60 |
* | *** empty log message *** | Jim Blandy | 1999-06-16 | 1 | -0/+4 |
* | * ports.h: #include <sys/types.h>, to get a definition for `off_t'. | Jim Blandy | 1999-06-16 | 1 | -1/+3 |
* | *** empty log message *** | Jim Blandy | 1999-06-16 | 1 | -0/+18 |
* | *** empty log message *** | Jim Blandy | 1999-06-15 | 1 | -0/+2 |
* | * tests/time.test: New test file. | Jim Blandy | 1999-06-15 | 1 | -0/+28 |