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

247 commits

Author SHA1 Message Date
Neil Jerram
d6b977a640 Docstring and manual updates. 2002-03-16 13:35:23 +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
Neil Jerram
3b7163eefa Manual updates. 2002-03-15 14:12:58 +00:00
Neil Jerram
5a5464e533 * Docstring fixes and corresponding manual updates. 2002-03-15 09:23:19 +00:00
Thien-Thi Nguyen
8cdec0abaf *** empty log message *** 2002-03-14 05:34:52 +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
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
Neil Jerram
413d32b658 Various minor enhancements ported from the stable CVS branch. 2002-03-12 21:08:57 +00:00
Neil Jerram
f21272c4e0 Backport minor/trivial enhancements from unstable CVS branch. 2002-03-12 20:51:25 +00:00
Thien-Thi Nguyen
6aea17c3f9 *** empty log message *** 2002-03-08 21:36:44 +00:00
Thien-Thi Nguyen
30147b36d3 (guile_TEXINFOS): Add tools.texi. 2002-03-08 21:32:24 +00:00
Thien-Thi Nguyen
107910135e (Miscellaneous Tools): Add under "Part II".
Implement by including tools.texi.
2002-03-08 21:31:41 +00:00
Thien-Thi Nguyen
ee1172633a (Miscellaneous Tools): New node/chapter.
(Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
(Executable Modules): Now a section under "Miscellaneous Tools".
2002-03-08 21:30:20 +00:00
Thien-Thi Nguyen
1ebf1566bc *** empty log message *** 2002-03-08 21:29:19 +00:00
Thien-Thi Nguyen
f394773de5 (guile_TEXINFOS): Add tools.texi. 2002-03-08 21:24:30 +00:00
Thien-Thi Nguyen
73ede5920e (Miscellaneous Tools): Add under "Part II".
Implement by including tools.texi.
2002-03-08 21:23:36 +00:00
Thien-Thi Nguyen
fc17ed5b72 (Miscellaneous Tools): New node/chapter.
(Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
(Executable Modules): Now a section under "Miscellaneous Tools".
2002-03-08 21:20:31 +00:00
Neil Jerram
a3f0622d5d * Insert missing `of' in autoconf.texi. 2002-03-08 13:18:00 +00:00
cvs2svn
d520e76f1e This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2002-03-06 20:54:28 +00:00
Thien-Thi Nguyen
abae30146f Initial revision 2002-03-06 20:54:27 +00:00
Dirk Herrmann
c2b699ef33 * api.txt, data-rep.texi: Renamed the struct scm_cell to scm_t_cell. 2002-03-01 20:53:03 +00:00
Dirk Herrmann
228a24ef30 Changes in doc/ref:
* api.txt, data-rep.texi: Renamed the struct scm_cell to
scm_t_cell.

* data-rep.texi: Renamed scm_alloc_cell to scm_cell and
scm_alloc_double_cell to scm_double_cell.

Changes in libguile:

* gc.c (SCM_HEAP_SEG_SIZE, CELL_UP, CELL_DN, NEXT_DATA_CELL,
init_heap_seg, alloc_some_heap), gc.h (struct scm_cell, struct
scm_t_cell, SCM_CELLPTR, SCM_GC_CARD_SIZE,
SCM_GC_IN_CARD_HEADERP), tags.h (SCM_CELLP):  Renamed the struct
scm_cell and all its uses to scm_t_cell in accordance to Guile's
naming scheme for types.

* alist.c (scm_acons), convert.i.c (CTYPES2UVECT,
CTYPES2UVECT_OPTIONAL), coop-threads.c (scm_call_with_new_thread,
scm_spawn_thread), debug.c (scm_make_debugobj), environments.c
(scm_make_environment), eval.c (scm_closure), fports.c
(scm_fdes_to_port), gc.c (scm_deprecated_newcell,
scm_deprecated_newcell2), inline.h (scm_alloc_cell, scm_cell),
list.c (SCM_I_CONS), numbers.c (scm_i_mkbig), pairs.c (scm_cons),
ports.c (scm_void_port), procs.c (scm_c_make_subr, scm_makcclo),
smob.c (scm_make_smob), smob.h (SCM_NEWSMOB), strings.c
(scm_take_str, scm_allocate_string), strports.c (scm_mkstrport),
unif.c (scm_make_uve), variable.c (make_variable), vectors.c
(scm_c_make_vector), vports.c (scm_make_soft_port): Renamed
scm_alloc_cell to scm_cell.

* environments.c (core_environments_observe), gc.c
(scm_deprecated_newcell2), goops.c (wrap_init, scm_wrap_object),
inline.h (scm_alloc_double_cell, scm_double_cell), num2float.i.c
(FLOAT2NUM), numbers.c (scm_make_real), procs.c
(scm_make_procedure_with_setter), smob.h (SCM_NEWSMOB2,
SCM_NEWSMOB3), struct.c (scm_make_struct, scm_make_vtable_vtable),
symbols.c (scm_mem2symbol, scm_mem2uninterned_symbol), weaks.c
(allocate_weak_vector): Renamed scm_alloc_double_cell to
scm_double_cell.
2002-03-01 00:19:20 +00:00
Marius Vollmer
eee065c4fe *** empty log message *** 2002-02-28 23:42:29 +00:00
Marius Vollmer
3392a571b5 (Upgrading from scm_must_malloc et al): New section. 2002-02-28 23:42:22 +00:00
Marius Vollmer
621f22b161 *** empty log message *** 2002-02-28 20:58:59 +00:00
Marius Vollmer
eabd8acf87 Use scm_gc_malloc and scm_gc_free instead of scm_must_malloc and free
in example code.  Updated text for the new memory management
functions.
2002-02-28 20:58:50 +00:00
Marius Vollmer
4c7fbdfbd5 (malloc-stats): Refer to scm_gc_malloc instead of to scm_must_malloc. 2002-02-28 20:56:41 +00:00
Stefan Jahn
edb810bb84 2002-02-27 Stefan Jahn <stefan@lkcc.org>
* Makefile.am (SUBDIRS): Added the `am' directory.

2002-02-27  Stefan Jahn  <stefan@lkcc.org>

        * gh.texi (scm transition summary): Documented some more
        gh equivalents and removed appropriate FIXME's.

2002-02-27  Stefan Jahn  <stefan@lkcc.org>

        * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION'
        file.

2002-02-27  Stefan Jahn  <stefan@lkcc.org>

        * convert.i.c, convert.c: Better range checking.

        * inet_aton.c, fports.c: Commented the inclusion of <winsock2.h>.

        * deprecation.c (vsnprintf): Define to `_vsnprintf' for
        Windows (MinGW).
2002-02-27 15:41:01 +00:00
Thien-Thi Nguyen
2117aaeaa9 *** empty log message *** 2002-02-26 11:27:32 +00:00
Thien-Thi Nguyen
a5387dbfd6 Update path to pre-inst-guile automake frag. 2002-02-26 11:25:24 +00:00
Thien-Thi Nguyen
327d4dd38f doc/ref/ChangeLog 2002-02-26 10:32:34 +00:00
Thien-Thi Nguyen
58ed8bc61c Update path to pre-inst-guile automake frag. 2002-02-26 10:28:51 +00:00
Rob Browning
8794fdcad0 *** empty log message *** 2002-02-25 04:59:49 +00:00
Rob Browning
4313811588 * .cvsignore: add autoconf-macros.texi. 2002-02-25 04:59:42 +00:00
Rob Browning
7084b49f2d * Makefile.am (CLEANFILES): add autoconf-macros.texi. 2002-02-25 04:59:34 +00:00
Rob Browning
29743a51df *** empty log message *** 2002-02-25 04:37:18 +00:00
Rob Browning
a7491328a3 * Makefile.am (CLEANFILES): add autoconf-macros.texi. 2002-02-25 04:31:37 +00:00
Rob Browning
332b33c6a4 * .cvsignore: add autoconf-macros.texi. 2002-02-25 04:31:28 +00:00
Marius Vollmer
bd75ebc37f *** empty log message *** 2002-02-19 22:41:30 +00:00
Marius Vollmer
0deb6826b9 (Memory Blocks): New section. 2002-02-19 22:41:18 +00:00
Thien-Thi Nguyen
cdb3e740d9 *** empty log message *** 2002-02-05 11:18:23 +00:00
Thien-Thi Nguyen
c0bde3adef Include $(top_srcdir)/pre-inst-guile.am.
(GUILE): Delete var.
(autoconf-macros.texi): Use $(preinstguiletool).
2002-02-05 11:17:34 +00:00
Thien-Thi Nguyen
5e9d88a400 *** empty log message *** 2002-02-05 09:27:12 +00:00
Thien-Thi Nguyen
9d32aac72a Include $(top_srcdir)/pre-inst-guile.am.
(GUILE): Delete var.
(autoconf-macros.texi): Use $(preinstguiletool).
2002-02-05 09:25:56 +00:00
Thien-Thi Nguyen
2efafd95ec *** empty log message *** 2002-02-04 19:22:54 +00:00
Thien-Thi Nguyen
33d51147f2 (Autofrisk, Using Autofrisk): New sections.
(Autoconf Support): Add new sections to menu.
2002-02-04 19:22:04 +00:00