Marius Vollmer
5a3ea50184
Use re-export' instead of
export' when re-exporting
...
`class-of'.
2001-06-04 22:18:12 +00:00
Marius Vollmer
4a68d142ae
(keyword_print): Substract 1 from length of symbol name, accounting
...
for the silly dash.
2001-06-04 22:17:17 +00:00
Marius Vollmer
f228362b10
(scm_hasher): Use SCM_UNPACK in the case labels so that
...
non-pointers are being compared. Thanks to Alexander Klimov!
2001-06-04 22:16:43 +00:00
Marius Vollmer
bef38a17c4
(scm_c_register_extension): Allow NULL as library
...
name.
(load_extension): Ignore NULL library names when comparing.
2001-06-04 22:16:27 +00:00
Marius Vollmer
0e9eeb6cc9
(scm_registered_modules, scm_clear_registered_modules): Do not emit
...
deprecation warning.
2001-06-04 22:15:15 +00:00
Marius Vollmer
89d06712d9
(module-ensure-local-variable!): Renamed from
...
`module-ensure-variable!'. Make sure that there really is a local
variable, not just a visible one.
(module-ensure-variable!): See above.
(module-export!): Behave like always when deprecated features are
enabled, but issue a warning when re-exporting a variable. When
deprecated features are disabled, only export local variables,
creating them uninitialized when they don't yet exist.
(module-re-export!): New. Use this for re-exporting imported
variables.
(re-export): New, to go with `module-re-export!'.
(named-module-use!, top-repl): Use resolve-interface
instead of resolve-module to get at the used module.
2001-06-04 22:14:16 +00:00
Marius Vollmer
9a7d04c37c
Added kluge at top that keeps `export' from
...
re-exporting the `format' variable of the `(guile)' module.
2001-06-04 22:09:39 +00:00
Gary Houston
0df9aac51b
*** empty log message ***
2001-06-04 22:05:02 +00:00
Gary Houston
4bcdfe4641
*** empty log message ***
2001-06-04 21:52:21 +00:00
Gary Houston
1fb9789efd
* scheme-io.texi (Block Reading and Writing): added
...
write-string/partial, updated read-string!/partial.
2001-06-04 21:51:01 +00:00
Gary Houston
db387bb7b9
* rw.scm (ice-9): export write-string/partial.
2001-06-04 21:49:36 +00:00
Gary Houston
99004a2863
* rw.c (scm_write_string_partial): new procedure implementing
...
write-string/partial in (ice-9 rw).
* rw.h: declare scm_write_string_partial.
2001-06-04 21:48:25 +00:00
Marius Vollmer
f480396be5
*** empty log message ***
2001-06-03 23:34:08 +00:00
Marius Vollmer
c22adbeb3b
Added exception notice to all files.
2001-06-03 23:32:27 +00:00
Marius Vollmer
a0e0793ff7
Include "deprecation.h".
2001-06-03 23:31:14 +00:00
Marius Vollmer
a482f2cc7b
Added exception notice to all files.
...
(module-export!): Revert 2001-06-02 change. It
caused more problems than it solved by accidentally re-exporting
importing bindings once in a while.
2001-06-03 23:29:45 +00:00
Gary Houston
ac30b1e6b1
*** empty log message ***
2001-06-03 19:58:03 +00:00
Michael Livshin
b3372ff632
*** empty log message ***
2001-06-03 14:59:19 +00:00
Marius Vollmer
c794483cc0
*** empty log message ***
2001-06-03 01:07:06 +00:00
Marius Vollmer
1e4be672f5
(AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
...
guile-snarf.
2001-06-03 01:04:51 +00:00
Marius Vollmer
46ca6c2e28
(scm_register_module_xxx, scm_registered_modules,
...
scm_clear_registered_modules): Deprecated.
2001-06-03 01:03:31 +00:00
Marius Vollmer
99a34d6e6a
(try-load-module): Bracket calls to try-module-linked
...
and try-module-dynamic-link with `begin-deprecated'.
(split-c-module-name, convert-c-registered-modules,
registered-modules, register-modules, warn-autoload-deprecation,
init-dynamic-module, dynamic-maybe-call, dynamic-maybe-link,
find-and-link-dynamic-module, try-using-libtool-name,
try-using-sharlib-name, link-dynamic-module, try-module-linked,
try-module-dynamic-link): Deprecated. Activate deprecation
message.
2001-06-03 01:02:53 +00:00
Marius Vollmer
691f5a4d2d
Added AC_PREREQ(2.50) and minimally changed for
...
autoconf 2.50. This is mostly so that the `transparent autoconf
wrapper' on Debian picks the right version of autoconf.
2001-06-03 00:59:23 +00:00
Rob Browning
9454d8d5e7
*** empty log message ***
2001-06-02 20:35:27 +00:00
Rob Browning
ee79b9ff89
* acinclude.m4: AC_LANG not a variable now -- use __cplusplus
...
unconditionally .
2001-06-02 20:35:14 +00:00
Rob Browning
237b3247ac
* configure.in: changes for autoconf 2.50.
...
(AC_PREREQ): require at least autoconf 2.50.
(AC_INIT): no longer takes an arg.
(AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
(AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
(AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
(AC_STRUCT_ST_BLOCKS): use it rather than our version.
(AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
(AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
(AC_OUTPUT): no longer takes args.
2001-06-02 20:35:01 +00:00
Rob Browning
f02327ae03
* .cvsignore: really add guile_filter_doc_snarfage.
2001-06-02 20:34:43 +00:00
Rob Browning
3074c04a00
* .cvsignore: add guile_filter_doc_snarfage guile-snarf-docs
...
guile-snarf-docs-texi.
2001-06-02 20:31:38 +00:00
Rob Browning
1fd85bc565
* filesys.c (scm_stat2scm): HAVE_ST_RDEV changed to
...
HAVE_STRUCT_STAT_ST_RDEV.
(scm_stat2scm): HAVE_ST_BLKSIZE changed to
HAVE_STRUCT_STAT_ST_BLKSIZE.
(scm_stat2scm): HAVE_ST_BLOCKS changed to
HAVE_STRUCT_STAT_ST_BLOCKS.
2001-06-02 20:30:29 +00:00
Rob Browning
f47a5239d4
* fports.c: HAVE_ST_BLKSIZE changed to
...
HAVE_STRUCT_STAT_ST_BLKSIZE.
(scm_fport_buffer_add): HAVE_ST_BLKSIZE changed to
HAVE_STRUCT_STAT_ST_BLKSIZE.
2001-06-02 20:30:20 +00:00
Marius Vollmer
b0c16cd922
*** empty log message ***
2001-06-02 18:35:28 +00:00
Marius Vollmer
96e83482fb
(scm_eval_string): Use scm_primitive_eval_x instead
...
of scm_eval_x to allow module changes between the forms in the
string. Set/restore module using scm_c_call_with_current_module.
2001-06-02 18:34:48 +00:00
Marius Vollmer
c0017a49a5
(psyntax.pp): Make it dependent on psyntax.ss and
...
fix command so that it works.
2001-06-02 18:34:22 +00:00
Marius Vollmer
9540368e79
(module-ensure-variable!): New.
...
(module-export!): Use it to ensure that there is a variable to
export. Previously, we would always create a new variable, copy
the value over, and export the new variable. This confused
syncase since it keys important properties on variables.
2001-06-02 18:33:25 +00:00
Marius Vollmer
aef9dd6536
(apropos-fold, submodules, apropos): Be careful not
...
to access unbound variables.
2001-06-02 18:32:03 +00:00
Marius Vollmer
094a67bb4c
*** empty log message ***
2001-06-02 18:29:24 +00:00
Marius Vollmer
114f9bab42
*** empty log message ***
2001-06-02 12:40:00 +00:00
Marius Vollmer
5bbfbd1e49
Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
...
I. N. Golubev!
2001-06-02 12:39:46 +00:00
Marius Vollmer
23cc59681b
New file, slightly modified from libiberties
...
mkstemps.c.
2001-06-02 12:39:09 +00:00
Marius Vollmer
26446f9907
Added notes about keeping AUTHORS and THANKS uptodate.
2001-06-02 11:57:50 +00:00
Michael Livshin
2ac41cc17b
*** empty log message ***
2001-06-02 11:20:01 +00:00
Rob Browning
28fe405ecd
* .cvsignore: here and in all subdirectories listing Makefile and
...
Makefile.in.
2001-06-02 04:58:55 +00:00
Marius Vollmer
5f0cf00bcf
*** empty log message ***
2001-06-01 23:46:36 +00:00
Marius Vollmer
dcd0a9645f
Updated for next release.
2001-06-01 23:43:14 +00:00
Marius Vollmer
63b62b733d
*** empty log message ***
2001-06-01 20:15:49 +00:00
Marius Vollmer
532cf805db
(resolve-interface): Expect keyword arguments instead of a `spec'.
...
(compile-interface-spec, compile-define-module-args): New.
(define-module): Use compile-define-module-args to construct
argument for process-define-module.
(use-modules, use-syntax): Use compile-interface-spec to construct
arguments for process-use-modules.
(process-define-module): Expect keywords in argument list.
2001-06-01 20:15:10 +00:00
Marius Vollmer
05c64f524e
*** empty log message ***
2001-06-01 14:01:44 +00:00
Marius Vollmer
615bfe7277
(top-repl): Revert part of the 2001-05-19 change.
...
When defining the guile-user module, do not use any modules. Add
them to guile-user when `top-repl' is called.
2001-06-01 14:01:27 +00:00
Martin Grabmüller
ee2718a9ec
* configure.in: Generate examples/box-dynamic/Makefile.
2001-06-01 05:04:52 +00:00
Martin Grabmüller
cc6dd1c57a
* box-dynamic: New directory, implements the box type in a shared
...
library (aka extension)
Thanks to Thomas Wawrzinek for patching box.c into an extension!
2001-05-31 18:24:11 +00:00