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

6928 commits

Author SHA1 Message Date
Thien-Thi Nguyen
7ca15449ed *** empty log message *** 2002-03-04 22:54:19 +00:00
Thien-Thi Nguyen
829fdfbc6d (top_srcdir): Use `top_srcdir_absolute' AC_SUBST var. 2002-03-04 22:53:34 +00:00
Thien-Thi Nguyen
fafb2162b7 *** empty log message *** 2002-03-04 22:43:55 +00:00
Thien-Thi Nguyen
7501d38daa (top_srcdir): Use `top_srcdir_absolute' AC_SUBST var. 2002-03-04 22:42:19 +00:00
Thien-Thi Nguyen
f671657e9b (top_srcdir_absolute): New AC_SUBST var. 2002-03-04 22:41:07 +00:00
Thien-Thi Nguyen
2d78a1c54c *** empty log message *** 2002-03-04 22:40:21 +00:00
Thien-Thi Nguyen
ce8b584c2d (top_srcdir): Use `top_srcdir_absolute' AC_SUBST var. 2002-03-04 22:39:06 +00:00
Thien-Thi Nguyen
2f13db9a0c (top_srcdir_absolute): New AC_SUBST var. 2002-03-04 22:37:37 +00:00
Dirk Herrmann
b51bad08b3 * Added an entry listing removed definitions. 2002-03-04 20:34:30 +00:00
Rob Browning
e58677f62b *** empty log message *** 2002-03-04 20:18:14 +00:00
Rob Browning
78bff0e807 * pre-inst-guile.in (top_srcdir): fail if "cd" fails. 2002-03-04 20:17:40 +00:00
Rob Browning
f7311251d6 * LIBGUILEREADLINE-VERSION: adjust AGE to leave some headroom. 2002-03-04 20:17:04 +00:00
Rob Browning
9180d6da93 * Makefile.am (scripts_sources): add snarf-guile-m4-docs. 2002-03-04 20:16:38 +00:00
Rob Browning
24f4d58364 * GUILE-VERSION: ages adjusted to give some headroom. 2002-03-04 20:16:01 +00:00
Thien-Thi Nguyen
e1a73deb8a Remove self. 2002-03-04 19:28:40 +00:00
Thien-Thi Nguyen
114d6a9423 Remove self. 2002-03-04 19:28:00 +00:00
Thien-Thi Nguyen
a3293fdedc *** empty log message *** 2002-03-04 16:38:30 +00:00
Thien-Thi Nguyen
7fb909b406 (top_srcdir): Fix ref bug: Force absolute. 2002-03-04 16:37:47 +00:00
Thien-Thi Nguyen
eb8aea9b2e *** empty log message *** 2002-03-04 16:36:50 +00:00
Thien-Thi Nguyen
3e76fda1f6 (top_srcdir): Fix ref bug: Force absolute. 2002-03-04 16:35:50 +00:00
Rob Browning
d5a6763cb6 *** empty log message *** 2002-03-04 14:53:45 +00:00
Rob Browning
4d1c1da728 * syncase.scm (gensym): fix bad let. 2002-03-04 14:53:35 +00:00
Rob Browning
2d17159f2e *** empty log message *** 2002-03-03 21:28:07 +00:00
Rob Browning
2f3525423b * LIBGUILEREADLINE-VERSION (LIBGUILEREADLINE_INTERFACE_CURRENT):
change interface to 15 to match other lib's jump for now.  Will
probably change again after finishing discussion with ttn.

* Makefile.am (EXTRA_DIST): add LIBGUILEREADLINE-VERSION.
2002-03-03 21:27:34 +00:00
Rob Browning
4ade428edc *** empty log message *** 2002-03-03 21:26:26 +00:00
Rob Browning
495c553eca * GUILE-VERSION: bump minor version for release. 2002-03-03 21:26:04 +00:00
Rob Browning
a32693735c *** empty log message *** 2002-03-03 21:13:17 +00:00
Rob Browning
674e7c7439 * Makefile.am (EXTRA_DIST): add LIBGUILEREADLINE-VERSION. 2002-03-03 21:12:55 +00:00
Rob Browning
a9e0045492 *** empty log message *** 2002-03-03 20:57:27 +00:00
Rob Browning
c153fd43f1 * .cvsignore: add pre-inst-guile. 2002-03-03 20:56:56 +00:00
Rob Browning
c30effff1f *** empty log message *** 2002-03-03 20:40:29 +00:00
Rob Browning
a204408fb8 * syncase.scm: add a simple mutex to gensym. 2002-03-03 20:37:41 +00:00
Rob Browning
b7231e130b * guile-config.in (build-link): don't output -L/usr/lib.
(build-compile): don't output -I/usr/include.
2002-03-03 20:36:42 +00:00
Rob Browning
2932769a9f * .cvsignore: add Makefile and Makefile.in. 2002-03-03 20:34:19 +00:00
Stefan Jahn
97820583b4 2002-03-02 Stefan Jahn <stefan@lkcc.org>
* convert.i.c: Fixed int <-> long conversions which would have
        failed if their sizes were different.
2002-03-02 14:18:38 +00:00
Dirk Herrmann
38ace99eb3 * eval.c (SCM_CEVAL): Cleaned up the handling of 'if', 'let',
'letrec' and 'set*': Removed some uses of t.arg1, t.lloc and proc
as temporary variables.  Removed side-effecting operations from
conditions and macro calls.  Introduced temporary variables with
hopefully descriptive names for clarification.  Replaced SCM_N?IMP
by a more explicit predicate in some places.  Removed code that
was conditionally compiled if SICP was defined - which it never
is.
2002-03-02 12:47:45 +00:00
Dirk Herrmann
e5cb71a0a9 * eval.c (SCM_CEVAL): Cleaned up the handling of 'cons' and 'do':
Removed some uses of t.arg1 and proc as temporary variables.
Removed side-effecting operations from conditions and macro calls.
Introduced temporary variables with hopefully descriptive names
for clarification.  Replaced SCM_N?IMP by a more explicit
predicate in some places.
2002-03-02 11:50:01 +00:00
Dirk Herrmann
6a0f6ff30c * eval.c (scm_badargsp, SCM_CEVAL): Replaced SCM_N?IMP by a more
explicit predicate in some places.

(CHECK_EQVISH): Removed.

(SCM_CEVAL): Removed some uses of t.arg1 and proc as temporary
variables.  Removed side-effecting operations from conditions and
macro calls.  Introduced temporary variables for clarification.
Sorted if-else-if check for the type of the last form in a list by
frequency.  Avoided some unnecessary tail-recursion calls.
2002-03-02 09:53:51 +00:00
Dirk Herrmann
905f50c99d * gc.c (SCM_HEAP_SEG_SIZE, CELL_UP, CELL_DN, DOUBLECELL_ALIGNED_P,
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.  The type name scm_cell is deprecated.
2002-03-01 21:12:47 +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
Rob Browning
4f84577b87 *** empty log message *** 2002-03-01 18:22:17 +00:00
Thien-Thi Nguyen
6c5f266752 *** empty log message *** 2002-03-01 08:45:50 +00:00
Thien-Thi Nguyen
e716351611 Update. 2002-03-01 08:45:05 +00:00
Thien-Thi Nguyen
547ba6882a *** empty log message *** 2002-03-01 08:36:32 +00:00
Thien-Thi Nguyen
2f908075a5 Remove "pwd" meta info. 2002-03-01 08:35:15 +00:00
Thien-Thi Nguyen
039576cf09 Update. 2002-03-01 07:37:43 +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