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

6185 commits

Author SHA1 Message Date
Thien-Thi Nguyen
8121c27d3e Initial revision 2002-02-15 21:38:11 +00:00
Thien-Thi Nguyen
44f3171094 Initial revision 2002-02-15 21:29:39 +00:00
Thien-Thi Nguyen
8145b8b551 Initial revision 2002-02-15 05:28:08 +00:00
Thien-Thi Nguyen
2918e43fae Initial revision 2002-02-15 05:23:07 +00:00
Thien-Thi Nguyen
ed708641b1 Initial revision 2002-02-15 04:14:56 +00:00
Marius Vollmer
c1965d31aa *** empty log message *** 2002-02-14 15:32:25 +00:00
Marius Vollmer
539b08a4c7 (scm_must_malloc, scm_must_realloc, scm_must_strdup, scm_must_strndup,
scm_done_malloc, scm_done_free, scm_must_free): Reimplemented using
the new scm_gc_malloc, etc., functions and deprecated.
2002-02-14 15:32:12 +00:00
Marius Vollmer
cd413a029c Added scm_must_malloc deprecation stuff. 2002-02-14 15:30:07 +00:00
Neil Jerram
738fe02a13 * Fix handling of Elisp variables that are imported from other modules. 2002-02-13 21:50:55 +00:00
Thien-Thi Nguyen
88ac59a9e6 *** empty log message *** 2002-02-13 04:20:03 +00:00
Thien-Thi Nguyen
cd68fcc170 (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
This undoes 1.14, reverting to 1.13.
2002-02-13 04:17:51 +00:00
Thien-Thi Nguyen
b606945b44 *** empty log message *** 2002-02-12 02:00:39 +00:00
Thien-Thi Nguyen
f94b652476 (bin_PROGRAMS): Move `guile_filter_doc_snarfage'
to `noinst_PROGRAMS'.
(bin_SCRIPTS): Move all values to `noinst_SCRIPTS'; delete.
(noinst_PROGRAMS, noinst_SCRIPTS): New.
2002-02-12 01:57:37 +00:00
Marius Vollmer
7c686ba857 *** empty log message *** 2002-02-11 18:09:30 +00:00
Marius Vollmer
6c70aef189 Use scm_gc_malloc/scm_malloc and scm_gc_free/free instead of
scm_must_malloc and scm_must_free, as appropriate.
2002-02-11 18:09:15 +00:00
Marius Vollmer
4c9419ac31 * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when
non-zero is returned from a port or smob free function.
(scm_malloc, scm_realloc, scm_strndup, scm_strdup,
scm_gc_register_collectable_memory,
scm_gc_unregister_collectable_memory, scm_gc_malloc,
scm_gc_realloc, scm_gc_free, scm_gc_strndup, scm_gc_strdup): New.

* backtrace.c, continuations.c, convert.i.c, coop-threads.c,
debug-malloc.c, dynl.c, environments.c, environments.h,
extensions.c, filesys.c, fports.c, gc.c, gc.h, gh_data.c, goops.c,
guardians.c, hooks.c, init.c, keywords.c, load.c, numbers.c,
ports.c, posix.c, procs.c, rdelim.c, regex-posix.c, root.c,
smob.c, stime.c, strings.c, struct.c, struct.h, symbols.c, unif.c,
vectors.c, weaks.c: Use scm_gc_malloc/scm_malloc and
scm_gc_free/free instead of scm_must_malloc and scm_must_free, as
appropriate.  Return zero from smob and port free functions.

* debug-malloc.c (scm_malloc_reregister): Handle "old == NULL".

* fports.c (scm_setvbuf): Reset read buffer to saved values when
it is pointing to the putback buffer.
2002-02-11 18:06:50 +00:00
Marius Vollmer
d013f095c1 Reimplemented to allow deprecation messages while the GC is running.
(scm_c_issue_deprecation_warning_fmt): New.
2002-02-11 17:17:48 +00:00
Marius Vollmer
9d8c42820c Small fixes. 2002-02-11 16:29:20 +00:00
Marius Vollmer
84b2716555 *** empty log message *** 2002-02-11 16:28:28 +00:00
Marius Vollmer
0906625fbc Entry about scm_gc_malloc and friends. 2002-02-11 16:28:17 +00:00
Marius Vollmer
9e05aed387 (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc, instead of to
scm_must_malloc.
2002-02-11 16:27:55 +00:00
Thien-Thi Nguyen
08df2d5250 Mention "check-guile --debug". 2002-02-10 19:15:20 +00:00
Thien-Thi Nguyen
05aabdf060 Remove cruft; nfc. 2002-02-09 23:22:32 +00:00
Thien-Thi Nguyen
e383ab4930 *** empty log message *** 2002-02-09 22:43:50 +00:00
Thien-Thi Nguyen
1febd88c0f (for-each-file): Do not recurse into "CVS" or "RCS" subdirs. 2002-02-09 22:42:54 +00:00
Thien-Thi Nguyen
ecb471f939 *** empty log message *** 2002-02-09 22:35:39 +00:00
Thien-Thi Nguyen
ecfea4f9bd Initial revision 2002-02-09 22:31:07 +00:00
Thien-Thi Nguyen
068a9d87f8 (main): Handle `--flag-unresolved'. No longer set
exit value to #f unconditionally on UNRESOLVED results.
2002-02-09 22:26:20 +00:00
Thien-Thi Nguyen
51477c02e0 *** empty log message *** 2002-02-09 05:44:39 +00:00
Thien-Thi Nguyen
cc4c7bd4dc (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu". 2002-02-09 05:43:48 +00:00
Thien-Thi Nguyen
66adc0a6f2 *** empty log message *** 2002-02-09 00:39:59 +00:00
Thien-Thi Nguyen
c0fa6561ac (create_gsubr): On "too many args" error,
also display arg count and name.
2002-02-09 00:38:43 +00:00
Thien-Thi Nguyen
4f72f0a7f9 Initial revision 2002-02-09 00:31:22 +00:00
Thien-Thi Nguyen
db755b3180 Initial revision 2002-02-08 20:01:35 +00:00
Neil Jerram
a64e666980 * Add tests of Elisp expression evaluation. 2002-02-08 13:00:30 +00:00
Neil Jerram
e79236a948 * Complete Elisp translator work. 2002-02-08 11:50:51 +00:00
Thien-Thi Nguyen
1f761e0a59 Initial revision 2002-02-08 10:50:36 +00:00
Thien-Thi Nguyen
90d4a6b016 *** empty log message *** 2002-02-08 03:19:33 +00:00
Thien-Thi Nguyen
87fefc1cbe Add commentary; nfc. 2002-02-08 03:18:38 +00:00
Marius Vollmer
f660f92e3c *** empty log message *** 2002-02-07 15:14:15 +00:00
Marius Vollmer
4dcf4449da (EXTRA_DIST): Added pre-inst-guile and pre-inst-guile.am. 2002-02-07 14:57:58 +00:00
Thien-Thi Nguyen
0458b20269 (12): New. 2002-02-06 23:00:37 +00:00
Thien-Thi Nguyen
ebc5d94c15 (Questions): Add q/a on cvs branch sanity. 2002-02-05 20:53:50 +00:00
Thien-Thi Nguyen
02f07e2b43 *** empty log message *** 2002-02-05 10:33:09 +00:00
Thien-Thi Nguyen
ae84ee626e (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
(GUILE_LOAD_PATH): No longer include $top_srcdir.
2002-02-05 10:32:35 +00:00
Thien-Thi Nguyen
ec5e172228 Fix bug: Use ":" in `case' pattern to prevent prefix aliasing. 2002-02-05 10:30:04 +00:00
Thien-Thi Nguyen
77bf05e08b *** empty log message *** 2002-02-05 10:10:49 +00:00
Thien-Thi Nguyen
e15fa93d74 (top_builddir): Fix bug: Use cwd. 2002-02-05 10:09:39 +00:00
Thien-Thi Nguyen
0187b4f417 *** empty log message *** 2002-02-05 09:42:16 +00:00
Thien-Thi Nguyen
0f73b20f51 Include $(top_srcdir)/pre-inst-guile.am.
(overview): Use $(preinstguiletool).
2002-02-05 09:40:56 +00:00