1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
guile/doc/ref
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
..
.cvsignore * .cvsignore: add autoconf-macros.texi. 2002-02-25 04:59:42 +00:00
api.txt Changes in doc/ref: 2002-03-01 00:19:20 +00:00
autoconf.texi (Autofrisk, Using Autofrisk): New sections. 2002-02-04 19:20:00 +00:00
ChangeLog Changes in doc/ref: 2002-03-01 00:19:20 +00:00
ChangeLog-guile-doc-ref * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00
data-rep.texi Changes in doc/ref: 2002-03-01 00:19:20 +00:00
debugging.texi * Split the Data Types chapter into two; plus a few other smaller changes. 2001-12-01 21:48:30 +00:00
deprecated.texi * Adding C function declarations from the SCM interface to the 2001-11-16 15:04:17 +00:00
expect.texi * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00
extend.texi * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00
gh.texi 2002-02-27 Stefan Jahn <stefan@lkcc.org> 2002-02-27 15:41:01 +00:00
guile.texi Spell check. 2002-01-08 08:29:00 +00:00
indices.texi * Documentation work. 2001-11-11 15:01:52 +00:00
intro.texi Spell check. 2002-01-08 08:29:00 +00:00
Makefile.am Update path to pre-inst-guile automake frag. 2002-02-26 10:28:51 +00:00
misc-modules.texi Spell check. 2002-01-08 08:29:00 +00:00
new-docstrings.texi Spell check. 2002-01-08 08:29:00 +00:00
posix.texi Spell check. 2002-01-08 08:29:00 +00:00
preface.texi * Documentation work. 2001-11-11 15:01:52 +00:00
program.texi Spell check. 2002-01-08 08:29:00 +00:00
repl-modules.texi Spell check. 2002-01-08 08:29:00 +00:00
scheme-binding.texi Spell check. 2002-01-08 08:29:00 +00:00
scheme-compound.texi Spell check. 2002-01-08 08:29:00 +00:00
scheme-control.texi Spell check. 2002-01-08 08:29:00 +00:00
scheme-data.texi (Symbol Uninterned): Added node. 2002-02-04 16:48:28 +00:00
scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead of to scm_must_malloc. 2002-02-28 20:56:41 +00:00
scheme-evaluation.texi * Adding C function declarations from the SCM interface to the 2001-11-16 15:04:17 +00:00
scheme-ideas.texi Spell check. 2002-01-08 08:29:00 +00:00
scheme-indices.texi * Documentation work. 2001-11-11 15:01:52 +00:00
scheme-intro.texi * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00
scheme-io.texi Spell check. 2002-01-08 08:29:00 +00:00
scheme-memory.texi (Upgrading from scm_must_malloc et al): New section. 2002-02-28 23:42:22 +00:00
scheme-modules.texi Spell check. 2002-01-08 08:29:00 +00:00
scheme-options.texi (Install Config): 2001-11-20 12:30:26 +00:00
scheme-procedures.texi Spell check. 2002-01-08 08:29:00 +00:00
scheme-reading.texi * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00
scheme-scheduling.texi * Adding C function declarations from the SCM interface to the 2001-11-16 15:04:17 +00:00
scheme-translation.texi Spell check. 2002-01-08 08:29:00 +00:00
scheme-utility.texi Spell check. 2002-01-08 08:29:00 +00:00
scm.texi Spell check. 2002-01-08 08:29:00 +00:00
script-getopt.texi * Adding C function declarations from the SCM interface to the 2001-11-16 15:04:17 +00:00
scripts.texi Document --debug' and --no-debug'. 2001-11-05 23:07:24 +00:00
scsh.texi * guile.texi, scsh.texi: removed obsolete guile-scsh material 2001-10-27 16:53:35 +00:00
slib.texi Spell check. 2002-01-08 08:29:00 +00:00
srfi-modules.texi Spell check. 2002-01-08 08:29:00 +00:00
tcltk.texi * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00