1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 22:50:27 +02:00
Commit graph

3297 commits

Author SHA1 Message Date
Gary Houston
28d77376bc * filesys.c (scm_select, retrieve_select_type, get_element,
fill_select_type, set_element): modified so that Scheme
	"select" tests port buffers for the ability to provide input
	or accept output.  Previously only the underlying file descriptors
	were checked.  Rewrote the docstring.

	* expect.scm (expect): don't call char-ready? before expect-select,
	since select now checks port buffers itself.  don't bother to check
	the time first either, since expect-select does it.
2000-01-29 18:04:38 +00:00
Greg J. Badros
7f1497ce18 *** empty log message *** 2000-01-27 18:16:35 +00:00
Greg J. Badros
5ffe9968de * vectors.c, symbols.c, strorder.c: Documentation cut and pasted
from Gregg Reynolds.  Thanks Gregg!
2000-01-27 18:15:56 +00:00
Greg J. Badros
2288ff9b51 *** empty log message *** 2000-01-27 18:03:53 +00:00
Greg J. Badros
0821c4f671 * strop.c (scm_i_index): Obfuscated commented-out SCM_DEFINE by
adding "x" prefix to the line so that guile-func-name-check
doesn't complain unnecessarily.
2000-01-27 18:00:06 +00:00
Greg J. Badros
349af6dde9 *** empty log message *** 2000-01-27 01:39:26 +00:00
Greg J. Badros
6552dbf799 * throw.c: Factor out an #ifdef/#else/#endif choice more finely
for maintainability.

* strop.c: Documentation added by Gregg A. Reynolds.   Pasted in
from qdocs, RnRs.
2000-01-27 01:35:16 +00:00
Greg J. Badros
a28eb12715 *** empty log message *** 2000-01-26 21:11:54 +00:00
Greg J. Badros
6fa73e72f8 * tag.c: Added doc for `tag', but mark as deprecated since Mikael
suggests removing tag.c altogether (and using a new `class-of'
instead).

* strings.c:  Added documentation from Gregg A. Reynolds.  Edited
a bit by me to use FOO instead of @var{foo} and to have the
summary come before preconditions on input.  Also dropped trailing
(rnrs) note.

* gsubr.c: Do not use SCM_DEFINE for `gsubr-apply'. Register the
function with scm_make_subr_opt w/ last arg of 0 so it is not
visible at the Scheme level. Mikael says (on devel-guile) that
this is the right thing because the first arg to the proc is the
guts of a compiled closure and shouldn't be exposed to the Scheme
level.
2000-01-26 18:07:07 +00:00
Greg J. Badros
413e7093d8 Ignore tmp[123] files 2000-01-26 01:26:30 +00:00
Greg J. Badros
ac2259fc4d *** empty log message *** 2000-01-26 01:25:40 +00:00
Greg J. Badros
da4a1dbab4 * sort.c: typo in comment fixed.
* keywords.c: Added documentation.

* guardians.c: Added documentation (could be better).

* gc.c: Added docs for gc-set-debug-check-freelist.

* eq.c: Added docs for eq?, eqv? equal? abridged from R4RS.

* boolean.c: Added docs for `not', `boolean?' (by hand).
2000-01-26 01:17:16 +00:00
Marius Vollmer
7e2cb69cbc Don't blame Jim for everything 2000-01-25 21:34:39 +00:00
Greg J. Badros
d928e0b4fb * random.c: Added documentation, from SLIB page:
http://angela.ctrl-c.liu.se/~calle/scheme/slib_toc.html
2000-01-25 21:29:57 +00:00
Marius Vollmer
294a61d33e Added notes about autogenerated files and the CVS patches. 2000-01-25 21:14:37 +00:00
Marius Vollmer
3a7214138d *** empty log message *** 2000-01-25 20:37:42 +00:00
Marius Vollmer
3925e5076d * autogen.sh: Call libtoolize. Pass --add-missing option to
automake.  Do not decent into libltdl directory.  The libltdl
directory is now populated by libtoolize and does not need any
further autogeneration.
2000-01-25 20:35:41 +00:00
Marius Vollmer
3b603d911e * autogen.sh: Call libtoolize. Pass --add-missing option to
automake.
2000-01-25 20:35:23 +00:00
Marius Vollmer
5caa6344e0 Removed, libltdl is now generated by autogen.sh 2000-01-25 20:31:34 +00:00
Marius Vollmer
cb32406fbe Removed, these files are autogenerated. 2000-01-25 20:27:39 +00:00
Marius Vollmer
acb0207f44 * readline.scm: Only link glue code when the 'readline feature is
not already present.  Thanks to Clark McGrew.
2000-01-25 20:20:48 +00:00
Marius Vollmer
49ac1ba82d Removed, these files are generated automatically. 2000-01-25 20:17:15 +00:00
Greg J. Badros
d727c64bf9 * variable.c, version.c: Added documentation, written by hand
since I could not find anything already written that was
relevant.
2000-01-25 01:50:50 +00:00
Gary Houston
d831b03918 * filesys.c (scm_chown): omit port/fdes support if HAVE_FCHOWN is
not defined (thanks to Richard Y. Kim).
2000-01-23 20:25:27 +00:00
Greg J. Badros
b5f69988c1 HACKING: I've updated it a bit to reflect the need to run autogen.sh,
etc.  Further changes may be needed, but my commit at least corrects
the most flagrant problems.
2000-01-22 21:11:18 +00:00
Greg J. Badros
140b8e376b Re-added, since my test re: the repository-global cvsignore file was unsuccessful; there is no good way to do per-module-directory ignores w/o using .cvsignore files in the repo. 2000-01-22 01:01:38 +00:00
Greg J. Badros
d4149ea612 Removed 2000-01-20 21:07:36 +00:00
Greg J. Badros
88ec97ad6d *** empty log message *** 2000-01-20 21:01:16 +00:00
Greg J. Badros
078e909286 *** empty log message *** 2000-01-20 21:01:13 +00:00
Greg J. Badros
2d8da5fe59 * Makefile.in: Removed, this is auto-generated.
* version.texi, stamp-vti: Removed -- these are auto-generated.
2000-01-20 21:00:55 +00:00
Greg J. Badros
2de14ecd1c Patch from Dirk Hermann:
* list.c: Put some variable initialization code at the point of
declaration; Added a comment for list*; Formatting changes.

* load.c: use SCM_NNULLP to make sure the end of a list is not
reached yet.
2000-01-20 20:59:33 +00:00
Greg J. Badros
14469b7c69 * format.scm: Use (variable-set! (builtin-variable 'format)) to
re-define format to be format:format (instead of just define,
which interacts poorly with the module system).  Thanks to Shuji
Narazaki for this change.
2000-01-20 20:58:30 +00:00
Mikael Djurfeldt
a177af3496 *** empty log message *** 2000-01-18 18:25:12 +00:00
Mikael Djurfeldt
3fceef5984 * backtrace.c (scm_display_error_message): Bugfix: Don't use
result of scm_list_p as C boolean.
(scm_display_error_message, scm_set_print_params_x): Use new
validation macros. (Thanks to Dirk Herrmann.)
2000-01-18 18:24:57 +00:00
Mikael Djurfeldt
d06bcb02eb *** empty log message *** 2000-01-18 14:13:43 +00:00
Mikael Djurfeldt
a3c8b9fce9 * strports.c (st_end_input): Inserted parenthesis to get operator
grouping correct.

* fports.c, list.c, numbers.c, ports.c, stime.c, symbols.c,
filesys.c, posix.c: Converted docstrings to ANSI C format and
escaped " occurring inside string literals.
2000-01-18 14:13:31 +00:00
Mikael Djurfeldt
d9b6c17032 * net_db.c (scm_resolv_error): Cast result from hstrerror. 2000-01-18 14:13:00 +00:00
Mikael Djurfeldt
e7a96050f2 *** empty log message *** 2000-01-18 13:10:05 +00:00
Mikael Djurfeldt
fc0d72d448 * fports.c, list.c: Converted docstrings to ANSI C format and
escaped " occurring inside string literals.
2000-01-18 13:09:54 +00:00
Mikael Djurfeldt
682eefe9e2 *** empty log message *** 2000-01-18 12:22:26 +00:00
Mikael Djurfeldt
c7940c02eb * posix.c (scm_mknod): Escape " occuring inside docstring. 2000-01-18 12:22:13 +00:00
Mikael Djurfeldt
a0a7b83b09 *** empty log message *** 2000-01-18 11:59:33 +00:00
Mikael Djurfeldt
6d2568e565 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
instead of $(top_builddir)/libltdl to includepath.
2000-01-18 11:59:27 +00:00
Mikael Djurfeldt
56cfe22bf6 *** empty log message *** 2000-01-18 11:27:18 +00:00
Mikael Djurfeldt
c694af806c * multistring.el: New file. 2000-01-18 11:26:56 +00:00
Mikael Djurfeldt
d3818c2982 * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
evalext.c, filesys.c, gc.c, hash.c, hashtab.c, ioext.c,
   keywords.c, list.c, load.c, macros.c, net_db.c, numbers.c,
   objprop.c, ports.c, posix.c, print.c, procprop.c, procs.c,
   ramap.c, regex-posix.c, root.c, scmsigs.c, simpos.c, socket.c,
   stacks.c, stime.c, strings.c, strop.c, strports.c, struct.c,
   symbols.c, throw.c, unif.c, vectors.c, version.c, vports.c,
   weaks.c: Converted docstrings to ANSI C format.

* filesys.c (scm_chmod), simpos.c (s_scm_system), version
(scm_version), vports (scm_make_soft_port): Escape " occuring
inside docstring.
2000-01-18 11:24:37 +00:00
Mikael Djurfeldt
b380b88547 * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
evalext.c, filesys.c, gc.c, hash.c, hashtab.c, ioext.c,
   keywords.c, list.c, load.c, macros.c, net_db.c, numbers.c,
   objprop.c, ports.c, posix.c, print.c, procprop.c, procs.c,
   ramap.c, regex-posix.c, root.c, scmsigs.c, simpos.c, socket.c,
   stacks.c, stime.c, strings.c, strop.c, strports.c, struct.c,
   symbols.c, throw.c, unif.c, vectors.c, version.c, vports.c,
   weaks.c: Converted docstrings to ANSI C format.
2000-01-18 11:24:03 +00:00
Greg J. Badros
fcb1720f87 *** empty log message *** 2000-01-17 19:45:51 +00:00
Greg J. Badros
2cd04b426f * scm_validate.h: Added SCM_VALIDATE_ULONG_COPY,
SCM_VALIDATE_LONG_COPY

* numbers.c: Use SCM_VALIDATE_ULONG_COPY, instead of
SCM_VALIDATE_INUM_COPY to let bigger numbers be used.  Rename a
couple of formal arguments (and fix their uses) to make arguments
match the documentation.
2000-01-17 19:44:01 +00:00
Greg J. Badros
153511a74c *** empty log message *** 2000-01-16 22:07:08 +00:00