bpt/guile.git
23 years ago*** empty log message ***
Marius Vollmer [Thu, 14 Jun 2001 19:52:35 +0000 (19:52 +0000)]
*** empty log message ***

23 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_*".

23 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_*".

23 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.

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

23 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.

23 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.

23 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.

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

23 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.

23 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.

23 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.

23 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.

23 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.

23 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.

23 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'.

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

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

23 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.

23 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.

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

23 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.

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

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

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

23 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.

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

23 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.

23 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.

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

23 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.

23 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 .

23 years ago* configure.in: changes for autoconf 2.50.
Rob Browning [Sat, 2 Jun 2001 20:35:01 +0000 (20:35 +0000)]
* 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.

23 years ago* .cvsignore: really add guile_filter_doc_snarfage.
Rob Browning [Sat, 2 Jun 2001 20:34:43 +0000 (20:34 +0000)]
* .cvsignore: really add guile_filter_doc_snarfage.

23 years ago* .cvsignore: add guile_filter_doc_snarfage guile-snarf-docs
Rob Browning [Sat, 2 Jun 2001 20:31:38 +0000 (20:31 +0000)]
* .cvsignore: add guile_filter_doc_snarfage guile-snarf-docs
guile-snarf-docs-texi.

23 years ago* filesys.c (scm_stat2scm): HAVE_ST_RDEV changed to
Rob Browning [Sat, 2 Jun 2001 20:30:29 +0000 (20:30 +0000)]
* 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.

23 years ago* fports.c: HAVE_ST_BLKSIZE changed to
Rob Browning [Sat, 2 Jun 2001 20:30:20 +0000 (20:30 +0000)]
* 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.

23 years ago*** empty log message ***
Marius Vollmer [Sat, 2 Jun 2001 18:35:28 +0000 (18:35 +0000)]
*** empty log message ***

23 years ago(scm_eval_string): Use scm_primitive_eval_x instead
Marius Vollmer [Sat, 2 Jun 2001 18:34:48 +0000 (18:34 +0000)]
(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.

23 years ago(psyntax.pp): Make it dependent on psyntax.ss and
Marius Vollmer [Sat, 2 Jun 2001 18:34:22 +0000 (18:34 +0000)]
(psyntax.pp): Make it dependent on psyntax.ss and
fix command so that it works.

23 years ago(module-ensure-variable!): New.
Marius Vollmer [Sat, 2 Jun 2001 18:33:25 +0000 (18:33 +0000)]
(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.

23 years ago(apropos-fold, submodules, apropos): Be careful not
Marius Vollmer [Sat, 2 Jun 2001 18:32:03 +0000 (18:32 +0000)]
(apropos-fold, submodules, apropos): Be careful not
to access unbound variables.

23 years ago*** empty log message ***
Marius Vollmer [Sat, 2 Jun 2001 18:29:24 +0000 (18:29 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Marius Vollmer [Sat, 2 Jun 2001 12:40:00 +0000 (12:40 +0000)]
*** empty log message ***

23 years agoCheck for mkstemp via AC_REPLACE_FUNCS. Thanks to
Marius Vollmer [Sat, 2 Jun 2001 12:39:46 +0000 (12:39 +0000)]
Check for mkstemp via AC_REPLACE_FUNCS.  Thanks to
I. N. Golubev!

23 years agoNew file, slightly modified from libiberties
Marius Vollmer [Sat, 2 Jun 2001 12:39:09 +0000 (12:39 +0000)]
New file, slightly modified from libiberties
mkstemps.c.

23 years agoAdded notes about keeping AUTHORS and THANKS uptodate.
Marius Vollmer [Sat, 2 Jun 2001 11:57:50 +0000 (11:57 +0000)]
Added notes about keeping AUTHORS and THANKS uptodate.

23 years ago*** empty log message ***
Michael Livshin [Sat, 2 Jun 2001 11:20:01 +0000 (11:20 +0000)]
*** empty log message ***

23 years ago* .cvsignore: here and in all subdirectories listing Makefile and
Rob Browning [Sat, 2 Jun 2001 04:58:55 +0000 (04:58 +0000)]
* .cvsignore: here and in all subdirectories listing Makefile and
Makefile.in.

23 years ago*** empty log message ***
Marius Vollmer [Fri, 1 Jun 2001 23:46:36 +0000 (23:46 +0000)]
*** empty log message ***

23 years agoUpdated for next release.
Marius Vollmer [Fri, 1 Jun 2001 23:43:14 +0000 (23:43 +0000)]
Updated for next release.

23 years ago*** empty log message ***
Marius Vollmer [Fri, 1 Jun 2001 20:15:49 +0000 (20:15 +0000)]
*** empty log message ***

23 years ago(resolve-interface): Expect keyword arguments instead of a `spec'.
Marius Vollmer [Fri, 1 Jun 2001 20:15:10 +0000 (20:15 +0000)]
(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.