1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 05:50:26 +02:00
Commit graph

741 commits

Author SHA1 Message Date
Mikael Djurfeldt
29672a5c18 *** empty log message *** 1998-11-10 06:12:12 +00:00
Mikael Djurfeldt
b3a941b9f3 Updated 1998-11-09 14:32:17 +00:00
Mikael Djurfeldt
88ceea5c64 Updated 1998-11-03 16:17:29 +00:00
Mikael Djurfeldt
e4eae9b166 *** empty log message *** 1998-10-31 16:50:24 +00:00
Mikael Djurfeldt
d41b3904a1 Documented serial-map and sequence->list. 1998-10-31 13:29:25 +00:00
Mikael Djurfeldt
55254a6a6e *** empty log message *** 1998-10-30 08:58:55 +00:00
Jim Blandy
dbdd0c16ab *** empty log message *** 1998-10-27 12:06:50 +00:00
Mikael Djurfeldt
3ffc7a360f * numbers.c (num2long): As a software archeologist, I'm proud of
this finding! :) Preliminary dating suggests an almost 4 year old
remnant from the SCM ancestor.  The sample has been removed from
the finding site and is now safely stored in the repository.
* numbers.h: Removed prototype for num2long.
* unif.c (scm_array_set_x): Use scm_num2long instead of num2long.
* gh_data.c (gh_scm2doubles): Make it possible to pass result
array as second arg.
(gh_chars2byvect, gh_shorts2svect, gh_floats2fvect, gh_scm2chars,
gh_scm2shorts, gh_scm2longs, gh_scm2floats): New functions.
* gh.h: Updated and added prototypes.
* gh_data.c (gh_ints2scm): Handle integers outside INUM limits.
1998-10-26 07:46:54 +00:00
Jim Blandy
f3227c7a71 *** empty log message *** 1998-10-19 22:45:55 +00:00
Jim Blandy
499d33b78d *** empty log message *** 1998-10-19 22:29:14 +00:00
Jim Blandy
d23bbf3eef Update copyright. Finish off section for 1.3. 1998-10-19 21:29:43 +00:00
Jim Blandy
8cd57bd061 *** empty log message *** 1998-10-19 14:13:15 +00:00
Jim Blandy
e80c8fea8d *** empty log message *** 1998-10-17 17:45:34 +00:00
Jim Blandy
332d00f658 Mention that the #/ syntax now causes warnings. 1998-10-09 15:12:26 +00:00
Jim Blandy
1cf84ea500 *** empty log message *** 1998-10-09 11:50:21 +00:00
Jim Blandy
a8e0500932 *** empty log message *** 1998-10-07 20:06:29 +00:00
Jim Blandy
8aa5c148d1 *** empty log message *** 1998-10-06 22:00:25 +00:00
Jim Blandy
71f2053493 *** empty log message *** 1998-10-05 19:09:47 +00:00
Jim Blandy
2adfe1c0de *** empty log message *** 1998-10-03 19:00:59 +00:00
Jim Blandy
8986901b1d *** empty log message *** 1998-10-03 18:13:02 +00:00
Jim Blandy
1a0106ef2b *** empty log message *** 1998-07-28 08:41:00 +00:00
Jim Blandy
87148d9ec4 *** empty log message *** 1998-07-23 04:49:55 +00:00
Mikael Djurfeldt
660f41fa24 *** empty log message *** 1998-02-02 14:59:26 +00:00
Mikael Djurfeldt
df366c2615 * coop-threads.c, threads.h (scm_spawn_thread): New function.
Can spawn a thread from application C code.
1998-01-23 20:51:47 +00:00
Mikael Djurfeldt
171422a94a * gh.h, gh_data.c (gh_doubles2scm, gh_doubles2dvect,
gh_doubles2scm): New functions.
1998-01-20 18:03:18 +00:00
Jim Blandy
e1b6c71093 *** empty log message *** 1998-01-19 21:22:13 +00:00
Mikael Djurfeldt
29521173a0 macro-eval! removed 1998-01-02 16:43:37 +00:00
Mikael Djurfeldt
a5d6d578d6 * backtrace.c: Added #include "fluids.h"
(scm_init_backtrace): Initialize `the-last-stack' to a fluid.
(scm_backtrace): `the-last-stack' is now a fluid.

* init.c (scm_boot_guile_1): Moved call to scm_init_backtrace
after scm_init_fluids.
1997-11-29 01:10:21 +00:00
Mikael Djurfeldt
933a7411bb * configure.in: Added code to enable GUILE_ISELECT on systems
which have the necessary functions (gettimeofday, select).

* acconfig.h: Added GUILE_ISELECT.
1997-11-27 18:03:06 +00:00
Marius Vollmer
7fbd77df87 *** empty log message *** 1997-10-25 21:52:05 +00:00
Jim Blandy
e2d6569c47 Document "GUILE_LOAD_PATH" change.
Give more details about the deleted header files, and functions.

Clarify explanation of build-guile.

Make all the syscall changes subheadings of "Changes to Scheme
functions and syntax".
1997-10-25 06:44:31 +00:00
Jim Blandy
2e3685828a *** empty log message *** 1997-10-23 05:03:29 +00:00
Mark Galassi
956328d2a4 a couple of name changes for consistency with ! -> _x 1997-10-20 17:32:08 +00:00
Mark Galassi
7fee59bd4a implemented several missing gh_ functions, mostly related to lists and pairs 1997-10-20 03:59:37 +00:00
Tom Tromey
02755d5967 updated NEWS for mbstring removal 1997-10-18 17:40:16 +00:00
Mikael Djurfeldt
527da70434 * tags.h (scm_tc7_substring): Changed the comment and code to
conform with the changes below.  Folks!  We have suddenly two new
free tc7 codes!!!  Jummy, jummy!
1997-10-18 00:17:34 +00:00
Mark Galassi
8d6787b6dc *** empty log message *** 1997-10-13 07:26:23 +00:00
Gary Houston
ec4ab4fd16 *** empty log message *** 1997-10-11 20:44:49 +00:00
Marius Vollmer
8d9dcb3cf3 *** empty log message *** 1997-10-06 13:31:49 +00:00
Marius Vollmer
4851dc578d Fixed bad placement of struct news 1997-10-04 11:41:36 +00:00
Mikael Djurfeldt
ef1ea498fc *** empty log message *** 1997-10-03 00:52:00 +00:00
Jim Blandy
7ed46dc83a Typo. 1997-09-28 03:03:20 +00:00
Mikael Djurfeldt
298aa6e315 scm_array_map & co 1997-09-24 21:28:24 +00:00
Mikael Djurfeldt
3a97e02067 *** empty log message *** 1997-09-15 21:36:19 +00:00
Mikael Djurfeldt
5424b4f785 Updated with messages about gh_write and scm_internal_stack_catch. 1997-08-25 13:33:13 +00:00
Mikael Djurfeldt
88482b31af * error.c, error.h (scm_error_callback): Removed (see NEWS). 1997-08-25 12:33:50 +00:00
Gary Houston
6afcd3b2b6 * stime.h: prototype for scm_times.
* stime.c (scm_times): new procedure.
* ioext.c (scm_fseek): if the first argument is a file descriptor
call lseek.
(scm_ftell): if the first argument is a file descriptor call lseek
(sic).
* filesys.h: prototypes for scm_open_fdes, scm_fsync.
* filesys.c (scm_chmod): if the first argument is a file descriptor,
call fchmod.
(scm_chown): if the first argument is a port or file descriptor,
call fchown.
(scm_truncate_file): new procedure.
Add DEFER/ALLOW INTS to a few other procedures.
(scm_fsync): new procedure.
(scm_open_fdes): new procedure.
(scm_open): use scm_open_fdes.  If mode isn't specified, 666 will
now be used.
(scm_fcntl): the first argument can now be a file descriptor.  The
third argument is now optional.

* posix.c (scm_execl, scm_execlp): make the filename argument
compulsory, since omitting it causes SEGV.
(scm_sync): return unspecified instead of #f.
(scm_execle): new procedure.
(environ_list_to_c): new procedure.
(scm_environ): use environ_list_to_c.  disable interrupts.
(scm_convert_exec_args): take pos and subr arguments and
improve error checking.

* boot-9.scm: define tms accessors: clock, utime, stime, cutime,
cstime.
1997-08-16 18:48:44 +00:00
Gary Houston
7a6f1ffa10 * ioext.h: fix up prototypes.
* ioext.c (scm_dup_to_fdes): renamed from scm_primitive_dup2.
Scheme name is now dup->fdes.
(scm_dup_to_fdes): make the second argument optional and
fold in the functionality of scm_primitive_dup.
(scm_primitive_dup): deleted.
* fports.h (SCM_P): prototypes for scm_setvbuf, scm_setfileno.
* fports.c (scm_setbuf0): don't disable the setbuf if MSDOS or
ultrix are defined.  Use setvbuf instead of setbuf.
(scm_setvbuf): new procedure.
(scm_init_fports): intern _IOFBF, _IOLBF, _IONBF.
(scm_setfileno): moved from ioext.c.
(scm_fgets): cast SCM_STREAM to (FILE *), remove unused lp variable.
(top of file): Delete 25 lines of probably obsolete CPP hair for MSDOS.

* boot-9.scm (move->fdes, dup->port): use dup->fdes, not primitive-dup.
(dup->fdes): deleted, now done in C.
1997-07-29 02:21:08 +00:00
Marius Vollmer
9c3fb66f61 *** empty log message *** 1997-07-27 09:04:50 +00:00
Gary Houston
956055a9d6 * boot-9.scm (setenv): new procedure, scsh compatible. 1997-07-26 20:37:05 +00:00