bpt/guile.git
22 years ago * filter-doc-snarfage.c (process): added ungetc in
Gary Houston [Tue, 19 Jun 2001 22:56:29 +0000 (22:56 +0000)]
* filter-doc-snarfage.c (process): added ungetc in
MULTILINE_COOKIE case since otherwise it fails when there's no
space between the '(' and the quote of the following string
(gcc 3.0).

22 years agoAdded two "s".
Marius Vollmer [Tue, 19 Jun 2001 17:27:54 +0000 (17:27 +0000)]
Added two "s".

22 years ago Some updates.
Martin Grabmüller [Mon, 18 Jun 2001 19:11:21 +0000 (19:11 +0000)]
 Some updates.

22 years ago2001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
Martin Grabmüller [Mon, 18 Jun 2001 19:09:31 +0000 (19:09 +0000)]
2001-06-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

* box-dynamic-module/README: Use a better example for box-map, as
suggested by Thomas Wawrzinek.

22 years ago2001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
Martin Grabmüller [Mon, 18 Jun 2001 19:08:31 +0000 (19:08 +0000)]
2001-06-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

* srfi-modules.texi (SRFI-1): Completed procedure documentation.

* scheme-data.texi (List Constructors): Added make-list.
Added type index entries for all data types.

2001-06-15  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

* srfi-modules.texi (SRFI-1): New section documenting the SRFI-1
module.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 18 Jun 2001 18:31:14 +0000 (18:31 +0000)]
*** empty log message ***

22 years agoThe SRFI-19 implementation was completely broken. Already the
Marius Vollmer [Mon, 18 Jun 2001 18:30:58 +0000 (18:30 +0000)]
The SRFI-19 implementation was completely broken.  Already the
reference implementation did not handle DST and time zones properly
and relied on non-R5RS-isms like passing reals to `quotient'.  For
Guile, some additional fixes were needed because of the incomplete
numeric tower implementation.  See also srfi-19.test.

* srfi-19.scm (date-zone-offset): Fixed typo in export clause.
(add-duration): Renamed from priv:add-duration.
(priv:time-normalize!): Handle fractional nanoseconds; remove
duplicate definition.  (priv:current-time-tai): Fixed typo.  (time=?,
time<=?): Fixed typos.  (time-tai->time-utc, time-utc->time-tai,
time-utc->time-monotonic): Use make-time-unnormalized instead of
make-time when uninitialized time fields are used.
(set-date-nanosecond!, set-date-second!, set-date-minute!,
set-date-hour!, set-date-day!, set-date-month!, set-date-year!,
set-date-zone-offset!): Define.  (priv:local-tz-offset): Take an extra
argument in order to handle DST effects.  (time-utc->date,
time-tai->date, time-monotonic->date): Handle the changed signature of
priv:local-tz-offset. Don't pass non-integer arguments to quotient
(non-R5RS, not supported by Guile).  (date->time-utc): Ensure that
seconds in a date structure are always exact integers.  Handle DST
properly.  (current-date, julian-day->date,
modified-julian-day->date): Handle the changed signature of
priv:local-tz-offset.  (julian-day->time-utc): Reverted earlier
inexact->exact hack; make-time now handles inexact arguments.
(priv:locale-print-time-zone): At least print the numerical time zone.
(priv:integer-reader): Fixed named let iteration.
(priv:read-directives): Use set-date-month! instead of
priv:set-date-month! etc.  (string->date): Handle DST properly.

22 years agofixed doc code bug
Gary Houston [Sun, 17 Jun 2001 20:45:33 +0000 (20:45 +0000)]
fixed doc code bug

22 years agoAdd entry for Keisuke Nishida.
Thien-Thi Nguyen [Sun, 17 Jun 2001 20:32:26 +0000 (20:32 +0000)]
Add entry for Keisuke Nishida.

22 years ago*** empty log message ***
Marius Vollmer [Sat, 16 Jun 2001 20:17:50 +0000 (20:17 +0000)]
*** empty log message ***

22 years ago(scm_cond_t, scm_key_t, scm_mutex_t): Only define these when using
Marius Vollmer [Sat, 16 Jun 2001 20:17:19 +0000 (20:17 +0000)]
(scm_cond_t, scm_key_t, scm_mutex_t): Only define these when using
threads.

22 years ago(Conventions): Use `system-error-errno' instead of explicit code
Marius Vollmer [Sat, 16 Jun 2001 20:16:12 +0000 (20:16 +0000)]
(Conventions): Use `system-error-errno' instead of explicit code

22 years ago(system-error-errno): New.
Marius Vollmer [Sat, 16 Jun 2001 20:14:24 +0000 (20:14 +0000)]
(system-error-errno): New.

22 years ago* tests/ports.test: New test for output port line counts.
Marius Vollmer [Sat, 16 Jun 2001 20:13:50 +0000 (20:13 +0000)]
* tests/ports.test: New test for output port line counts.

22 years agoNew files. Thanks to Matthias Köppe!
Marius Vollmer [Sat, 16 Jun 2001 20:11:39 +0000 (20:11 +0000)]
New files.  Thanks to Matthias Köppe!

22 years agoStuff about our naming conventions.
Marius Vollmer [Thu, 14 Jun 2001 20:47:05 +0000 (20:47 +0000)]
Stuff about our naming conventions.

22 years ago * scripts/README, scripts/hello.scm, safe/untrusted.scm,
Martin Grabmüller [Thu, 14 Jun 2001 20:36:06 +0000 (20:36 +0000)]
* scripts/README, scripts/hello.scm, safe/untrusted.scm,
safe/evil.scm, safe/README, modules/README, modules/main,
modules/module-0.scm, modules/module-1.scm, modules/module-2.scm:
Minor cleanup.

* README: Added intro stuff, restructured a bit.

* box-dynamic/README, box-module/README, box/README: Cleanup and
restructuring.

* box-dynamic-module/box-mixed.scm: New file, demonstrating usage
of extension library functionality, but without exporting
procedures from the library.

Thanks to Thomas Wawrzinek for the idea and example code!

* box-dynamic-module/box-module.scm: Add comments, export
make-box, box-ref, box-set!.

* box-dynamic-module/README: Integrate new module (box-mixed),
restructure and cleanup a bit.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 14 Jun 2001 20:20:35 +0000 (20:20 +0000)]
*** empty log message ***

22 years agoAdded deprecated section with the olde type names.
Marius Vollmer [Thu, 14 Jun 2001 20:19:33 +0000 (20:19 +0000)]
Added deprecated section with the olde type names.

22 years agoscm_t_bits is unsigned, types have been renamed.
Marius Vollmer [Thu, 14 Jun 2001 20:19:02 +0000 (20:19 +0000)]
scm_t_bits is unsigned, types have been renamed.

22 years agoReplace "scm_*_t" with "scm_t_*", except "scm_lisp_t".
Marius Vollmer [Thu, 14 Jun 2001 20:14:09 +0000 (20:14 +0000)]
Replace "scm_*_t" with "scm_t_*", except "scm_lisp_t".

22 years ago*** empty log message ***
Marius Vollmer [Thu, 14 Jun 2001 19:52:35 +0000 (19:52 +0000)]
*** empty log message ***

22 years agoReplace "scm_*_t" with "scm_t_*".
Marius Vollmer [Thu, 14 Jun 2001 19:51:54 +0000 (19:51 +0000)]
Replace "scm_*_t" with "scm_t_*".

22 years agoreplace "scm_*_t" with "scm_t_*".
Marius Vollmer [Thu, 14 Jun 2001 19:50:43 +0000 (19:50 +0000)]
replace "scm_*_t" with "scm_t_*".

22 years agoTalk about kluge at top of srfi13.scm.
Marius Vollmer [Thu, 14 Jun 2001 18:26:58 +0000 (18:26 +0000)]
Talk about kluge at top of srfi13.scm.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 14 Jun 2001 18:26:43 +0000 (18:26 +0000)]
*** empty log message ***

22 years ago* unif.h (SCM_ARRAY_NDIM): Shift then cast so that the no sign
Marius Vollmer [Thu, 14 Jun 2001 18:26:27 +0000 (18:26 +0000)]
* unif.h (SCM_ARRAY_NDIM): Shift then cast so that the no sign
extension takes place.
* strings.h (SCM_STRING_LENGTH): Likewise.
(SCM_STRING_MAX_LENGTH): Use unsigned numbers.

22 years agoPrevent `export' from re-exporting core bindings.
Marius Vollmer [Thu, 14 Jun 2001 18:23:28 +0000 (18:23 +0000)]
Prevent `export' from re-exporting core bindings.

22 years ago(remove-if, remove-if-not): Fix typo: use
Marius Vollmer [Thu, 14 Jun 2001 18:22:25 +0000 (18:22 +0000)]
(remove-if, remove-if-not): Fix typo: use
`pred', not `pred?', in the body.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 14 Jun 2001 17:43:39 +0000 (17:43 +0000)]
*** empty log message ***

22 years ago* configure.in: Check for rl_filename_completion_function.
Marius Vollmer [Thu, 14 Jun 2001 17:42:45 +0000 (17:42 +0000)]
* configure.in: Check for rl_filename_completion_function.
* readline.c (s_scm_filename_completion_function): Use
rl_filename_completion_function instead of
filename_completion_function, if we have it.
(scm_init_readline): Use rl_compentry_func_t instead if Function
when _RL_FUNCTION_TYPEDEF is defined.

22 years ago* readline.h (scm_clear_history): New prototype.
Marius Vollmer [Thu, 14 Jun 2001 17:41:51 +0000 (17:41 +0000)]
* readline.h (scm_clear_history): New prototype.

22 years ago(SCM_SRS): Cast shiftee to scm_signed_bits_t.
Marius Vollmer [Thu, 14 Jun 2001 17:41:21 +0000 (17:41 +0000)]
(SCM_SRS): Cast shiftee to scm_signed_bits_t.
(SCM_INUM): Cast result to scm_signed_bits_t.

22 years agoInclude <stdint.h> when we have it.
Marius Vollmer [Thu, 14 Jun 2001 17:39:30 +0000 (17:39 +0000)]
Include <stdint.h> when we have it.
(scm_bits_t): Changed to be a unsigned type.  Use uintptr_t when
available.  Else use "unsigned long".
(scm_signed_bits_t): New.

22 years ago(ptrdiff_t): Typedef to long when configure didn't find
Marius Vollmer [Thu, 14 Jun 2001 17:37:38 +0000 (17:37 +0000)]
(ptrdiff_t): Typedef to long when configure didn't find
it.

22 years agoUpdates for load-extension et al.
Marius Vollmer [Thu, 14 Jun 2001 17:36:41 +0000 (17:36 +0000)]
Updates for load-extension et al.

22 years agoCheck for header <stdint.h>. Check for uintptr_t
Marius Vollmer [Thu, 14 Jun 2001 17:36:03 +0000 (17:36 +0000)]
Check for header <stdint.h>.  Check for uintptr_t
type.  Use AC_CHECK_TYPES for this.  Do not caus ptrdiff_t to be
`#defined'.

22 years ago(ptrdiff_t): Removed.
Marius Vollmer [Thu, 14 Jun 2001 17:34:01 +0000 (17:34 +0000)]
(ptrdiff_t): Removed.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 13 Jun 2001 16:11:23 +0000 (16:11 +0000)]
*** empty log message ***

22 years agoUpdate path to #include file scmconfig.h.
Thien-Thi Nguyen [Wed, 13 Jun 2001 16:10:05 +0000 (16:10 +0000)]
Update path to #include file scmconfig.h.
Thanks to Golubev I. N.

22 years agoRemove SLIB reference for ice-9/match.scm,
Thien-Thi Nguyen [Wed, 13 Jun 2001 16:05:55 +0000 (16:05 +0000)]
Remove SLIB reference for ice-9/match.scm,
since it now is no longer dependent.

Thanks to Dale P. Smith.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 13 Jun 2001 16:03:27 +0000 (16:03 +0000)]
*** empty log message ***

22 years agoNo longer use module `(ice-9 slib)'.
Thien-Thi Nguyen [Wed, 13 Jun 2001 16:02:07 +0000 (16:02 +0000)]
No longer use module `(ice-9 slib)'.
Use module `(ice-9 pretty-print)'.
No longer require `pretty-print'.

(slib:error): Delete.
(match:error, match:syntax-err): Rewrite.

Thanks to Dale P. Smith.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 13 Jun 2001 09:26:46 +0000 (09:26 +0000)]
*** empty log message ***

22 years agoInitial revision
Thien-Thi Nguyen [Wed, 13 Jun 2001 09:25:43 +0000 (09:25 +0000)]
Initial revision

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 13 Jun 2001 09:14:07 +0000 (09:14 +0000)]
*** empty log message ***

22 years agoClean up some docstrings; nfc.
Thien-Thi Nguyen [Wed, 13 Jun 2001 09:10:20 +0000 (09:10 +0000)]
Clean up some docstrings; nfc.
Add Commentary.
Update copyright.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 11 Jun 2001 17:23:58 +0000 (17:23 +0000)]
*** empty log message ***

22 years agoUse `begin-deprecated' instead of testing
Marius Vollmer [Mon, 11 Jun 2001 17:23:42 +0000 (17:23 +0000)]
Use `begin-deprecated' instead of testing
`include-deprecated-features' when conditionally using the (ice-9
rdelim) module.  See below.

22 years ago* Simplified the goops macro system a bit and fixed a bug.
Dirk Herrmann [Mon, 11 Jun 2001 08:51:28 +0000 (08:51 +0000)]
* Simplified the goops macro system a bit and fixed a bug.

22 years ago*** empty log message ***
Gary Houston [Sun, 10 Jun 2001 20:45:34 +0000 (20:45 +0000)]
*** empty log message ***

22 years ago * boot-9.scm: use the (ice-9 rdelim) module if
Gary Houston [Sun, 10 Jun 2001 20:44:45 +0000 (20:44 +0000)]
* boot-9.scm: use the (ice-9 rdelim) module if
include-deprecated-features is true.

22 years ago * rdelim.c (scm_init_rdelim_builtins): don't try to activate the
Gary Houston [Sun, 10 Jun 2001 20:42:31 +0000 (20:42 +0000)]
* rdelim.c (scm_init_rdelim_builtins): don't try to activate the
(ice-9 rdelim) module in (guile) and (guile-user).  it didn't
work reliably anymore.  try it from boot-9.scm instead.

23 years ago*** empty log message ***
Marius Vollmer [Sat, 9 Jun 2001 18:15:32 +0000 (18:15 +0000)]
*** empty log message ***

23 years ago(scm_lfwrite): Maintain columnd and row count in port.
Marius Vollmer [Sat, 9 Jun 2001 18:15:08 +0000 (18:15 +0000)]
(scm_lfwrite): Maintain columnd and row count in port.
Thanks to Matthias Köppe!

23 years agoUse (ice-9 and-let-star).
Marius Vollmer [Sat, 9 Jun 2001 18:14:36 +0000 (18:14 +0000)]
Use (ice-9 and-let-star).
(format:out): Initialize format:output-col with current column of
`port', if it has one.  Else leave it alone.  Thanks to Matthias
Köppe!

23 years ago(lambda*): Make sure that BODY is always put into a
Marius Vollmer [Sat, 9 Jun 2001 18:14:22 +0000 (18:14 +0000)]
(lambda*): Make sure that BODY is always put into a
real body context so that it can contain internal definitions.
Thanks to Matthias Köppe!

23 years ago(generic-write): Use `object->string' to print
Marius Vollmer [Sat, 9 Jun 2001 18:14:08 +0000 (18:14 +0000)]
(generic-write): Use `object->string' to print
unknown objects.

23 years agoAdded paragraph about new `export' behaviour and new `re-export'
Marius Vollmer [Sat, 9 Jun 2001 18:12:14 +0000 (18:12 +0000)]
Added paragraph about new `export' behaviour and new `re-export'
statement.

23 years ago* Fix rogue text caused by line breaking a comment.
Neil Jerram [Fri, 8 Jun 2001 22:35:30 +0000 (22:35 +0000)]
* Fix rogue text caused by line breaking a comment.

23 years ago* snarf.h, filter-doc-snarfage.c: more changes to cope with
Michael Livshin [Fri, 8 Jun 2001 14:49:05 +0000 (14:49 +0000)]
* snarf.h, filter-doc-snarfage.c: more changes to cope with
space-happy C preprocessors.

23 years ago* filter-doc-snarfage.c, guile-snarf.in: try to cope with spaces
Michael Livshin [Fri, 8 Jun 2001 13:48:39 +0000 (13:48 +0000)]
* filter-doc-snarfage.c, guile-snarf.in: try to cope with spaces
inside cookies.  thanks to Matthias Köppe!

23 years ago* Fixed some bugs, some reported by Matthias Koeppe.
Dirk Herrmann [Fri, 8 Jun 2001 10:02:33 +0000 (10:02 +0000)]
* Fixed some bugs, some reported by Matthias Koeppe.

23 years ago* Fix SCM <--> scm_t_bits related typing problems.
Dirk Herrmann [Thu, 7 Jun 2001 23:10:33 +0000 (23:10 +0000)]
* Fix SCM <--> scm_t_bits related typing problems.
  Thanks to Matthias Koeppe for the bug report.

23 years ago* Introduce SCM_UNUSED and mark unused function parameters.
Dirk Herrmann [Thu, 7 Jun 2001 21:12:19 +0000 (21:12 +0000)]
* Introduce SCM_UNUSED and mark unused function parameters.
* Introduce SCM_DEBUG_PAIR_ACCESSES.
* Extend the possibilities of SCM_DEBUG_CELL_ACCESSES.

23 years ago * srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.
Martin Grabmüller [Thu, 7 Jun 2001 17:54:40 +0000 (17:54 +0000)]
* srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.
(delete-duplicates): Now the first occurrence of an element is
retained, as required.
(member, assoc): Fixed wrong order of equality predicate
application.

23 years agoAdded scheme module file.
Martin Grabmüller [Thu, 7 Jun 2001 12:18:01 +0000 (12:18 +0000)]
Added scheme module file.

23 years ago * README: Update.
Martin Grabmüller [Thu, 7 Jun 2001 04:27:37 +0000 (04:27 +0000)]
* README: Update.

* srfi-1.scm: New file.

23 years ago * box-dynamic-module/box-module.scm: New file.
Martin Grabmüller [Wed, 6 Jun 2001 20:14:51 +0000 (20:14 +0000)]
* box-dynamic-module/box-module.scm: New file.

23 years ago* Introduce macro SCM_VALIDATE_NON_EMPTY_COMBINATION.
Dirk Herrmann [Tue, 5 Jun 2001 20:48:28 +0000 (20:48 +0000)]
* Introduce macro SCM_VALIDATE_NON_EMPTY_COMBINATION.

23 years agoAdded authorship information.
Martin Grabmüller [Tue, 5 Jun 2001 17:43:16 +0000 (17:43 +0000)]
Added authorship information.

23 years ago * configure.in: Generate examples/box-dynamic-module/Makefile.
Martin Grabmüller [Tue, 5 Jun 2001 17:35:42 +0000 (17:35 +0000)]
* configure.in: Generate examples/box-dynamic-module/Makefile.

23 years ago * box-dynamic-module: New directory, implements the box type in a
Martin Grabmüller [Tue, 5 Jun 2001 17:33:40 +0000 (17:33 +0000)]
* box-dynamic-module: New directory, implements the box type in a
shared library and places the definitions in a C-only module.

Thanks to Thomas Wawrzinek for this, too!

* box-dynamic/box.c, box/box.c, box-dynamic-module/box.c,
box-module/box.c (mark_box): Fixed typo in comment.

23 years ago* Added Jost to THANKS and AUTHORS list.
Dirk Herrmann [Tue, 5 Jun 2001 15:18:46 +0000 (15:18 +0000)]
* Added Jost to THANKS and AUTHORS list.
* Updated my personal authoring data.

23 years ago*** empty log message ***
Marius Vollmer [Mon, 4 Jun 2001 22:18:59 +0000 (22:18 +0000)]
*** empty log message ***

23 years agoUse `re-export' instead of `export' when re-exporting
Marius Vollmer [Mon, 4 Jun 2001 22:18:12 +0000 (22:18 +0000)]
Use `re-export' instead of `export' when re-exporting
`class-of'.

23 years ago(keyword_print): Substract 1 from length of symbol name, accounting
Marius Vollmer [Mon, 4 Jun 2001 22:17:17 +0000 (22:17 +0000)]
(keyword_print): Substract 1 from length of symbol name, accounting
for the silly dash.

23 years ago(scm_hasher): Use SCM_UNPACK in the case labels so that
Marius Vollmer [Mon, 4 Jun 2001 22:16:43 +0000 (22:16 +0000)]
(scm_hasher): Use SCM_UNPACK in the case labels so that
non-pointers are being compared.  Thanks to Alexander Klimov!

23 years ago(scm_c_register_extension): Allow NULL as library
Marius Vollmer [Mon, 4 Jun 2001 22:16:27 +0000 (22:16 +0000)]
(scm_c_register_extension): Allow NULL as library
name.
(load_extension): Ignore NULL library names when comparing.

23 years ago(scm_registered_modules, scm_clear_registered_modules): Do not emit
Marius Vollmer [Mon, 4 Jun 2001 22:15:15 +0000 (22:15 +0000)]
(scm_registered_modules, scm_clear_registered_modules): Do not emit
deprecation warning.

23 years ago(module-ensure-local-variable!): Renamed from
Marius Vollmer [Mon, 4 Jun 2001 22:14:16 +0000 (22:14 +0000)]
(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.

23 years agoAdded kluge at top that keeps `export' from
Marius Vollmer [Mon, 4 Jun 2001 22:09:39 +0000 (22:09 +0000)]
Added kluge at top that keeps `export' from
re-exporting the `format' variable of the `(guile)' module.

23 years ago*** empty log message ***
Gary Houston [Mon, 4 Jun 2001 22:05:02 +0000 (22:05 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gary Houston [Mon, 4 Jun 2001 21:52:21 +0000 (21:52 +0000)]
*** empty log message ***

23 years ago * scheme-io.texi (Block Reading and Writing): added
Gary Houston [Mon, 4 Jun 2001 21:51:01 +0000 (21:51 +0000)]
* scheme-io.texi (Block Reading and Writing): added
write-string/partial, updated read-string!/partial.

23 years ago * rw.scm (ice-9): export write-string/partial.
Gary Houston [Mon, 4 Jun 2001 21:49:36 +0000 (21:49 +0000)]
* rw.scm (ice-9): export write-string/partial.

23 years ago * rw.c (scm_write_string_partial): new procedure implementing
Gary Houston [Mon, 4 Jun 2001 21:48:25 +0000 (21:48 +0000)]
* rw.c (scm_write_string_partial): new procedure implementing
write-string/partial in (ice-9 rw).
* rw.h: declare scm_write_string_partial.

23 years ago*** empty log message ***
Marius Vollmer [Sun, 3 Jun 2001 23:34:08 +0000 (23:34 +0000)]
*** empty log message ***

23 years agoAdded exception notice to all files.
Marius Vollmer [Sun, 3 Jun 2001 23:32:27 +0000 (23:32 +0000)]
Added exception notice to all files.

23 years agoInclude "deprecation.h".
Marius Vollmer [Sun, 3 Jun 2001 23:31:14 +0000 (23:31 +0000)]
Include "deprecation.h".

23 years agoAdded exception notice to all files.
Marius Vollmer [Sun, 3 Jun 2001 23:29:45 +0000 (23:29 +0000)]
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.

23 years ago*** empty log message ***
Gary Houston [Sun, 3 Jun 2001 19:58:03 +0000 (19:58 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Michael Livshin [Sun, 3 Jun 2001 14:59:19 +0000 (14:59 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Marius Vollmer [Sun, 3 Jun 2001 01:07:06 +0000 (01:07 +0000)]
*** empty log message ***

23 years ago(AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
Marius Vollmer [Sun, 3 Jun 2001 01:04:51 +0000 (01:04 +0000)]
(AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
guile-snarf.

23 years ago(scm_register_module_xxx, scm_registered_modules,
Marius Vollmer [Sun, 3 Jun 2001 01:03:31 +0000 (01:03 +0000)]
(scm_register_module_xxx, scm_registered_modules,
scm_clear_registered_modules): Deprecated.

23 years ago(try-load-module): Bracket calls to try-module-linked
Marius Vollmer [Sun, 3 Jun 2001 01:02:53 +0000 (01:02 +0000)]
(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.

23 years agoAdded AC_PREREQ(2.50) and minimally changed for
Marius Vollmer [Sun, 3 Jun 2001 00:59:23 +0000 (00:59 +0000)]
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.

23 years ago*** empty log message ***
Rob Browning [Sat, 2 Jun 2001 20:35:27 +0000 (20:35 +0000)]
*** empty log message ***

23 years ago* acinclude.m4: AC_LANG not a variable now -- use __cplusplus
Rob Browning [Sat, 2 Jun 2001 20:35:14 +0000 (20:35 +0000)]
* acinclude.m4: AC_LANG not a variable now -- use __cplusplus
unconditionally .