1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
Commit graph

10513 commits

Author SHA1 Message Date
Kevin Ryde
a135bc973d (Random Access): In truncate-file, tweak wording for
clarity, note cannot always extend file this way.
2006-09-26 01:26:21 +00:00
Kevin Ryde
76557947d8 *** empty log message *** 2006-09-26 01:17:50 +00:00
Kevin Ryde
0a8320cfc1 (seek): New tests.
(truncate-file): More tests.
2006-09-26 01:17:29 +00:00
Kevin Ryde
3d4a5d36d3 (scm_seek, scm_truncate_file): Use scm_i_fport_seek and
scm_i_fport_truncate to allow 64-bit seeks and truncates on fports.
2006-09-26 01:15:20 +00:00
Kevin Ryde
1c4ccf8457 (scm_i_fport_seek, scm_i_fport_truncate): New functions. 2006-09-26 01:13:44 +00:00
Kevin Ryde
5ae0c155c0 (scm_open_file): Use open_or_open64.
(fport_seek_or_seek64): New function.
(scm_i_fport_seek, scm_i_fport_truncate): New functions.
2006-09-26 01:12:51 +00:00
Kevin Ryde
e8d9b45487 (scm_to_off64_t, scm_from_off64_t): New macros. 2006-09-26 01:11:05 +00:00
Neil Jerram
ee6be719ce * scheme-using.texi (Error Handling, Interactive Debugger): Minor
editorial improvements.
(Leave Debugger): Removed.
(Display Backtrace): Minor updates.
(Frame Selection, Frame Information, Frame Evaluation) : Minor
editorial improvements.
(Stepping and Continuing): Merged from three previous nodes; plus
minor improvements.  Removed doc for `trace-finish', which no
longer exists.

* debugging/ice-9-debugger-extensions.scm (debugger:step):
Docstring improvements.
(debugger:next): Docstring improvements.
(debugger:continue): Docstring improvements.

* debugger/commands.scm (up, down): Docstring corrections.
(info-args, info-frame, position, evaluate): Docstring
improvements.
2006-09-25 21:05:46 +00:00
Neil Jerram
534cd14868 Fix typo. 2006-09-25 20:37:23 +00:00
Ludovic Courtès
903762e5cf Changes from arch/CVS synchronization 2006-09-25 08:23:24 +00:00
Kevin Ryde
10cbb08c51 *** empty log message *** 2006-09-25 00:54:59 +00:00
Kevin Ryde
49acac79a1 Crib not on dirfd.m4 if we need/want dirfd everywhere in the future. 2006-09-23 01:43:59 +00:00
Kevin Ryde
c82f332e1e More of:
* numbers.c, numbers.h (scm_log, scm_log10, scm_exp, scm_sqrt): New
	functions.
2006-09-23 01:16:50 +00:00
Kevin Ryde
10a7fe4c1a And still more of
(exp, log, log10, sqrt): New tests.
2006-09-23 01:08:57 +00:00
Kevin Ryde
d9849f45cf (gmtime, strptime): Remove the "unresolved" throws,
the error+thread tests seem ok now (previously were upset by something
leaking out of syntax.test).
2006-09-23 00:08:49 +00:00
Kevin Ryde
2651eca479 * tests/format.test, tests/srfi-1.test: Use define-module to prevent
redefined funcs in those modules extending on to subsequent tests.
2006-09-22 23:52:08 +00:00
Kevin Ryde
13ec28ffc5 *** empty log message *** 2006-09-22 23:36:48 +00:00
Kevin Ryde
1f28c41667 (log, log10, exp, sqrt): Remove, now in libguile/numbers.c. 2006-09-22 23:35:51 +00:00
Kevin Ryde
de7478b490 (exp, log, log10, sqrt): New tests. 2006-09-22 23:33:33 +00:00
Kevin Ryde
0a1aa8536e (scm_log, scm_log10, scm_exp, scm_sqrt): New functions. 2006-09-22 23:19:20 +00:00
Kevin Ryde
889783acda (scm_log, scm_log10, scm_exp, scm_sqrt): New functions. 2006-09-22 23:14:01 +00:00
Kevin Ryde
7b7201acb6 *** empty log message *** 2006-09-22 23:07:53 +00:00
Kevin Ryde
0bdb3af4db (complex.h, complex double, csqrt): New tests. 2006-09-22 23:03:30 +00:00
Kevin Ryde
f4702089bf *** empty log message *** 2006-09-22 21:20:43 +00:00
Kevin Ryde
fcc63241cd (Scientific): In sqrt, note it's the positive root
which is returned (as per R5RS).
2006-09-22 01:26:50 +00:00
Ludovic Courtès
49dec04b6a Changes from arch/CVS synchronization 2006-09-20 13:13:34 +00:00
Ludovic Courtès
a17d26545d Changes from arch/CVS synchronization 2006-09-20 12:48:45 +00:00
Rob Browning
ace5708285 *** empty log message *** 2006-09-20 00:34:02 +00:00
Rob Browning
162426a8ee (build-link): Restore the removal of "/usr/lib" (in addition to
"/usr/lib/" from any -L arguments).
2006-09-20 00:33:56 +00:00
Rob Browning
b7145f81ed *** empty log message *** 2006-09-20 00:24:20 +00:00
Rob Browning
e7b3313ae9 (build-link): Restore the removal of "/usr/lib" (in addition to
"/usr/lib/" from any -L arguments).
2006-09-20 00:24:16 +00:00
Neil Jerram
9f1ba6a9a4 Doc typo fixes 2006-09-15 09:23:18 +00:00
Kevin Ryde
a23acd1c03 remove pending enhancements etc to ice-9 slib module to work with newest slib 2006-09-11 00:12:32 +00:00
Kevin Ryde
f1b0f6d0bf *** empty log message *** 2006-09-07 22:53:32 +00:00
Kevin Ryde
dfc5f8d2d4 (scm_recvfrom): Update docstring from manual.
(scm_init_socket): Add MSG_DONTWAIT.
2006-09-07 22:52:16 +00:00
Kevin Ryde
c1a524ed9a *** empty log message *** 2006-09-07 21:13:35 +00:00
Kevin Ryde
a56f2de792 Module "(ice-9 threads)" no longer used, now no mutex.
(format:parse-float): Fix normalization of leading zeros like "02.5"
to "2.5".  left-zeros was zeroed before adjusting format:fn-dot,
resulting in the latter being unchanged.
2006-09-07 21:07:36 +00:00
Kevin Ryde
c23d8c6ac5 *** empty log message *** 2006-09-07 21:05:18 +00:00
Kevin Ryde
f461265c96 (~f): Test leading zeros bugfix. 2006-09-07 21:04:56 +00:00
Kevin Ryde
e8587f7eca *** empty log message *** 2006-09-07 20:51:30 +00:00
Kevin Ryde
020570a42d (Formatted Output): Show ":@" rather than "@:",
because ":@" is traditional common lisp, though either way works.
Break a couple of example lines to avoid overflowing DVI page width.
2006-09-07 20:51:00 +00:00
Kevin Ryde
ceafa69a71 (Debug Last Error): Line break in "Type
(backtrace) to get ..." which overflowed the line in both info and
DVI.  Reported by Percy Tiglao.
2006-09-07 20:49:12 +00:00
Kevin Ryde
dc1cac02eb *** empty log message *** 2006-09-05 23:01:52 +00:00
Kevin Ryde
1d7e911818 (Network Sockets and Communication): Tweak description,
note not multi-threading.
2006-09-05 22:57:01 +00:00
Neil Jerram
237788d2a2 * api-control.texi (Dynamic Wind): Doc for scm_dynwind_free.
* api-modules.texi (The Guile module system), api-data.texi
(Integers, Numerical Tower), api-compound.texi (Uniform Numeric
Vectors): Fix typos.  (Patch sent in by Marco Maggi.)
2006-09-04 06:29:13 +00:00
Rob Browning
1d69880461 Fix C style error. 2006-09-01 01:39:52 +00:00
Rob Browning
418122ce6b *** empty log message *** 2006-09-01 01:38:18 +00:00
Rob Browning
bd83658e66 (scm_c_port_for_each): Add a scm_remember_upto_here_1(ports) at the
end of the function to fix a GC bug.
2006-09-01 01:37:57 +00:00
Rob Browning
421ccd369d *** empty log message *** 2006-09-01 01:35:26 +00:00
Rob Browning
2b49d8e3cb (scm_c_port_for_each): Add a scm_remember_upto_here_1(ports) at the
end of the function to fix a GC bug.
2006-09-01 01:35:13 +00:00