* debug.c: Fixed and improved gdb support.
[bpt/guile.git] / libguile /
1996-08-24 Mikael Djurfeldt* debug.c: Fixed and improved gdb support.
1996-08-23 Mikael Djurfeldt* stime.c: Added declaration of ftime. (This is missing in
1996-08-23 Mikael Djurfeldt* socket.c: Added declaration of inet_aton to avoid...
1996-08-23 Mikael Djurfeldt*** empty log message ***
1996-08-23 Gary Houstonremove a change that shouldn't have slipped in.
1996-08-23 Gary Houston * strerror.c: new file from Emacs' sysdep.c.
1996-08-23 Gary Houston * configure, scmconfig.h.in: Updated, using autoconf...
1996-08-23 Mikael Djurfeldt* debug.c (scm_init_debug): Added initialization for
1996-08-23 Mikael Djurfeldt*** empty log message ***
1996-08-23 Mikael Djurfeldt*** empty log message ***
1996-08-23 Mikael Djurfeldt* gscm.c, init.c, root.c, throw.c: Bug fixes:
1996-08-23 Mikael Djurfeldt* __scm.h, stackchk.h, stackchk.c: Guile now performs...
1996-08-23 Mikael Djurfeldt* eval.c, print.h, print.c, read.h, read.c: Modificatio...
1996-08-23 Mikael Djurfeldt* options.h, options.c: Options now have documentation...
1996-08-23 Mikael Djurfeldt* debug.h, debug.c: Various name changes.
1996-08-23 Mikael Djurfeldt* debug.h, debug.c: Various name changes.
1996-08-23 Mikael Djurfeldt * __scm.h, stackchk.h, stackchk.c: Guile now performs...
1996-08-23 Mikael Djurfeldt*** empty log message ***
1996-08-22 Mikael Djurfeldt* error.c (scm_everr, scm_init_error): write now writes...
1996-08-22 Mikael Djurfeldt*** empty log message ***
1996-08-20 Mikael Djurfeldt*** empty log message ***
1996-08-20 Mikael Djurfeldt* throw.c (jbsmob): Jump buffers are now correctly...
1996-08-20 Mikael Djurfeldt* srcprop.h: New file: source properties.
1996-08-20 Mikael Djurfeldt* * srcprop.c: New file: source properties.
1996-08-20 Mikael Djurfeldt* root.h: Added scm_source_whash among scm_sys_protects.
1996-08-20 Mikael Djurfeldt* read.h: Defines for reader options.
1996-08-20 Mikael Djurfeldt* * read.c: New procedure: scm_read_options
1996-08-20 Mikael Djurfeldt* print.h: Defines for print options.
1996-08-20 Mikael Djurfeldt* * print.c: New procedure: scm_print_options
1996-08-20 Mikael Djurfeldt* posix.c (scm_getpgrp): Cast pointer to getpgrp.
1996-08-20 Mikael Djurfeldt* * objprop.c (scm_object_properties, scm_set_object_pr...
1996-08-20 Mikael Djurfeldt* libguile.h: Conditionally include debug.h
1996-08-20 Mikael Djurfeldt* init.c (scm_restart_stack, scm_boot_guile): Added...
1996-08-20 Mikael Djurfeldt* gc.c (scm_init_storage): Renamed scm_make_weak_hash_table
1996-08-20 Mikael Djurfeldt* eval.h: Renamed EVAL --> XEVAL.
1996-08-20 Mikael Djurfeldt* * eval.c: scm_m_set and SCM_IM_SET no longer supports...
1996-08-20 Mikael Djurfeldt* debug.h: New file: low-level debugging support.
1996-08-20 Mikael Djurfeldt* * debug.c: New file: low-level debugging support...
1996-08-20 Mikael Djurfeldt* continuations.c (scm_make_cont): Enlarged the #if...
1996-08-20 Mikael Djurfeldt* * configure.in: Added user option for debugging support.
1996-08-20 Mikael Djurfeldt* acconfig.h: Added symbols for debugging support.
1996-08-20 Mikael Djurfeldt* * options.c: New file: handling of run time options.
1996-08-20 Mikael Djurfeldt* __scm.h: Removed symbols for debugging support.
1996-08-20 Mikael Djurfeldt* Makefile.in: Added {debug,options,srcprop}.{h,c}
1996-08-20 Mikael Djurfeldt*** empty log message ***
1996-08-15 Jim Blandy*** empty log message ***
1996-08-15 Jim Blandy* libguile.h: #include "objprop.h"; I guess this was...
1996-08-15 Jim Blandy* init.c (scm_boot_guile): Add init_func argument;...
1996-08-15 Jim Blandy* init.c (scm_boot_guile): Don't call scm_init_rgx...
1996-08-15 Jim Blandy* gc.h: Use the PROTO macro when declaring functions.
1996-08-15 Jim Blandy* gc.h: Use the PROTO macro when declaring functions.
1996-08-15 Jim Blandy* libguile.h: #include "__scm.h" before testing the...
1996-08-08 Jim Blandy* posix.c (scm_init_posix): Use numeric values, rather...
1996-08-07 Jim Blandy.
1996-08-07 Jim Blandy* Makefile.in (ancillary): Drop def.sed.
1996-08-07 Jim BlandyMore functions unavailable on some systems.
1996-08-07 Jim Blandy* Makefile.in (ancillary): Drop acconfig-1.5.h; add...
1996-08-07 Gary Houstonlet __scm.h be edited directly
1996-08-07 Gary Houstonportability fixes for header inclusion etc.
1996-08-07 Jim Blandy.
1996-08-06 Jim BlandyChanges for NeXT, suggested by Robert Brown.
1996-08-06 Jim BlandyChanges for NeXT, suggested by Robert Brown.
1996-08-06 Jim Blandy.
1996-08-04 Gary Houstona few fixups to primitive functions
1996-08-03 Gary Houstonlet fdsocket.c compile if struct linger is missing
1996-08-02 Gary Houstonmake C system primitives throw exceptions
1996-08-01 Jim Blandy.
1996-08-01 Jim Blandy* filesys.c, posix.c: #include <sys/types.h> before...
1996-08-01 Jim Blandy* Makefile.in (libobjs): Remove duplicate entry for...
1996-08-01 Jim Blandy.
1996-08-01 Jim Blandy* Makefile.in (.c.x): Compensate for Ultrix's broken...
1996-08-01 Jim Blandy.
1996-08-01 Jim Blandy*** empty log message ***
1996-08-01 Jim Blandy* Makefile.in (dist-dir): New target, implementing...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import