1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-09 07:00:23 +02:00
Commit graph

6777 commits

Author SHA1 Message Date
Marius Vollmer
aa377eff24 *** empty log message *** 2002-03-20 20:57:19 +00:00
Marius Vollmer
b9bc21d499 Updated to reflect changes to the guile-snarf tool. 2002-03-20 20:57:10 +00:00
Marius Vollmer
fa378b0d11 (.c.x): Pass "-o $@" to guile-snarf. 2002-03-20 20:55:57 +00:00
Marius Vollmer
34e011befd Do not warn about deprecated things, this will likely be done directly
from snarf.h.  when the output filename is "-", write to stdout.  When
no "-o" option is given, use "-" as the output filename (i.e.,
stdout).  Only 'clean' the inputfile or remove the output file on
error when the output file name is not "-".
2002-03-20 20:54:35 +00:00
Thien-Thi Nguyen
465f4e9ce9 (2): Add link for collated snapshots.
Stamp fixed.
2002-03-18 04:51:24 +00:00
Neil Jerram
b9dfb68494 Correct all instances of scm_t_c_hookype_t to scm_t_c_hook_type. 2002-03-16 14:07:27 +00:00
Neil Jerram
d6b977a640 Docstring and manual updates. 2002-03-16 13:35:23 +00:00
Marius Vollmer
c17c13898b *** empty log message *** 2002-03-15 21:20:44 +00:00
Thien-Thi Nguyen
62f97d3d52 Under "The concept of `vcells' has been deprecated",
add subheading "snarf macros deprecated" w/ 5 macros.
These are the same as in libguile/guile-snarf.in and
doc/ref/tools.texi.
2002-03-15 15:53:32 +00:00
Thien-Thi Nguyen
5cad375374 No longer list deprecrated macros under "Snarfing News"
since they are listed elsewhere already.
2002-03-15 14:39:35 +00:00
Thien-Thi Nguyen
9c3f56dc31 *** empty log message *** 2002-03-15 14:36:11 +00:00
Thien-Thi Nguyen
924e2c904b (guile-1.4 guile-snarf): Remove this node.
(How guile-snarf works): Update usage and description to
no longer mention "--compat=1.4" and instead "-d" and "-D".
(Macros guile-snarf recognizes): Add list of deprecated macros and blurb.
Add cindex for deprecated macros.
2002-03-15 14:35:02 +00:00
Thien-Thi Nguyen
ebc8b08d1e Remove "--compat=1.4" support.
Add "-d" and "-D" support.

(deprecated_list): New var.
(compat_mode_clean_xxx): Delete.
(grep_deprecated): New func.
("main"): If "-d" or "-D", call `grep_deprecated'.
2002-03-15 14:32:02 +00:00
Neil Jerram
3b7163eefa Manual updates. 2002-03-15 14:12:58 +00:00
Neil Jerram
2af6ac9aec Small docstring fixes. 2002-03-15 10:33:37 +00:00
Neil Jerram
89a01d40f5 Change @var to @code in docstring. 2002-03-15 09:42:46 +00:00
Neil Jerram
5a5464e533 * Docstring fixes and corresponding manual updates. 2002-03-15 09:23:19 +00:00
Thien-Thi Nguyen
8e55f36e48 *** empty log message *** 2002-03-14 08:09:41 +00:00
Thien-Thi Nguyen
d869061f9a (snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
2002-03-14 08:08:51 +00:00
Thien-Thi Nguyen
c3eb7bbe84 Mention change for SCM_VCELL and friends under "Snarfing News". 2002-03-14 05:40:07 +00:00
Thien-Thi Nguyen
8cdec0abaf *** empty log message *** 2002-03-14 05:34:52 +00:00
Thien-Thi Nguyen
9557bb80f5 (snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
2002-03-14 05:34:15 +00:00
Thien-Thi Nguyen
19570609ad Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 05:32:48 +00:00
Thien-Thi Nguyen
ef7c24b348 (How guile-snarf works): Mention "--compat=1.4", and
new processing steps.  Update usage example, makefile frag.

(guile-1.4 guile-snarf): New subsubsection under
"Init Snarfing with guile-snarf".
2002-03-14 05:30:42 +00:00
Thien-Thi Nguyen
79401766de Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 05:26:16 +00:00
Thien-Thi Nguyen
f547334d00 (libpath.h): Use @top_srcdir_absoulte@.
(snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
(.c.doc): Use $(snarfcppopts).
2002-03-14 05:19:15 +00:00
Thien-Thi Nguyen
d7ad61dd6b Update copyright.
Rewrite to internalize error handling.
Add "--compat=1.4" handling.
Add commentary.
2002-03-14 05:18:26 +00:00
Thien-Thi Nguyen
b98a99bb87 *** empty log message *** 2002-03-14 02:04:25 +00:00
Thien-Thi Nguyen
82e44dd1e8 (guile_toc.html): Look for guile.texi in $(srcdir). 2002-03-14 02:03:50 +00:00
cvs2svn
c1b0ab4a50 This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2002-03-12 21:54:23 +00:00
Neil Jerram
21b83aabb2 Automatic updates from snarfed libguile docstrings. 2002-03-12 21:54:22 +00:00
Rob Browning
56fd1933cc * syncase.scm: fix bad let.
(gensym): fix failure on non-threaded
2002-03-12 21:53:56 +00:00
Rob Browning
efb378b01f * guile-config.in (build-link): don't output -L/usr/lib.
(build-compile): don't output -I/usr/include.
2002-03-12 21:52:40 +00:00
Rob Browning
88a6aa5c3f * syncase.scm (gensym): fix failure on non-threaded systems. 2002-03-12 21:21:15 +00:00
Rob Browning
f4ff961d76 *** empty log message *** 2002-03-12 21:21:03 +00:00
Neil Jerram
04a98cff96 * iselect.c (collisionp, gnfds, greadfds, gwritefds, gexceptfds,
rreadfds, rwritefds, rexceptfds): Made static.

	* gc.c (terminating), fports.c (terminating): Renamed
	scm_i_terminating.
2002-03-12 21:12:25 +00:00
Neil Jerram
413d32b658 Various minor enhancements ported from the stable CVS branch. 2002-03-12 21:08:57 +00:00
Neil Jerram
19ff640516 * deprecation.c (issued_msgs), iselect.c (collisionp, gnfds,
greadfds, gwritefds, gexceptfds, rreadfds, rwritefds, rexceptfds):
	Made static.

	* gc.c (terminating), fports.c (terminating): Renamed
	scm_i_terminating.
2002-03-12 20:58:23 +00:00
Neil Jerram
f21272c4e0 Backport minor/trivial enhancements from unstable CVS branch. 2002-03-12 20:51:25 +00:00
Neil Jerram
8ac9f39c76 Backport minor enhancements from unstable CVS branch. 2002-03-12 20:49:00 +00:00
Marius Vollmer
fd1fcb7f9e *** empty log message *** 2002-03-11 19:29:35 +00:00
Marius Vollmer
2678c38a17 *** empty log message *** 2002-03-11 19:26:38 +00:00
Marius Vollmer
5c90824dd9 (scm_divide): Adapt code from libstdc++/f2c to void potential overflow
problems.  Thanks to John W Eaton!
2002-03-11 19:26:15 +00:00
Marius Vollmer
5046250eb7 *** empty log message *** 2002-03-11 19:10:47 +00:00
Marius Vollmer
469b963c66 New tests for complex division. 2002-03-11 19:10:28 +00:00
Marius Vollmer
ba74ef4eae (scm_divide): Adapt code from libstdc++/f2c to void potential overflow
problems.  Thanks to John W Eaton!
2002-03-11 19:10:01 +00:00
Marius Vollmer
8794207d2e Corrected function name in entry header. 2002-03-11 17:57:47 +00:00
Marius Vollmer
1b74237d4f *** empty log message *** 2002-03-11 17:56:45 +00:00
Marius Vollmer
c8af4705e0 (string_titlecase_x): Treat characters as unsigned so that 8-bit chars
work.  Thanks to David Pirotte!
2002-03-11 17:56:39 +00:00
Marius Vollmer
369a39da62 (string_capitalize_x): Treat characters as unsigned so that 8-bit
chars work.  Thanks to David Pirotte!
2002-03-11 17:56:21 +00:00