summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Regenerated, so it uses "tar", not "gtar".Jim Blandy1997-08-271-1/+1
* doc fixJim Blandy1997-08-261-3/+3
* Regenerated.Mikael Djurfeldt1997-08-251-1/+2
* UpdatedMikael Djurfeldt1997-08-251-2/+2
* * error.c, error.h (scm_error_callback): Removed (see NEWS).Mikael Djurfeldt1997-08-253-7/+4
* RegeneratedMikael Djurfeldt1997-08-241-3/+9
* * regex-posix.c: If <regex.h> can't be found, try <rxposix.h> orMikael Djurfeldt1997-08-242-1/+15
* * ramap.c (scm_ra_matchp, scm_array_fill_int, racp, ramap_1,Mikael Djurfeldt1997-08-243-4/+39
* * errno.h: prototype for scm_strerror.Gary Houston1997-08-233-0/+14
* * list.c (scm_list_append_x): Allow non-pair as last argument.Mikael Djurfeldt1997-08-182-1/+7
* * stime.h: prototype for scm_times.Gary Houston1997-08-169-166/+394
* * stacks.c (scm_make_stack), coop-threads.c, mit-pthreads.cMikael Djurfeldt1997-08-144-7/+42
* * gsubr.c (scm_gsubr_apply): From Radey ShoumanMikael Djurfeldt1997-08-141-2/+7
* * * gh_io.c (gh_write): New function.Mikael Djurfeldt1997-08-132-0/+17
* * * gh_eval.c (catch_with_saved_stack): Removed. Replaced by:Mikael Djurfeldt1997-08-133-46/+57
* really delete primitive-dup.Gary Houston1997-07-291-25/+1
* * ioext.h: fix up prototypes.Gary Houston1997-07-295-68/+102
* *** empty log message ***Marius Vollmer1997-07-271-0/+32
* * struct.c (scm_print_struct): Use scm_printer_apply to call theMarius Vollmer1997-07-271-2/+1
* * print.c (scm_iprin1): Enter printed structures into the printMarius Vollmer1997-07-272-17/+82
* * dynwind.c (scm_dowinds): Handle fluids on the wind list.Marius Vollmer1997-07-263-12/+122
* * eval.c (scm_apply): Handle the case when a tc7_sybr_2 is appliedMikael Djurfeldt1997-07-252-1/+7
* Line-oriented i/o:Tim Pierce1997-07-239-2/+166
* * ioext.h: removed scm_duplicate_port prototype.Gary Houston1997-07-213-53/+21
* * filesys.c (scm_close): oops, don't call SCM_INUM twice on theGary Houston1997-07-204-1/+61
* * fluids.c (next_fluid_num): don't doGary Houston1997-07-2010-69/+124
* * ports.c (scm_flush_all_ports): SCM_PROC incorrectly allowed anGary Houston1997-07-193-8/+14
* *** empty log message ***Marius Vollmer1997-07-182-0/+287
* *** empty log message ***Marius Vollmer1997-07-181-0/+27
* * smob.h: Include "libguile/print.h" to make scm_print_stateMarius Vollmer1997-07-181-0/+1
* * root.h: Added "fluids" member to scm_root_state.Marius Vollmer1997-07-181-1/+3
* * root.c: Include "fluids.h". (scm_mark_root): Mark "fluids".Marius Vollmer1997-07-181-0/+3
* * init.c: Include "fluids.h". (scm_boot_guile_1): Added call toMarius Vollmer1997-07-181-1/+5
* * dynl.c (free_dynl_obj): New function to free the dynamic objectMarius Vollmer1997-07-181-3/+16
* * fluids.c, fluid.h: New files.Marius Vollmer1997-07-182-7/+9
* * configure.in: use AC_CHECK_FUNCS for sethostent etc.,Gary Houston1997-07-181-0/+42
* *** empty log message ***Jim Blandy1997-07-111-0/+33
* Changes to compile under gnu-win32, from Marcus Daniels:Jim Blandy1997-07-117-9/+71
* *** empty log message ***Jim Blandy1997-07-101-0/+12
* * read.c (recsexpr): Give this a dummy definition ifJim Blandy1997-07-101-2/+4
* * error.c (scm_wta): Pass SCM_EOL to scm_misc_error as the list ofJim Blandy1997-07-101-2/+2
* * stime.c (scm_localtime, scm_mktime): Pass SCM_EOL toJim Blandy1997-07-101-2/+2
* *** empty log message ***Marius Vollmer1997-07-041-0/+5
* * coop-threads.c (scm_wait_condition_variable): Lock mutex againMarius Vollmer1997-07-041-0/+1
* *** empty log message ***Marius Vollmer1997-07-031-0/+5
* * root.c (cwdr_outer_body): Bugfix: Pass `c' instead of `&c' toMarius Vollmer1997-07-031-1/+1
* alloca configure fixesTim Pierce1997-06-283-4/+11
* * simpos.h: prototype for scm_primitive_exit.Gary Houston1997-06-283-2/+22
* *** empty log message ***Tim Pierce1997-06-281-0/+1
* Regexp flag enhancementsTim Pierce1997-06-282-7/+32