2006-04-17 00:05:42 +00:00
|
|
|
|
/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002, 2006 Free Software Foundation
|
1996-08-20 17:11:59 +00:00
|
|
|
|
*
|
2003-04-05 19:15:35 +00:00
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
1996-08-20 17:11:59 +00:00
|
|
|
|
*
|
2003-04-05 19:15:35 +00:00
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
|
* Lesser General Public License for more details.
|
1996-08-20 17:11:59 +00:00
|
|
|
|
*
|
2003-04-05 19:15:35 +00:00
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2005-05-23 19:57:22 +00:00
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
2003-04-05 19:15:35 +00:00
|
|
|
|
*/
|
1999-12-12 02:36:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
1996-08-20 17:11:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
* _scm.h: Removed #include <errno.h>.
* error.c, net_db.c, putenv.c, stime.c: Removed declaration of
errno variable (can be a macro on some systems, for example when
using linux libc with threads).
* error.c, filesys.c, gc.c, ioext.c, iselect.c, net_db.c, ports.c,
posix.c, print.c, putenv.c, scmsigs.c, script.c, simpos.c, smob.c,
socket.c, srcprop.c, stime.c, strop.c, unif.c, vports.c: Added
#include <errno.h> in these 20 out of 100 files.
2001-03-10 16:56:09 +00:00
|
|
|
|
#include <errno.h>
|
|
|
|
|
|
|
2000-04-21 14:16:44 +00:00
|
|
|
|
#include "libguile/_scm.h"
|
2005-03-07 21:42:02 +00:00
|
|
|
|
#include "libguile/async.h"
|
2000-04-21 14:16:44 +00:00
|
|
|
|
#include "libguile/smob.h"
|
|
|
|
|
|
#include "libguile/alist.h"
|
|
|
|
|
|
#include "libguile/debug.h"
|
|
|
|
|
|
#include "libguile/hashtab.h"
|
|
|
|
|
|
#include "libguile/hash.h"
|
|
|
|
|
|
#include "libguile/ports.h"
|
|
|
|
|
|
#include "libguile/root.h"
|
|
|
|
|
|
#include "libguile/weaks.h"
|
1996-08-20 17:11:59 +00:00
|
|
|
|
|
2000-04-21 14:16:44 +00:00
|
|
|
|
#include "libguile/validate.h"
|
|
|
|
|
|
#include "libguile/srcprop.h"
|
1996-08-20 17:11:59 +00:00
|
|
|
|
|
|
|
|
|
|
/* {Source Properties}
|
|
|
|
|
|
*
|
|
|
|
|
|
* Properties of source list expressions.
|
2007-01-19 19:33:10 +00:00
|
|
|
|
* Five of these have special meaning:
|
1996-08-20 17:11:59 +00:00
|
|
|
|
*
|
|
|
|
|
|
* filename string The name of the source file.
|
|
|
|
|
|
* copy list A copy of the list expression.
|
|
|
|
|
|
* line integer The source code line number.
|
|
|
|
|
|
* column integer The source code column number.
|
|
|
|
|
|
* breakpoint boolean Sets a breakpoint on this form.
|
|
|
|
|
|
*
|
|
|
|
|
|
* Most properties above can be set by the reader.
|
|
|
|
|
|
*
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
2000-12-11 14:48:23 +00:00
|
|
|
|
SCM_GLOBAL_SYMBOL (scm_sym_filename, "filename");
|
|
|
|
|
|
SCM_GLOBAL_SYMBOL (scm_sym_copy, "copy");
|
|
|
|
|
|
SCM_GLOBAL_SYMBOL (scm_sym_line, "line");
|
|
|
|
|
|
SCM_GLOBAL_SYMBOL (scm_sym_column, "column");
|
|
|
|
|
|
SCM_GLOBAL_SYMBOL (scm_sym_breakpoint, "breakpoint");
|
1996-08-20 17:11:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
arbiters.c, arbiters.h, async.c, async.h, boolean.c, boolean.h,
chars.c, chars.h, continuations.c, continuations.h, debug.c,
debug.h, dynwind.c, dynwind.h, eq.c, eq.h, error.c, eval.c,
eval.h, extchrs.c, extchrs.h, fdsocket.c, fdsocket.h, filesys.c,
filesys.h, fports.c, fports.h, gc.c, gdb_interface.h, gdbint.c,
gdbint.h, genio.c, genio.h, gscm.c, gscm.h, gsubr.c, gsubr.h,
hash.c, hash.h, hashtab.c, hashtab.h, init.c, ioext.c, ioext.h,
kw.c, kw.h, libguile.h, mallocs.c, mallocs.h, markers.c,
markers.h, mbstrings.c, mbstrings.h, numbers.c, numbers.h,
objprop.c, objprop.h, options.c, options.h, pairs.c, pairs.h,
ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c,
procprop.h, procs.c, procs.h, ramap.c, ramap.h, read.c, read.h,
root.c, scmsigs.c, scmsigs.h, sequences.c, sequences.h, simpos.c,
simpos.h, smob.c, socket.c, socket.h, srcprop.c, srcprop.h,
stackchk.c, stackchk.h, stime.c, stime.h, strings.c, strings.h,
strop.c, strop.h, strorder.c, strorder.h, strports.c, strports.h,
struct.c, struct.h, symbols.c, symbols.h, tag.c, tag.h, unif.c,
unif.h, variable.c, variable.h, vectors.c, vectors.h, version.c,
version.h, vports.c, vports.h, weaks.c, weaks.h: Use SCM_P to
declare functions with prototypes. (Patch thanks to Marius
Vollmer.)
1996-10-14 01:33:50 +00:00
|
|
|
|
|
2007-01-19 19:33:10 +00:00
|
|
|
|
/*
|
2007-01-22 15:57:22 +00:00
|
|
|
|
* Source properties are stored as double cells with the
|
|
|
|
|
|
* following layout:
|
2007-01-19 19:33:10 +00:00
|
|
|
|
|
2007-01-22 15:57:22 +00:00
|
|
|
|
* car = tag
|
|
|
|
|
|
* cbr = pos
|
|
|
|
|
|
* ccr = copy
|
|
|
|
|
|
* cdr = plist
|
|
|
|
|
|
*/
|
2007-01-19 19:33:10 +00:00
|
|
|
|
|
|
|
|
|
|
#define SRCPROPSP(p) (SCM_SMOB_PREDICATE (scm_tc16_srcprops, (p)))
|
|
|
|
|
|
#define SRCPROPBRK(p) (SCM_SMOB_FLAGS (p) & SCM_SOURCE_PROPERTY_FLAG_BREAK)
|
|
|
|
|
|
#define SRCPROPPOS(p) (SCM_CELL_WORD(p,1))
|
|
|
|
|
|
#define SRCPROPLINE(p) (SRCPROPPOS(p) >> 12)
|
|
|
|
|
|
#define SRCPROPCOL(p) (SRCPROPPOS(p) & 0x0fffL)
|
|
|
|
|
|
#define SRCPROPCOPY(p) (SCM_CELL_OBJECT(p,2))
|
|
|
|
|
|
#define SRCPROPPLIST(p) (SCM_CELL_OBJECT_3(p))
|
|
|
|
|
|
#define SETSRCPROPBRK(p) \
|
|
|
|
|
|
(SCM_SET_SMOB_FLAGS ((p), \
|
|
|
|
|
|
SCM_SMOB_FLAGS (p) | SCM_SOURCE_PROPERTY_FLAG_BREAK))
|
|
|
|
|
|
#define CLEARSRCPROPBRK(p) \
|
|
|
|
|
|
(SCM_SET_SMOB_FLAGS ((p), \
|
|
|
|
|
|
SCM_SMOB_FLAGS (p) & ~SCM_SOURCE_PROPERTY_FLAG_BREAK))
|
|
|
|
|
|
#define SRCPROPMAKPOS(l, c) (((l) << 12) + (c))
|
|
|
|
|
|
#define SETSRCPROPPOS(p, l, c) (SCM_SET_CELL_WORD(p,1, SRCPROPMAKPOS (l, c)))
|
|
|
|
|
|
#define SETSRCPROPLINE(p, l) SETSRCPROPPOS (p, l, SRCPROPCOL (p))
|
|
|
|
|
|
#define SETSRCPROPCOL(p, c) SETSRCPROPPOS (p, SRCPROPLINE (p), c)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scm_t_bits scm_tc16_srcprops;
|
|
|
|
|
|
|
1996-08-20 17:11:59 +00:00
|
|
|
|
static SCM
|
2000-12-08 17:32:56 +00:00
|
|
|
|
srcprops_mark (SCM obj)
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
|
|
|
|
|
scm_gc_mark (SRCPROPCOPY (obj));
|
|
|
|
|
|
return SRCPROPPLIST (obj);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static int
|
2000-12-08 17:32:56 +00:00
|
|
|
|
srcprops_print (SCM obj, SCM port, scm_print_state *pstate)
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
* eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added #include
"print.h"
* arbiters.c (prinarb),
async.c (print_async),
debug.c (prindebugobj, prinmemoized),
eval.c (prinprom, prinmacro),
filesys.c (scm_fd_print, scm_dir_print),
kw.c (print_kw),
mallocs.c (prinmalloc),
numbers.c, numbers.h (scm_floprint, scm_bigprint),
smob.h (scm_smobfuns),
srcprop.c (prinsrcprops),
throw.c (prinjb),
unif.c, unif.h (scm_raprin1, rapr1),
variable.c (prin_var): Changed argument `int writing' to
`scm_print_state *pstate'.
1996-09-22 22:41:10 +00:00
|
|
|
|
int writingp = SCM_WRITINGP (pstate);
|
* Makefile.in: Rebuilt.
* Makefile.am (libguile_la_SOURCES): Removed extchrs.c,
mbstrings.c.
(modinclude_HEADERS): Removed extchrs.h, mbstrings.h.
* unif.c (scm_vector_set_length_x): Don't handle multibyte
strings.
* tag.c (scm_utag_mb_string, scm_utag_mb_substring): Removed.
(scm_tag): Don't handle multibyte strings.
* read.c: Don't include mbstrings.h.
(scm_lreadr): Don't handle multibyte ports.
* kw.c: Don't include mbstrings.h.
* init.c: Don't include mbstrings.h.
(scm_boot_guile_1): Don't init mbstrings module.
* hash.c (scm_hasher): Don't handle mbstrings.
* gscm.c (gscm_run_scm): Don't init mbstrings module.
* gc.c (scm_gc_mark): Don't handle mbstrings.
(scm_gc_sweep): Likewise.
* eval.c (SCM_CEVAL): Don't handle mbstrings.
* eq.c (scm_equal_p): Use SCM_TYP7S, not SCM_TYP7SD.
* tags.h (SCM_TYP7SD): Removed.
(SCM_TYP7D): Removed.
(scm_tc7_mb_string): Removed.
(scm_tc7_mb_substring): Removed.
* print.c (scm_iprin1): Handle char printing directly. Don't
handle mbstrings.
Don't include "mbstrings.h".
* symbols.c (scm_intern_obarray_soft, scm_string_to_symbol,
scm_string_to_obarray_symbol, msymbolize): Don't set symbol's
multi-byte flag.
Don't include "mbstrings.h".
* symbols.h (SCM_SYMBOL_MULTI_BYTE_STRINGP): Removed.
(SCM_SYMBOL_SLOTS): Define as 4.
(SCM_ROSTRINGP): Use SCM_TYP7S, not SCM_TYP7SD.
* arbiters.c, backtrace.c, debug.c, dynl.c, eval.c, fluids.c,
gc.c, gsubr.c, ioext.c, kw.c, mallocs.c, numbers.c, ports.c,
print.c, read.c, regex-posix.c, root.c, srcprop.c, stackchk.c,
struct.c, threads.c, throw.c, unif.c, variable.c: Use new
("gen"-less) I/O function names.
* ports.c (scm_add_to_port_table): Don't set port's
representation.
* ports.h (scm_port_representation_type): Removed.
(scm_string_representation_type): Removed.
(struct scm_port_table ): Removed representation field.
(SCM_PORT_REPRESENTATION): Removed.
(SCM_SET_PORT_REPRESENTATION): Removed.
* genio.h: Use new function names.
* genio.c: Don't include "extchrs.h".
(scm_gen_putc, scm_gen_puts, scm_gen_write, scm_get_getc):
Removed.
(scm_putc, scm_puts, scm_lfwrite): No longer static.
(scm_getc): No longer static; handle line and column changes.
(scm_ungetc): Renamed from scm_gen_ungetc.
(scm_do_read_line): Renamed from scm_gen_read_line.
* libguile.h: Don't include "extchrs.h" or "mbstrings.h"
* extchrs.h, extchrs.c, mbstrings.h, mbstrings.c: Removed.
1997-10-15 17:18:32 +00:00
|
|
|
|
scm_puts ("#<srcprops ", port);
|
* eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added #include
"print.h"
* arbiters.c (prinarb),
async.c (print_async),
debug.c (prindebugobj, prinmemoized),
eval.c (prinprom, prinmacro),
filesys.c (scm_fd_print, scm_dir_print),
kw.c (print_kw),
mallocs.c (prinmalloc),
numbers.c, numbers.h (scm_floprint, scm_bigprint),
smob.h (scm_smobfuns),
srcprop.c (prinsrcprops),
throw.c (prinjb),
unif.c, unif.h (scm_raprin1, rapr1),
variable.c (prin_var): Changed argument `int writing' to
`scm_print_state *pstate'.
1996-09-22 22:41:10 +00:00
|
|
|
|
SCM_SET_WRITINGP (pstate, 1);
|
2001-06-25 00:55:36 +00:00
|
|
|
|
scm_iprin1 (scm_srcprops_to_plist (obj), port, pstate);
|
* eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added #include
"print.h"
* arbiters.c (prinarb),
async.c (print_async),
debug.c (prindebugobj, prinmemoized),
eval.c (prinprom, prinmacro),
filesys.c (scm_fd_print, scm_dir_print),
kw.c (print_kw),
mallocs.c (prinmalloc),
numbers.c, numbers.h (scm_floprint, scm_bigprint),
smob.h (scm_smobfuns),
srcprop.c (prinsrcprops),
throw.c (prinjb),
unif.c, unif.h (scm_raprin1, rapr1),
variable.c (prin_var): Changed argument `int writing' to
`scm_print_state *pstate'.
1996-09-22 22:41:10 +00:00
|
|
|
|
SCM_SET_WRITINGP (pstate, writingp);
|
* Makefile.in: Rebuilt.
* Makefile.am (libguile_la_SOURCES): Removed extchrs.c,
mbstrings.c.
(modinclude_HEADERS): Removed extchrs.h, mbstrings.h.
* unif.c (scm_vector_set_length_x): Don't handle multibyte
strings.
* tag.c (scm_utag_mb_string, scm_utag_mb_substring): Removed.
(scm_tag): Don't handle multibyte strings.
* read.c: Don't include mbstrings.h.
(scm_lreadr): Don't handle multibyte ports.
* kw.c: Don't include mbstrings.h.
* init.c: Don't include mbstrings.h.
(scm_boot_guile_1): Don't init mbstrings module.
* hash.c (scm_hasher): Don't handle mbstrings.
* gscm.c (gscm_run_scm): Don't init mbstrings module.
* gc.c (scm_gc_mark): Don't handle mbstrings.
(scm_gc_sweep): Likewise.
* eval.c (SCM_CEVAL): Don't handle mbstrings.
* eq.c (scm_equal_p): Use SCM_TYP7S, not SCM_TYP7SD.
* tags.h (SCM_TYP7SD): Removed.
(SCM_TYP7D): Removed.
(scm_tc7_mb_string): Removed.
(scm_tc7_mb_substring): Removed.
* print.c (scm_iprin1): Handle char printing directly. Don't
handle mbstrings.
Don't include "mbstrings.h".
* symbols.c (scm_intern_obarray_soft, scm_string_to_symbol,
scm_string_to_obarray_symbol, msymbolize): Don't set symbol's
multi-byte flag.
Don't include "mbstrings.h".
* symbols.h (SCM_SYMBOL_MULTI_BYTE_STRINGP): Removed.
(SCM_SYMBOL_SLOTS): Define as 4.
(SCM_ROSTRINGP): Use SCM_TYP7S, not SCM_TYP7SD.
* arbiters.c, backtrace.c, debug.c, dynl.c, eval.c, fluids.c,
gc.c, gsubr.c, ioext.c, kw.c, mallocs.c, numbers.c, ports.c,
print.c, read.c, regex-posix.c, root.c, srcprop.c, stackchk.c,
struct.c, threads.c, throw.c, unif.c, variable.c: Use new
("gen"-less) I/O function names.
* ports.c (scm_add_to_port_table): Don't set port's
representation.
* ports.h (scm_port_representation_type): Removed.
(scm_string_representation_type): Removed.
(struct scm_port_table ): Removed representation field.
(SCM_PORT_REPRESENTATION): Removed.
(SCM_SET_PORT_REPRESENTATION): Removed.
* genio.h: Use new function names.
* genio.c: Don't include "extchrs.h".
(scm_gen_putc, scm_gen_puts, scm_gen_write, scm_get_getc):
Removed.
(scm_putc, scm_puts, scm_lfwrite): No longer static.
(scm_getc): No longer static; handle line and column changes.
(scm_ungetc): Renamed from scm_gen_ungetc.
(scm_do_read_line): Renamed from scm_gen_read_line.
* libguile.h: Don't include "extchrs.h" or "mbstrings.h"
* extchrs.h, extchrs.c, mbstrings.h, mbstrings.c: Removed.
1997-10-15 17:18:32 +00:00
|
|
|
|
scm_putc ('>', port);
|
1996-08-20 17:11:59 +00:00
|
|
|
|
return 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
arbiters.c, arbiters.h, async.c, async.h, boolean.c, boolean.h,
chars.c, chars.h, continuations.c, continuations.h, debug.c,
debug.h, dynwind.c, dynwind.h, eq.c, eq.h, error.c, eval.c,
eval.h, extchrs.c, extchrs.h, fdsocket.c, fdsocket.h, filesys.c,
filesys.h, fports.c, fports.h, gc.c, gdb_interface.h, gdbint.c,
gdbint.h, genio.c, genio.h, gscm.c, gscm.h, gsubr.c, gsubr.h,
hash.c, hash.h, hashtab.c, hashtab.h, init.c, ioext.c, ioext.h,
kw.c, kw.h, libguile.h, mallocs.c, mallocs.h, markers.c,
markers.h, mbstrings.c, mbstrings.h, numbers.c, numbers.h,
objprop.c, objprop.h, options.c, options.h, pairs.c, pairs.h,
ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c,
procprop.h, procs.c, procs.h, ramap.c, ramap.h, read.c, read.h,
root.c, scmsigs.c, scmsigs.h, sequences.c, sequences.h, simpos.c,
simpos.h, smob.c, socket.c, socket.h, srcprop.c, srcprop.h,
stackchk.c, stackchk.h, stime.c, stime.h, strings.c, strings.h,
strop.c, strop.h, strorder.c, strorder.h, strports.c, strports.h,
struct.c, struct.h, symbols.c, symbols.h, tag.c, tag.h, unif.c,
unif.h, variable.c, variable.h, vectors.c, vectors.h, version.c,
version.h, vports.c, vports.h, weaks.c, weaks.h: Use SCM_P to
declare functions with prototypes. (Patch thanks to Marius
Vollmer.)
1996-10-14 01:33:50 +00:00
|
|
|
|
|
2002-03-26 00:19:04 +00:00
|
|
|
|
int
|
|
|
|
|
|
scm_c_source_property_breakpoint_p (SCM form)
|
|
|
|
|
|
{
|
|
|
|
|
|
SCM obj = scm_whash_lookup (scm_source_whash, form);
|
|
|
|
|
|
return SRCPROPSP (obj) && SRCPROPBRK (obj);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-19 19:33:10 +00:00
|
|
|
|
/*
|
2007-01-22 15:57:22 +00:00
|
|
|
|
* We remember the last file name settings, so we can share that plist
|
|
|
|
|
|
* entry. This works because scm_set_source_property_x does not use
|
|
|
|
|
|
* assoc-set! for modifying the plist.
|
|
|
|
|
|
*
|
|
|
|
|
|
* This variable contains a protected cons, whose cdr is the cached
|
|
|
|
|
|
* plist
|
2007-01-19 19:33:10 +00:00
|
|
|
|
*/
|
|
|
|
|
|
static SCM scm_last_plist_filename;
|
|
|
|
|
|
|
1996-08-20 17:11:59 +00:00
|
|
|
|
SCM
|
* validate.h
(SCM_NUM2{SIZE,PTRDIFF,SHORT,USHORT,BITS,UBITS,INT,UINT}[_DEF]):
new macros.
* unif.h: type renaming:
scm_array -> scm_array_t
scm_array_dim -> scm_array_dim_t
the old names are deprecated, all in-Guile uses changed.
* tags.h (scm_ubits_t): new typedef, representing unsigned
scm_bits_t.
* stacks.h: type renaming:
scm_info_frame -> scm_info_frame_t
scm_stack -> scm_stack_t
the old names are deprecated, all in-Guile uses changed.
* srcprop.h: type renaming:
scm_srcprops -> scm_srcprops_t
scm_srcprops_chunk -> scm_srcprops_chunk_t
the old names are deprecated, all in-Guile uses changed.
* gsubr.c, procs.c, print.c, ports.c, read.c, rdelim.c, ramap.c,
rw.c, smob.c, sort.c, srcprop.c, stacks.c, strings.c, strop.c,
strorder.c, strports.c, struct.c, symbols.c, unif.c, values.c,
vectors.c, vports.c, weaks.c:
various int/size_t -> size_t/scm_bits_t changes.
* random.h: type renaming:
scm_rstate -> scm_rstate_t
scm_rng -> scm_rng_t
scm_i_rstate -> scm_i_rstate_t
the old names are deprecated, all in-Guile uses changed.
* procs.h: type renaming:
scm_subr_entry -> scm_subr_entry_t
the old name is deprecated, all in-Guile uses changed.
* options.h (scm_option_t.val): unsigned long -> scm_bits_t.
type renaming:
scm_option -> scm_option_t
the old name is deprecated, all in-Guile uses changed.
* objects.c: various long -> scm_bits_t changes.
(scm_i_make_class_object): flags: unsigned long -> scm_ubits_t
* numbers.h (SCM_FIXNUM_BIT): deprecated, renamed to
SCM_I_FIXNUM_BIT.
* num2integral.i.c: new file, multiply included by numbers.c, used
to "templatize" the various integral <-> num conversion routines.
* numbers.c (scm_mkbig, scm_big2num, scm_adjbig, scm_normbig,
scm_copybig, scm_2ulong2big, scm_dbl2big, scm_big2dbl):
deprecated.
(scm_i_mkbig, scm_i_big2inum, scm_i_adjbig, scm_i_normbig,
scm_i_copybig, scm_i_short2big, scm_i_ushort2big, scm_i_int2big,
scm_i_uint2big, scm_i_long2big, scm_i_ulong2big, scm_i_bits2big,
scm_i_ubits2big, scm_i_size2big, scm_i_ptrdiff2big,
scm_i_long_long2big, scm_i_ulong_long2big, scm_i_dbl2big,
scm_i_big2dbl, scm_short2num, scm_ushort2num, scm_int2num,
scm_uint2num, scm_bits2num, scm_ubits2num, scm_size2num,
scm_ptrdiff2num, scm_num2short, scm_num2ushort, scm_num2int,
scm_num2uint, scm_num2bits, scm_num2ubits, scm_num2ptrdiff,
scm_num2size): new functions.
* modules.c (scm_module_reverse_lookup): i, n: int -> scm_bits_t.x
* load.c: change int -> size_t in various places (where the
variable is used to store a string length).
(search-path): call scm_done_free, not scm_done_malloc.
* list.c (scm_ilength): return a scm_bits_t, not long.
some other {int,long} -> scm_bits_t changes.
* hashtab.c: various [u]int -> scm_bits_t changes.
scm_ihashx_closure -> scm_ihashx_closure_t (and made a typedef).
(scm_ihashx): n: uint -> scm_bits_t
use scm_bits2num instead of scm_ulong2num.
* gsubr.c: various int -> scm_bits_t changes.
* gh_data.c (gh_scm2double): no loss of precision any more.
* gh.h (gh_str2scm): len: int -> size_t
(gh_{get,set}_substr): start: int -> scm_bits_t,
len: int -> size_t
(gh_<num>2scm): n: int -> scm_bits_t
(gh_*vector_length): return scm_[u]size_t, not unsigned long.
(gh_length): return scm_bits_t, not unsigned long.
* fports.h: type renaming:
scm_fport -> scm_fport_t
the old name is deprecated, all in-Guile uses changed.
* fports.c (fport_fill_input): count: int -> scm_bits_t
(fport_flush): init_size, remaining, count: int -> scm_bits_t
* debug.h (scm_lookup_cstr, scm_lookup_soft, scm_evstr): removed
those prototypes, as the functions they prototype don't exist.
* fports.c (default_buffer_size): int -> size_t
(scm_fport_buffer_add): read_size, write_size: int -> scm_bits_t
default_size: int -> size_t
(scm_setvbuf): csize: int -> scm_bits_t
* fluids.c (n_fluids): int -> scm_bits_t
(grow_fluids): old_length, i: int -> scm_bits_t
(next_fluid_num, scm_fluid_ref, scm_fluid_set_x): n: int ->
scm_bits_t
(scm_c_with_fluids): flen, vlen: int -> scm_bits_t
* filesys.c (s_scm_open_fdes): changed calls to SCM_NUM2LONG to
the new and shiny SCM_NUM2INT.
* extensions.c: extension -> extension_t (and made a typedef).
* eval.h (SCM_IFRAME): cast to scm_bits_t, not int. just so
there are no nasty surprises if/when the various deeply magic tag
bits move somewhere else.
* eval.c: changed the locals used to store results of SCM_IFRAME,
scm_ilength and such to be of type scm_bits_t (and not int/long).
(iqq): depth, edepth: int -> scm_bits_t
(scm_eval_stack): int -> scm_bits_t
(SCM_CEVAL): various vars are not scm_bits_t instead of int.
(check_map_args, scm_map, scm_for_each): len: long -> scm_bits_t
i: int -> scm_bits_t
* environments.c: changed the many calls to scm_ulong2num to
scm_ubits2num.
(import_environment_fold): proc_as_ul: ulong -> scm_ubits_t
* dynwind.c (scm_dowinds): delta: long -> scm_bits_t
* debug.h: type renaming:
scm_debug_info -> scm_debug_info_t
scm_debug_frame -> scm_debug_frame_t
the old names are deprecated, all in-Guile uses changed.
(scm_debug_eframe_size): int -> scm_bits_t
* debug.c (scm_init_debug): use scm_c_define instead of the
deprecated scm_define.
* continuations.h: type renaming:
scm_contregs -> scm_contregs_t
the old name is deprecated, all in-Guile uses changed.
(scm_contregs_t.num_stack_items): size_t -> scm_bits_t
(scm_contregs_t.num_stack_items): ulong -> scm_ubits_t
* continuations.c (scm_make_continuation): change the type of
stack_size form long to scm_bits_t.
* ports.h: type renaming:
scm_port_rw_active -> scm_port_rw_active_t (and made a typedef)
scm_port -> scm_port_t
scm_ptob_descriptor -> scm_ptob_descriptor_t
the old names are deprecated, all in-Guile uses changed.
(scm_port_t.entry): int -> scm_bits_t.
(scm_port_t.line_number): int -> long.
(scm_port_t.putback_buf_size): int -> size_t.
* __scm.h (long_long, ulong_long): deprecated (they pollute the
global namespace and have little value besides that).
(SCM_BITS_LENGTH): new, is the bit size of scm_bits_t (i.e. of an
SCM handle).
(ifdef spaghetti): include sys/types.h and sys/stdtypes.h, if they
exist (for size_t & ptrdiff_t)
(scm_sizet): deprecated.
* Makefile.am (noinst_HEADERS): add num2integral.i.c
2001-05-24 00:50:51 +00:00
|
|
|
|
scm_make_srcprops (long line, int col, SCM filename, SCM copy, SCM plist)
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
2007-01-19 19:33:10 +00:00
|
|
|
|
if (!SCM_UNBNDP (filename))
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
2007-01-19 19:33:10 +00:00
|
|
|
|
SCM old_plist = plist;
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
have to extract the acons, and operate on that, for
|
|
|
|
|
|
thread safety.
|
|
|
|
|
|
*/
|
|
|
|
|
|
SCM last_acons = SCM_CDR (scm_last_plist_filename);
|
|
|
|
|
|
if (old_plist == SCM_EOL
|
|
|
|
|
|
&& SCM_CDAR (last_acons) == filename)
|
|
|
|
|
|
{
|
|
|
|
|
|
plist = last_acons;
|
|
|
|
|
|
}
|
|
|
|
|
|
else
|
|
|
|
|
|
{
|
|
|
|
|
|
plist = scm_acons (scm_sym_filename, filename, plist);
|
|
|
|
|
|
if (old_plist == SCM_EOL)
|
|
|
|
|
|
SCM_SETCDR (scm_last_plist_filename, plist);
|
|
|
|
|
|
}
|
1996-08-20 17:11:59 +00:00
|
|
|
|
}
|
2007-01-19 19:33:10 +00:00
|
|
|
|
|
|
|
|
|
|
SCM_RETURN_NEWSMOB3 (scm_tc16_srcprops,
|
|
|
|
|
|
SRCPROPMAKPOS (line, col),
|
|
|
|
|
|
copy,
|
|
|
|
|
|
plist);
|
1996-08-20 17:11:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
arbiters.c, arbiters.h, async.c, async.h, boolean.c, boolean.h,
chars.c, chars.h, continuations.c, continuations.h, debug.c,
debug.h, dynwind.c, dynwind.h, eq.c, eq.h, error.c, eval.c,
eval.h, extchrs.c, extchrs.h, fdsocket.c, fdsocket.h, filesys.c,
filesys.h, fports.c, fports.h, gc.c, gdb_interface.h, gdbint.c,
gdbint.h, genio.c, genio.h, gscm.c, gscm.h, gsubr.c, gsubr.h,
hash.c, hash.h, hashtab.c, hashtab.h, init.c, ioext.c, ioext.h,
kw.c, kw.h, libguile.h, mallocs.c, mallocs.h, markers.c,
markers.h, mbstrings.c, mbstrings.h, numbers.c, numbers.h,
objprop.c, objprop.h, options.c, options.h, pairs.c, pairs.h,
ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c,
procprop.h, procs.c, procs.h, ramap.c, ramap.h, read.c, read.h,
root.c, scmsigs.c, scmsigs.h, sequences.c, sequences.h, simpos.c,
simpos.h, smob.c, socket.c, socket.h, srcprop.c, srcprop.h,
stackchk.c, stackchk.h, stime.c, stime.h, strings.c, strings.h,
strop.c, strop.h, strorder.c, strorder.h, strports.c, strports.h,
struct.c, struct.h, symbols.c, symbols.h, tag.c, tag.h, unif.c,
unif.h, variable.c, variable.h, vectors.c, vectors.h, version.c,
version.h, vports.c, vports.h, weaks.c, weaks.h: Use SCM_P to
declare functions with prototypes. (Patch thanks to Marius
Vollmer.)
1996-10-14 01:33:50 +00:00
|
|
|
|
|
1996-08-20 17:11:59 +00:00
|
|
|
|
SCM
|
2001-06-25 00:55:36 +00:00
|
|
|
|
scm_srcprops_to_plist (SCM obj)
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
|
|
|
|
|
SCM plist = SRCPROPPLIST (obj);
|
|
|
|
|
|
if (!SCM_UNBNDP (SRCPROPCOPY (obj)))
|
* backtrace.c, debug.c, eval.c, eval.h, gsubr.c, procprop.h,
read.c, srcprop.c, srcprop.h (scm_i_filename, scm_i_line,
scm_i_column, scm_i_copy, scm_i_name, scm_i_lambda, scm_i_source,
scm_i_more, scm_i_procname, scm_i_dot, scm_i_arrow, scm_i_else,
scm_i_unquote, scm_i_uq_splicing, scm_i_apply, scm_i_enter_frame,
scm_i_apply_frame, scm_i_exit_frame, scm_i_trace, scm_i_quote,
scm_i_begin, scm_i_if, scm_i_and, scm_i_or, scm_i_case,
scm_i_cond, scm_i_letstar, scm_i_do, scm_i_quasiquote,
scm_i_define, scm_i_letrec, scm_i_let, scm_i_atapply,
scm_i_atcall_cc, scm_i_breakpoint): Renamed: Consequently use
scm_sym_ as prefix for symbols.
1999-08-17 08:47:47 +00:00
|
|
|
|
plist = scm_acons (scm_sym_copy, SRCPROPCOPY (obj), plist);
|
2004-07-23 15:43:02 +00:00
|
|
|
|
plist = scm_acons (scm_sym_column, scm_from_int (SRCPROPCOL (obj)), plist);
|
|
|
|
|
|
plist = scm_acons (scm_sym_line, scm_from_int (SRCPROPLINE (obj)), plist);
|
2004-07-06 10:59:25 +00:00
|
|
|
|
plist = scm_acons (scm_sym_breakpoint, scm_from_bool (SRCPROPBRK (obj)), plist);
|
1996-08-20 17:11:59 +00:00
|
|
|
|
return plist;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2000-01-05 19:05:23 +00:00
|
|
|
|
SCM_DEFINE (scm_source_properties, "source-properties", 1, 0, 0,
|
1999-12-12 02:36:16 +00:00
|
|
|
|
(SCM obj),
|
2001-01-30 14:53:20 +00:00
|
|
|
|
"Return the source property association list of @var{obj}.")
|
1999-12-12 02:36:16 +00:00
|
|
|
|
#define FUNC_NAME s_scm_source_properties
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
|
|
|
|
|
SCM p;
|
2002-07-20 14:08:34 +00:00
|
|
|
|
SCM_VALIDATE_NIM (1, obj);
|
1996-08-20 17:11:59 +00:00
|
|
|
|
if (SCM_MEMOIZEDP (obj))
|
1996-10-14 03:26:37 +00:00
|
|
|
|
obj = SCM_MEMOIZED_EXP (obj);
|
2004-09-22 17:41:37 +00:00
|
|
|
|
else if (!scm_is_pair (obj))
|
1999-12-12 02:36:16 +00:00
|
|
|
|
SCM_WRONG_TYPE_ARG (1, obj);
|
2003-08-08 22:57:28 +00:00
|
|
|
|
p = scm_hashq_ref (scm_source_whash, obj, SCM_EOL);
|
2000-04-18 07:24:24 +00:00
|
|
|
|
if (SRCPROPSP (p))
|
2001-06-25 00:55:36 +00:00
|
|
|
|
return scm_srcprops_to_plist (p);
|
2003-08-08 22:57:28 +00:00
|
|
|
|
else
|
|
|
|
|
|
/* list from set-source-properties!, or SCM_EOL for not found */
|
|
|
|
|
|
return p;
|
1996-08-20 17:11:59 +00:00
|
|
|
|
}
|
1999-12-12 02:36:16 +00:00
|
|
|
|
#undef FUNC_NAME
|
1996-08-20 17:11:59 +00:00
|
|
|
|
|
|
|
|
|
|
/* Perhaps this procedure should look through an alist
|
|
|
|
|
|
and try to make a srcprops-object...? */
|
2000-01-05 19:05:23 +00:00
|
|
|
|
SCM_DEFINE (scm_set_source_properties_x, "set-source-properties!", 2, 0, 0,
|
1999-12-12 02:36:16 +00:00
|
|
|
|
(SCM obj, SCM plist),
|
2001-01-30 14:53:20 +00:00
|
|
|
|
"Install the association list @var{plist} as the source property\n"
|
|
|
|
|
|
"list for @var{obj}.")
|
1999-12-12 02:36:16 +00:00
|
|
|
|
#define FUNC_NAME s_scm_set_source_properties_x
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
|
|
|
|
|
SCM handle;
|
2002-07-20 14:08:34 +00:00
|
|
|
|
SCM_VALIDATE_NIM (1, obj);
|
1996-08-20 17:11:59 +00:00
|
|
|
|
if (SCM_MEMOIZEDP (obj))
|
1996-10-14 03:26:37 +00:00
|
|
|
|
obj = SCM_MEMOIZED_EXP (obj);
|
2004-09-22 17:41:37 +00:00
|
|
|
|
else if (!scm_is_pair (obj))
|
1999-12-12 02:36:16 +00:00
|
|
|
|
SCM_WRONG_TYPE_ARG(1, obj);
|
1996-08-20 17:11:59 +00:00
|
|
|
|
handle = scm_hashq_create_handle_x (scm_source_whash, obj, plist);
|
|
|
|
|
|
SCM_SETCDR (handle, plist);
|
|
|
|
|
|
return plist;
|
|
|
|
|
|
}
|
1999-12-12 02:36:16 +00:00
|
|
|
|
#undef FUNC_NAME
|
1996-08-20 17:11:59 +00:00
|
|
|
|
|
2000-01-05 19:05:23 +00:00
|
|
|
|
SCM_DEFINE (scm_source_property, "source-property", 2, 0, 0,
|
1999-12-12 02:36:16 +00:00
|
|
|
|
(SCM obj, SCM key),
|
2001-01-30 14:53:20 +00:00
|
|
|
|
"Return the source property specified by @var{key} from\n"
|
|
|
|
|
|
"@var{obj}'s source property list.")
|
1999-12-12 02:36:16 +00:00
|
|
|
|
#define FUNC_NAME s_scm_source_property
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
|
|
|
|
|
SCM p;
|
2002-07-20 14:08:34 +00:00
|
|
|
|
SCM_VALIDATE_NIM (1, obj);
|
1996-08-20 17:11:59 +00:00
|
|
|
|
if (SCM_MEMOIZEDP (obj))
|
1996-10-14 03:26:37 +00:00
|
|
|
|
obj = SCM_MEMOIZED_EXP (obj);
|
2004-09-22 17:41:37 +00:00
|
|
|
|
else if (!scm_is_pair (obj))
|
1999-12-12 02:36:16 +00:00
|
|
|
|
SCM_WRONG_TYPE_ARG (1, obj);
|
1996-08-20 17:11:59 +00:00
|
|
|
|
p = scm_hashq_ref (scm_source_whash, obj, SCM_EOL);
|
2002-01-10 21:11:22 +00:00
|
|
|
|
if (!SRCPROPSP (p))
|
1996-08-20 17:11:59 +00:00
|
|
|
|
goto plist;
|
2004-07-27 15:41:49 +00:00
|
|
|
|
if (scm_is_eq (scm_sym_breakpoint, key)) p = scm_from_bool (SRCPROPBRK (p));
|
|
|
|
|
|
else if (scm_is_eq (scm_sym_line, key)) p = scm_from_int (SRCPROPLINE (p));
|
|
|
|
|
|
else if (scm_is_eq (scm_sym_column, key)) p = scm_from_int (SRCPROPCOL (p));
|
|
|
|
|
|
else if (scm_is_eq (scm_sym_copy, key)) p = SRCPROPCOPY (p);
|
1996-08-20 17:11:59 +00:00
|
|
|
|
else
|
|
|
|
|
|
{
|
|
|
|
|
|
p = SRCPROPPLIST (p);
|
|
|
|
|
|
plist:
|
|
|
|
|
|
p = scm_assoc (key, p);
|
|
|
|
|
|
return (SCM_NIMP (p) ? SCM_CDR (p) : SCM_BOOL_F);
|
|
|
|
|
|
}
|
|
|
|
|
|
return SCM_UNBNDP (p) ? SCM_BOOL_F : p;
|
|
|
|
|
|
}
|
1999-12-12 02:36:16 +00:00
|
|
|
|
#undef FUNC_NAME
|
1996-08-20 17:11:59 +00:00
|
|
|
|
|
2000-01-05 19:05:23 +00:00
|
|
|
|
SCM_DEFINE (scm_set_source_property_x, "set-source-property!", 3, 0, 0,
|
1999-12-12 02:36:16 +00:00
|
|
|
|
(SCM obj, SCM key, SCM datum),
|
2001-01-30 14:53:20 +00:00
|
|
|
|
"Set the source property of object @var{obj}, which is specified by\n"
|
|
|
|
|
|
"@var{key} to @var{datum}. Normally, the key will be a symbol.")
|
1999-12-12 02:36:16 +00:00
|
|
|
|
#define FUNC_NAME s_scm_set_source_property_x
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
|
|
|
|
|
scm_whash_handle h;
|
|
|
|
|
|
SCM p;
|
2002-07-20 14:08:34 +00:00
|
|
|
|
SCM_VALIDATE_NIM (1, obj);
|
1996-08-20 17:11:59 +00:00
|
|
|
|
if (SCM_MEMOIZEDP (obj))
|
1996-10-14 03:26:37 +00:00
|
|
|
|
obj = SCM_MEMOIZED_EXP (obj);
|
2004-09-22 17:41:37 +00:00
|
|
|
|
else if (!scm_is_pair (obj))
|
1999-12-12 02:36:16 +00:00
|
|
|
|
SCM_WRONG_TYPE_ARG (1, obj);
|
1996-08-20 17:11:59 +00:00
|
|
|
|
h = scm_whash_get_handle (scm_source_whash, obj);
|
|
|
|
|
|
if (SCM_WHASHFOUNDP (h))
|
|
|
|
|
|
p = SCM_WHASHREF (scm_source_whash, h);
|
|
|
|
|
|
else
|
|
|
|
|
|
{
|
|
|
|
|
|
h = scm_whash_create_handle (scm_source_whash, obj);
|
|
|
|
|
|
p = SCM_EOL;
|
|
|
|
|
|
}
|
2004-07-27 15:41:49 +00:00
|
|
|
|
if (scm_is_eq (scm_sym_breakpoint, key))
|
1998-03-30 21:03:35 +00:00
|
|
|
|
{
|
2000-07-18 16:09:09 +00:00
|
|
|
|
if (SRCPROPSP (p))
|
|
|
|
|
|
{
|
2004-07-06 10:59:25 +00:00
|
|
|
|
if (scm_is_false (datum))
|
2000-07-18 16:09:09 +00:00
|
|
|
|
CLEARSRCPROPBRK (p);
|
|
|
|
|
|
else
|
|
|
|
|
|
SETSRCPROPBRK (p);
|
|
|
|
|
|
}
|
1998-03-30 21:03:35 +00:00
|
|
|
|
else
|
2000-07-18 16:09:09 +00:00
|
|
|
|
{
|
|
|
|
|
|
SCM sp = scm_make_srcprops (0, 0, SCM_UNDEFINED, SCM_UNDEFINED, p);
|
|
|
|
|
|
SCM_WHASHSET (scm_source_whash, h, sp);
|
2004-07-06 10:59:25 +00:00
|
|
|
|
if (scm_is_false (datum))
|
2000-07-18 16:09:09 +00:00
|
|
|
|
CLEARSRCPROPBRK (sp);
|
|
|
|
|
|
else
|
|
|
|
|
|
SETSRCPROPBRK (sp);
|
|
|
|
|
|
}
|
1998-03-30 21:03:35 +00:00
|
|
|
|
}
|
2004-07-27 15:41:49 +00:00
|
|
|
|
else if (scm_is_eq (scm_sym_line, key))
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
1999-12-16 20:48:05 +00:00
|
|
|
|
if (SRCPROPSP (p))
|
* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
SCM_VALIDATE_BIGINT, SCM_VALIDATE_INUM_MIN,
SCM_VALIDATE_INUM_MIN_COPY,
SCM_VALIDATE_INUM_MIN_DEF_COPY,SCM_VALIDATE_INUM_DEF,
SCM_VALIDATE_INUM_DEF_COPY, SCM_VALIDATE_INUM_RANGE,
SCM_VALIDATE_INUM_RANGE_COPY): Deprecated because they make the
fixnum/bignum distinction visible. Changed all uses to scm_to_size_t
or similar.
2004-07-10 14:35:36 +00:00
|
|
|
|
SETSRCPROPLINE (p, scm_to_int (datum));
|
1996-08-20 17:11:59 +00:00
|
|
|
|
else
|
|
|
|
|
|
SCM_WHASHSET (scm_source_whash, h,
|
* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
SCM_VALIDATE_BIGINT, SCM_VALIDATE_INUM_MIN,
SCM_VALIDATE_INUM_MIN_COPY,
SCM_VALIDATE_INUM_MIN_DEF_COPY,SCM_VALIDATE_INUM_DEF,
SCM_VALIDATE_INUM_DEF_COPY, SCM_VALIDATE_INUM_RANGE,
SCM_VALIDATE_INUM_RANGE_COPY): Deprecated because they make the
fixnum/bignum distinction visible. Changed all uses to scm_to_size_t
or similar.
2004-07-10 14:35:36 +00:00
|
|
|
|
scm_make_srcprops (scm_to_int (datum), 0,
|
1999-03-12 10:26:26 +00:00
|
|
|
|
SCM_UNDEFINED, SCM_UNDEFINED, p));
|
1996-08-20 17:11:59 +00:00
|
|
|
|
}
|
2004-07-27 15:41:49 +00:00
|
|
|
|
else if (scm_is_eq (scm_sym_column, key))
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
1999-12-16 20:48:05 +00:00
|
|
|
|
if (SRCPROPSP (p))
|
* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
SCM_VALIDATE_BIGINT, SCM_VALIDATE_INUM_MIN,
SCM_VALIDATE_INUM_MIN_COPY,
SCM_VALIDATE_INUM_MIN_DEF_COPY,SCM_VALIDATE_INUM_DEF,
SCM_VALIDATE_INUM_DEF_COPY, SCM_VALIDATE_INUM_RANGE,
SCM_VALIDATE_INUM_RANGE_COPY): Deprecated because they make the
fixnum/bignum distinction visible. Changed all uses to scm_to_size_t
or similar.
2004-07-10 14:35:36 +00:00
|
|
|
|
SETSRCPROPCOL (p, scm_to_int (datum));
|
1996-08-20 17:11:59 +00:00
|
|
|
|
else
|
|
|
|
|
|
SCM_WHASHSET (scm_source_whash, h,
|
* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
SCM_VALIDATE_BIGINT, SCM_VALIDATE_INUM_MIN,
SCM_VALIDATE_INUM_MIN_COPY,
SCM_VALIDATE_INUM_MIN_DEF_COPY,SCM_VALIDATE_INUM_DEF,
SCM_VALIDATE_INUM_DEF_COPY, SCM_VALIDATE_INUM_RANGE,
SCM_VALIDATE_INUM_RANGE_COPY): Deprecated because they make the
fixnum/bignum distinction visible. Changed all uses to scm_to_size_t
or similar.
2004-07-10 14:35:36 +00:00
|
|
|
|
scm_make_srcprops (0, scm_to_int (datum),
|
1999-03-12 10:26:26 +00:00
|
|
|
|
SCM_UNDEFINED, SCM_UNDEFINED, p));
|
1996-08-20 17:11:59 +00:00
|
|
|
|
}
|
2004-07-27 15:41:49 +00:00
|
|
|
|
else if (scm_is_eq (scm_sym_copy, key))
|
1996-08-20 17:11:59 +00:00
|
|
|
|
{
|
1999-12-16 20:48:05 +00:00
|
|
|
|
if (SRCPROPSP (p))
|
1996-08-20 17:11:59 +00:00
|
|
|
|
SRCPROPCOPY (p) = datum;
|
|
|
|
|
|
else
|
1996-09-18 19:36:29 +00:00
|
|
|
|
SCM_WHASHSET (scm_source_whash, h, scm_make_srcprops (0, 0, SCM_UNDEFINED, datum, p));
|
1996-08-20 17:11:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
else
|
2002-03-08 13:11:34 +00:00
|
|
|
|
{
|
|
|
|
|
|
if (SRCPROPSP (p))
|
|
|
|
|
|
SRCPROPPLIST (p) = scm_acons (key, datum, SRCPROPPLIST (p));
|
|
|
|
|
|
else
|
|
|
|
|
|
SCM_WHASHSET (scm_source_whash, h, scm_acons (key, datum, p));
|
|
|
|
|
|
}
|
1996-08-20 17:11:59 +00:00
|
|
|
|
return SCM_UNSPECIFIED;
|
|
|
|
|
|
}
|
1999-12-12 02:36:16 +00:00
|
|
|
|
#undef FUNC_NAME
|
1996-08-20 17:11:59 +00:00
|
|
|
|
|
* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
arbiters.c, arbiters.h, async.c, async.h, boolean.c, boolean.h,
chars.c, chars.h, continuations.c, continuations.h, debug.c,
debug.h, dynwind.c, dynwind.h, eq.c, eq.h, error.c, eval.c,
eval.h, extchrs.c, extchrs.h, fdsocket.c, fdsocket.h, filesys.c,
filesys.h, fports.c, fports.h, gc.c, gdb_interface.h, gdbint.c,
gdbint.h, genio.c, genio.h, gscm.c, gscm.h, gsubr.c, gsubr.h,
hash.c, hash.h, hashtab.c, hashtab.h, init.c, ioext.c, ioext.h,
kw.c, kw.h, libguile.h, mallocs.c, mallocs.h, markers.c,
markers.h, mbstrings.c, mbstrings.h, numbers.c, numbers.h,
objprop.c, objprop.h, options.c, options.h, pairs.c, pairs.h,
ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c,
procprop.h, procs.c, procs.h, ramap.c, ramap.h, read.c, read.h,
root.c, scmsigs.c, scmsigs.h, sequences.c, sequences.h, simpos.c,
simpos.h, smob.c, socket.c, socket.h, srcprop.c, srcprop.h,
stackchk.c, stackchk.h, stime.c, stime.h, strings.c, strings.h,
strop.c, strop.h, strorder.c, strorder.h, strports.c, strports.h,
struct.c, struct.h, symbols.c, symbols.h, tag.c, tag.h, unif.c,
unif.h, variable.c, variable.h, vectors.c, vectors.h, version.c,
version.h, vports.c, vports.h, weaks.c, weaks.h: Use SCM_P to
declare functions with prototypes. (Patch thanks to Marius
Vollmer.)
1996-10-14 01:33:50 +00:00
|
|
|
|
|
1996-08-20 17:11:59 +00:00
|
|
|
|
void
|
|
|
|
|
|
scm_init_srcprop ()
|
|
|
|
|
|
{
|
2000-12-08 17:32:56 +00:00
|
|
|
|
scm_tc16_srcprops = scm_make_smob_type ("srcprops", 0);
|
|
|
|
|
|
scm_set_smob_mark (scm_tc16_srcprops, srcprops_mark);
|
|
|
|
|
|
scm_set_smob_print (scm_tc16_srcprops, srcprops_print);
|
|
|
|
|
|
|
2004-07-23 15:43:02 +00:00
|
|
|
|
scm_source_whash = scm_make_weak_key_hash_table (scm_from_int (2047));
|
2001-05-15 14:57:22 +00:00
|
|
|
|
scm_c_define ("source-whash", scm_source_whash);
|
2000-12-11 14:48:23 +00:00
|
|
|
|
|
2007-01-19 19:33:10 +00:00
|
|
|
|
scm_last_plist_filename
|
|
|
|
|
|
= scm_permanent_object (scm_cons (SCM_EOL,
|
|
|
|
|
|
scm_acons (SCM_EOL, SCM_EOL, SCM_EOL)));
|
|
|
|
|
|
|
2000-04-21 14:16:44 +00:00
|
|
|
|
#include "libguile/srcprop.x"
|
1996-08-20 17:11:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
2000-03-19 19:01:16 +00:00
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
|
c-file-style: "gnu"
|
|
|
|
|
|
End:
|
|
|
|
|
|
*/
|