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

5705 commits

Author SHA1 Message Date
Thien-Thi Nguyen
bc47e08447 *** empty log message *** 2001-05-10 00:04:45 +00:00
Thien-Thi Nguyen
414959cad8 ("evaluator" "memoization"): New test prefix block.
("transparency"): New "evaluator memoization" test.
2001-05-10 00:02:51 +00:00
Martin Grabmüller
7c582ec9b5 * procs.c: Increased `scm_subr_table_room' to 800 because Guile now
has 779 primitives on startup.
2001-05-09 21:50:43 +00:00
Marius Vollmer
284ab60172 *** empty log message *** 2001-05-09 20:26:19 +00:00
Marius Vollmer
26fb6390fb (scm_i_eval): Copy expression before passing it to
SCM_XEVAL.  The copy operation was removed unintendedly during my
change on 2001-03-25.
2001-05-09 20:25:44 +00:00
Michael Livshin
dd9eb53242 *** empty log message *** 2001-05-09 16:38:45 +00:00
Michael Livshin
910d1e40f9 * ports.c (scm_c_read): pointer arithmetic on void pointers isn't
portable.

* deprecation.c (s_scm_include_deprecated_features): ANSI'fied the
docstring.
2001-05-09 16:32:06 +00:00
Thien-Thi Nguyen
adcd97c8bf *** empty log message *** 2001-05-09 01:52:55 +00:00
Thien-Thi Nguyen
d0a4c011be (scripts_sources): Add read-scheme-source. 2001-05-09 01:51:14 +00:00
Thien-Thi Nguyen
bff56cdfa1 Initial revision 2001-05-09 01:50:39 +00:00
Dirk Herrmann
8ff45739c5 * Ooops: This patch belongs to the previous ChangeLog entry... 2001-05-08 10:30:32 +00:00
Dirk Herrmann
56e55ac7cf * Removed deprecated hook names.
* Fix use of SCM_FLOBUFLEN.
2001-05-08 10:23:17 +00:00
Martin Grabmüller
7cfbc4f7b0 * tests/srfi-13.test: Added module access kludge, and uncommented
some tests depending on this.
2001-05-08 06:04:15 +00:00
Martin Grabmüller
db69b3a7b7 * modules/module-snippets.texi: Fixed a lot of typos and clarified
some points.  Thanks to Neil for the typo+questions patch!
2001-05-08 06:03:03 +00:00
Martin Grabmüller
2abe254dac * srfi-13.c (scm_string_copyS): Fixed nasty bug. 2001-05-07 22:27:29 +00:00
Martin Grabmüller
df937d20e0 * tests/srfi-13.test: New file testing the SRFI string library. 2001-05-07 21:52:25 +00:00
Neil Jerram
75141eb0c1 * Add docs-related authorship information. 2001-05-07 21:38:13 +00:00
Martin Grabmüller
a080fe396c * modules/module-snippets.texi: New file, documenting the module
system.  Placed in `devel' for review purposes.
2001-05-07 19:29:22 +00:00
Marius Vollmer
438201b47f *** empty log message *** 2001-05-07 18:11:40 +00:00
Marius Vollmer
abc235ad1c (gh_lookup): Call gh_module_lookup with
`scm_current_module ()', not `#f'.
(gh_module_lookup): Expect a module instead of an obarray as first
argument and do lookup in that module.
2001-05-07 18:11:20 +00:00
Marius Vollmer
d204b24c16 *** empty log message *** 2001-05-06 22:14:25 +00:00
Marius Vollmer
e466c6a2d6 (raeql_1): Do not call scm_uniform_vector_length on
arrays.  The length of array is already determined differently and
scm_uniform_vector_length does not work on arrays.
2001-05-06 22:14:09 +00:00
Keisuke Nishida
19a96c8ae4 New commands: guile-scheme-apropos, guile-scheme-describe,
guile-scheme-kill-process.

Bug fixed for GNU Emacs 20.7.
2001-05-06 21:35:14 +00:00
Marius Vollmer
fe7c2f88c2 *** empty log message *** 2001-05-06 21:20:11 +00:00
Marius Vollmer
e1fbffa9f4 (SCM_FUNC_CAST_ARBITRARY_ARGS): Use "SCM (*)()" for C++
as well.  "SCM (*)(...)" does not work on RedHat 7.1.
2001-05-06 21:19:53 +00:00
Thien-Thi Nguyen
7874f3d000 *** empty log message *** 2001-05-06 10:05:35 +00:00
Thien-Thi Nguyen
64705682dd Update copyright.
Surround commentary w/ standard markers; nfc.
2001-05-06 09:40:32 +00:00
Thien-Thi Nguyen
2b1621ac77 Update copyright.
Fix commentary typo; nfc.
2001-05-06 09:26:16 +00:00
Thien-Thi Nguyen
90b7e69a9e *** empty log message *** 2001-05-06 09:18:43 +00:00
Rob Browning
2b60bc955f *** empty log message *** 2001-05-06 03:33:46 +00:00
Rob Browning
a19422d7bf * Makefile.am (srfi_DATA): added srfi-19.scm. 2001-05-06 03:33:02 +00:00
Rob Browning
5bbfe8cbf1 * srfi-19.scm: New file - time/date SRFI. Thanks to Will Fitzgerald. 2001-05-06 03:31:19 +00:00
Rob Browning
677cd590ad * psyntax.ss: make sure emacs knows it's scheme code. 2001-05-06 03:29:52 +00:00
Thien-Thi Nguyen
5134bfa751 (Using Guile Modules): Review; remove reviewme comment.
Expand `GUILE_LOAD_PATH' blurb; add small example.
(Reporting Bugs): Review; remove reviewme comment.
Reword some phrases; add texi markup.
Add suggestion to include `guile-config info' output.
Update gdb invocation; add fixme question.
2001-05-06 01:49:56 +00:00
Marius Vollmer
26c1d5495b *** empty log message *** 2001-05-06 01:26:41 +00:00
Marius Vollmer
c05e97b749 (scm_difference): Call SCM_WTA_DISPATCH_0 when zero
arguments are supplied.
2001-05-06 01:26:23 +00:00
Marius Vollmer
e68fc82964 (SCM_WTA_DISPATCH_0): Removed ARG and POS parameters,
they are not used.  Changed `wrong type' error into `wrong num
args' error.  Changed all callers.
2001-05-06 01:25:15 +00:00
Thien-Thi Nguyen
3a6379f7f7 *** empty log message *** 2001-05-06 01:14:26 +00:00
Thien-Thi Nguyen
5ad8ab0a97 (scm_substring_move_x): Doc fix; nfc. 2001-05-06 01:12:50 +00:00
Thien-Thi Nguyen
1c938eb810 *** empty log message *** 2001-05-06 00:56:15 +00:00
Thien-Thi Nguyen
94bb46ab57 (scm_regexp_exec): Expand docstring to briefly
describe `regexp/notbol' and `regexp/noteol' execution flags.
2001-05-06 00:39:01 +00:00
Marius Vollmer
826e91f350 Read what you type, you bloody jerk. 2001-05-06 00:02:06 +00:00
Marius Vollmer
c10ecc4c81 *** empty log message *** 2001-05-05 19:16:08 +00:00
Marius Vollmer
94a0d8859a (--enable-deprecated): Recognize "shutup" option
argument and turn it into the default warning level "no".
2001-05-05 19:15:52 +00:00
Marius Vollmer
a5eebee787 Mention AUHTORS and THANKS in the `spiffing' phase. 2001-05-05 19:13:54 +00:00
Marius Vollmer
96a4a5b2c4 Mention the new `--enable-deprecated=shutup' option. 2001-05-05 19:11:36 +00:00
Marius Vollmer
2b33d8dcd7 (top-level-env): Use `current-module' instead of
the deprecated *top-level-lookup-closure*.
2001-05-05 19:09:14 +00:00
Marius Vollmer
a524a03f87 (initialize-object-procedure): Use
`valid-object-procedure?' instead of explicit tag magic.
(object-procedure-tags): Removed.
2001-05-05 19:08:32 +00:00
Marius Vollmer
cec0d28c56 (scm_valid_object_procedure_p): New.
(scm_set_object_procedure_x): Use it to check argument.  Fix
docstring.
2001-05-05 19:05:47 +00:00
Marius Vollmer
67dc6a4ea2 (scm_definedp): Fix docstring. 2001-05-05 19:03:42 +00:00