Age | Commit message (Expand) | Author | Files | Lines |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-02-14 | * arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c, | Greg J. Badros | 1 | -1/+2 |
2000-01-26 | * sort.c: typo in comment fixed. | Greg J. Badros | 1 | -1/+3 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -6/+6 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -3/+3 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -6/+6 |
2000-01-04 | * options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMP | Greg J. Badros | 1 | -9/+3 |
2000-01-03 | * gc.c (scm_debug_newcell): Added SCM_SETCAR of the newly | Greg J. Badros | 1 | -0/+1 |
1999-12-16 | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1 | -4/+4 |
1999-12-13 | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1 | -3/+5 |
1999-12-12 | * *.c: Finish replacing K&R style prototypes with ANSI C | Greg J. Badros | 1 | -26/+11 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -35/+47 |
1999-11-19 | * acconfig.h: add HAVE_ARRAYS. | Gary Houston | 1 | -1/+4 |
1999-11-18 | * configure.in: check for hstrerror. | Gary Houston | 1 | -2/+2 |
1999-09-28 | Fix my last commit -- DEBUG_FREELIST renamed to GUILE_DEBUG_FREELIST | Greg J. Badros | 1 | -3/+3 |
1999-09-27 | * stacks.c: Avoid compiler warning re: unitialized var. | Greg J. Badros | 1 | -1/+15 |
1999-09-02 | Added prototype for on_exit | Mikael Djurfeldt | 1 | -0/+2 |
1999-09-02 | * gc.c (cleanup, scm_init_storage): Use on_exit if present and | Mikael Djurfeldt | 1 | -1/+15 |
1999-09-01 | Allocators should use the `void *' type for generic pointers. | Jim Blandy | 1 | -11/+10 |
1999-08-30 | * gc.c (scm_init_storage): Skip registration of cleanup on systems | Mikael Djurfeldt | 1 | -0/+2 |
1999-08-29 | * gc.c (scm_gc_mark): Mark 1 procedure slot in entities instead of | Mikael Djurfeldt | 1 | -4/+1 |
1999-08-26 | * procs.c, procs.h (scm_subr_entry): New type: Stores data | Mikael Djurfeldt | 1 | -2/+6 |
1999-07-31 | * gc.c (scm_must_malloc, scm_must_realloc): Removed unnecessary | Mikael Djurfeldt | 1 | -19/+18 |
1999-07-24 | * gc.c (scm_gc_sweep): Use value returned from scm_ptobs[].free. | Mikael Djurfeldt | 1 | -1/+1 |
1999-06-23 | * gc.c (scm_gc_sweep): Call struct free slot. | Mikael Djurfeldt | 1 | -14/+3 |
1999-06-16 | * gc.c (scm_mallocated): Just make this signed. | Jim Blandy | 1 | -12/+8 |
1999-06-15 | Fix from Ken Raeburn <raeburn@raeburn.org>: | Jim Blandy | 1 | -43/+35 |
1999-06-12 | * fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports.c, ports.h, | Jim Blandy | 1 | -2/+2 |
1999-06-09 | * gc.c (scm_igc): Check for scm_mallocated underflow. Otherwise, | Jim Blandy | 1 | -0/+21 |
1999-04-17 | Formatting tweak. | Jim Blandy | 1 | -3/+3 |
1999-03-11 | * gc.c, gc.h (scm_object_address): Renamed from scm_object_addr (). | Mikael Djurfeldt | 1 | -5/+18 |
1999-02-12 | * __scm.h (SCM_FENCE): Fix `asm volatile' warnings for EGCS. | Jim Blandy | 1 | -1/+1 |
1999-02-06 | * gc.c (scm_gc_sweep): Properly record the size of a freed | Jim Blandy | 1 | -1/+1 |
1999-02-06 | * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), | Jim Blandy | 1 | -4/+4 |
1999-01-05 | Correction of mistake (should have committed onto a branch...) | Mikael Djurfeldt | 1 | -13/+3 |
1999-01-05 | *** empty log message *** | Mikael Djurfeldt | 1 | -3/+13 |
1998-12-23 | * gc.c (scm_igc): Call scm_guardian_gc_init and | Mikael Djurfeldt | 1 | -2/+7 |
1998-12-16 | * gc.c (scm_gc_mark): Mark entity procedures. | Mikael Djurfeldt | 1 | -0/+7 |
1998-12-05 | * pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined, don't | Jim Blandy | 1 | -4/+8 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-10-10 | * gc.c (scm_return_first): Remove #ifdef __STDC__ garbage; Guile | Jim Blandy | 1 | -7/+0 |
1998-10-09 | Change the definition of the functions in scm_ptobfuns so that | Jim Blandy | 1 | -1/+1 |
1998-10-07 | * gc.c (scm_unprotect_object): Change this so that calls to | Jim Blandy | 1 | -14/+24 |
1998-07-30 | Changes to avoid signed/unsigned comparison warnings. | Jim Blandy | 1 | -23/+25 |
1998-07-23 | Simplify smob and port marking; set the mark bit in the generic | Jim Blandy | 1 | -7/+17 |
1998-07-12 | * gc.c (scm_igc): Changed //-comment into /*-comment. (Thanks to | Mikael Djurfeldt | 1 | -1/+1 |
1998-07-12 | * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c, | Mikael Djurfeldt | 1 | -3/+3 |
1998-04-12 | * gc.c (scm_gc_sweep): Count cells correctly. (Thanks to Ben | Mikael Djurfeldt | 1 | -0/+1 |
1998-01-04 | Doc fix. | Jim Blandy | 1 | -1/+4 |
1997-10-15 | * Makefile.in: Rebuilt. | Tom Tromey | 1 | -11/+4 |