* guile-config: Renamed from `build'.
[bpt/guile.git] / libguile /
1998-10-03 Jim Blandy*** empty log message ***
1998-10-03 Jim Blandy* init.c: Doc fixes.
1998-10-03 Jim Blandy* init.c (invoke_main_func): Load the startup files...
1998-10-03 Jim Blandy*** empty log message ***
1998-10-03 Jim BlandySome anti-warning changes from Greg Harvey.
1998-10-03 Jim Blandy*** empty log message ***
1998-10-03 Jim Blandy* posix.c (scm_getpwuid): If we can't find an entry...
1998-10-03 Jim Blandy*** empty log message ***
1998-10-03 Jim BlandyGet rid of warnings from the cooperative threading...
1998-10-03 Jim Blandy* iselect.c, threads.c: Doc fixes.
1998-10-03 Jim Blandy* scmconfig.h.in: .detarenegeR
1998-10-03 Jim Blandy*** empty log message ***
1998-10-03 Jim Blandy* Makefile.in: Regenerated with a patched automake...
1998-10-03 Jim Blandy* inet_aton.c (inet_aton): Add prototype, to remove...
1998-10-03 Jim Blandy*** empty log message ***
1998-10-03 Jim Blandy* readline.c: Doc fix.
1998-10-03 Jim Blandy* readline.c: Doc fix.
1998-10-03 Jim BlandyGetting rid of more warnings...
1998-09-30 Jim Blandy*** empty log message ***
1998-09-30 Jim BlandyWarning fixes from Maciej Stachowiak:
1998-09-30 Mark Galassi1998-09-30 Mark Galassi <rosalia@cygnus.com>
1998-09-29 Jim Blandy*** empty log message ***
1998-09-29 Jim Blandy* version.h (scm_libguile_config_stamp): Add prototype.
1998-09-29 Jim Blandy* snarf.h: Add SCM_VCELL_INIT and SCM_GLOBAL_VCELL_INIT...
1998-09-26 Jim Blandy*** empty log message ***
1998-09-26 Jim Blandy* eval.c (scm_force): Assert that x is SCM_NIMP to...
1998-09-06 Jim Blandy*** empty log message ***
1998-09-06 Jim Blandy* print.c (scm_iprin1): Rather than having one i, and...
1998-09-06 Jim Blandy* posix.h (scm_tmpnam): Added prototype.
1998-09-06 Jim Blandy*** empty log message ***
1998-09-06 Jim Blandy* objects.h (scm_set_object_procedure_x, scm_make_class...
1998-09-06 Jim Blandy* numbers.c (scm_mkbig): Add cast, and note that signed...
1998-09-06 Jim Blandy* load.c (swap_port): Make this function static.
1998-09-06 Jim Blandy* ioext.h (scm_read_line): Add prototype.
1998-09-06 Jim Blandy* hashtab.c (scm_hash_fn_get_handle, scm_hash_fn_create...
1998-09-06 Jim Blandy* gh_data.c (gh_set_substr): Add casts to avoid signed...
1998-09-05 Jim Blandy*** empty log message ***
1998-09-05 Jim Blandy* stackchk.h (SCM_STACK_OVERFLOW_P): Change definition...
1998-09-05 Jim Blandy* smob.c (scm_numsmob): Make this an int, not an scm_si...
1998-09-05 Jim Blandy* ports.c (scm_numptob): Make this an int, not an scm_s...
1998-09-05 Jim Blandy* gsubr.c (GSUBR_TEST): Don't #define this. Nobody...
1998-09-05 Jim Blandy* gh.h (gh_int2scmb, gh_uniform_vector_length,
1998-09-05 Jim Blandy* Makefile.am (libguile_la_SOURCES): Include Scheme...
1998-09-05 Jim Blandy(This change is part of the group made on 1998-07-30.)
1998-08-21 Mikael Djurfeldt*** empty log message ***
1998-08-21 Mikael Djurfeldt* options.c (scm_options): Bugfix: Allow empty list...
1998-08-21 Mikael Djurfeldt* eval.h, eval.c: New evaluator trap flag: SCM_TRAPS_P.
1998-08-21 Mikael Djurfeldt* eval.h, eval.c: New evaluator trap flag: SCM_TRAPS_P.
1998-08-21 Mikael Djurfeldt* debug.c, debug.h (scm_single_step): Removed.
1998-07-30 Jim Blandy*** empty log message ***
1998-07-30 Jim BlandyChanges to avoid signed/unsigned comparison warnings.
1998-07-30 Jim Blandy* filesys.c (scm_readlink): Make local vars rv and...
1998-07-30 Jim Blandy* eval.h (scm_eval_options_interface): Add external...
1998-07-30 Jim Blandy* dynl.h (scm_registered_modules, scm_clear_registered_...
1998-07-30 Jim Blandy* chars.c (scm_tables_prehistory): Add cast, to remove...
1998-07-30 Jim Blandy* appinit.c: File removed. It had a single function...
1998-07-29 Jim Blandy*** empty log message ***
1998-07-29 Jim Blandy* Makefile.in: Regenerated using the last public version of
1998-07-29 Jim Blandy*** empty log message ***
1998-07-27 Jim BlandyRemove Totoro kludge.
1998-07-27 Jim Blandy*** empty log message ***
1998-07-27 Jim Blandy* Makefile.am: Adjust for new thread configuration...
1998-07-23 Jim Blandy*** empty log message ***
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1998-07-16 Mikael Djurfeldt* eval.c (scm_copy_tree): Reverted last change: `eval...
1998-07-16 Mikael DjurfeldtUpdated
1998-07-16 Mikael Djurfeldt* eval.c (scm_copy_tree): Removed ability to copy vectors.
1998-07-16 Mikael Djurfeldt* gh_data.c, gh.h (gh_ints2scm, gh_longs2ivect,
1998-07-16 Mikael Djurfeldt* unif.c: Say that ivect and uvect are of type signed...
1998-07-12 Mikael DjurfeldtUpdated
1998-07-12 Mikael Djurfeldt*** empty log message ***
1998-07-12 Mikael Djurfeldt* stime.h: Renamed TIMEH --> STIMEH
1998-07-12 Mikael Djurfeldt* stime.c: Removed declaration of strptime. (It should be
1998-07-12 Mikael Djurfeldt* iselect.c: Use LONG_MAX instead of ULONG_MAX for...
1998-07-12 Mikael Djurfeldt* gc.c (scm_igc): Changed //-comment into /*-comment...
1998-07-12 Mikael Djurfeldt* backtrace.c (scm_display_error, scm_display_backtrace...
1998-07-12 Mikael DjurfeldtUpdated
1998-07-12 Mikael Djurfeldt*** empty log message ***
1998-07-12 Mikael Djurfeldt* init.c, readline.c: OK, I won't have these readline...
1998-07-12 Mikael Djurfeldt*** empty log message ***
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1998-07-12 Mikael Djurfeldt* vectors.c, vectors.h (scm_make_vector): Removed third...
1998-07-02 Mikael Djurfeldt* numbers.h (SCM_NUM2DBL): New macro. Complements...
1998-06-22 Mikael DjurfeldtUpdate
1998-06-22 Mikael Djurfeldt* load.c (scm_internal_parse_path): Renamed from scm_pa...
1998-06-22 Mikael Djurfeldt* load.h (scm_internal_parse_path, scm_parse_path,
1998-06-18 Mikael DjurfeldtUpdated
1998-06-18 Mikael Djurfeldt* root.h (scm_root_state): Added scm_cur_loadp.
1998-06-18 Mikael Djurfeldt* ports.c (current-load-port): New procedure.
1998-06-18 Mikael Djurfeldt* load.c: #include "dynwind.h";
1998-06-18 Mikael Djurfeldt* init.c (scm_boot_guile_1): Removed condition around
1998-06-18 Mikael Djurfeldt* filesys.c (dirname, basename): New procedures.
1998-06-18 Mikael Djurfeldt* dynwind.c: #include "genio.h"; #include "smob.h"...
1998-06-09 Mikael Djurfeldt* ioext.c (scm_isatty_p): Accept any kind of data as...
1998-06-09 Mikael DjurfeldtUpdated
1998-06-09 Mikael Djurfeldt* regex-posix.c (scm_regexp_exec): Free malloced memory...
1998-06-09 Mikael Djurfeldt* gh.h (gh_memv, gh_member): Fixed typos in macro defin...
1998-06-07 Mikael Djurfeldt*** empty log message ***
1998-06-07 Mikael Djurfeldt* debug.h, debug.c (scm_start_stack): New function...
1998-06-07 Mikael Djurfeldt* debug.h, debug.c (scm_start_stack): New function...
next