Remove #include <stdio.h>. Add #include <string.h>.
[bpt/guile.git] / libguile / ChangeLog
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-09 Martin Grabmüller * posix.c (scm_gethostname): Set initial name length...
2001-03-09 Martin GrabmüllerAdded some new posix functions:
2001-03-09 Neil Jerram* Docstring fixes.
2001-03-08 Mikael Djurfeldt* ramap.c (racp): Removed optimization which caused...
2001-03-08 Mikael Djurfeldt* hash.c (scm_string_hash): Don't downcase characters.
2001-03-08 Mikael Djurfeldt*** empty log message ***
2001-03-07 Keisuke Nishidafix problems with gcc-2.96.
2001-03-06 Dirk Herrmann* Remove uses of SCM_ASSERT that may result in error...
2001-03-05 Mikael Djurfeldt* eval.c (scm_m_letstar): Removed check for duplicate...
2001-03-05 Martin Grabmüller * print.c (scm_print_options): Fixed texinfo in docstring.
2001-03-04 Gary Houston*** empty log message ***
2001-03-04 Gary Houston * socket.c (scm_fill_sockaddr): don't allow buffer...
2001-03-04 Dirk Herrmann* Eliminate another couple of calls to scm_wta.
2001-03-04 Mikael Djurfeldt* goops.c, goops.h (scm_sys_pre_expand_closure_x):...
2001-03-04 Dirk Herrmann* Eliminate some calls to scm_wta.
2001-03-04 Mikael Djurfeldt* goops.c (scm_sys_pre_expand_closure_x): New procedure.
2001-03-03 Marius Vollmer*** empty log message ***
2001-03-03 Marius Vollmer*** empty log message ***
2001-03-03 Marius Vollmer*** empty log message ***
2001-03-02 Keisuke NishidaRemove dump facilities.
2001-03-02 Martin Grabmüller*** empty log message ***
2001-02-28 Dirk Herrmann* Minor fixes to error checking macros.
2001-02-26 Mikael Djurfeldtports.c, ports.h (scm_c_read, scm_c_write): New functions.
2001-02-24 Neil Jerram * numbers.c (scm_two_doubles, scm_sys_expt, scm_sys_atan2,
2001-02-23 Neil Jerram* Minor docstring updates.
2001-02-22 Marius Vollmer*** empty log message ***
2001-02-22 Marius Vollmer*** empty log message ***
2001-02-21 Marius Vollmer*** empty log message ***
2001-02-17 Martin Grabmüller*** empty log message ***
2001-02-16 Neil Jerram* guile-snarf.awk.in: Quote any `@'s that occur in...
2001-02-16 Martin GrabmüllerMassive docstring work.
2001-02-16 Keisuke Nishida* dump.c (scm_undump): Bug fixed.
2001-02-15 Marius Vollmer*** empty log message ***
2001-02-13 Marius Vollmer*** empty log message ***
2001-02-13 Marius Vollmer*** empty log message ***
2001-02-12 Keisuke Nishida* list.c (scm_list_copy): Validate the first argument.
2001-02-11 Marius Vollmer*** empty log message ***
2001-02-10 Keisuke Nishida* dump.c (scm_store_bytes, scm_restore_bytes): Store...
2001-02-09 Keisuke Nishida* dump.c: Use double cells for update schedule.
2001-02-09 Keisuke NishidaBug fixed.
2001-02-08 Marius Vollmers/open/existed/ in description of port-for-each change.
2001-02-08 Marius Vollmer*** empty log message ***
2001-02-08 Dirk Herrmann* Fixed parameter checking for make-string.
2001-02-08 Dirk Herrmann* Fixed parameter checking for make-vector.
2001-02-06 Keisuke NishidaRemoved redundant code.
2001-02-05 Keisuke NishidaMinor modifications.
2001-02-05 Keisuke NishidaNew dump/undump scheme.
2001-02-03 Michael LivshinSCM_DOUBLE_CELLP deprecated and made unused
2001-02-03 Keisuke NishidaNew files: dump.c, dump.h.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-31 Mikael Djurfeldt* unif.c (rapr1): Don't apply scm_uniform_vector_length...
2001-01-30 Dirk Herrmann* Added docstrings by Martin Grabmueller.
2001-01-29 Mikael Djurfeldt* eval.c (SCM_APPLY): Check that primitives which take...
2001-01-27 Keisuke Nishidagoops.c (s_scm_get_keyword): Bug fix.
2001-01-26 Dirk Herrmann* Fix parameter error reporting and avoid redundant...
2001-01-26 Dirk Herrmann* Added missing includes of string.h.
2001-01-25 Dirk Herrmann* On errors, show line and column information even...
2001-01-25 Dirk Herrmann* Added a file-port? primitive.
2001-01-25 Dirk Herrmann* Made the port implementations less tightly coupled...
2001-01-25 Dirk Herrmann* Fix handling of (set-source-property! <obj> 'copy...
2001-01-24 Gary Houston * boot-9.scm: don't import (ice-9 rdelim) here. it...
2001-01-24 Dirk Herrmann* Make sure that parameter errors are reported correctly.
2001-01-24 Dirk Herrmann* Ooops: Forgot to credit Neil for the bug report.
2001-01-24 Dirk Herrmann* Make sure that scm_display_error validates its port...
2001-01-24 Mikael Djurfeldt* eval.c (SCM_APPLY): Added # args check for application of
2001-01-24 Dirk Herrmann* Separate the handling of OPEN flags between ports...
2001-01-22 Dirk Herrmann* Move all real functionality from scm_eval into inner_...
2001-01-19 Dirk Herrmann* Applied Martin Grabmueller's fix of case's handling...
2001-01-18 Gary Houston * ioext.c: further simplify scm_read_string_x_partial...
2001-01-18 Dirk Herrmann* Simplified gh_ints2scm by using SCM_FIXABLE.
2001-01-18 Dirk Herrmann* Cleaned up some limits-definitions.
2001-01-17 Dirk Herrmann* Fixed a couple of bugs with quotient, remainder,...
2001-01-16 Dirk Herrmann* Comment fixed.
2001-01-15 Dirk Herrmann* Return type of scm_make_smob_type is scm_bits_t now.
2001-01-11 Michael Livshin* objects.h (SCM_SET_ENTITY_SETTER): new macro. SCM_EN...
2001-01-08 Gary Houston * validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new...
2001-01-06 Gary Houston * ioext.c (scm_read_string_x_partial): new procedure...
2001-01-06 Marius Vollmer*** empty log message ***
2001-01-04 Michael Livshin * guardians.c (F_GREEDY, F_LISTED, F_DESTROYED, GREEDY_P,
2001-01-02 Gary Houston * fports.c (fport_write): bugfix: handle short writes for
2000-12-30 Michael Livshin* guardians.c (guardian_print): for sharing guardians...
2000-12-29 Michael Livshin * weaks.c (scm_scan_weak_vectors): move the calculatio...
2000-12-28 Dirk Herrmann* Fixed the changelog entry regarding re-introduction...
2000-12-28 Dirk Herrmann* Get rid of the annoying variable-gets-clobbered-by...
2000-12-28 Dirk Herrmann* Re-introduces the unused member "documentation" of...
2000-12-28 Michael Livshin* guardians.c (mark_dependencies_in_tconc): new function.
2000-12-24 Michael Livshin* gc.c: (scm_gc_mark_dependencies): use SCM_EQ_P for...
2000-12-23 Michael Livshin* gc.c: (scm_gc_mark_dependencies): new function. ...
2000-12-23 Dirk Herrmann* Removed unused member "properties" from struct scm_su...
2000-12-22 Dirk Herrmann* Removed unused member "documentation" from struct...
2000-12-21 Dirk Herrmann* Make sure, re-entering the dynamic scope of an eval...
2000-12-21 Dirk Herrmann* Simplify the use of SCM_PUREGENERICP.
2000-12-20 Gary Houston * continuations.c (continuation_apply): subtract the...
2000-12-18 Dirk Herrmann* Remove some redundant SCM_N?IMP tests.
2000-12-16 Keisuke NishidaSome GOOPS cleanup.
2000-12-16 Keisuke NishidaAdded prototype.
2000-12-15 Dirk Herrmann* New environment variable scm_system_environment to...
2000-12-15 Dirk Herrmann* Fix a bug in scm_eval.
2000-12-14 Dirk Herrmann* Re-introduced most-positive-fixnum and most-negative...
next