Mikael Djurfeldt
8b840115f8
* print.c (scm_iprin1): Turned write' and
display' into
...
primitive generics and use their associated generic functions in
scm_iprin1 for GOOPS objects.
1999-09-15 17:33:58 +00:00
Mikael Djurfeldt
44fdbfc668
Use egrep for better compatibility.
1999-09-15 15:55:06 +00:00
Mikael Djurfeldt
c0f87beb86
Fix
1999-09-15 15:42:16 +00:00
Mikael Djurfeldt
8c592a9387
*** empty log message ***
1999-09-15 15:28:44 +00:00
Mikael Djurfeldt
48fadf497f
* tests/c-api.test: New file. Add test to check that all source
...
files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
1999-09-15 15:27:49 +00:00
Mikael Djurfeldt
5eb548fc54
*** empty log message ***
1999-09-15 15:22:58 +00:00
Mikael Djurfeldt
b1508ade39
* backtrace.c: #include <unistd.h> if present.
1999-09-15 15:22:07 +00:00
Mikael Djurfeldt
2834f3fe11
* debugger.scm ("evaluate"): Replaced `write-line' with calls to
...
`write' and `newline' since write-line doesn't write but displays.
1999-09-15 15:21:25 +00:00
Jim Blandy
77e3c5beb4
*** empty log message ***
1999-09-15 03:34:45 +00:00
Jim Blandy
30296c435c
* Makefile.am (.c.x): Don't create a subshell just to delete the
...
.x file and return false.
* Makefile.in: Regenerated.
1999-09-15 03:34:29 +00:00
Gary Houston
1ba57e8915
3 more bytes.
1999-09-14 20:56:13 +00:00
Gary Houston
6e822cce6a
1999-09-14 Gary Houston <ghouston@freewire.co.uk>
...
* tests/ports.test: test non-blocking I/O.
1999-09-14 20:48:00 +00:00
Mikael Djurfeldt
ece4116847
*** empty log message ***
1999-09-13 14:58:33 +00:00
Mikael Djurfeldt
36399a6df2
* feature.c (scm_create_hook): New function. Replaces
...
scm_make_named_hook which is now deprecated.
(scm_make_hook_with_name): New primitive.
(print_hook): Hooks now print in a fancy way.
1999-09-13 14:57:59 +00:00
Mikael Djurfeldt
7cdbcc7d75
*** empty log message ***
1999-09-12 15:25:51 +00:00
Mikael Djurfeldt
0aaa8b8658
Regenerated
1999-09-12 15:25:35 +00:00
Mikael Djurfeldt
981ad72780
* configure.in: Removed ice-9/version.scm from AC_OUTPUT.
1999-09-12 15:25:05 +00:00
Mikael Djurfeldt
fd08b0dfe9
*** empty log message ***
1999-09-12 15:16:29 +00:00
Mikael Djurfeldt
d85a42259a
Should not be archived in the CVS repository
1999-09-12 15:11:06 +00:00
Mikael Djurfeldt
e4445210a9
*** empty log message ***
1999-09-12 15:09:43 +00:00
Mikael Djurfeldt
0fdcbcaad5
*** empty log message ***
1999-09-12 14:56:02 +00:00
Mikael Djurfeldt
c129a9b4cd
* debugger.scm ("evaluate"): Newline after no env announcement.
1999-09-12 14:55:44 +00:00
Mikael Djurfeldt
30772a346b
Fixed typo
1999-09-12 11:42:10 +00:00
Mikael Djurfeldt
b15359ab4b
Reverted the recent set backtrace width change.
1999-09-12 11:40:31 +00:00
Mikael Djurfeldt
2868a51ce9
*** empty log message ***
1999-09-12 11:18:29 +00:00
Mikael Djurfeldt
78a0461a6f
* __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,
...
dynwind.c, dynwind.h, eval.h, evalext.c, evalext.h, feature.c,
feature.h, hashtab.c, hashtab.h, objects.c, objects.h, print.c,
procs.c, procs.h, smob.c, smob.h, srcprop.c, strorder.c, struct.c,
struct.h: Updated copyrigth notices.
1999-09-12 11:16:13 +00:00
Mikael Djurfeldt
03ce8ed182
*** empty log message ***
1999-09-12 11:06:47 +00:00
Mikael Djurfeldt
0eaf5d77da
* debug.scm, emacs.scm: Updated copyrigth notices.
1999-09-12 11:06:25 +00:00
Mikael Djurfeldt
6b64c19b70
* boot-9.scm (make-autoload-interface): Bugfix.
...
(top-repl): Autoload debugger.
1999-09-12 11:04:57 +00:00
Mikael Djurfeldt
a4bfce1135
* readline.h, readline.scm: Updated copyrigth notices.
1999-09-12 11:04:07 +00:00
Jim Blandy
af04791a1a
Update copyright years.
1999-09-12 03:58:24 +00:00
Jim Blandy
fba33ff11c
*** empty log message ***
1999-09-12 03:56:04 +00:00
Jim Blandy
340a877098
*** empty log message ***
1999-09-12 03:52:11 +00:00
Jim Blandy
0d03da62e3
Change the name of the objects returned by OPENDIR from
...
"directory" to "directory stream". A predicate named "directory?"
would be confusing.
* filesys.c (scm_directory_stream_p): Renamed from scm_directory_p.
At the Scheme level, "directory?" -> "directory-stream?".
(scm_dir_print): Use the phrase "directory stream" in printed form.
* filesys.h (scm_directory_stream_p): Prototype renamed
accordingly.
1999-09-12 03:47:39 +00:00
Jim Blandy
645813f588
*** empty log message ***
1999-09-12 02:41:31 +00:00
Mikael Djurfeldt
bae971b70c
Re-committed this change (got lost in a merge after conflict):
...
* * boot-9.scm (top-repl): Use (ice-9 debug) (ice-9 debugger) (ice-9
session) (ice-9 threads) (ice-9 regex) from guile-user only if
top-repl is called. This makes startup time for scripts 30% of
what it was before... Removed redundant code for loading of
readline.
1999-09-12 02:30:47 +00:00
Mikael Djurfeldt
69fafe4692
*** empty log message ***
1999-09-12 02:26:03 +00:00
Mikael Djurfeldt
09a5681038
* srcprop.c (scm_source_property): Bugfix: Use SCM_NECONSP instead
...
of SCM_NCONSP. (Thanks to Greg Badros.)
1999-09-12 02:24:36 +00:00
Mikael Djurfeldt
73d6b4df01
* gsubr.c (scm_make_gsubr): Use scm_make_subr_opt for creation of
...
the self subr.
1999-09-12 02:24:25 +00:00
Mikael Djurfeldt
274dc5fd6b
* eval.c, debug.h (SCM_BACKTRACE_WIDTH): New debug option: width.
1999-09-12 02:24:10 +00:00
Mikael Djurfeldt
2b407f9bff
* backtrace.c: Keep backtraces within specified width by
...
adaptively adjusting fancy printing parameters and cut output if
necessary.
(scm_display_application): Check args.
1999-09-12 02:23:39 +00:00
Mikael Djurfeldt
e8ac4cfa8d
* emacs.scm: Set backtrace width to 60.
1999-09-12 02:23:26 +00:00
Mikael Djurfeldt
0ea632464e
* debugger.scm ("backtrace"): Don't pass length param to
...
display-backtrace if it wasn't explicitly given by the user.
(write-frame-long/application): Also print corresponding source
expression.
("evaluate"): Evaluate in local environment frame, if existent;
Handle errors.
1999-09-12 02:23:13 +00:00
Jim Blandy
3f686b10a2
Reorganize the release checklists.
1999-09-11 19:44:56 +00:00
Jim Blandy
9185918452
*** empty log message ***
1999-09-11 19:05:43 +00:00
Jim Blandy
8f7eaf20e1
* version.c (scm_libguile_config_stamp): Deleted. See
...
corresponding change to ../ice-9/boot-9.scm.
* versiondat.h.in: Remove definition for GUILE_STAMP.
* version.h: Delete prototype.
* Makefile.in: Regenerated.
1999-09-11 19:05:18 +00:00
Jim Blandy
553bb64163
* Makefile.am (CLEANFILES): Remove versiondat.h; that should only
...
be removed by `make distclean', since it's generated by configure.
* Makefile.in: Regenerated.
(Thanks to Robert Bihlmeyer.)
1999-09-11 19:05:08 +00:00
Jim Blandy
b142c81de4
*** empty log message ***
1999-09-11 18:51:58 +00:00
Jim Blandy
caeb949308
* aclocal.m4: Regenerated with newer libtool macros.
1999-09-11 18:51:45 +00:00
Jim Blandy
5b20cc4bf8
* strop.c (scm_substring_move_x): Signal an error if start1
...
doesn't come before end1. (Thanks to Karoly Lorentey).
1999-09-11 18:49:55 +00:00