(rnrs arithmetic fixnums) fixnum? export a procedure again
[bpt/guile.git] / NEWS
CommitLineData
b2cbe8d8 1Guile NEWS --- history of user-visible changes.
d9f46472 2Copyright (C) 1996-2011 Free Software Foundation, Inc.
5c54da76
JB
3See the end for copying conditions.
4
1e457544 5Please send Guile bug reports to bug-guile@gnu.org.
5ebbe4ef 6
66ad445d 7
882c8963
MW
8Changes in 2.0.1 (since 2.0.0):
9
9d6a151f
AW
10
11
12* New modules (see the manual for details)
13
14** `(ice-9 binary-ports)', XXX
15
16* Memory leak fixes
17
18close-port leaking iconv_t
19
20weak hash table pumping
21
22* doc work
23
24goops mop
25
26* guile.m4 supports linking with rpath
27
28 * guile.m4 (GUILE_FLAGS): Also set GUILE_LIBS and GUILE_LTLIBS. Fix
29 documentation.
30
31* Add omitted exports from `(ice-9 vlist)'.
32
33 * module/ice-9/vlist.scm: Export `vhash-delq' and `vhash-delv'.
34
35* re-enable the after-gc-hook
36
37* chi-top-sequence defines macros before expanding other exps
38
39(begin
40 (define even?
41 (lambda (x)
42 (or (= x 0) (odd? (- x 1)))))
43 (define-syntax odd?
44 (syntax-rules ()
45 ((odd? x) (not (even? x)))))
46 (even? 10))
47
48* flush all input on a read error
49
50 * module/system/repl/repl.scm (flush-all-input): New helper.
51 (prompting-meta-read): Flush all input on a read error, as we could be
52 within some expression or a string or something.
53
54* repl.scm understands comments
55
56 * module/system/repl/repl.scm (read-comment, read-scheme-line-comment)
57 (read-scheme-datum-comment): New helpers.
58 (meta-reader): Take a language instead of a reader. If we have a
59 nonwhitespace char, first check to see that it's a comment, and if so,
60 read it off and loop.
61 (prompting-meta-read): Call meta-reader with the lang.
62
63* Add ,width meta-command to set screen width in debug output
64
65terminal-width by default
66
67* man page updates
68
69Mark Harig
70
71* add ice-9 eval-string
72
73Fly Evaluation in the manual
74
75* add scm_c_public_ref et al
76
77 * libguile/modules.h:
78 * libguile/modules.c (scm_public_lookup, scm_private_lookup)
79 (scm_c_public_lookup, scm_c_private_lookup, scm_public_ref)
80 (scm_private_ref, scm_c_public_ref, scm_c_private_ref)
81 (scm_public_variable, scm_private_variable, scm_c_public_variable)
82 (scm_c_private_variable): New helpers to get at variables and values
83 in modules.
84
85"Accessing Modules from C" in the manual
86
87* add scm_call_{5,6}
88
89 * doc/ref/api-evaluation.texi (Fly Evaluation): Document
90 scm_call_{5,6,n}.
91
92* Add scm_from_latin1_keyword and scm_from_utf8_keyword
93
94 * doc/ref/api-data.texi: Document new functions. Remind users that
95 scm_from_locale_keyword should not be used when the name is a C string
96 constant. Change formal parameter from `str' to `name'.
97
98* srfi-9 define-record-type in nested contexts
99
100* Add `get-string-n' and `get-string-n!' for binary and R6RS ports
101
102* rnrs io ports work
103
104Export `current-input-port', `current-output-port' and
105`current-error-port'.
106
107 Enhance transcoder-related functionality of `(rnrs io ports)'
108
109 * module/rnrs/io/ports.scm (transcoder-eol-style)
110 (transcoder-error-handling-mode): Export these.
111 (textual-port?): Implement this procedure and export it.
112 * module/rnrs.scm: Export these here as well.
113
114 * module/rnrs/io/ports.scm (port-transcoder): Implement this procedure.
115 (binary-port?): Treat only ports without an encoding as binary ports,
116 add docstring.
117 (standard-input-port, standard-output-port, standard-error-port):
118 Ensure these are created without an encoding.
119 (eol-style): Add `none' as enumeration member.
120 (native-eol-style): Switch to `none' from `lf'.
121
122 * test-suite/tests/r6rs-ports.test (7.2.7 Input ports)
123 (8.2.10 Output ports): Test binary-ness of `standard-input-port',
124 `standard-output-port' and `standard-error-port'.
125 (8.2.6 Input and output ports): Add test for `port-transcoder'.
126
127 doc: Remove "lack of support for Unicode I/O and strings".
128
129 * doc/ref/api-io.texi (R6RS I/O Ports): Remove 1.8ish comment.
130
131* add pointer->scm, scm->pointer
132
133 * libguile/foreign.c (scm_pointer_to_scm, scm_scm_to_pointer): New
134 functions, useful to pass and receive SCM values to and from foreign
135 functions.
136
137 * module/system/foreign.scm: Export the new functions.
138
139 * doc/ref/api-foreign.texi (Foreign Variables): Add docs.
140
141* gc-stats update
142
143add heap-allocated-since-gc; fix ,stat.
144
145* allow ,option on-error report instead of debug
146
147"System Commands" in the manual.
148
149* Make VM string literals immutable.
150
151* don't redirect pthread_create et al
152
153 * libguile/bdw-gc.h: Don't do pthread redirects, because we don't want
154 to affect applications' pthread_* bindings.
155
156 * libguile/pthread-threads.h (scm_i_pthread_create)
157 (scm_i_pthread_detach, scm_i_pthread_exit, scm_i_pthread_cancel)
158 (scm_i_pthread_sigmask): Do pthread redirects here, in this internal
159 header.
160
161* Document SRFI-23
162
163 * doc/ref/srfi-modules.texi: mention that we support SRFI 23
164 * module/ice-9/boot-9.scm (%cond-expand-features): add srfi-23
165
166* with-continuation-barrier calls exit(3) _after_ unwinding
167
168 * libguile/continuations.c (scm_handler, c_handler)
169 (scm_c_with_continuation_barrier, scm_with_continuation_barrier):
170 Instead of calling scm_handle_by_message_noexit in the pre-unwind
171 handler, roll our own exception printing in the pre-unwind, and do to
172 exit()-on-quit in the post-unwind handler. This lets the stack unwind
173 at exit-time so that pending dynwinds run.
174
175 * test-suite/tests/continuations.test ("continuations"): Add a test.
176
177* string->pointer and pointer->string have optional encoding arg
178
179"Void Pointers and Byte Access" in the manual.
180
181* Several optimizations for R6RS fixnum arithmetic
182
183* Move `define-inlinable' into the default namespace
184
185 * module/ice-9/boot-9.scm (define-inlineable): Moved here from SRFI-9.
186 * module/srfi/srfi-9 (define-inlinable): Removed here.
187
188 * doc/ref/api-procedures.texi (Inlinable Procedures): Add subsection
189 about `define-inlinable'.
190
191* Implement R6RS' `fixnum?' in a smarter way
192
193 * module/rnrs/arithmetic/fixnums.scm (fixnum?): Implemented using
194 bit-twiddling, and using `define-inlinable'.
195
196commit 882c89636a2a4afa26cff17c7cdbc1d8c1cb2745
197Author: Mark H Weaver <mhw@netris.org>
198Date: Wed Apr 6 15:09:42 2011 -0400
199
200 Fix the R6RS exact-integer-sqrt and import into core guile
201
202 * libguile/numbers.c (scm_exact_integer_sqrt): New C procedure to
203 compute exact integer square root and remainder.
204 (scm_i_exact_integer_sqrt): New Scheme procedure `exact-integer-sqrt'
205 from the R6RS, imported into core guile.
206
207 * libguile/numbers.h: Add prototypes.
208
209 * module/rnrs/base.scm: Remove broken stub implementation, which would
210 fail badly when applied to large integers.
211
212 * doc/ref/api-data.texi: Add documentation.
213
214 * doc/ref/r6rs.texi: Change documentation for `exact-integer-sqrt' to a
215 stub that xrefs the core docs, as is done for other operations
216 available in core.
217
218 * test-suite/tests/numbers.test: Add tests.
219
220 * NEWS: Add news entries.
221
222commit adf43b3f081878860ed1d4d5091b9a432b44da90
223Author: Andy Wingo <wingo@pobox.com>
224Date: Mon Apr 11 10:13:48 2011 +0200
225
226 ignore SIGPIPE in (system repl server)
227
228 * module/system/repl/server.scm (run-server): Ignore SIGPIPE when we run
229 a server, as otherwise a rudely disconnected client could cause the
230 server to quit. Thanks to John Proctor for the report, and Detlev
231 Zundel for the debugging.
232
233commit 15671c6e7fd86160b415b5373b2c1539e23556f3
234Author: Andy Wingo <wingo@pobox.com>
235Date: Mon Apr 11 11:52:35 2011 +0200
236
237 refactor scm_i_print_symbol_name
238
239 * libguile/print.c (symbol_has_extended_read_syntax)
240 (print_normal_symbol, print_extended_symbol, scm_i_print_symbol_name):
241 Factor scm_i_print_symbol_name into separate routines. Add comments.
242 There are a number of bugs here.
243
244commit d9527cfafdad1046770437a7a59d3745e7243c67
245Author: Andy Wingo <wingo@pobox.com>
246Date: Mon Apr 11 12:48:06 2011 +0200
247
248 read-extended-symbol handles backslash better, including r6rs hex escapes
249
250 * libguile/read.c (scm_read_extended_symbol): Interpret '\' as an escape
251 character. Due to some historical oddities we have to support '\'
252 before any character, but since we never emitted '\' in front of
253 "normal" characters like 'x' we can interpret "\x..;" to be an R6RS
254 hex escape.
255
256 * test-suite/tests/reader.test ("#{}#"): Add tests.
257
258commit 2e9fc9fc73a8157152e6b2e122ec545d96478c2a
259Author: Andy Wingo <wingo@pobox.com>
260Date: Mon Apr 11 13:38:27 2011 +0200
261
262 symbols with odd characters print better in #{}#
263
264 * libguile/print.c (symbol_has_extended_read_syntax): Use a more
265 general, unicode-appropriate algorithm. Hopefully doesn't cause
266 any current #{}# cases to be unescaped.
267 (print_extended_symbol): Use more appropriate unicode algorithm, and
268 emit unicode hex escapes instead of our own lame escapes.
269
270 * test-suite/tests/symbols.test: Add tests.
271
272commit b9e22602bb9c7d82500e4e5612bf80e478e28b8c
273Author: Andy Wingo <wingo@pobox.com>
274Date: Mon Apr 11 13:49:29 2011 +0200
275
276 regen psyntax-pp.scm
277
278 * module/ice-9/psyntax-pp.scm: Regenerate, to take advantage of better
279 #{}# serialization.
280
281commit 62ef23cbb828accf1f5b9622ff17775aa539d354
282Author: Andy Wingo <wingo@pobox.com>
283Date: Mon Apr 11 17:21:20 2011 +0200
284
285 fix reader.test for --disable-deprecated
286
287 * test-suite/tests/reader.test: Fix deprecated tests; begin-deprecated
288 was splicing in expression context before, which is a no-no.
289
290commit cf9d4a82146556ff45d40d6eec8579082287900e
291Author: Ian Price <ianprice90@googlemail.com>
292Date: Wed Apr 6 01:53:38 2011 +0100
293
294 Added optional second arg to R6RS log function
295
296 * module/rnrs/base.scm (log): now takes a base argument, using the
297 change of base formula for logs.
298 * test-suite/tests/r6rs-base.test ("log (2nd arg)"): Add test cases.
299
300commit 15993bce1cd0a2e69f11a6ac1725fa7a219c5b7c
301Author: Ian Price <ianprice90@googlemail.com>
302Date: Wed Apr 6 13:51:44 2011 +0100
303
304 fix assert to return true value.
305
306 * module/rnrs/base.scm (assert): returns value instead of void.
307
308 * test-suite/tests/r6rs-base.test ("assert"): add test cases.
309
310commit c89b45299329d034875429804f18768c1ea96713
311Author: Ian Price <ianprice90@googlemail.com>
312Date: Fri Apr 8 02:49:20 2011 +0100
313
314 Fix fencepost error in bip_seek
315
316 * libguile/r6rs-ports.c (bip_seek): Fix to allow seeking to end of port.
317
318 * test-suite/tests/r6rs-ports.test ("bytevector input port can seek to
319 very end"): Add tests.
320
321commit dcb1e3b0f8c79d1373f334909fa5d653ec7674eb
322Author: Andy Wingo <wingo@pobox.com>
323Date: Wed Apr 13 12:03:50 2011 +0200
324
325 --disable-threads fix
326
327 * libguile/threads.c (do_thread_exit_trampoline, on_thread_exit):
328 (scm_i_init_thread_for_guile): Only register and unregister threads
329 with bdw-gc when we are building with threads support. Thanks to
330 Marijn for the report.
331
332
333
334
335
882c8963
MW
336* New procedures (see the manual for details)
337
338** exact-integer-sqrt, imported into core from (rnrs base)
339
340* Bugs fixed
341
342** exact-integer-sqrt now handles large integers correctly
343
344exact-integer-sqrt now works correctly when applied to very large
345integers (too large to be precisely represented by a C double).
346It has also been imported into core from (rnrs base).
347
348\f
d9f46472 349Changes in 2.0.0 (changes since the 1.8.x series):
96b73e84
AW
350
351* New modules (see the manual for details)
352
353** `(srfi srfi-18)', more sophisticated multithreading support
ef6b0e8d 354** `(srfi srfi-27)', sources of random bits
7cd99cba 355** `(srfi srfi-38)', External Representation for Data With Shared Structure
ef6b0e8d
AW
356** `(srfi srfi-42)', eager comprehensions
357** `(srfi srfi-45)', primitives for expressing iterative lazy algorithms
358** `(srfi srfi-67)', compare procedures
96b73e84 359** `(ice-9 i18n)', internationalization support
7cd99cba 360** `(ice-9 futures)', fine-grain parallelism
0f13fcde 361** `(rnrs bytevectors)', the R6RS bytevector API
93617170 362** `(rnrs io ports)', a subset of the R6RS I/O port API
96b73e84 363** `(system xref)', a cross-referencing facility (FIXME undocumented)
dbd9532e 364** `(ice-9 vlist)', lists with constant-time random access; hash lists
fb53c347 365** `(system foreign)', foreign function interface
18e90860
AW
366** `(sxml match)', a pattern matcher for SXML
367** `(srfi srfi-9 gnu)', extensions to the SRFI-9 record library
368** `(system vm coverage)', a line-by-line code coverage library
7cd99cba
AW
369** `(web uri)', URI data type, parser, and unparser
370** `(web http)', HTTP header parsers and unparsers
371** `(web request)', HTTP request data type, reader, and writer
372** `(web response)', HTTP response data type, reader, and writer
373** `(web server)', Generic HTTP server
374** `(ice-9 poll)', a poll wrapper
375** `(web server http)', HTTP-over-TCP web server implementation
66ad445d 376
51cb0cca
AW
377** Replaced `(ice-9 match)' with Alex Shinn's compatible, hygienic matcher.
378
379Guile's copy of Andrew K. Wright's `match' library has been replaced by
380a compatible hygienic implementation by Alex Shinn. It is now
381documented, see "Pattern Matching" in the manual.
382
383Compared to Andrew K. Wright's `match', the new `match' lacks
384`match-define', `match:error-control', `match:set-error-control',
385`match:error', `match:set-error', and all structure-related procedures.
386
cf8ec359
AW
387** Imported statprof, SSAX, and texinfo modules from Guile-Lib
388
389The statprof statistical profiler, the SSAX XML toolkit, and the texinfo
390toolkit from Guile-Lib have been imported into Guile proper. See
391"Standard Library" in the manual for more details.
392
139fa149
AW
393** Integration of lalr-scm, a parser generator
394
395Guile has included Dominique Boucher's fine `lalr-scm' parser generator
396as `(system base lalr)'. See "LALR(1) Parsing" in the manual, for more
397information.
398
96b73e84
AW
399* Changes to the stand-alone interpreter
400
401** Guile now can compile Scheme to bytecode for a custom virtual machine.
402
403Compiled code loads much faster than Scheme source code, and runs around
4043 or 4 times as fast, generating much less garbage in the process.
fa1804e9 405
29b98fb2 406** Evaluating Scheme code does not use the C stack.
fa1804e9 407
29b98fb2
AW
408Besides when compiling Guile itself, Guile no longer uses a recursive C
409function as an evaluator. This obviates the need to check the C stack
410pointer for overflow. Continuations still capture the C stack, however.
fa1804e9 411
96b73e84
AW
412** New environment variables: GUILE_LOAD_COMPILED_PATH,
413 GUILE_SYSTEM_LOAD_COMPILED_PATH
fa1804e9 414
96b73e84
AW
415GUILE_LOAD_COMPILED_PATH is for compiled files what GUILE_LOAD_PATH is
416for source files. It is a different path, however, because compiled
417files are architecture-specific. GUILE_SYSTEM_LOAD_COMPILED_PATH is like
418GUILE_SYSTEM_PATH.
419
420** New read-eval-print loop (REPL) implementation
421
51cb0cca
AW
422Running Guile with no arguments drops the user into the new REPL. See
423"Using Guile Interactively" in the manual, for more information.
96b73e84 424
51cb0cca
AW
425** Remove old Emacs interface
426
427Guile had an unused `--emacs' command line argument that was supposed to
428help when running Guile inside Emacs. This option has been removed, and
429the helper functions `named-module-use!' and `load-emacs-interface' have
430been deprecated.
431
ef6b0e8d
AW
432** Add `(system repl server)' module and `--listen' command-line argument
433
434The `(system repl server)' module exposes procedures to listen on
435sockets for connections, and serve REPLs to those clients. The --listen
436command-line argument allows any Guile program to thus be remotely
437debuggable.
438
439See "Invoking Guile" for more information on `--listen'.
440
7cd99cba
AW
441** Command line additions
442
443The guile binary now supports a new switch "-x", which can be used to
444extend the list of filename extensions tried when loading files
445(%load-extensions).
446
487bacf4
AW
447** New reader options: `square-brackets', `r6rs-hex-escapes',
448 `hungry-eol-escapes'
6bf927ab
LC
449
450The reader supports a new option (changeable via `read-options'),
451`square-brackets', which instructs it to interpret square brackets as
29b98fb2 452parentheses. This option is on by default.
6bf927ab
LC
453
454When the new `r6rs-hex-escapes' reader option is enabled, the reader
51cb0cca
AW
455will recognize string escape sequences as defined in R6RS. R6RS string
456escape sequences are incompatible with Guile's existing escapes, though,
457so this option is off by default.
6bf927ab 458
487bacf4
AW
459Additionally, Guile follows the R6RS newline escaping rules when the
460`hungry-eol-escapes' option is enabled.
461
462See "String Syntax" in the manual, for more information.
463
cf8ec359
AW
464** Function profiling and tracing at the REPL
465
466The `,profile FORM' REPL meta-command can now be used to statistically
467profile execution of a form, to see which functions are taking the most
468time. See `,help profile' for more information.
469
470Similarly, `,trace FORM' traces all function applications that occur
471during the execution of `FORM'. See `,help trace' for more information.
472
51cb0cca
AW
473** Recursive debugging REPL on error
474
475When Guile sees an error at the REPL, instead of saving the stack, Guile
476will directly enter a recursive REPL in the dynamic context of the
477error. See "Error Handling" in the manual, for more information.
478
479A recursive REPL is the same as any other REPL, except that it
480has been augmented with debugging information, so that one can inspect
481the context of the error. The debugger has been integrated with the REPL
482via a set of debugging meta-commands.
cf8ec359 483
51cb0cca
AW
484For example, one may access a backtrace with `,backtrace' (or
485`,bt'). See "Interactive Debugging" in the manual, for more
486information.
cf8ec359 487
96b73e84
AW
488** New `guile-tools' commands: `compile', `disassemble'
489
93617170 490Pass the `--help' command-line option to these commands for more
96b73e84
AW
491information.
492
b0217d17
AW
493** Guile now adds its install prefix to the LTDL_LIBRARY_PATH
494
495Users may now install Guile to nonstandard prefixes and just run
496`/path/to/bin/guile', instead of also having to set LTDL_LIBRARY_PATH to
497include `/path/to/lib'.
498
499** Guile's Emacs integration is now more keyboard-friendly
500
501Backtraces may now be disclosed with the keyboard in addition to the
502mouse.
503
cf8ec359
AW
504** Load path change: search in version-specific paths before site paths
505
506When looking for a module, Guile now searches first in Guile's
507version-specific path (the library path), *then* in the site dir. This
508allows Guile's copy of SSAX to override any Guile-Lib copy the user has
509installed. Also it should cut the number of `stat' system calls by half,
510in the common case.
511
51cb0cca
AW
512** Value history in the REPL on by default
513
514By default, the REPL will save computed values in variables like `$1',
515`$2', and the like. There are programmatic and interactive interfaces to
516control this. See "Value History" in the manual, for more information.
517
518** Readline tab completion for arguments
519
520When readline is enabled, tab completion works for arguments too, not
521just for the operator position.
522
7cd99cba
AW
523** Expression-oriented readline history
524
525Guile's readline history now tries to operate on expressions instead of
526input lines. Let us know what you think!
527
139fa149
AW
528** Interactive Guile follows GNU conventions
529
530As recommended by the GPL, Guile now shows a brief copyright and
531warranty disclaimer on startup, along with pointers to more information.
cf8ec359 532
96b73e84
AW
533* Changes to Scheme functions and syntax
534
18e90860
AW
535** Support for R6RS libraries
536
537The `library' and `import' forms from the latest Scheme report have been
538added to Guile, in such a way that R6RS libraries share a namespace with
539Guile modules. R6RS modules may import Guile modules, and are available
540for Guile modules to import via use-modules and all the rest. See "R6RS
541Libraries" in the manual for more information.
542
543** Implementations of R6RS libraries
544
545Guile now has implementations for all of the libraries defined in the
546R6RS. Thanks to Julian Graham for this excellent hack. See "R6RS
547Standard Libraries" in the manual for a full list of libraries.
548
549** Partial R6RS compatibility
550
551Guile now has enough support for R6RS to run a reasonably large subset
552of R6RS programs.
553
554Guile is not fully R6RS compatible. Many incompatibilities are simply
555bugs, though some parts of Guile will remain R6RS-incompatible for the
556foreseeable future. See "R6RS Incompatibilities" in the manual, for more
557information.
558
559Please contact bug-guile@gnu.org if you have found an issue not
560mentioned in that compatibility list.
561
4a457691
AW
562** New implementation of `primitive-eval'
563
564Guile's `primitive-eval' is now implemented in Scheme. Actually there is
565still a C evaluator, used when building a fresh Guile to interpret the
566compiler, so we can compile eval.scm. Thereafter all calls to
567primitive-eval are implemented by VM-compiled code.
568
569This allows all of Guile's procedures, be they interpreted or compiled,
570to execute on the same stack, unifying multiple-value return semantics,
571providing for proper tail recursion between interpreted and compiled
572code, and simplifying debugging.
573
574As part of this change, the evaluator no longer mutates the internal
575representation of the code being evaluated in a thread-unsafe manner.
576
577There are two negative aspects of this change, however. First, Guile
578takes a lot longer to compile now. Also, there is less debugging
579information available for debugging interpreted code. We hope to improve
580both of these situations.
581
582There are many changes to the internal C evalator interface, but all
583public interfaces should be the same. See the ChangeLog for details. If
584we have inadvertantly changed an interface that you were using, please
585contact bug-guile@gnu.org.
586
96b73e84
AW
587** Procedure removed: `the-environment'
588
589This procedure was part of the interpreter's execution model, and does
590not apply to the compiler.
fa1804e9 591
4a457691
AW
592** No more `local-eval'
593
594`local-eval' used to exist so that one could evaluate code in the
595lexical context of a function. Since there is no way to get the lexical
596environment any more, as that concept has no meaning for the compiler,
597and a different meaning for the interpreter, we have removed the
598function.
599
600If you think you need `local-eval', you should probably implement your
601own metacircular evaluator. It will probably be as fast as Guile's
602anyway.
603
139fa149 604** Scheme source files will now be compiled automatically.
fa1804e9
AW
605
606If a compiled .go file corresponding to a .scm file is not found or is
607not fresh, the .scm file will be compiled on the fly, and the resulting
608.go file stored away. An advisory note will be printed on the console.
609
51cb0cca
AW
610Note that this mechanism depends on the timestamp of the .go file being
611newer than that of the .scm file; if the .scm or .go files are moved
612after installation, care should be taken to preserve their original
fa1804e9
AW
613timestamps.
614
6f06e8d3 615Auto-compiled files will be stored in the $XDG_CACHE_HOME/guile/ccache
19fef497
AW
616directory, where $XDG_CACHE_HOME defaults to ~/.cache. This directory
617will be created if needed.
fa1804e9 618
6f06e8d3
AW
619To inhibit automatic compilation, set the GUILE_AUTO_COMPILE environment
620variable to 0, or pass --no-auto-compile on the Guile command line.
fa1804e9 621
96b73e84 622** New POSIX procedures: `getrlimit' and `setrlimit'
fa1804e9 623
96b73e84
AW
624Note however that the interface of these functions is likely to change
625in the next prerelease.
fa1804e9 626
4a457691
AW
627** New POSIX procedure: `getsid'
628
629Scheme binding for the `getsid' C library call.
630
dbd9532e
LC
631** New POSIX procedure: `getaddrinfo'
632
633Scheme binding for the `getaddrinfo' C library function.
634
7cd99cba
AW
635** Multicast socket options
636
637Support was added for the IP_MULTICAST_TTL and IP_MULTICAST_IF socket
638options. See "Network Sockets and Communication" in the manual, for
639more information.
640
487bacf4
AW
641** `recv!', `recvfrom!', `send', `sendto' now deal in bytevectors
642
643These socket procedures now take bytevectors as arguments, instead of
644strings. There is some deprecated string support, however.
645
7cd99cba
AW
646** New GNU procedures: `setaffinity' and `getaffinity'.
647
648See "Processes" in the manual, for more information.
649
650** New procedures: `compose', `negate', and `const'
651
652See "Higher-Order Functions" in the manual, for more information.
653
96b73e84 654** New procedure in `(oops goops)': `method-formals'
fa1804e9 655
96b73e84
AW
656** New procedures in (ice-9 session): `add-value-help-handler!',
657 `remove-value-help-handler!', `add-name-help-handler!'
29b98fb2 658 `remove-name-help-handler!', `procedure-arguments'
fa1804e9 659
96b73e84
AW
660The value and name help handlers provide some minimal extensibility to
661the help interface. Guile-lib's `(texinfo reflection)' uses them, for
662example, to make stexinfo help documentation available. See those
663procedures' docstrings for more information.
664
665`procedure-arguments' describes the arguments that a procedure can take,
666combining arity and formals. For example:
667
668 (procedure-arguments resolve-interface)
669 => ((required . (name)) (rest . args))
fa1804e9 670
96b73e84
AW
671Additionally, `module-commentary' is now publically exported from
672`(ice-9 session).
673
cf8ec359 674** Removed: `procedure->memoizing-macro', `procedure->syntax'
96b73e84 675
cf8ec359
AW
676These procedures created primitive fexprs for the old evaluator, and are
677no longer supported. If you feel that you need these functions, you
678probably need to write your own metacircular evaluator (which will
679probably be as fast as Guile's, anyway).
96b73e84
AW
680
681** New language: ECMAScript
682
683Guile now ships with one other high-level language supported,
684ECMAScript. The goal is to support all of version 3.1 of the standard,
685but not all of the libraries are there yet. This support is not yet
686documented; ask on the mailing list if you are interested.
687
19fef497
AW
688** New language: Brainfuck
689
690Brainfuck is a toy language that closely models Turing machines. Guile's
691brainfuck compiler is meant to be an example of implementing other
692languages. See the manual for details, or
693http://en.wikipedia.org/wiki/Brainfuck for more information about the
694Brainfuck language itself.
695
4a457691
AW
696** New language: Elisp
697
698Guile now has an experimental Emacs Lisp compiler and runtime. You can
699now switch to Elisp at the repl: `,language elisp'. All kudos to Daniel
7cd99cba 700Kraft and Brian Templeton, and all bugs to bug-guile@gnu.org.
4a457691 701
139fa149
AW
702** Better documentation infrastructure for macros
703
704It is now possible to introspect on the type of a macro, e.g.
705syntax-rules, identifier-syntax, etc, and extract information about that
706macro, such as the syntax-rules patterns or the defmacro arguments.
707`(texinfo reflection)' takes advantage of this to give better macro
708documentation.
709
139fa149
AW
710** Support for arbitrary procedure metadata
711
712Building on its support for docstrings, Guile now supports multiple
713docstrings, adding them to the tail of a compiled procedure's
714properties. For example:
715
716 (define (foo)
717 "one"
718 "two"
719 3)
29b98fb2 720 (procedure-properties foo)
139fa149
AW
721 => ((name . foo) (documentation . "one") (documentation . "two"))
722
723Also, vectors of pairs are now treated as additional metadata entries:
724
725 (define (bar)
726 #((quz . #f) (docstring . "xyzzy"))
727 3)
29b98fb2 728 (procedure-properties bar)
139fa149
AW
729 => ((name . bar) (quz . #f) (docstring . "xyzzy"))
730
731This allows arbitrary literals to be embedded as metadata in a compiled
732procedure.
733
96b73e84
AW
734** The psyntax expander now knows how to interpret the @ and @@ special
735 forms.
736
737** The psyntax expander is now hygienic with respect to modules.
738
739Free variables in a macro are scoped in the module that the macro was
740defined in, not in the module the macro is used in. For example, code
741like this works now:
742
743 (define-module (foo) #:export (bar))
744 (define (helper x) ...)
745 (define-syntax bar
746 (syntax-rules () ((_ x) (helper x))))
747
748 (define-module (baz) #:use-module (foo))
749 (bar qux)
750
751It used to be you had to export `helper' from `(foo)' as well.
752Thankfully, this has been fixed.
753
51cb0cca 754** Support for version information in Guile's `module' form
cf8ec359 755
51cb0cca
AW
756Guile modules now have a `#:version' field. See "R6RS Version
757References", "General Information about Modules", "Using Guile Modules",
758and "Creating Guile Modules" in the manual for more information.
96b73e84 759
cf8ec359
AW
760** Support for renaming bindings on module export
761
762Wherever Guile accepts a symbol as an argument to specify a binding to
763export, it now also accepts a pair of symbols, indicating that a binding
764should be renamed on export. See "Creating Guile Modules" in the manual
765for more information.
96b73e84 766
18e90860
AW
767** New procedure: `module-export-all!'
768
769This procedure exports all current and future bindings from a module.
770Use as `(module-export-all! (current-module))'.
771
7cd99cba
AW
772** New procedure `reload-module', and `,reload' REPL command
773
774See "Module System Reflection" and "Module Commands" in the manual, for
775more information.
776
96b73e84
AW
777** `eval-case' has been deprecated, and replaced by `eval-when'.
778
29b98fb2
AW
779The semantics of `eval-when' are easier to understand. See "Eval When"
780in the manual, for more information.
96b73e84
AW
781
782** Guile is now more strict about prohibiting definitions in expression
783 contexts.
784
785Although previous versions of Guile accepted it, the following
786expression is not valid, in R5RS or R6RS:
787
788 (if test (define foo 'bar) (define foo 'baz))
789
790In this specific case, it would be better to do:
791
792 (define foo (if test 'bar 'baz))
793
79b3863d
AW
794It is possible to circumvent this restriction with e.g.
795`(module-define! (current-module) 'foo 'baz)'. Contact the list if you
796have any questions.
96b73e84 797
51cb0cca
AW
798** Support for `letrec*'
799
800Guile now supports `letrec*', a recursive lexical binding operator in
801which the identifiers are bound in order. See "Local Bindings" in the
802manual, for more details.
803
804** Internal definitions now expand to `letrec*'
805
806Following the R6RS, internal definitions now expand to letrec* instead
807of letrec. The following program is invalid for R5RS, but valid for
808R6RS:
809
810 (define (foo)
811 (define bar 10)
812 (define baz (+ bar 20))
813 baz)
814
815 ;; R5RS and Guile <= 1.8:
816 (foo) => Unbound variable: bar
817 ;; R6RS and Guile >= 2.0:
818 (foo) => 30
819
820This change should not affect correct R5RS programs, or programs written
821in earlier Guile dialects.
822
18e90860
AW
823** Macro expansion produces structures instead of s-expressions
824
825In the olden days, macroexpanding an s-expression would yield another
826s-expression. Though the lexical variables were renamed, expansions of
827core forms like `if' and `begin' were still non-hygienic, as they relied
828on the toplevel definitions of `if' et al being the conventional ones.
829
830The solution is to expand to structures instead of s-expressions. There
831is an `if' structure, a `begin' structure, a `toplevel-ref' structure,
832etc. The expander already did this for compilation, producing Tree-IL
833directly; it has been changed now to do so when expanding for the
834evaluator as well.
835
96b73e84
AW
836** Defmacros must now produce valid Scheme expressions.
837
838It used to be that defmacros could unquote in Scheme values, as a way of
839supporting partial evaluation, and avoiding some hygiene issues. For
840example:
841
842 (define (helper x) ...)
843 (define-macro (foo bar)
844 `(,helper ,bar))
845
846Assuming this macro is in the `(baz)' module, the direct translation of
847this code would be:
848
849 (define (helper x) ...)
850 (define-macro (foo bar)
851 `((@@ (baz) helper) ,bar))
852
853Of course, one could just use a hygienic macro instead:
854
855 (define-syntax foo
856 (syntax-rules ()
857 ((_ bar) (helper bar))))
858
859** Guile's psyntax now supports docstrings and internal definitions.
860
861The following Scheme is not strictly legal:
862
863 (define (foo)
864 "bar"
865 (define (baz) ...)
866 (baz))
867
868However its intent is fairly clear. Guile interprets "bar" to be the
869docstring of `foo', and the definition of `baz' is still in definition
870context.
871
51cb0cca
AW
872** Support for settable identifier syntax
873
874Following the R6RS, "variable transformers" are settable
875identifier-syntax. See "Identifier macros" in the manual, for more
876information.
877
878** syntax-case treats `_' as a placeholder
879
880Following R6RS, a `_' in a syntax-rules or syntax-case pattern matches
881anything, and binds no pattern variables. Unlike the R6RS, Guile also
882permits `_' to be in the literals list for a pattern.
883
96b73e84
AW
884** Macros need to be defined before their first use.
885
886It used to be that with lazy memoization, this might work:
887
888 (define (foo x)
889 (ref x))
890 (define-macro (ref x) x)
891 (foo 1) => 1
892
893But now, the body of `foo' is interpreted to mean a call to the toplevel
894`ref' function, instead of a macro expansion. The solution is to define
895macros before code that uses them.
896
897** Functions needed by macros at expand-time need to be present at
898 expand-time.
899
900For example, this code will work at the REPL:
901
902 (define (double-helper x) (* x x))
903 (define-macro (double-literal x) (double-helper x))
904 (double-literal 2) => 4
905
906But it will not work when a file is compiled, because the definition of
907`double-helper' is not present at expand-time. The solution is to wrap
908the definition of `double-helper' in `eval-when':
909
910 (eval-when (load compile eval)
911 (define (double-helper x) (* x x)))
912 (define-macro (double-literal x) (double-helper x))
913 (double-literal 2) => 4
914
29b98fb2 915See the documentation for eval-when for more information.
96b73e84 916
29b98fb2 917** `macroexpand' produces structures, not S-expressions.
96b73e84 918
29b98fb2
AW
919Given the need to maintain referential transparency, both lexically and
920modular, the result of expanding Scheme expressions is no longer itself
921an s-expression. If you want a human-readable approximation of the
922result of `macroexpand', call `tree-il->scheme' from `(language
923tree-il)'.
96b73e84 924
29b98fb2 925** Removed function: `macroexpand-1'
96b73e84 926
29b98fb2
AW
927It is unclear how to implement `macroexpand-1' with syntax-case, though
928PLT Scheme does prove that it is possible.
fa1804e9
AW
929
930** New reader macros: #' #` #, #,@
931
932These macros translate, respectively, to `syntax', `quasisyntax',
933`unsyntax', and `unsyntax-splicing'. See the R6RS for more information.
934These reader macros may be overridden by `read-hash-extend'.
935
936** Incompatible change to #'
937
938Guile did have a #' hash-extension, by default, which just returned the
939subsequent datum: #'foo => foo. In the unlikely event that anyone
940actually used this, this behavior may be reinstated via the
941`read-hash-extend' mechanism.
942
b47fea09
AW
943** `unquote' and `unquote-splicing' accept multiple expressions
944
945As per the R6RS, these syntax operators can now accept any number of
946expressions to unquote.
947
fa1804e9
AW
948** Scheme expresssions may be commented out with #;
949
93617170
LC
950#; comments out an entire expression. See SRFI-62 or the R6RS for more
951information.
fa1804e9 952
b0abbaa7
AW
953** Prompts: Delimited, composable continuations
954
955Guile now has prompts as part of its primitive language. See "Prompts"
956in the manual, for more information.
957
958Expressions entered in at the REPL, or from the command line, are
959surrounded by a prompt with the default prompt tag.
960
93617170 961** `make-stack' with a tail-called procedural narrowing argument no longer
fa1804e9
AW
962 works (with compiled procedures)
963
964It used to be the case that a captured stack could be narrowed to select
965calls only up to or from a certain procedure, even if that procedure
966already tail-called another procedure. This was because the debug
967information from the original procedure was kept on the stack.
968
969Now with the new compiler, the stack only contains active frames from
970the current continuation. A narrow to a procedure that is not in the
971stack will result in an empty stack. To fix this, narrow to a procedure
972that is active in the current continuation, or narrow to a specific
973number of stack frames.
974
29b98fb2 975** Backtraces through compiled procedures only show procedures that are
fa1804e9
AW
976 active in the current continuation
977
978Similarly to the previous issue, backtraces in compiled code may be
979different from backtraces in interpreted code. There are no semantic
980differences, however. Please mail bug-guile@gnu.org if you see any
981deficiencies with Guile's backtraces.
982
b47fea09
AW
983** `positions' reader option enabled by default
984
985This change allows primitive-load without --auto-compile to also
986propagate source information through the expander, for better errors and
987to let macros know their source locations. The compiler was already
988turning it on anyway.
989
51cb0cca
AW
990** New macro: `current-source-location'
991
992The macro returns the current source location (to be documented).
993
fa1804e9
AW
994** syntax-rules and syntax-case macros now propagate source information
995 through to the expanded code
996
997This should result in better backtraces.
998
999** The currying behavior of `define' has been removed.
1000
1001Before, `(define ((f a) b) (* a b))' would translate to
1002
1003 (define f (lambda (a) (lambda (b) (* a b))))
1004
93617170 1005Now a syntax error is signaled, as this syntax is not supported by
29b98fb2
AW
1006default. Use the `(ice-9 curried-definitions)' module to get back the
1007old behavior.
fa1804e9 1008
4a457691
AW
1009** New procedure, `define!'
1010
1011`define!' is a procedure that takes two arguments, a symbol and a value,
1012and binds the value to the symbol in the current module. It's useful to
1013programmatically make definitions in the current module, and is slightly
1014less verbose than `module-define!'.
1015
fa1804e9
AW
1016** All modules have names now
1017
1018Before, you could have anonymous modules: modules without names. Now,
1019because of hygiene and macros, all modules have names. If a module was
1020created without a name, the first time `module-name' is called on it, a
1021fresh name will be lazily generated for it.
1022
18e90860
AW
1023** The module namespace is now separate from the value namespace
1024
1025It was a little-known implementation detail of Guile's module system
1026that it was built on a single hierarchical namespace of values -- that
1027if there was a module named `(foo bar)', then in the module named
1028`(foo)' there was a binding from `bar' to the `(foo bar)' module.
1029
1030This was a neat trick, but presented a number of problems. One problem
1031was that the bindings in a module were not apparent from the module
1032itself; perhaps the `(foo)' module had a private binding for `bar', and
1033then an external contributor defined `(foo bar)'. In the end there can
1034be only one binding, so one of the two will see the wrong thing, and
1035produce an obtuse error of unclear provenance.
1036
1037Also, the public interface of a module was also bound in the value
1038namespace, as `%module-public-interface'. This was a hack from the early
1039days of Guile's modules.
1040
1041Both of these warts have been fixed by the addition of fields in the
1042`module' data type. Access to modules and their interfaces from the
1043value namespace has been deprecated, and all accessors use the new
1044record accessors appropriately.
1045
1046When Guile is built with support for deprecated code, as is the default,
1047the value namespace is still searched for modules and public interfaces,
1048and a deprecation warning is raised as appropriate.
1049
1050Finally, to support lazy loading of modules as one used to be able to do
1051with module binder procedures, Guile now has submodule binders, called
1052if a given submodule is not found. See boot-9.scm for more information.
1053
1054** New procedures: module-ref-submodule, module-define-submodule,
1055 nested-ref-module, nested-define-module!, local-ref-module,
1056 local-define-module
1057
1058These new accessors are like their bare variants, but operate on
1059namespaces instead of values.
1060
1061** The (app modules) module tree is officially deprecated
1062
1063It used to be that one could access a module named `(foo bar)' via
1064`(nested-ref the-root-module '(app modules foo bar))'. The `(app
1065modules)' bit was a never-used and never-documented abstraction, and has
1066been deprecated. See the following mail for a full discussion:
1067
1068 http://lists.gnu.org/archive/html/guile-devel/2010-04/msg00168.html
1069
1070The `%app' binding is also deprecated.
1071
51cb0cca
AW
1072** `module-filename' field and accessor
1073
1074Modules now record the file in which they are defined. This field may be
1075accessed with the new `module-filename' procedure.
1076
1077** Modules load within a known environment
1078
1079It takes a few procedure calls to define a module, and those procedure
1080calls need to be in scope. Now we ensure that the current module when
1081loading a module is one that has the needed bindings, instead of relying
1082on chance.
1083
b47fea09
AW
1084** `load' is a macro (!) that resolves paths relative to source file dir
1085
1086The familiar Schem `load' procedure is now a macro that captures the
1087name of the source file being expanded, and dispatches to the new
1088`load-in-vicinity'. Referencing `load' by bare name returns a closure
1089that embeds the current source file name.
1090
1091This fix allows `load' of relative paths to be resolved with respect to
1092the location of the file that calls `load'.
1093
fa1804e9
AW
1094** Many syntax errors have different texts now
1095
1096Syntax errors still throw to the `syntax-error' key, but the arguments
1097are often different now. Perhaps in the future, Guile will switch to
93617170 1098using standard SRFI-35 conditions.
fa1804e9
AW
1099
1100** Returning multiple values to compiled code will silently truncate the
1101 values to the expected number
1102
1103For example, the interpreter would raise an error evaluating the form,
1104`(+ (values 1 2) (values 3 4))', because it would see the operands as
1105being two compound "values" objects, to which `+' does not apply.
1106
1107The compiler, on the other hand, receives multiple values on the stack,
1108not as a compound object. Given that it must check the number of values
1109anyway, if too many values are provided for a continuation, it chooses
1110to truncate those values, effectively evaluating `(+ 1 3)' instead.
1111
1112The idea is that the semantics that the compiler implements is more
1113intuitive, and the use of the interpreter will fade out with time.
1114This behavior is allowed both by the R5RS and the R6RS.
1115
1116** Multiple values in compiled code are not represented by compound
1117 objects
1118
1119This change may manifest itself in the following situation:
1120
1121 (let ((val (foo))) (do-something) val)
1122
1123In the interpreter, if `foo' returns multiple values, multiple values
1124are produced from the `let' expression. In the compiler, those values
1125are truncated to the first value, and that first value is returned. In
1126the compiler, if `foo' returns no values, an error will be raised, while
1127the interpreter would proceed.
1128
1129Both of these behaviors are allowed by R5RS and R6RS. The compiler's
1130behavior is more correct, however. If you wish to preserve a potentially
1131multiply-valued return, you will need to set up a multiple-value
1132continuation, using `call-with-values'.
1133
1134** Defmacros are now implemented in terms of syntax-case.
1135
1136The practical ramification of this is that the `defmacro?' predicate has
1137been removed, along with `defmacro-transformer', `macro-table',
1138`xformer-table', `assert-defmacro?!', `set-defmacro-transformer!' and
1139`defmacro:transformer'. This is because defmacros are simply macros. If
1140any of these procedures provided useful facilities to you, we encourage
1141you to contact the Guile developers.
1142
139fa149
AW
1143** Hygienic macros documented as the primary syntactic extension mechanism.
1144
1145The macro documentation was finally fleshed out with some documentation
29b98fb2
AW
1146on `syntax-rules' and `syntax-case' macros, and other parts of the macro
1147expansion process. See "Macros" in the manual, for details.
139fa149 1148
fa1804e9
AW
1149** psyntax is now the default expander
1150
1151Scheme code is now expanded by default by the psyntax hygienic macro
1152expander. Expansion is performed completely before compilation or
1153interpretation.
1154
1155Notably, syntax errors will be signalled before interpretation begins.
1156In the past, many syntax errors were only detected at runtime if the
1157code in question was memoized.
1158
1159As part of its expansion, psyntax renames all lexically-bound
1160identifiers. Original identifier names are preserved and given to the
1161compiler, but the interpreter will see the renamed variables, e.g.,
1162`x432' instead of `x'.
1163
1164Note that the psyntax that Guile uses is a fork, as Guile already had
1165modules before incompatible modules were added to psyntax -- about 10
1166years ago! Thus there are surely a number of bugs that have been fixed
1167in psyntax since then. If you find one, please notify bug-guile@gnu.org.
1168
1169** syntax-rules and syntax-case are available by default.
1170
1171There is no longer any need to import the `(ice-9 syncase)' module
1172(which is now deprecated). The expander may be invoked directly via
29b98fb2 1173`macroexpand', though it is normally searched for via the current module
fa1804e9
AW
1174transformer.
1175
1176Also, the helper routines for syntax-case are available in the default
1177environment as well: `syntax->datum', `datum->syntax',
1178`bound-identifier=?', `free-identifier=?', `generate-temporaries',
1179`identifier?', and `syntax-violation'. See the R6RS for documentation.
1180
4a457691
AW
1181** Tail patterns in syntax-case
1182
1183Guile has pulled in some more recent changes from the psyntax portable
1184syntax expander, to implement support for "tail patterns". Such patterns
1185are supported by syntax-rules and syntax-case. This allows a syntax-case
1186match clause to have ellipses, then a pattern at the end. For example:
1187
1188 (define-syntax case
1189 (syntax-rules (else)
1190 ((_ val match-clause ... (else e e* ...))
1191 [...])))
1192
1193Note how there is MATCH-CLAUSE, which is ellipsized, then there is a
1194tail pattern for the else clause. Thanks to Andreas Rottmann for the
1195patch, and Kent Dybvig for the code.
1196
fa1804e9
AW
1197** Lexical bindings introduced by hygienic macros may not be referenced
1198 by nonhygienic macros.
1199
1200If a lexical binding is introduced by a hygienic macro, it may not be
1201referenced by a nonhygienic macro. For example, this works:
1202
1203 (let ()
1204 (define-macro (bind-x val body)
1205 `(let ((x ,val)) ,body))
1206 (define-macro (ref x)
1207 x)
1208 (bind-x 10 (ref x)))
1209
1210But this does not:
1211
1212 (let ()
1213 (define-syntax bind-x
1214 (syntax-rules ()
1215 ((_ val body) (let ((x val)) body))))
1216 (define-macro (ref x)
1217 x)
1218 (bind-x 10 (ref x)))
1219
1220It is not normal to run into this situation with existing code. However,
51cb0cca 1221if you have defmacros that expand to hygienic macros, it is possible to
66ad445d
AW
1222run into situations like this. For example, if you have a defmacro that
1223generates a `while' expression, the `break' bound by the `while' may not
1224be visible within other parts of your defmacro. The solution is to port
1225from defmacros to syntax-rules or syntax-case.
fa1804e9
AW
1226
1227** Macros may no longer be referenced as first-class values.
1228
1229In the past, you could evaluate e.g. `if', and get its macro value. Now,
1230expanding this form raises a syntax error.
1231
1232Macros still /exist/ as first-class values, but they must be
1233/referenced/ via the module system, e.g. `(module-ref (current-module)
1234'if)'.
1235
29b98fb2
AW
1236** Macros may now have docstrings.
1237
1238`object-documentation' from `(ice-9 documentation)' may be used to
1239retrieve the docstring, once you have a macro value -- but see the above
1240note about first-class macros. Docstrings are associated with the syntax
1241transformer procedures.
fa1804e9 1242
e614d375
AW
1243** `case-lambda' is now available in the default environment.
1244
1245The binding in the default environment is equivalent to the one from the
1246`(srfi srfi-16)' module. Use the srfi-16 module explicitly if you wish
1247to maintain compatibility with Guile 1.8 and earlier.
1248
29b98fb2 1249** Procedures may now have more than one arity.
5bb408cc
AW
1250
1251This can be the case, for example, in case-lambda procedures. The
1252arities of compiled procedures may be accessed via procedures from the
1253`(system vm program)' module; see "Compiled Procedures", "Optional
1254Arguments", and "Case-lambda" in the manual.
1255
18e90860
AW
1256** Deprecate arity access via (procedure-properties proc 'arity)
1257
1258Instead of accessing a procedure's arity as a property, use the new
1259`procedure-minimum-arity' function, which gives the most permissive
1260arity that the the function has, in the same format as the old arity
1261accessor.
1262
e614d375
AW
1263** `lambda*' and `define*' are now available in the default environment
1264
1265As with `case-lambda', `(ice-9 optargs)' continues to be supported, for
1266compatibility purposes. No semantic change has been made (we hope).
1267Optional and keyword arguments now dispatch via special VM operations,
1268without the need to cons rest arguments, making them very fast.
1269
487bacf4
AW
1270** New syntax: define-once
1271
1272`define-once' is like Lisp's `defvar': it creates a toplevel binding,
1273but only if one does not exist already.
1274
cf8ec359
AW
1275** New function, `truncated-print', with `format' support
1276
1277`(ice-9 pretty-print)' now exports `truncated-print', a printer that
1278will ensure that the output stays within a certain width, truncating the
1279output in what is hopefully an intelligent manner. See the manual for
1280more details.
1281
1282There is a new `format' specifier, `~@y', for doing a truncated
1283print (as opposed to `~y', which does a pretty-print). See the `format'
1284documentation for more details.
1285
7cd99cba
AW
1286** Better pretty-printing
1287
1288Indentation recognizes more special forms, like `syntax-case', and read
1289macros like `quote' are printed better.
1290
51cb0cca
AW
1291** Passing a number as the destination of `format' is deprecated
1292
1293The `format' procedure in `(ice-9 format)' now emits a deprecation
1294warning if a number is passed as its first argument.
1295
487bacf4
AW
1296Also, it used to be that you could omit passing a port to `format', in
1297some cases. This still works, but has been formally deprecated.
1298
cf8ec359
AW
1299** SRFI-4 vectors reimplemented in terms of R6RS bytevectors
1300
1301Guile now implements SRFI-4 vectors using bytevectors. Often when you
1302have a numeric vector, you end up wanting to write its bytes somewhere,
1303or have access to the underlying bytes, or read in bytes from somewhere
1304else. Bytevectors are very good at this sort of thing. But the SRFI-4
1305APIs are nicer to use when doing number-crunching, because they are
1306addressed by element and not by byte.
1307
1308So as a compromise, Guile allows all bytevector functions to operate on
1309numeric vectors. They address the underlying bytes in the native
1310endianness, as one would expect.
1311
1312Following the same reasoning, that it's just bytes underneath, Guile
1313also allows uniform vectors of a given type to be accessed as if they
1314were of any type. One can fill a u32vector, and access its elements with
1315u8vector-ref. One can use f64vector-ref on bytevectors. It's all the
1316same to Guile.
1317
1318In this way, uniform numeric vectors may be written to and read from
1319input/output ports using the procedures that operate on bytevectors.
1320
1321Calls to SRFI-4 accessors (ref and set functions) from Scheme are now
1322inlined to the VM instructions for bytevector access.
1323
1324See "SRFI-4" in the manual, for more information.
1325
1326** Nonstandard SRFI-4 procedures now available from `(srfi srfi-4 gnu)'
1327
1328Guile's `(srfi srfi-4)' now only exports those srfi-4 procedures that
1329are part of the standard. Complex uniform vectors and the
1330`any->FOOvector' family are now available only from `(srfi srfi-4 gnu)'.
1331
1332Guile's default environment imports `(srfi srfi-4)', and probably should
1333import `(srfi srfi-4 gnu)' as well.
1334
1335See "SRFI-4 Extensions" in the manual, for more information.
1336
e614d375
AW
1337** New syntax: include-from-path.
1338
1339`include-from-path' is like `include', except it looks for its file in
1340the load path. It can be used to compile other files into a file.
1341
1342** New syntax: quasisyntax.
1343
1344`quasisyntax' is to `syntax' as `quasiquote' is to `quote'. See the R6RS
1345documentation for more information. Thanks to Andre van Tonder for the
1346implementation.
1347
51cb0cca
AW
1348** `*unspecified*' is identifier syntax
1349
1350`*unspecified*' is no longer a variable, so it is optimized properly by
1351the compiler, and is not `set!'-able.
1352
487bacf4
AW
1353** Changes and bugfixes in numerics code
1354
1355*** Added six new sets of fast quotient and remainder operators
1356
1357Added six new sets of fast quotient and remainder operator pairs with
1358different semantics than the R5RS operators. They support not only
1359integers, but all reals, including exact rationals and inexact
1360floating point numbers.
1361
1362These procedures accept two real numbers N and D, where the divisor D
1363must be non-zero. Each set of operators computes an integer quotient
1364Q and a real remainder R such that N = Q*D + R and |R| < |D|. They
1365differ only in how N/D is rounded to produce Q.
1366
1367`euclidean-quotient' returns the integer Q and `euclidean-remainder'
1368returns the real R such that N = Q*D + R and 0 <= R < |D|. `euclidean/'
1369returns both Q and R, and is more efficient than computing each
1370separately. Note that when D > 0, `euclidean-quotient' returns
1371floor(N/D), and when D < 0 it returns ceiling(N/D).
1372
1373`centered-quotient', `centered-remainder', and `centered/' are similar
1374except that the range of remainders is -abs(D/2) <= R < abs(D/2), and
1375`centered-quotient' rounds N/D to the nearest integer. Note that these
1376operators are equivalent to the R6RS integer division operators `div',
1377`mod', `div-and-mod', `div0', `mod0', and `div0-and-mod0'.
1378
1379`floor-quotient' and `floor-remainder' compute Q and R, respectively,
1380where Q has been rounded toward negative infinity. `floor/' returns
1381both Q and R, and is more efficient than computing each separately.
1382Note that when applied to integers, `floor-remainder' is equivalent to
1383the R5RS integer-only `modulo' operator. `ceiling-quotient',
1384`ceiling-remainder', and `ceiling/' are similar except that Q is
1385rounded toward positive infinity.
1386
1387For `truncate-quotient', `truncate-remainder', and `truncate/', Q is
1388rounded toward zero. Note that when applied to integers,
1389`truncate-quotient' and `truncate-remainder' are equivalent to the
1390R5RS integer-only operators `quotient' and `remainder'.
1391
1392For `round-quotient', `round-remainder', and `round/', Q is rounded to
1393the nearest integer, with ties going to the nearest even integer.
1394
1395*** Complex number changes
1396
1397Guile is now able to represent non-real complex numbers whose
1398imaginary part is an _inexact_ zero (0.0 or -0.0), per R6RS.
1399Previously, such numbers were immediately changed into inexact reals.
1400
1401(real? 0.0+0.0i) now returns #f, per R6RS, although (zero? 0.0+0.0i)
1402still returns #t, per R6RS. (= 0 0.0+0.0i) and (= 0.0 0.0+0.0i) are
1403#t, but the same comparisons using `eqv?' or `equal?' are #f.
1404
1405Like other non-real numbers, these complex numbers with inexact zero
1406imaginary part will raise exceptions is passed to procedures requiring
1407reals, such as `<', `>', `<=', `>=', `min', `max', `positive?',
1408`negative?', `inf?', `nan?', `finite?', etc.
1409
1410**** `make-rectangular' changes
1411
1412scm_make_rectangular `make-rectangular' now returns a real number only
1413if the imaginary part is an _exact_ 0. Previously, it would return a
1414real number if the imaginary part was an inexact zero.
1415
1416scm_c_make_rectangular now always returns a non-real complex number,
1417even if the imaginary part is zero. Previously, it would return a
1418real number if the imaginary part was zero.
1419
1420**** `make-polar' changes
1421
1422scm_make_polar `make-polar' now returns a real number only if the
1423angle or magnitude is an _exact_ 0. If the magnitude is an exact 0,
1424it now returns an exact 0. Previously, it would return a real
1425number if the imaginary part was an inexact zero.
1426
1427scm_c_make_polar now always returns a non-real complex number, even if
1428the imaginary part is 0.0. Previously, it would return a real number
1429if the imaginary part was 0.0.
1430
1431**** `imag-part' changes
1432
1433scm_imag_part `imag-part' now returns an exact 0 if applied to an
1434inexact real number. Previously it returned an inexact zero in this
1435case.
1436
1437*** `eqv?' and `equal?' now compare numbers equivalently
1438
1439scm_equal_p `equal?' now behaves equivalently to scm_eqv_p `eqv?' for
1440numeric values, per R5RS. Previously, equal? worked differently,
1441e.g. `(equal? 0.0 -0.0)' returned #t but `(eqv? 0.0 -0.0)' returned #f,
1442and `(equal? +nan.0 +nan.0)' returned #f but `(eqv? +nan.0 +nan.0)'
1443returned #t.
1444
1445*** `(equal? +nan.0 +nan.0)' now returns #t
1446
1447Previously, `(equal? +nan.0 +nan.0)' returned #f, although
1448`(let ((x +nan.0)) (equal? x x))' and `(eqv? +nan.0 +nan.0)'
1449both returned #t. R5RS requires that `equal?' behave like
1450`eqv?' when comparing numbers.
1451
1452*** Change in handling products `*' involving exact 0
1453
1454scm_product `*' now handles exact 0 differently. A product containing
1455an exact 0 now returns an exact 0 if and only if the other arguments
1456are all exact. An inexact zero is returned if and only if the other
1457arguments are all finite but not all exact. If an infinite or NaN
1458value is present, a NaN value is returned. Previously, any product
1459containing an exact 0 yielded an exact 0, regardless of the other
1460arguments.
1461
1462*** `expt' and `integer-expt' changes when the base is 0
1463
1464While `(expt 0 0)' is still 1, and `(expt 0 N)' for N > 0 is still
1465zero, `(expt 0 N)' for N < 0 is now a NaN value, and likewise for
1466integer-expt. This is more correct, and conforming to R6RS, but seems
1467to be incompatible with R5RS, which would return 0 for all non-zero
1468values of N.
1469
1470*** `expt' and `integer-expt' are more generic, less strict
1471
1472When raising to an exact non-negative integer exponent, `expt' and
1473`integer-expt' are now able to exponentiate any object that can be
1474multiplied using `*'. They can also raise an object to an exact
1475negative integer power if its reciprocal can be taken using `/'.
1476In order to allow this, the type of the first argument is no longer
1477checked when raising to an exact integer power. If the exponent is 0
1478or 1, the first parameter is not manipulated at all, and need not
1479even support multiplication.
1480
1481*** Infinities are no longer integers, nor rationals
1482
1483scm_integer_p `integer?' and scm_rational_p `rational?' now return #f
1484for infinities, per R6RS. Previously they returned #t for real
1485infinities. The real infinities and NaNs are still considered real by
1486scm_real `real?' however, per R6RS.
1487
1488*** NaNs are no longer rationals
1489
1490scm_rational_p `rational?' now returns #f for NaN values, per R6RS.
1491Previously it returned #t for real NaN values. They are still
1492considered real by scm_real `real?' however, per R6RS.
1493
1494*** `inf?' and `nan?' now throw exceptions for non-reals
1495
1496The domain of `inf?' and `nan?' is the real numbers. Guile now signals
1497an error when a non-real number or non-number is passed to these
1498procedures. (Note that NaNs _are_ considered numbers by scheme, despite
1499their name).
1500
1501*** `rationalize' bugfixes and changes
1502
1503Fixed bugs in scm_rationalize `rationalize'. Previously, it returned
1504exact integers unmodified, although that was incorrect if the epsilon
1505was at least 1 or inexact, e.g. (rationalize 4 1) should return 3 per
1506R5RS and R6RS, but previously it returned 4. It also now handles
1507cases involving infinities and NaNs properly, per R6RS.
1508
1509*** Trigonometric functions now return exact numbers in some cases
1510
1511scm_sin `sin', scm_cos `cos', scm_tan `tan', scm_asin `asin', scm_acos
1512`acos', scm_atan `atan', scm_sinh `sinh', scm_cosh `cosh', scm_tanh
1513`tanh', scm_sys_asinh `asinh', scm_sys_acosh `acosh', and
1514scm_sys_atanh `atanh' now return exact results in some cases.
1515
1516*** New procedure: `finite?'
1517
1518Add scm_finite_p `finite?' from R6RS to guile core, which returns #t
1519if and only if its argument is neither infinite nor a NaN. Note that
1520this is not the same as (not (inf? x)) or (not (infinite? x)), since
1521NaNs are neither finite nor infinite.
1522
1523*** Improved exactness handling for complex number parsing
1524
1525When parsing non-real complex numbers, exactness specifiers are now
1526applied to each component, as is done in PLT Scheme. For complex
1527numbers written in rectangular form, exactness specifiers are applied
1528to the real and imaginary parts before calling scm_make_rectangular.
1529For complex numbers written in polar form, exactness specifiers are
1530applied to the magnitude and angle before calling scm_make_polar.
1531
1532Previously, exactness specifiers were applied to the number as a whole
1533_after_ calling scm_make_rectangular or scm_make_polar.
1534
1535For example, (string->number "#i5.0+0i") now does the equivalent of:
1536
1537 (make-rectangular (exact->inexact 5.0) (exact->inexact 0))
1538
1539which yields 5.0+0.0i. Previously it did the equivalent of:
1540
1541 (exact->inexact (make-rectangular 5.0 0))
1542
1543which yielded 5.0.
1544
108e18b1
AW
1545** Unicode characters
1546
1547Unicode characters may be entered in octal format via e.g. `#\454', or
1548created via (integer->char 300). A hex external representation will
1549probably be introduced at some point.
1550
1551** Unicode strings
1552
1553Internally, strings are now represented either in the `latin-1'
1554encoding, one byte per character, or in UTF-32, with four bytes per
1555character. Strings manage their own allocation, switching if needed.
1556
99e31c32
AW
1557Extended characters may be written in a literal string using the
1558hexadecimal escapes `\xXX', `\uXXXX', or `\UXXXXXX', for 8-bit, 16-bit,
1559or 24-bit codepoints, respectively, or entered directly in the native
1560encoding of the port on which the string is read.
1561
56664c08
AW
1562** Unicode symbols
1563
1564One may now use U+03BB (GREEK SMALL LETTER LAMBDA) as an identifier.
1565
99e31c32
AW
1566** Support for non-ASCII source code files
1567
1568The default reader now handles source code files for some of the
1569non-ASCII character encodings, such as UTF-8. A non-ASCII source file
1570should have an encoding declaration near the top of the file. Also,
1571there is a new function, `file-encoding', that scans a port for a coding
1572declaration. See the section of the manual entitled, "Character Encoding
1573of Source Files".
1574
1575The pre-1.9.3 reader handled 8-bit clean but otherwise unspecified source
51cb0cca
AW
1576code. This use is now discouraged. Binary input and output is
1577currently supported by opening ports in the ISO-8859-1 locale.
99e31c32 1578
487bacf4
AW
1579** Source files default to UTF-8.
1580
1581If source files do not specify their encoding via a `coding:' block,
1582the default encoding is UTF-8, instead of being taken from the current
1583locale.
1584
1585** Interactive Guile installs the current locale.
1586
1587Instead of leaving the user in the "C" locale, running the Guile REPL
1588installs the current locale. [FIXME xref?]
1589
99e31c32
AW
1590** Support for locale transcoding when reading from and writing to ports
1591
1592Ports now have an associated character encoding, and port read and write
1593operations do conversion to and from locales automatically. Ports also
1594have an associated strategy for how to deal with locale conversion
1595failures.
1596
1597See the documentation in the manual for the four new support functions,
1598`set-port-encoding!', `port-encoding', `set-port-conversion-strategy!',
1599and `port-conversion-strategy'.
1600
1601** String and SRFI-13 functions can operate on Unicode strings
1602
1603** Unicode support for SRFI-14 character sets
1604
1605The default character sets are no longer locale dependent and contain
1606characters from the whole Unicode range. There is a new predefined
1607character set, `char-set:designated', which contains all assigned
1608Unicode characters. There is a new debugging function, `%char-set-dump'.
1609
1610** Character functions operate on Unicode characters
1611
1612`char-upcase' and `char-downcase' use default Unicode casing rules.
1613Character comparisons such as `char<?' and `char-ci<?' now sort based on
1614Unicode code points.
108e18b1
AW
1615
1616** Global variables `scm_charnames' and `scm_charnums' are removed
1617
1618These variables contained the names of control characters and were
1619used when writing characters. While these were global, they were
1620never intended to be public API. They have been replaced with private
1621functions.
1622
1623** EBCDIC support is removed
1624
1625There was an EBCDIC compile flag that altered some of the character
1626processing. It appeared that full EBCDIC support was never completed
1627and was unmaintained.
1628
6bf927ab 1629** Compile-time warnings
b0217d17
AW
1630
1631Guile can warn about potentially unbound free variables. Pass the
1632-Wunbound-variable on the `guile-tools compile' command line, or add
1633`#:warnings '(unbound-variable)' to your `compile' or `compile-file'
51cb0cca
AW
1634invocation. Warnings are also enabled by default for expressions entered
1635at the REPL.
b0217d17 1636
6cf43047
AW
1637Guile can also warn when you pass the wrong number of arguments to a
1638procedure, with -Warity-mismatch, or `arity-mismatch' in the
1639`#:warnings' as above.
1640
6bf927ab 1641Other warnings include `-Wunused-variable' and `-Wunused-toplevel', to
ef6b0e8d
AW
1642warn about unused local or global (top-level) variables, and `-Wformat',
1643to check for various errors related to the `format' procedure.
6bf927ab 1644
93617170
LC
1645** A new `memoize-symbol' evaluator trap has been added.
1646
1647This trap can be used for efficiently implementing a Scheme code
1648coverage.
fa1804e9 1649
96b73e84 1650** Duplicate bindings among used modules are resolved lazily.
93617170 1651
96b73e84 1652This slightly improves program startup times.
fa1804e9 1653
96b73e84 1654** New thread cancellation and thread cleanup API
93617170 1655
96b73e84 1656See `cancel-thread', `set-thread-cleanup!', and `thread-cleanup'.
fa1804e9 1657
51cb0cca
AW
1658** New threads are in `(guile-user)' by default, not `(guile)'
1659
1660It used to be that a new thread entering Guile would do so in the
1661`(guile)' module, unless this was the first time Guile was initialized,
1662in which case it was `(guile-user)'. This has been fixed to have all
1663new threads unknown to Guile default to `(guile-user)'.
1664
b47fea09
AW
1665** New helpers: `print-exception', `set-exception-printer!'
1666
1667These functions implement an extensible exception printer. Guile
1668registers printers for all of the exceptions it throws. Users may add
1669their own printers. There is also `scm_print_exception', for use by C
1670programs. Pleasantly, this allows SRFI-35 and R6RS exceptions to be
1671printed appropriately.
1672
4a457691
AW
1673** GOOPS dispatch in scheme
1674
1675As an implementation detail, GOOPS dispatch is no longer implemented by
1676special evaluator bytecodes, but rather directly via a Scheme function
1677associated with an applicable struct. There is some VM support for the
1678underlying primitives, like `class-of'.
1679
1680This change will in the future allow users to customize generic function
1681dispatch without incurring a performance penalty, and allow us to
1682implement method combinations.
1683
4a457691
AW
1684** Applicable struct support
1685
1686One may now make structs from Scheme that may be applied as procedures.
1687To do so, make a struct whose vtable is `<applicable-struct-vtable>'.
1688That struct will be the vtable of your applicable structs; instances of
1689that new struct are assumed to have the procedure in their first slot.
1690`<applicable-struct-vtable>' is like Common Lisp's
1691`funcallable-standard-class'. Likewise there is
1692`<applicable-struct-with-setter-vtable>', which looks for the setter in
1693the second slot. This needs to be better documented.
1694
29b98fb2
AW
1695** GOOPS cleanups.
1696
1697GOOPS had a number of concepts that were relevant to the days of Tcl,
1698but not any more: operators and entities, mainly. These objects were
1699never documented, and it is unlikely that they were ever used. Operators
1700were a kind of generic specific to the Tcl support. Entities were
1701replaced by applicable structs, mentioned above.
1702
4a457691
AW
1703** New struct slot allocation: "hidden"
1704
1705A hidden slot is readable and writable, but will not be initialized by a
1706call to make-struct. For example in your layout you would say "ph"
1707instead of "pw". Hidden slots are useful for adding new slots to a
1708vtable without breaking existing invocations to make-struct.
1709
1710** eqv? not a generic
1711
1712One used to be able to extend `eqv?' as a primitive-generic, but no
1713more. Because `eqv?' is in the expansion of `case' (via `memv'), which
1714should be able to compile to static dispatch tables, it doesn't make
1715sense to allow extensions that would subvert this optimization.
1716
e614d375
AW
1717** `inet-ntop' and `inet-pton' are always available.
1718
1719Guile now use a portable implementation of `inet_pton'/`inet_ntop', so
1720there is no more need to use `inet-aton'/`inet-ntoa'. The latter
1721functions are deprecated.
1722
b47fea09
AW
1723** `getopt-long' parsing errors throw to `quit', not `misc-error'
1724
1725This change should inhibit backtraces on argument parsing errors.
1726`getopt-long' has been modified to print out the error that it throws
1727itself.
1728
51cb0cca
AW
1729** New primitive: `tmpfile'.
1730
1731See "File System" in the manual.
1732
1733** Random generator state may be serialized to a datum
1734
1735`random-state->datum' will serialize a random state to a datum, which
1736may be written out, read back in later, and revivified using
1737`datum->random-state'. See "Random" in the manual, for more details.
1738
1739** Fix random number generator on 64-bit platforms
1740
1741There was a nasty bug on 64-bit platforms in which asking for a random
1742integer with a range between 2**32 and 2**64 caused a segfault. After
1743many embarrassing iterations, this was fixed.
1744
5bb408cc
AW
1745** Fast bit operations.
1746
1747The bit-twiddling operations `ash', `logand', `logior', and `logxor' now
1748have dedicated bytecodes. Guile is not just for symbolic computation,
1749it's for number crunching too.
1750
4a457691
AW
1751** Faster SRFI-9 record access
1752
1753SRFI-9 records are now implemented directly on top of Guile's structs,
1754and their accessors are defined in such a way that normal call-sites
1755inline to special VM opcodes, while still allowing for the general case
1756(e.g. passing a record accessor to `apply').
1757
e614d375
AW
1758** R6RS block comment support
1759
1760Guile now supports R6RS nested block comments. The start of a comment is
1761marked with `#|', and the end with `|#'.
1762
1763** `guile-2' cond-expand feature
1764
1765To test if your code is running under Guile 2.0 (or its alpha releases),
1766test for the `guile-2' cond-expand feature. Like this:
1767
1768 (cond-expand (guile-2 (eval-when (compile)
1769 ;; This must be evaluated at compile time.
1770 (fluid-set! current-reader my-reader)))
1771 (guile
1772 ;; Earlier versions of Guile do not have a
1773 ;; separate compilation phase.
1774 (fluid-set! current-reader my-reader)))
1775
96b73e84 1776** New global variables: %load-compiled-path, %load-compiled-extensions
fa1804e9 1777
96b73e84 1778These are analogous to %load-path and %load-extensions.
fa1804e9 1779
18e90860
AW
1780** New fluid: `%file-port-name-canonicalization'
1781
1782This fluid parameterizes the file names that are associated with file
1783ports. If %file-port-name-canonicalization is 'absolute, then file names
1784are canonicalized to be absolute paths. If it is 'relative, then the
1785name is canonicalized, but any prefix corresponding to a member of
1786`%load-path' is stripped off. Otherwise the names are passed through
1787unchanged.
1788
1789In addition, the `compile-file' and `compile-and-load' procedures bind
1790%file-port-name-canonicalization to their `#:canonicalization' keyword
1791argument, which defaults to 'relative. In this way, one might compile
1792"../module/ice-9/boot-9.scm", but the path that gets residualized into
1793the .go is "ice-9/boot-9.scm".
1794
96b73e84 1795** New procedure, `make-promise'
fa1804e9 1796
96b73e84 1797`(make-promise (lambda () foo))' is equivalent to `(delay foo)'.
fa1804e9 1798
108e18b1
AW
1799** `defined?' may accept a module as its second argument
1800
1801Previously it only accepted internal structures from the evaluator.
1802
96b73e84 1803** New entry into %guile-build-info: `ccachedir'
fa1804e9 1804
96b73e84 1805** Fix bug in `module-bound?'.
fa1804e9 1806
96b73e84
AW
1807`module-bound?' was returning true if a module did have a local
1808variable, but one that was unbound, but another imported module bound
1809the variable. This was an error, and was fixed.
fa1804e9 1810
96b73e84 1811** `(ice-9 syncase)' has been deprecated.
fa1804e9 1812
96b73e84
AW
1813As syntax-case is available by default, importing `(ice-9 syncase)' has
1814no effect, and will trigger a deprecation warning.
fa1804e9 1815
b0217d17
AW
1816** New readline history functions
1817
1818The (ice-9 readline) module now provides add-history, read-history,
1819write-history and clear-history, which wrap the corresponding GNU
1820History library functions.
1821
86d88a22
AW
1822** Removed deprecated uniform array procedures:
1823 dimensions->uniform-array, list->uniform-array, array-prototype
1824
1825Instead, use make-typed-array, list->typed-array, or array-type,
1826respectively.
1827
51cb0cca
AW
1828** Deprecate the old `scm-style-repl'
1829
1830The following bindings from boot-9 are now found in `(ice-9
1831scm-style-repl)': `scm-style-repl', `error-catching-loop',
1832`error-catching-repl', `bad-throw', `scm-repl-silent'
1833`assert-repl-silence', `repl-print-unspecified',
1834`assert-repl-print-unspecified', `scm-repl-verbose',
1835`assert-repl-verbosity', `scm-repl-prompt', `set-repl-prompt!', `repl',
1836`default-pre-unwind-handler', `handle-system-error',
1837
1838The following bindings have been deprecated, with no replacement:
1839`pre-unwind-handler-dispatch'.
1840
1841The following bindings have been totally removed:
1842`before-signal-stack'.
1843
1844Deprecated forwarding shims have been installed so that users that
1845expect these bindings in the main namespace will still work, but receive
1846a deprecation warning.
1847
1848** `set-batch-mode?!' replaced by `ensure-batch-mode!'
1849
1850"Batch mode" is a flag used to tell a program that it is not running
1851interactively. One usually turns it on after a fork. It may not be
1852turned off. `ensure-batch-mode!' deprecates the old `set-batch-mode?!',
1853because it is a better interface, as it can only turn on batch mode, not
1854turn it off.
1855
1856** Deprecate `save-stack', `the-last-stack'
1857
1858It used to be that the way to debug programs in Guile was to capture the
1859stack at the time of error, drop back to the REPL, then debug that
1860stack. But this approach didn't compose, was tricky to get right in the
1861presence of threads, and was not very powerful.
1862
1863So `save-stack', `stack-saved?', and `the-last-stack' have been moved to
1864`(ice-9 save-stack)', with deprecated bindings left in the root module.
1865
1866** `top-repl' has its own module
1867
1868The `top-repl' binding, called with Guile is run interactively, is now
1869is its own module, `(ice-9 top-repl)'. A deprecated forwarding shim was
1870left in the default environment.
1871
1872** `display-error' takes a frame
1873
1874The `display-error' / `scm_display_error' helper now takes a frame as an
1875argument instead of a stack. Stacks are still supported in deprecated
1876builds. Additionally, `display-error' will again source location
1877information for the error.
1878
1879** No more `(ice-9 debug)'
1880
1881This module had some debugging helpers that are no longer applicable to
1882the current debugging model. Importing this module will produce a
1883deprecation warning. Users should contact bug-guile for support.
1884
ef6b0e8d
AW
1885** Remove obsolete debug-options
1886
1887Removed `breakpoints', `trace', `procnames', `indent', `frames',
1888`maxdepth', and `debug' debug-options.
1889
1890** `backtrace' debug option on by default
1891
1892Given that Guile 2.0 can always give you a backtrace, backtraces are now
1893on by default.
1894
1895** `turn-on-debugging' deprecated
1896
1897** Remove obsolete print-options
1898
1899The `source' and `closure-hook' print options are obsolete, and have
1900been removed.
1901
1902** Remove obsolete read-options
1903
1904The "elisp-strings" and "elisp-vectors" read options were unused and
1905obsolete, so they have been removed.
1906
1907** Remove eval-options and trap-options
1908
1909Eval-options and trap-options are obsolete with the new VM and
1910evaluator.
1911
1912** Remove (ice-9 debugger) and (ice-9 debugging)
1913
1914See "Traps" and "Interactive Debugging" in the manual, for information
1915on their replacements.
1916
1917** Remove the GDS Emacs integration
1918
1919See "Using Guile in Emacs" in the manual, for info on how we think you
1920should use Guile with Emacs.
1921
b0abbaa7
AW
1922** Deprecated: `lazy-catch'
1923
1924`lazy-catch' was a form that captured the stack at the point of a
1925`throw', but the dynamic state at the point of the `catch'. It was a bit
1926crazy. Please change to use `catch', possibly with a throw-handler, or
1927`with-throw-handler'.
1928
487bacf4
AW
1929** Deprecated: primitive properties
1930
1931The `primitive-make-property', `primitive-property-set!',
1932`primitive-property-ref', and `primitive-property-del!' procedures were
1933crufty and only used to implement object properties, which has a new,
1934threadsafe implementation. Use object properties or weak hash tables
1935instead.
1936
18e90860
AW
1937** Deprecated `@bind' syntax
1938
1939`@bind' was part of an older implementation of the Emacs Lisp language,
1940and is no longer used.
1941
51cb0cca
AW
1942** Miscellaneous other deprecations
1943
7cd99cba
AW
1944`cuserid' has been deprecated, as it only returns 8 bytes of a user's
1945login. Use `(passwd:name (getpwuid (geteuid)))' instead.
1946
487bacf4
AW
1947Additionally, the procedures `apply-to-args', `has-suffix?', `scheme-file-suffix'
1948`get-option', `for-next-option', `display-usage-report',
1949`transform-usage-lambda', `collect', and `set-batch-mode?!' have all
1950been deprecated.
1951
7cd99cba
AW
1952** Add support for unbound fluids
1953
1954See `make-unbound-fluid', `fluid-unset!', and `fluid-bound?' in the
1955manual.
1956
1957** Add `variable-unset!'
1958
1959See "Variables" in the manual, for more details.
51cb0cca 1960
87e00370
LC
1961** Last but not least, the `λ' macro can be used in lieu of `lambda'
1962
96b73e84 1963* Changes to the C interface
fa1804e9 1964
7b96f3dd
LC
1965** Guile now uses libgc, the Boehm-Demers-Weiser garbage collector
1966
1967The semantics of `scm_gc_malloc ()' have been changed, in a
1968backward-compatible way. A new allocation routine,
1969`scm_gc_malloc_pointerless ()', was added.
1970
1971Libgc is a conservative GC, which we hope will make interaction with C
1972code easier and less error-prone.
1973
487bacf4
AW
1974** New procedures: `scm_to_stringn', `scm_from_stringn'
1975** New procedures: scm_{to,from}_{utf8,latin1}_symbol{n,}
1976** New procedures: scm_{to,from}_{utf8,utf32,latin1}_string{n,}
1977
1978These new procedures convert to and from string representations in
1979particular encodings.
ef6b0e8d 1980
487bacf4
AW
1981Users should continue to use locale encoding for user input, user
1982output, or interacting with the C library.
ef6b0e8d 1983
487bacf4 1984Use the Latin-1 functions for ASCII, and for literals in source code.
ef6b0e8d 1985
487bacf4
AW
1986Use UTF-8 functions for interaction with modern libraries which deal in
1987UTF-8, and UTF-32 for interaction with utf32-using libraries.
1988
1989Otherwise, use scm_to_stringn or scm_from_stringn with a specific
1990encoding.
ef6b0e8d 1991
4a457691
AW
1992** New type definitions for `scm_t_intptr' and friends.
1993
1994`SCM_T_UINTPTR_MAX', `SCM_T_INTPTR_MIN', `SCM_T_INTPTR_MAX',
1995`SIZEOF_SCM_T_BITS', `scm_t_intptr' and `scm_t_uintptr' are now
1996available to C. Have fun!
1997
96b73e84 1998** The GH interface (deprecated in version 1.6, 2001) was removed.
fa1804e9 1999
96b73e84 2000** Internal `scm_i_' functions now have "hidden" linkage with GCC/ELF
fa1804e9 2001
96b73e84
AW
2002This makes these internal functions technically not callable from
2003application code.
fa1804e9 2004
96b73e84
AW
2005** Functions for handling `scm_option' now no longer require an argument
2006indicating length of the `scm_t_option' array.
fa1804e9 2007
4a457691
AW
2008** Procedures-with-setters are now implemented using applicable structs
2009
2010From a user's perspective this doesn't mean very much. But if, for some
2011odd reason, you used the SCM_PROCEDURE_WITH_SETTER_P, SCM_PROCEDURE, or
2012SCM_SETTER macros, know that they're deprecated now. Also, scm_tc7_pws
2013is gone.
2014
2015** Remove old evaluator closures
2016
2017There used to be ranges of typecodes allocated to interpreted data
2018structures, but that it no longer the case, given that interpreted
2019procedure are now just regular VM closures. As a result, there is a
2020newly free tc3, and a number of removed macros. See the ChangeLog for
2021details.
2022
cf8ec359 2023** Primitive procedures are now VM trampoline procedures
4a457691
AW
2024
2025It used to be that there were something like 12 different typecodes
2026allocated to primitive procedures, each with its own calling convention.
2027Now there is only one, the gsubr. This may affect user code if you were
2028defining a procedure using scm_c_make_subr rather scm_c_make_gsubr. The
2029solution is to switch to use scm_c_make_gsubr. This solution works well
2030both with the old 1.8 and and with the current 1.9 branch.
2031
cf8ec359
AW
2032Guile's old evaluator used to have special cases for applying "gsubrs",
2033primitive procedures with specified numbers of required, optional, and
2034rest arguments. Now, however, Guile represents gsubrs as normal VM
2035procedures, with appropriate bytecode to parse out the correct number of
2036arguments, including optional and rest arguments, and then with a
2037special bytecode to apply the gsubr.
2038
2039This allows primitive procedures to appear on the VM stack, allowing
2040them to be accurately counted in profiles. Also they now have more
2041debugging information attached to them -- their number of arguments, for
2042example. In addition, the VM can completely inline the application
2043mechanics, allowing for faster primitive calls.
2044
2045However there are some changes on the C level. There is no more
2046`scm_tc7_gsubr' or `scm_tcs_subrs' typecode for primitive procedures, as
2047they are just VM procedures. Likewise the macros `SCM_GSUBR_TYPE',
2048`SCM_GSUBR_MAKTYPE', `SCM_GSUBR_REQ', `SCM_GSUBR_OPT', and
2049`SCM_GSUBR_REST' are gone, as are `SCM_SUBR_META_INFO', `SCM_SUBR_PROPS'
2050`SCM_SET_SUBR_GENERIC_LOC', and `SCM_SUBR_ARITY_TO_TYPE'.
2051
2052Perhaps more significantly, `scm_c_make_subr',
2053`scm_c_make_subr_with_generic', `scm_c_define_subr', and
2054`scm_c_define_subr_with_generic'. They all operated on subr typecodes,
2055and there are no more subr typecodes. Use the scm_c_make_gsubr family
2056instead.
2057
2058Normal users of gsubrs should not be affected, though, as the
2059scm_c_make_gsubr family still is the correct way to create primitive
2060procedures.
2061
2062** Remove deprecated array C interfaces
2063
2064Removed the deprecated array functions `scm_i_arrayp',
2065`scm_i_array_ndim', `scm_i_array_mem', `scm_i_array_v',
2066`scm_i_array_base', `scm_i_array_dims', and the deprecated macros
2067`SCM_ARRAYP', `SCM_ARRAY_NDIM', `SCM_ARRAY_CONTP', `SCM_ARRAY_MEM',
2068`SCM_ARRAY_V', `SCM_ARRAY_BASE', and `SCM_ARRAY_DIMS'.
2069
2070** Remove unused snarf macros
2071
2072`SCM_DEFINE1', `SCM_PRIMITIVE_GENERIC_1', `SCM_PROC1, and `SCM_GPROC1'
2073are no more. Use SCM_DEFINE or SCM_PRIMITIVE_GENERIC instead.
2074
cf8ec359
AW
2075** New functions: `scm_call_n', `scm_c_run_hookn'
2076
2077`scm_call_n' applies to apply a function to an array of arguments.
2078`scm_c_run_hookn' runs a hook with an array of arguments.
2079
4a457691
AW
2080** Some SMOB types changed to have static typecodes
2081
2082Fluids, dynamic states, and hash tables used to be SMOB objects, but now
2083they have statically allocated tc7 typecodes.
2084
2085** Preparations for changing SMOB representation
2086
2087If things go right, we'll be changing the SMOB representation soon. To
2088that end, we did a lot of cleanups to calls to e.g. SCM_CELL_WORD_2(x) when
2089the code meant SCM_SMOB_DATA_2(x); user code will need similar changes
2090in the future. Code accessing SMOBs using SCM_CELL macros was never
2091correct, but until now things still worked. Users should be aware of
2092such changes.
fa1804e9 2093
cf8ec359
AW
2094** Changed invocation mechanics of applicable SMOBs
2095
2096Guile's old evaluator used to have special cases for applying SMOB
2097objects. Now, with the VM, when Guile sees a SMOB, it looks up a VM
2098trampoline procedure for it, and use the normal mechanics to apply the
2099trampoline. This simplifies procedure application in the normal,
2100non-SMOB case.
2101
2102The upshot is that the mechanics used to apply a SMOB are different from
21031.8. Descriptors no longer have `apply_0', `apply_1', `apply_2', and
2104`apply_3' functions, and the macros SCM_SMOB_APPLY_0 and friends are now
2105deprecated. Just use the scm_call_0 family of procedures.
2106
ef6b0e8d
AW
2107** Removed support shlibs for SRFIs 1, 4, 13, 14, and 60
2108
2109Though these SRFI support libraries did expose API, they encoded a
2110strange version string into their library names. That version was never
2111programmatically exported, so there was no way people could use the
2112libs.
2113
2114This was a fortunate oversight, as it allows us to remove the need for
2115extra, needless shared libraries --- the C support code for SRFIs 4, 13,
2116and 14 was already in core --- and allow us to incrementally return the
2117SRFI implementation to Scheme.
2118
96b73e84 2119** New C function: scm_module_public_interface
a4f1c77d 2120
96b73e84 2121This procedure corresponds to Scheme's `module-public-interface'.
24d6fae8 2122
4a457691
AW
2123** Undeprecate `scm_the_root_module ()'
2124
2125It's useful to be able to get the root module from C without doing a
2126full module lookup.
2127
e614d375
AW
2128** Inline vector allocation
2129
2130Instead of having vectors point out into the heap for their data, their
2131data is now allocated inline to the vector object itself. The same is
2132true for bytevectors, by default, though there is an indirection
2133available which should allow for making a bytevector from an existing
2134memory region.
2135
4a457691
AW
2136** New struct constructors that don't involve making lists
2137
2138`scm_c_make_struct' and `scm_c_make_structv' are new varargs and array
2139constructors, respectively, for structs. You might find them useful.
2140
2141** Stack refactor
2142
2143In Guile 1.8, there were debugging frames on the C stack. Now there is
2144no more need to explicitly mark the stack in this way, because Guile has
2145a VM stack that it knows how to walk, which simplifies the C API
2146considerably. See the ChangeLog for details; the relevant interface is
2147in libguile/stacks.h. The Scheme API has not been changed significantly.
2148
e614d375
AW
2149** Removal of Guile's primitive object system.
2150
2151There were a number of pieces in `objects.[ch]' that tried to be a
2152minimal object system, but were never documented, and were quickly
2153obseleted by GOOPS' merge into Guile proper. So `scm_make_class_object',
2154`scm_make_subclass_object', `scm_metaclass_standard', and like symbols
2155from objects.h are no more. In the very unlikely case in which these
2156were useful to you, we urge you to contact guile-devel.
2157
2158** No future.
2159
2160Actually the future is still in the state that it was, is, and ever
2161shall be, Amen, except that `futures.c' and `futures.h' are no longer a
2162part of it. These files were experimental, never compiled, and would be
2163better implemented in Scheme anyway. In the future, that is.
2164
4a457691
AW
2165** Deprecate trampolines
2166
2167There used to be C functions `scm_trampoline_0', `scm_trampoline_1', and
2168so on. The point was to do some precomputation on the type of the
2169procedure, then return a specialized "call" procedure. However this
2170optimization wasn't actually an optimization, so it is now deprecated.
2171Just use `scm_call_0', etc instead.
2172
18e90860
AW
2173** Deprecated `scm_badargsp'
2174
2175This function is unused in Guile, but was part of its API.
2176
5bb408cc
AW
2177** Better support for Lisp `nil'.
2178
2179The bit representation of `nil' has been tweaked so that it is now very
2180efficient to check e.g. if a value is equal to Scheme's end-of-list or
2181Lisp's nil. Additionally there are a heap of new, specific predicates
b390b008 2182like scm_is_null_or_nil.
5bb408cc 2183
139fa149
AW
2184** Better integration of Lisp `nil'.
2185
2186`scm_is_boolean', `scm_is_false', and `scm_is_null' all return true now
2187for Lisp's `nil'. This shouldn't affect any Scheme code at this point,
2188but when we start to integrate more with Emacs, it is possible that we
2189break code that assumes that, for example, `(not x)' implies that `x' is
2190`eq?' to `#f'. This is not a common assumption. Refactoring affected
2191code to rely on properties instead of identities will improve code
2192correctness. See "Nil" in the manual, for more details.
2193
e614d375
AW
2194** Support for static allocation of strings, symbols, and subrs.
2195
2196Calls to snarfing CPP macros like SCM_DEFINE macro will now allocate
2197much of their associated data as static variables, reducing Guile's
2198memory footprint.
2199
93617170
LC
2200** `scm_stat' has an additional argument, `exception_on_error'
2201** `scm_primitive_load_path' has an additional argument `exception_on_not_found'
24d6fae8 2202
f1ce9199
LC
2203** `scm_set_port_seek' and `scm_set_port_truncate' use the `scm_t_off' type
2204
2205Previously they would use the `off_t' type, which is fragile since its
2206definition depends on the application's value for `_FILE_OFFSET_BITS'.
2207
ba4c43dc
LC
2208** The `long_long' C type, deprecated in 1.8, has been removed
2209
86d88a22
AW
2210** Removed deprecated uniform array procedures: scm_make_uve,
2211 scm_array_prototype, scm_list_to_uniform_array,
2212 scm_dimensions_to_uniform_array, scm_make_ra, scm_shap2ra, scm_cvref,
2213 scm_ra_set_contp, scm_aind, scm_raprin1
2214
2215These functions have been deprecated since early 2005.
2216
a4f1c77d 2217* Changes to the distribution
6caac03c 2218
53befeb7
NJ
2219** Guile's license is now LGPLv3+
2220
2221In other words the GNU Lesser General Public License, version 3 or
2222later (at the discretion of each person that chooses to redistribute
2223part of Guile).
2224
51cb0cca
AW
2225** AM_SILENT_RULES
2226
2227Guile's build is visually quieter, due to the use of Automake 1.11's
2228AM_SILENT_RULES. Build as `make V=1' to see all of the output.
2229
56664c08
AW
2230** GOOPS documentation folded into Guile reference manual
2231
2232GOOPS, Guile's object system, used to be documented in separate manuals.
2233This content is now included in Guile's manual directly.
2234
96b73e84 2235** `guile-config' will be deprecated in favor of `pkg-config'
8a9faebc 2236
96b73e84 2237`guile-config' has been rewritten to get its information from
93617170 2238`pkg-config', so this should be a transparent change. Note however that
96b73e84
AW
2239guile.m4 has yet to be modified to call pkg-config instead of
2240guile-config.
2e77f720 2241
54dd0ca5
LC
2242** Guile now provides `guile-2.0.pc' instead of `guile-1.8.pc'
2243
2244Programs that use `pkg-config' to find Guile or one of its Autoconf
2245macros should now require `guile-2.0' instead of `guile-1.8'.
2246
96b73e84 2247** New installation directory: $(pkglibdir)/1.9/ccache
62560650 2248
96b73e84
AW
2249If $(libdir) is /usr/lib, for example, Guile will install its .go files
2250to /usr/lib/guile/1.9/ccache. These files are architecture-specific.
89bc270d 2251
b0abbaa7
AW
2252** Parallel installability fixes
2253
2254Guile now installs its header files to a effective-version-specific
2255directory, and includes the effective version (e.g. 2.0) in the library
2256name (e.g. libguile-2.0.so).
2257
2258This change should be transparent to users, who should detect Guile via
2259the guile.m4 macro, or the guile-2.0.pc pkg-config file. It will allow
2260parallel installs for multiple versions of Guile development
2261environments.
2262
b0217d17
AW
2263** Dynamically loadable extensions may be placed in a Guile-specific path
2264
2265Before, Guile only searched the system library paths for extensions
2266(e.g. /usr/lib), which meant that the names of Guile extensions had to
2267be globally unique. Installing them to a Guile-specific extensions
66ad445d 2268directory is cleaner. Use `pkg-config --variable=extensiondir
b0217d17
AW
2269guile-2.0' to get the location of the extensions directory.
2270
51cb0cca
AW
2271** User Scheme code may be placed in a version-specific path
2272
2273Before, there was only one way to install user Scheme code to a
2274version-specific Guile directory: install to Guile's own path,
2275e.g. /usr/share/guile/2.0. The site directory,
2276e.g. /usr/share/guile/site, was unversioned. This has been changed to
2277add a version-specific site directory, e.g. /usr/share/guile/site/2.0,
2278searched before the global site directory.
2279
7b96f3dd
LC
2280** New dependency: libgc
2281
2282See http://www.hpl.hp.com/personal/Hans_Boehm/gc/, for more information.
2283
2284** New dependency: GNU libunistring
32e29e24 2285
108e18b1 2286See http://www.gnu.org/software/libunistring/, for more information. Our
7b96f3dd 2287Unicode support uses routines from libunistring.
32e29e24 2288
dbd9532e
LC
2289** New dependency: libffi
2290
2291See http://sourceware.org/libffi/, for more information.
2292
a4f1c77d 2293
dc686d7b 2294\f
9957b1c7
LC
2295Changes in 1.8.8 (since 1.8.7)
2296
2297* Bugs fixed
2298
2299** Fix possible buffer overruns when parsing numbers
c15d8e6a 2300** Avoid clash with system setjmp/longjmp on IA64
1ff4da65 2301** Fix `wrong type arg' exceptions with IPv6 addresses
9957b1c7
LC
2302
2303\f
dc686d7b
NJ
2304Changes in 1.8.7 (since 1.8.6)
2305
922d417b
JG
2306* New modules (see the manual for details)
2307
2308** `(srfi srfi-98)', an interface to access environment variables
2309
dc686d7b
NJ
2310* Bugs fixed
2311
f5851b89 2312** Fix compilation with `--disable-deprecated'
dc686d7b 2313** Fix %fast-slot-ref/set!, to avoid possible segmentation fault
cbee5075 2314** Fix MinGW build problem caused by HAVE_STRUCT_TIMESPEC confusion
ab878b0f 2315** Fix build problem when scm_t_timespec is different from struct timespec
95a040cd 2316** Fix build when compiled with -Wundef -Werror
1bcf7993 2317** More build fixes for `alphaev56-dec-osf5.1b' (Tru64)
5374ec9c 2318** Build fixes for `powerpc-ibm-aix5.3.0.0' (AIX 5.3)
5c006c3f
LC
2319** With GCC, always compile with `-mieee' on `alpha*' and `sh*'
2320** Better diagnose broken `(strftime "%z" ...)' in `time.test' (bug #24130)
fc76c08d 2321** Fix parsing of SRFI-88/postfix keywords longer than 128 characters
40f89215 2322** Fix reading of complex numbers where both parts are inexact decimals
d41668fa 2323
ad5f5ada
NJ
2324** Allow @ macro to work with (ice-9 syncase)
2325
2326Previously, use of the @ macro in a module whose code is being
2327transformed by (ice-9 syncase) would cause an "Invalid syntax" error.
2328Now it works as you would expect (giving the value of the specified
2329module binding).
2330
05588a1a
LC
2331** Have `scm_take_locale_symbol ()' return an interned symbol (bug #25865)
2332
d41668fa 2333\f
8c40b75d
LC
2334Changes in 1.8.6 (since 1.8.5)
2335
071bb6a8
LC
2336* New features (see the manual for details)
2337
2338** New convenience function `scm_c_symbol_length ()'
2339
091baf9e
NJ
2340** Single stepping through code from Emacs
2341
2342When you use GDS to evaluate Scheme code from Emacs, you can now use
2343`C-u' to indicate that you want to single step through that code. See
2344`Evaluating Scheme Code' in the manual for more details.
2345
9e4db0ef
LC
2346** New "guile(1)" man page!
2347
242ebeaf
LC
2348* Changes to the distribution
2349
2350** Automake's `AM_MAINTAINER_MODE' is no longer used
2351
2352Thus, the `--enable-maintainer-mode' configure option is no longer
2353available: Guile is now always configured in "maintainer mode".
2354
e0063477
LC
2355** `ChangeLog' files are no longer updated
2356
2357Instead, changes are detailed in the version control system's logs. See
2358the top-level `ChangeLog' files for details.
2359
2360
8c40b75d
LC
2361* Bugs fixed
2362
fd2b17b9 2363** `symbol->string' now returns a read-only string, as per R5RS
c6333102 2364** Fix incorrect handling of the FLAGS argument of `fold-matches'
589d9eb8 2365** `guile-config link' now prints `-L$libdir' before `-lguile'
4a1db3a9 2366** Fix memory corruption involving GOOPS' `class-redefinition'
191e7165 2367** Fix possible deadlock in `mutex-lock'
95c6523b 2368** Fix build issue on Tru64 and ia64-hp-hpux11.23 (`SCM_UNPACK' macro)
4696a666 2369** Fix build issue on mips, mipsel, powerpc and ia64 (stack direction)
450be18d 2370** Fix build issue on hppa2.0w-hp-hpux11.11 (`dirent64' and `readdir64_r')
88cefbc7 2371** Fix build issue on i386-unknown-freebsd7.0 ("break strict-aliasing rules")
76dae881 2372** Fix misleading output from `(help rationalize)'
5ea8e76e 2373** Fix build failure on Debian hppa architecture (bad stack growth detection)
1dd79792 2374** Fix `gcd' when called with a single, negative argument.
d8b6e191 2375** Fix `Stack overflow' errors seen when building on some platforms
ccf1ca4a
LC
2376** Fix bug when `scm_with_guile ()' was called several times from the
2377 same thread
76350432
LC
2378** The handler of SRFI-34 `with-exception-handler' is now invoked in the
2379 dynamic environment of the call to `raise'
cb823e63 2380** Fix potential deadlock in `make-struct'
691343ea 2381** Fix compilation problem with libltdl from Libtool 2.2.x
3ae3166b 2382** Fix sloppy bound checking in `string-{ref,set!}' with the empty string
6eadcdab 2383
8c40b75d 2384\f
5305df84
LC
2385Changes in 1.8.5 (since 1.8.4)
2386
4b824aae
LC
2387* Infrastructure changes
2388
2389** Guile repository switched from CVS to Git
2390
2391The new repository can be accessed using
2392"git-clone git://git.sv.gnu.org/guile.git", or can be browsed on-line at
2393http://git.sv.gnu.org/gitweb/?p=guile.git . See `README' for details.
2394
92826dd0
LC
2395** Add support for `pkg-config'
2396
2397See "Autoconf Support" in the manual for details.
2398
189681f5
LC
2399* New modules (see the manual for details)
2400
2401** `(srfi srfi-88)'
2402
ef4cbc08
LC
2403* New features (see the manual for details)
2404
2405** New `postfix' read option, for SRFI-88 keyword syntax
f5c2af4b 2406** Some I/O primitives have been inlined, which improves I/O performance
b20ef3a6 2407** New object-based traps infrastructure
ef4cbc08 2408
b20ef3a6
NJ
2409This is a GOOPS-based infrastructure that builds on Guile's low-level
2410evaluator trap calls and facilitates the development of debugging
2411features like single-stepping, breakpoints, tracing and profiling.
2412See the `Traps' node of the manual for details.
2413
2414** New support for working on Guile code from within Emacs
2415
2416Guile now incorporates the `GDS' library (previously distributed
2417separately) for working on Guile code from within Emacs. See the
2418`Using Guile In Emacs' node of the manual for details.
2419
5305df84
LC
2420* Bugs fixed
2421
e27d2495
LC
2422** `scm_add_slot ()' no longer segfaults (fixes bug #22369)
2423** Fixed `(ice-9 match)' for patterns like `((_ ...) ...)'
2424
2425Previously, expressions like `(match '((foo) (bar)) (((_ ...) ...) #t))'
2426would trigger an unbound variable error for `match:andmap'.
2427
62c5382b
LC
2428** `(oop goops describe)' now properly provides the `describe' feature
2429** Fixed `args-fold' from `(srfi srfi-37)'
2430
2431Previously, parsing short option names of argument-less options would
2432lead to a stack overflow.
2433
816e3edf 2434** `(srfi srfi-35)' is now visible through `cond-expand'
61b6542a 2435** Fixed type-checking for the second argument of `eval'
0fb11ae4 2436** Fixed type-checking for SRFI-1 `partition'
f1c212b1
LC
2437** Fixed `struct-ref' and `struct-set!' on "light structs"
2438** Honor struct field access rights in GOOPS
be10cba8 2439** Changed the storage strategy of source properties, which fixes a deadlock
979eade6 2440** Allow compilation of Guile-using programs in C99 mode with GCC 4.3 and later
bfb64eb4 2441** Fixed build issue for GNU/Linux on IA64
fa80e280 2442** Fixed build issues on NetBSD 1.6
a2c25234 2443** Fixed build issue on Solaris 2.10 x86_64
3f520967 2444** Fixed build issue with DEC/Compaq/HP's compiler
c2ad98ad
LC
2445** Fixed `scm_from_complex_double' build issue on FreeBSD
2446** Fixed `alloca' build issue on FreeBSD 6
a7286720 2447** Removed use of non-portable makefile constructs
535b3592 2448** Fixed shadowing of libc's <random.h> on Tru64, which broke compilation
eedcb08a 2449** Make sure all tests honor `$TMPDIR'
5305df84
LC
2450
2451\f
d41668fa
LC
2452Changes in 1.8.4 (since 1.8.3)
2453
2454* Bugs fixed
2455
2456** CR (ASCII 0x0d) is (again) recognized as a token delimiter by the reader
6e14de7d
NJ
2457** Fixed a segmentation fault which occurred when displaying the
2458backtrace of a stack with a promise object (made by `delay') in it.
7d1fc872 2459** Make `accept' leave guile mode while blocking
693758d5 2460** `scm_c_read ()' and `scm_c_write ()' now type-check their port argument
378cc645 2461** Fixed a build problem on AIX (use of func_data identifier)
15bd90ea
NJ
2462** Fixed a segmentation fault which occurred when hashx-ref or hashx-set! was
2463called with an associator proc that returns neither a pair nor #f.
3ac8359a 2464** Secondary threads now always return a valid module for (current-module).
d05bcb2e
NJ
2465** Avoid MacOS build problems caused by incorrect combination of "64"
2466system and library calls.
9a6fac59 2467** `guile-snarf' now honors `$TMPDIR'
25a640ca 2468** `guile-config compile' now reports CPPFLAGS used at compile-time
7f74cf9a 2469** Fixed build with Sun Studio (Solaris 9)
4a19ed04
NJ
2470** Fixed wrong-type-arg errors when creating zero length SRFI-4
2471uniform vectors on AIX.
86a597f8 2472** Fixed a deadlock that occurs upon GC with multiple threads.
4b26c03e 2473** Fixed compile problem with GCC on Solaris and AIX (use of _Complex_I)
d4a00708 2474** Fixed autotool-derived build problems on AIX 6.1.
9a6fac59 2475** Fixed NetBSD/alpha support
b226295a 2476** Fixed MacOS build problem caused by use of rl_get_keymap(_name)
7d1fc872
LC
2477
2478* New modules (see the manual for details)
2479
2480** `(srfi srfi-69)'
d41668fa 2481
b226295a
NJ
2482* Documentation fixes and improvements
2483
2484** Removed premature breakpoint documentation
2485
2486The features described are not available in the series of 1.8.x
2487releases, so the documentation was misleading and has been removed.
2488
2489** More about Guile's default *random-state* variable
2490
2491** GOOPS: more about how to use `next-method'
2492
d3cf93bc
NJ
2493* Changes to the distribution
2494
2495** Corrected a few files that referred incorrectly to the old GPL + special exception licence
2496
2497In fact Guile since 1.8.0 has been licensed with the GNU Lesser
2498General Public License, and the few incorrect files have now been
2499fixed to agree with the rest of the Guile distribution.
2500
5e42b8e7
NJ
2501** Removed unnecessary extra copies of COPYING*
2502
2503The distribution now contains a single COPYING.LESSER at its top level.
2504
a4f1c77d 2505\f
d4c38221
LC
2506Changes in 1.8.3 (since 1.8.2)
2507
2508* New modules (see the manual for details)
2509
f50ca8da 2510** `(srfi srfi-35)'
d4c38221
LC
2511** `(srfi srfi-37)'
2512
e08f3f7a
LC
2513* Bugs fixed
2514
dc061a74 2515** The `(ice-9 slib)' module now works as expected
e08f3f7a 2516** Expressions like "(set! 'x #t)" no longer yield a crash
d7c0c26d 2517** Warnings about duplicate bindings now go to stderr
1ac5fb45 2518** A memory leak in `make-socket-address' was fixed
f43f3620 2519** Alignment issues (e.g., on SPARC) in network routines were fixed
29776e85 2520** A threading issue that showed up at least on NetBSD was fixed
66302618 2521** Build problems on Solaris and IRIX fixed
e08f3f7a 2522
1fdd8ffa
LC
2523* Implementation improvements
2524
7ff6c169 2525** The reader is now faster, which reduces startup time
1fdd8ffa
LC
2526** Procedures returned by `record-accessor' and `record-modifier' are faster
2527
d4c38221 2528\f
45c0ff10
KR
2529Changes in 1.8.2 (since 1.8.1):
2530
2531* New procedures (see the manual for details)
2532
2533** set-program-arguments
b3aa4626 2534** make-vtable
45c0ff10 2535
9320e933
LC
2536* Incompatible changes
2537
2538** The body of a top-level `define' no longer sees the binding being created
2539
2540In a top-level `define', the binding being created is no longer visible
2541from the `define' body. This breaks code like
2542"(define foo (begin (set! foo 1) (+ foo 1)))", where `foo' is now
2543unbound in the body. However, such code was not R5RS-compliant anyway,
2544per Section 5.2.1.
2545
45c0ff10
KR
2546* Bugs fixed
2547
2548** Fractions were not `equal?' if stored in unreduced form.
2549(A subtle problem, since printing a value reduced it, making it work.)
2550** srfi-60 `copy-bit' failed on 64-bit systems
2551** "guile --use-srfi" option at the REPL can replace core functions
2552(Programs run with that option were ok, but in the interactive REPL
2553the core bindings got priority, preventing SRFI replacements or
2554extensions.)
2555** `regexp-exec' doesn't abort() on #\nul in the input or bad flags arg
df449722 2556** `kill' on mingw throws an error for a PID other than oneself
45c0ff10
KR
2557** Procedure names are attached to procedure-with-setters
2558** Array read syntax works with negative lower bound
2559** `array-in-bounds?' fix if an array has different lower bounds on each index
2560** `*' returns exact 0 for "(* inexact 0)"
2561This follows what it always did for "(* 0 inexact)".
c122500a 2562** SRFI-19: Value returned by `(current-time time-process)' was incorrect
0867f7ba 2563** SRFI-19: `date->julian-day' did not account for timezone offset
a1ef7406 2564** `ttyname' no longer crashes when passed a non-tty argument
27782696 2565** `inet-ntop' no longer crashes on SPARC when passed an `AF_INET' address
0867f7ba 2566** Small memory leaks have been fixed in `make-fluid' and `add-history'
b1f57ea4 2567** GOOPS: Fixed a bug in `method-more-specific?'
45c0ff10 2568** Build problems on Solaris fixed
df449722
LC
2569** Build problems on HP-UX IA64 fixed
2570** Build problems on MinGW fixed
45c0ff10
KR
2571
2572\f
a4f1c77d
KR
2573Changes in 1.8.1 (since 1.8.0):
2574
8ab3d8a0 2575* LFS functions are now used to access 64-bit files on 32-bit systems.
a4f1c77d 2576
8ab3d8a0 2577* New procedures (see the manual for details)
4f416616 2578
8ab3d8a0
KR
2579** primitive-_exit - [Scheme] the-root-module
2580** scm_primitive__exit - [C]
2581** make-completion-function - [Scheme] (ice-9 readline)
2582** scm_c_locale_stringn_to_number - [C]
2583** scm_srfi1_append_reverse [C]
2584** scm_srfi1_append_reverse_x [C]
2585** scm_log - [C]
2586** scm_log10 - [C]
2587** scm_exp - [C]
2588** scm_sqrt - [C]
2589
2590* Bugs fixed
2591
2592** Build problems have been fixed on MacOS, SunOS, and QNX.
af4f8612 2593
b3aa4626
KR
2594** `strftime' fix sign of %z timezone offset.
2595
534cd148 2596** A one-dimensional array can now be 'equal?' to a vector.
8ab3d8a0 2597
ad97642e 2598** Structures, records, and SRFI-9 records can now be compared with `equal?'.
af4f8612 2599
8ab3d8a0
KR
2600** SRFI-14 standard char sets are recomputed upon a successful `setlocale'.
2601
2602** `record-accessor' and `record-modifier' now have strict type checks.
2603
2604Record accessor and modifier procedures now throw an error if the
2605record type of the record they're given is not the type expected.
2606(Previously accessors returned #f and modifiers silently did nothing).
2607
2608** It is now OK to use both autoload and use-modules on a given module.
2609
2610** `apply' checks the number of arguments more carefully on "0 or 1" funcs.
2611
2612Previously there was no checking on primatives like make-vector that
2613accept "one or two" arguments. Now there is.
2614
2615** The srfi-1 assoc function now calls its equality predicate properly.
2616
2617Previously srfi-1 assoc would call the equality predicate with the key
2618last. According to the SRFI, the key should be first.
2619
2620** A bug in n-par-for-each and n-for-each-par-map has been fixed.
2621
2622** The array-set! procedure no longer segfaults when given a bit vector.
2623
2624** Bugs in make-shared-array have been fixed.
2625
2626** string<? and friends now follow char<? etc order on 8-bit chars.
2627
2628** The format procedure now handles inf and nan values for ~f correctly.
2629
2630** exact->inexact should no longer overflow when given certain large fractions.
2631
2632** srfi-9 accessor and modifier procedures now have strict record type checks.
a4f1c77d 2633
8ab3d8a0 2634This matches the srfi-9 specification.
a4f1c77d 2635
8ab3d8a0 2636** (ice-9 ftw) procedures won't ignore different files with same inode number.
a4f1c77d 2637
8ab3d8a0
KR
2638Previously the (ice-9 ftw) procedures would ignore any file that had
2639the same inode number as a file they had already seen, even if that
2640file was on a different device.
4f416616
KR
2641
2642\f
8ab3d8a0 2643Changes in 1.8.0 (changes since the 1.6.x series):
ee0c7345 2644
4e250ded
MV
2645* Changes to the distribution
2646
eff2965e
MV
2647** Guile is now licensed with the GNU Lesser General Public License.
2648
77e51fd6
MV
2649** The manual is now licensed with the GNU Free Documentation License.
2650
e2d0a649
RB
2651** Guile now requires GNU MP (http://swox.com/gmp).
2652
2653Guile now uses the GNU MP library for arbitrary precision arithmetic.
e2d0a649 2654
5ebbe4ef
RB
2655** Guile now has separate private and public configuration headers.
2656
b0d10ba6
MV
2657That is, things like HAVE_STRING_H no longer leak from Guile's
2658headers.
5ebbe4ef
RB
2659
2660** Guile now provides and uses an "effective" version number.
b2cbe8d8
RB
2661
2662Guile now provides scm_effective_version and effective-version
2663functions which return the "effective" version number. This is just
2664the normal full version string without the final micro-version number,
a4f1c77d 2665so the current effective-version is "1.8". The effective version
b2cbe8d8
RB
2666should remain unchanged during a stable series, and should be used for
2667items like the versioned share directory name
a4f1c77d 2668i.e. /usr/share/guile/1.8.
b2cbe8d8
RB
2669
2670Providing an unchanging version number during a stable release for
2671things like the versioned share directory can be particularly
2672important for Guile "add-on" packages, since it provides a directory
2673that they can install to that won't be changed out from under them
2674with each micro release during a stable series.
2675
8d54e73a 2676** Thread implementation has changed.
f0b4d944
MV
2677
2678When you configure "--with-threads=null", you will get the usual
2679threading API (call-with-new-thread, make-mutex, etc), but you can't
429d88d4
MV
2680actually create new threads. Also, "--with-threads=no" is now
2681equivalent to "--with-threads=null". This means that the thread API
2682is always present, although you might not be able to create new
2683threads.
f0b4d944 2684
8d54e73a
MV
2685When you configure "--with-threads=pthreads" or "--with-threads=yes",
2686you will get threads that are implemented with the portable POSIX
2687threads. These threads can run concurrently (unlike the previous
2688"coop" thread implementation), but need to cooperate for things like
a558cc63 2689the GC.
f0b4d944 2690
8d54e73a
MV
2691The default is "pthreads", unless your platform doesn't have pthreads,
2692in which case "null" threads are used.
2902a459 2693
a6d75e53
MV
2694See the manual for details, nodes "Initialization", "Multi-Threading",
2695"Blocking", and others.
a558cc63 2696
f74bdbd3
MV
2697** There is the new notion of 'discouraged' features.
2698
2699This is a milder form of deprecation.
2700
2701Things that are discouraged should not be used in new code, but it is
2702OK to leave them in old code for now. When a discouraged feature is
2703used, no warning message is printed like there is for 'deprecated'
2704features. Also, things that are merely discouraged are nevertheless
2705implemented efficiently, while deprecated features can be very slow.
2706
2707You can omit discouraged features from libguile by configuring it with
2708the '--disable-discouraged' option.
2709
2710** Deprecation warnings can be controlled at run-time.
2711
2712(debug-enable 'warn-deprecated) switches them on and (debug-disable
2713'warn-deprecated) switches them off.
2714
0f24e75b 2715** Support for SRFI 61, extended cond syntax for multiple values has
a81d0de1
MV
2716 been added.
2717
2718This SRFI is always available.
2719
f7fb2f39 2720** Support for require-extension, SRFI-55, has been added.
9a5fc8c2 2721
f7fb2f39
RB
2722The SRFI-55 special form `require-extension' has been added. It is
2723available at startup, and provides a portable way to load Scheme
2724extensions. SRFI-55 only requires support for one type of extension,
2725"srfi"; so a set of SRFIs may be loaded via (require-extension (srfi 1
272613 14)).
2727
2728** New module (srfi srfi-26) provides support for `cut' and `cute'.
2729
2730The (srfi srfi-26) module is an implementation of SRFI-26 which
2731provides the `cut' and `cute' syntax. These may be used to specialize
2732parameters without currying.
9a5fc8c2 2733
f5d54eb7
RB
2734** New module (srfi srfi-31)
2735
2736This is an implementation of SRFI-31 which provides a special form
2737`rec' for recursive evaluation.
2738
7b1574ed
MV
2739** The modules (srfi srfi-13), (srfi srfi-14) and (srfi srfi-4) have
2740 been merged with the core, making their functionality always
2741 available.
c5080b51 2742
ce7c0293
MV
2743The modules are still available, tho, and you could use them together
2744with a renaming import, for example.
c5080b51 2745
6191ccec 2746** Guile no longer includes its own version of libltdl.
4e250ded 2747
6191ccec 2748The official version is good enough now.
4e250ded 2749
ae7ded56
MV
2750** The --enable-htmldoc option has been removed from 'configure'.
2751
2752Support for translating the documentation into HTML is now always
2753provided. Use 'make html'.
2754
0f24e75b
MV
2755** New module (ice-9 serialize):
2756
2757(serialize FORM1 ...) and (parallelize FORM1 ...) are useful when you
2758don't trust the thread safety of most of your program, but where you
2759have some section(s) of code which you consider can run in parallel to
2760other sections. See ice-9/serialize.scm for more information.
2761
c34e5780
MV
2762** The configure option '--disable-arrays' has been removed.
2763
2764Support for arrays and uniform numeric arrays is now always included
2765in Guile.
2766
328dc9a3 2767* Changes to the stand-alone interpreter
f12ef3fd 2768
3ece39d6
MV
2769** New command line option `-L'.
2770
2771This option adds a directory to the front of the load path.
2772
f12ef3fd
MV
2773** New command line option `--no-debug'.
2774
2775Specifying `--no-debug' on the command line will keep the debugging
2776evaluator turned off, even for interactive sessions.
2777
2778** User-init file ~/.guile is now loaded with the debugging evaluator.
2779
2780Previously, the normal evaluator would have been used. Using the
2781debugging evaluator gives better error messages.
2782
aff7e166
MV
2783** The '-e' option now 'read's its argument.
2784
2785This is to allow the new '(@ MODULE-NAME VARIABLE-NAME)' construct to
2786be used with '-e'. For example, you can now write a script like
2787
2788 #! /bin/sh
2789 exec guile -e '(@ (demo) main)' -s "$0" "$@"
2790 !#
2791
2792 (define-module (demo)
2793 :export (main))
2794
2795 (define (main args)
2796 (format #t "Demo: ~a~%" args))
2797
2798
f12ef3fd
MV
2799* Changes to Scheme functions and syntax
2800
930888e8
MV
2801** Guardians have changed back to their original semantics
2802
2803Guardians now behave like described in the paper by Dybvig et al. In
2804particular, they no longer make guarantees about the order in which
2805they return objects, and they can no longer be greedy.
2806
2807They no longer drop cyclic data structures.
2808
2809The C function scm_make_guardian has been changed incompatibly and no
2810longer takes the 'greedy_p' argument.
2811
87bdbdbc
MV
2812** New function hashx-remove!
2813
2814This function completes the set of 'hashx' functions.
2815
a558cc63
MV
2816** The concept of dynamic roots has been factored into continuation
2817 barriers and dynamic states.
2818
2819Each thread has a current dynamic state that carries the values of the
2820fluids. You can create and copy dynamic states and use them as the
2821second argument for 'eval'. See "Fluids and Dynamic States" in the
2822manual.
2823
2824To restrict the influence that captured continuations can have on the
2825control flow, you can errect continuation barriers. See "Continuation
2826Barriers" in the manual.
2827
2828The function call-with-dynamic-root now essentially temporarily
2829installs a new dynamic state and errects a continuation barrier.
2830
a2b6a0e7
MV
2831** The default load path no longer includes "." at the end.
2832
2833Automatically loading modules from the current directory should not
2834happen by default. If you want to allow it in a more controlled
2835manner, set the environment variable GUILE_LOAD_PATH or the Scheme
2836variable %load-path.
2837
7b1574ed
MV
2838** The uniform vector and array support has been overhauled.
2839
2840It now complies with SRFI-4 and the weird prototype based uniform
2841array creation has been deprecated. See the manual for more details.
2842
d233b123
MV
2843Some non-compatible changes have been made:
2844 - characters can no longer be stored into byte arrays.
0f24e75b
MV
2845 - strings and bit vectors are no longer considered to be uniform numeric
2846 vectors.
3167d5e4
MV
2847 - array-rank throws an error for non-arrays instead of returning zero.
2848 - array-ref does no longer accept non-arrays when no indices are given.
d233b123
MV
2849
2850There is the new notion of 'generalized vectors' and corresponding
2851procedures like 'generalized-vector-ref'. Generalized vectors include
c34e5780 2852strings, bitvectors, ordinary vectors, and uniform numeric vectors.
d233b123 2853
a558cc63
MV
2854Arrays use generalized vectors as their storage, so that you still
2855have arrays of characters, bits, etc. However, uniform-array-read!
2856and uniform-array-write can no longer read/write strings and
2857bitvectors.
bb9f50ae 2858
ce7c0293
MV
2859** There is now support for copy-on-write substrings, mutation-sharing
2860 substrings and read-only strings.
3ff9283d 2861
ce7c0293
MV
2862Three new procedures are related to this: substring/shared,
2863substring/copy, and substring/read-only. See the manual for more
2864information.
2865
6a1d27ea
MV
2866** Backtraces will now highlight the value that caused the error.
2867
2868By default, these values are enclosed in "{...}", such as in this
2869example:
2870
2871 guile> (car 'a)
2872
2873 Backtrace:
2874 In current input:
2875 1: 0* [car {a}]
2876
2877 <unnamed port>:1:1: In procedure car in expression (car (quote a)):
2878 <unnamed port>:1:1: Wrong type (expecting pair): a
2879 ABORT: (wrong-type-arg)
2880
2881The prefix and suffix used for highlighting can be set via the two new
2882printer options 'highlight-prefix' and 'highlight-suffix'. For
2883example, putting this into ~/.guile will output the bad value in bold
2884on an ANSI terminal:
2885
2886 (print-set! highlight-prefix "\x1b[1m")
2887 (print-set! highlight-suffix "\x1b[22m")
2888
2889
8dbafacd
MV
2890** 'gettext' support for internationalization has been added.
2891
2892See the manual for details.
2893
aff7e166
MV
2894** New syntax '@' and '@@':
2895
2896You can now directly refer to variables exported from a module by
2897writing
2898
2899 (@ MODULE-NAME VARIABLE-NAME)
2900
2901For example (@ (ice-9 pretty-print) pretty-print) will directly access
2902the pretty-print variable exported from the (ice-9 pretty-print)
2903module. You don't need to 'use' that module first. You can also use
b0d10ba6 2904'@' as a target of 'set!', as in (set! (@ mod var) val).
aff7e166
MV
2905
2906The related syntax (@@ MODULE-NAME VARIABLE-NAME) works just like '@',
2907but it can also access variables that have not been exported. It is
2908intended only for kluges and temporary fixes and for debugging, not
2909for ordinary code.
2910
aef0bdb4
MV
2911** Keyword syntax has been made more disciplined.
2912
2913Previously, the name of a keyword was read as a 'token' but printed as
2914a symbol. Now, it is read as a general Scheme datum which must be a
2915symbol.
2916
2917Previously:
2918
2919 guile> #:12
2920 #:#{12}#
2921 guile> #:#{12}#
2922 #:#{\#{12}\#}#
2923 guile> #:(a b c)
2924 #:#{}#
2925 ERROR: In expression (a b c):
2926 Unbound variable: a
2927 guile> #: foo
2928 #:#{}#
2929 ERROR: Unbound variable: foo
2930
2931Now:
2932
2933 guile> #:12
2934 ERROR: Wrong type (expecting symbol): 12
2935 guile> #:#{12}#
2936 #:#{12}#
2937 guile> #:(a b c)
2938 ERROR: Wrong type (expecting symbol): (a b c)
2939 guile> #: foo
2940 #:foo
2941
227eafdb
MV
2942** The printing of symbols that might look like keywords can be
2943 controlled.
2944
2945The new printer option 'quote-keywordish-symbols' controls how symbols
2946are printed that have a colon as their first or last character. The
2947default now is to only quote a symbol with #{...}# when the read
2948option 'keywords' is not '#f'. Thus:
2949
2950 guile> (define foo (string->symbol ":foo"))
2951 guile> (read-set! keywords #f)
2952 guile> foo
2953 :foo
2954 guile> (read-set! keywords 'prefix)
2955 guile> foo
2956 #{:foo}#
2957 guile> (print-set! quote-keywordish-symbols #f)
2958 guile> foo
2959 :foo
2960
1363e3e7
KR
2961** 'while' now provides 'break' and 'continue'
2962
2963break and continue were previously bound in a while loop, but not
2964documented, and continue didn't quite work properly. The undocumented
2965parameter to break which gave a return value for the while has been
2966dropped.
2967
570b5b14
MV
2968** 'call-with-current-continuation' is now also available under the name
2969 'call/cc'.
2970
b0d10ba6 2971** The module system now checks for duplicate bindings.
7b07e5ef 2972
fe6ee052
MD
2973The module system now can check for name conflicts among imported
2974bindings.
f595ccfe 2975
b0d10ba6 2976The behavior can be controlled by specifying one or more 'duplicates'
fe6ee052
MD
2977handlers. For example, to make Guile return an error for every name
2978collision, write:
7b07e5ef
MD
2979
2980(define-module (foo)
2981 :use-module (bar)
2982 :use-module (baz)
fe6ee052 2983 :duplicates check)
f595ccfe 2984
fe6ee052
MD
2985The new default behavior of the module system when a name collision
2986has been detected is to
2987
2988 1. Give priority to bindings marked as a replacement.
6496a663 2989 2. Issue a warning (different warning if overriding core binding).
fe6ee052
MD
2990 3. Give priority to the last encountered binding (this corresponds to
2991 the old behavior).
2992
2993If you want the old behavior back without replacements or warnings you
2994can add the line:
f595ccfe 2995
70a9dc9c 2996 (default-duplicate-binding-handler 'last)
7b07e5ef 2997
fe6ee052 2998to your .guile init file.
7b07e5ef 2999
f595ccfe
MD
3000** New define-module option: :replace
3001
3002:replace works as :export, but, in addition, marks the binding as a
3003replacement.
3004
3005A typical example is `format' in (ice-9 format) which is a replacement
3006for the core binding `format'.
7b07e5ef 3007
70da0033
MD
3008** Adding prefixes to imported bindings in the module system
3009
3010There is now a new :use-module option :prefix. It can be used to add
3011a prefix to all imported bindings.
3012
3013 (define-module (foo)
3014 :use-module ((bar) :prefix bar:))
3015
3016will import all bindings exported from bar, but rename them by adding
3017the prefix `bar:'.
3018
b0d10ba6
MV
3019** Conflicting generic functions can be automatically merged.
3020
3021When two imported bindings conflict and they are both generic
3022functions, the two functions can now be merged automatically. This is
3023activated with the 'duplicates' handler 'merge-generics'.
3024
b2cbe8d8
RB
3025** New function: effective-version
3026
3027Returns the "effective" version number. This is just the normal full
3028version string without the final micro-version number. See "Changes
3029to the distribution" above.
3030
382053e9 3031** New threading functions: parallel, letpar, par-map, and friends
dbe30084 3032
382053e9
KR
3033These are convenient ways to run calculations in parallel in new
3034threads. See "Parallel forms" in the manual for details.
359aab24 3035
e2d820a1
MV
3036** New function 'try-mutex'.
3037
3038This function will attempt to lock a mutex but will return immediately
0f24e75b 3039instead of blocking and indicate failure.
e2d820a1
MV
3040
3041** Waiting on a condition variable can have a timeout.
3042
0f24e75b 3043The function 'wait-condition-variable' now takes a third, optional
e2d820a1
MV
3044argument that specifies the point in time where the waiting should be
3045aborted.
3046
3047** New function 'broadcast-condition-variable'.
3048
5e405a60
MV
3049** New functions 'all-threads' and 'current-thread'.
3050
3051** Signals and system asyncs work better with threads.
3052
3053The function 'sigaction' now takes a fourth, optional, argument that
3054specifies the thread that the handler should run in. When the
3055argument is omitted, the handler will run in the thread that called
3056'sigaction'.
3057
3058Likewise, 'system-async-mark' takes a second, optional, argument that
3059specifies the thread that the async should run in. When it is
3060omitted, the async will run in the thread that called
3061'system-async-mark'.
3062
3063C code can use the new functions scm_sigaction_for_thread and
3064scm_system_async_mark_for_thread to pass the new thread argument.
3065
a558cc63
MV
3066When a thread blocks on a mutex, a condition variable or is waiting
3067for IO to be possible, it will still execute system asyncs. This can
3068be used to interrupt such a thread by making it execute a 'throw', for
3069example.
3070
5e405a60
MV
3071** The function 'system-async' is deprecated.
3072
3073You can now pass any zero-argument procedure to 'system-async-mark'.
3074The function 'system-async' will just return its argument unchanged
3075now.
3076
acfa1f52
MV
3077** New functions 'call-with-blocked-asyncs' and
3078 'call-with-unblocked-asyncs'
3079
3080The expression (call-with-blocked-asyncs PROC) will call PROC and will
3081block execution of system asyncs for the current thread by one level
3082while PROC runs. Likewise, call-with-unblocked-asyncs will call a
3083procedure and will unblock the execution of system asyncs by one
3084level for the current thread.
3085
3086Only system asyncs are affected by these functions.
3087
3088** The functions 'mask-signals' and 'unmask-signals' are deprecated.
3089
3090Use 'call-with-blocked-asyncs' or 'call-with-unblocked-asyncs'
3091instead. Those functions are easier to use correctly and can be
3092nested.
3093
7b232758
MV
3094** New function 'unsetenv'.
3095
f30482f3
MV
3096** New macro 'define-syntax-public'.
3097
3098It works like 'define-syntax' and also exports the defined macro (but
3099only on top-level).
3100
1ee34062
MV
3101** There is support for Infinity and NaNs.
3102
3103Following PLT Scheme, Guile can now work with infinite numbers, and
3104'not-a-numbers'.
3105
3106There is new syntax for numbers: "+inf.0" (infinity), "-inf.0"
3107(negative infinity), "+nan.0" (not-a-number), and "-nan.0" (same as
3108"+nan.0"). These numbers are inexact and have no exact counterpart.
3109
3110Dividing by an inexact zero returns +inf.0 or -inf.0, depending on the
3111sign of the dividend. The infinities are integers, and they answer #t
3112for both 'even?' and 'odd?'. The +nan.0 value is not an integer and is
3113not '=' to itself, but '+nan.0' is 'eqv?' to itself.
3114
3115For example
3116
3117 (/ 1 0.0)
3118 => +inf.0
3119
3120 (/ 0 0.0)
3121 => +nan.0
3122
3123 (/ 0)
3124 ERROR: Numerical overflow
3125
7b232758
MV
3126Two new predicates 'inf?' and 'nan?' can be used to test for the
3127special values.
3128
ba1b077b
MV
3129** Inexact zero can have a sign.
3130
3131Guile can now distinguish between plus and minus inexact zero, if your
3132platform supports this, too. The two zeros are equal according to
3133'=', but not according to 'eqv?'. For example
3134
3135 (- 0.0)
3136 => -0.0
3137
3138 (= 0.0 (- 0.0))
3139 => #t
3140
3141 (eqv? 0.0 (- 0.0))
3142 => #f
3143
bdf26b60
MV
3144** Guile now has exact rationals.
3145
3146Guile can now represent fractions such as 1/3 exactly. Computing with
3147them is also done exactly, of course:
3148
3149 (* 1/3 3/2)
3150 => 1/2
3151
3152** 'floor', 'ceiling', 'round' and 'truncate' now return exact numbers
3153 for exact arguments.
3154
3155For example: (floor 2) now returns an exact 2 where in the past it
3156returned an inexact 2.0. Likewise, (floor 5/4) returns an exact 1.
3157
3158** inexact->exact no longer returns only integers.
3159
3160Without exact rationals, the closest exact number was always an
3161integer, but now inexact->exact returns the fraction that is exactly
3162equal to a floating point number. For example:
3163
3164 (inexact->exact 1.234)
3165 => 694680242521899/562949953421312
3166
e299cee2 3167When you want the old behavior, use 'round' explicitly:
bdf26b60
MV
3168
3169 (inexact->exact (round 1.234))
3170 => 1
3171
3172** New function 'rationalize'.
3173
3174This function finds a simple fraction that is close to a given real
3175number. For example (and compare with inexact->exact above):
3176
fb16d26e 3177 (rationalize (inexact->exact 1.234) 1/2000)
bdf26b60
MV
3178 => 58/47
3179
fb16d26e
MV
3180Note that, as required by R5RS, rationalize returns only then an exact
3181result when both its arguments are exact.
3182
bdf26b60
MV
3183** 'odd?' and 'even?' work also for inexact integers.
3184
3185Previously, (odd? 1.0) would signal an error since only exact integers
3186were recognized as integers. Now (odd? 1.0) returns #t, (odd? 2.0)
3187returns #f and (odd? 1.5) signals an error.
3188
b0d10ba6 3189** Guile now has uninterned symbols.
610922b2 3190
b0d10ba6 3191The new function 'make-symbol' will return an uninterned symbol. This
610922b2
MV
3192is a symbol that is unique and is guaranteed to remain unique.
3193However, uninterned symbols can not yet be read back in.
3194
3195Use the new function 'symbol-interned?' to check whether a symbol is
3196interned or not.
3197
0e6f7775
MV
3198** pretty-print has more options.
3199
3200The function pretty-print from the (ice-9 pretty-print) module can now
3201also be invoked with keyword arguments that control things like
71f271b2 3202maximum output width. See the manual for details.
0e6f7775 3203
8c84b81e 3204** Variables have no longer a special behavior for `equal?'.
ee0c7345
MV
3205
3206Previously, comparing two variables with `equal?' would recursivly
3207compare their values. This is no longer done. Variables are now only
3208`equal?' if they are `eq?'.
3209
4e21fa60
MV
3210** `(begin)' is now valid.
3211
3212You can now use an empty `begin' form. It will yield #<unspecified>
3213when evaluated and simply be ignored in a definition context.
3214
3063e30a
DH
3215** Deprecated: procedure->macro
3216
b0d10ba6
MV
3217Change your code to use 'define-macro' or r5rs macros. Also, be aware
3218that macro expansion will not be done during evaluation, but prior to
3219evaluation.
3063e30a 3220
0a50eeaa
NJ
3221** Soft ports now allow a `char-ready?' procedure
3222
3223The vector argument to `make-soft-port' can now have a length of
3224either 5 or 6. (Previously the length had to be 5.) The optional 6th
3225element is interpreted as an `input-waiting' thunk -- i.e. a thunk
3226that returns the number of characters that can be read immediately
3227without the soft port blocking.
3228
63dd3413
DH
3229** Deprecated: undefine
3230
3231There is no replacement for undefine.
3232
9abd541e
NJ
3233** The functions make-keyword-from-dash-symbol and keyword-dash-symbol
3234 have been discouraged.
aef0bdb4
MV
3235
3236They are relics from a time where a keyword like #:foo was used
3237directly as a Tcl option "-foo" and thus keywords were internally
3238stored as a symbol with a starting dash. We now store a symbol
3239without the dash.
3240
3241Use symbol->keyword and keyword->symbol instead.
3242
9abd541e
NJ
3243** The `cheap' debug option is now obsolete
3244
3245Evaluator trap calls are now unconditionally "cheap" - in other words,
3246they pass a debug object to the trap handler rather than a full
3247continuation. The trap handler code can capture a full continuation
3248by using `call-with-current-continuation' in the usual way, if it so
3249desires.
3250
3251The `cheap' option is retained for now so as not to break existing
3252code which gets or sets it, but setting it now has no effect. It will
3253be removed in the next major Guile release.
3254
3255** Evaluator trap calls now support `tweaking'
3256
3257`Tweaking' means that the trap handler code can modify the Scheme
3258expression that is about to be evaluated (in the case of an
3259enter-frame trap) or the value that is being returned (in the case of
3260an exit-frame trap). The trap handler code indicates that it wants to
3261do this by returning a pair whose car is the symbol 'instead and whose
3262cdr is the modified expression or return value.
36a9b236 3263
b00418df
DH
3264* Changes to the C interface
3265
87bdbdbc
MV
3266** The functions scm_hash_fn_remove_x and scm_hashx_remove_x no longer
3267 take a 'delete' function argument.
3268
3269This argument makes no sense since the delete function is used to
3270remove a pair from an alist, and this must not be configurable.
3271
3272This is an incompatible change.
3273
1cf1bb95
MV
3274** The GH interface is now subject to the deprecation mechanism
3275
3276The GH interface has been deprecated for quite some time but now it is
3277actually removed from Guile when it is configured with
3278--disable-deprecated.
3279
3280See the manual "Transitioning away from GH" for more information.
3281
f7f3964e
MV
3282** A new family of functions for converting between C values and
3283 Scheme values has been added.
3284
3285These functions follow a common naming scheme and are designed to be
3286easier to use, thread-safe and more future-proof than the older
3287alternatives.
3288
3289 - int scm_is_* (...)
3290
3291 These are predicates that return a C boolean: 1 or 0. Instead of
3292 SCM_NFALSEP, you can now use scm_is_true, for example.
3293
3294 - <type> scm_to_<type> (SCM val, ...)
3295
3296 These are functions that convert a Scheme value into an appropriate
3297 C value. For example, you can use scm_to_int to safely convert from
3298 a SCM to an int.
3299
a2b6a0e7 3300 - SCM scm_from_<type> (<type> val, ...)
f7f3964e
MV
3301
3302 These functions convert from a C type to a SCM value; for example,
3303 scm_from_int for ints.
3304
3305There is a huge number of these functions, for numbers, strings,
3306symbols, vectors, etc. They are documented in the reference manual in
3307the API section together with the types that they apply to.
3308
96d8c217
MV
3309** New functions for dealing with complex numbers in C have been added.
3310
3311The new functions are scm_c_make_rectangular, scm_c_make_polar,
3312scm_c_real_part, scm_c_imag_part, scm_c_magnitude and scm_c_angle.
3313They work like scm_make_rectangular etc but take or return doubles
3314directly.
3315
3316** The function scm_make_complex has been discouraged.
3317
3318Use scm_c_make_rectangular instead.
3319
f7f3964e
MV
3320** The INUM macros have been deprecated.
3321
3322A lot of code uses these macros to do general integer conversions,
b0d10ba6
MV
3323although the macros only work correctly with fixnums. Use the
3324following alternatives.
f7f3964e
MV
3325
3326 SCM_INUMP -> scm_is_integer or similar
3327 SCM_NINUMP -> !scm_is_integer or similar
3328 SCM_MAKINUM -> scm_from_int or similar
3329 SCM_INUM -> scm_to_int or similar
3330
b0d10ba6 3331 SCM_VALIDATE_INUM_* -> Do not use these; scm_to_int, etc. will
f7f3964e
MV
3332 do the validating for you.
3333
f9656a9f
MV
3334** The scm_num2<type> and scm_<type>2num functions and scm_make_real
3335 have been discouraged.
f7f3964e
MV
3336
3337Use the newer scm_to_<type> and scm_from_<type> functions instead for
3338new code. The functions have been discouraged since they don't fit
3339the naming scheme.
3340
3341** The 'boolean' macros SCM_FALSEP etc have been discouraged.
3342
3343They have strange names, especially SCM_NFALSEP, and SCM_BOOLP
3344evaluates its argument twice. Use scm_is_true, etc. instead for new
3345code.
3346
3347** The macro SCM_EQ_P has been discouraged.
3348
3349Use scm_is_eq for new code, which fits better into the naming
3350conventions.
d5b203a6 3351
d5ac9b2a
MV
3352** The macros SCM_CONSP, SCM_NCONSP, SCM_NULLP, and SCM_NNULLP have
3353 been discouraged.
3354
3355Use the function scm_is_pair or scm_is_null instead.
3356
409eb4e5
MV
3357** The functions scm_round and scm_truncate have been deprecated and
3358 are now available as scm_c_round and scm_c_truncate, respectively.
3359
3360These functions occupy the names that scm_round_number and
3361scm_truncate_number should have.
3362
3ff9283d
MV
3363** The functions scm_c_string2str, scm_c_substring2str, and
3364 scm_c_symbol2str have been deprecated.
c41acab3
MV
3365
3366Use scm_to_locale_stringbuf or similar instead, maybe together with
3367scm_substring.
3368
3ff9283d
MV
3369** New functions scm_c_make_string, scm_c_string_length,
3370 scm_c_string_ref, scm_c_string_set_x, scm_c_substring,
3371 scm_c_substring_shared, scm_c_substring_copy.
3372
3373These are like scm_make_string, scm_length, etc. but are slightly
3374easier to use from C.
3375
3376** The macros SCM_STRINGP, SCM_STRING_CHARS, SCM_STRING_LENGTH,
3377 SCM_SYMBOL_CHARS, and SCM_SYMBOL_LENGTH have been deprecated.
3378
3379They export too many assumptions about the implementation of strings
3380and symbols that are no longer true in the presence of
b0d10ba6
MV
3381mutation-sharing substrings and when Guile switches to some form of
3382Unicode.
3ff9283d
MV
3383
3384When working with strings, it is often best to use the normal string
3385functions provided by Guile, such as scm_c_string_ref,
b0d10ba6
MV
3386scm_c_string_set_x, scm_string_append, etc. Be sure to look in the
3387manual since many more such functions are now provided than
3388previously.
3ff9283d
MV
3389
3390When you want to convert a SCM string to a C string, use the
3391scm_to_locale_string function or similar instead. For symbols, use
3392scm_symbol_to_string and then work with that string. Because of the
3393new string representation, scm_symbol_to_string does not need to copy
3394and is thus quite efficient.
3395
aef0bdb4 3396** Some string, symbol and keyword functions have been discouraged.
3ff9283d 3397
b0d10ba6 3398They don't fit into the uniform naming scheme and are not explicit
3ff9283d
MV
3399about the character encoding.
3400
3401Replace according to the following table:
3402
3403 scm_allocate_string -> scm_c_make_string
3404 scm_take_str -> scm_take_locale_stringn
3405 scm_take0str -> scm_take_locale_string
3406 scm_mem2string -> scm_from_locale_stringn
3407 scm_str2string -> scm_from_locale_string
3408 scm_makfrom0str -> scm_from_locale_string
3409 scm_mem2symbol -> scm_from_locale_symboln
b0d10ba6 3410 scm_mem2uninterned_symbol -> scm_from_locale_stringn + scm_make_symbol
3ff9283d
MV
3411 scm_str2symbol -> scm_from_locale_symbol
3412
3413 SCM_SYMBOL_HASH -> scm_hashq
3414 SCM_SYMBOL_INTERNED_P -> scm_symbol_interned_p
3415
aef0bdb4
MV
3416 scm_c_make_keyword -> scm_from_locale_keyword
3417
3418** The functions scm_keyword_to_symbol and sym_symbol_to_keyword are
3419 now also available to C code.
3420
3421** SCM_KEYWORDP and SCM_KEYWORDSYM have been deprecated.
3422
3423Use scm_is_keyword and scm_keyword_to_symbol instead, but note that
3424the latter returns the true name of the keyword, not the 'dash name',
3425as SCM_KEYWORDSYM used to do.
3426
dc91d8de
MV
3427** A new way to access arrays in a thread-safe and efficient way has
3428 been added.
3429
3430See the manual, node "Accessing Arrays From C".
3431
3167d5e4
MV
3432** The old uniform vector and bitvector implementations have been
3433 unceremoniously removed.
d4ea47c8 3434
a558cc63 3435This implementation exposed the details of the tagging system of
d4ea47c8 3436Guile. Use the new C API explained in the manual in node "Uniform
c34e5780 3437Numeric Vectors" and "Bit Vectors", respectively.
d4ea47c8
MV
3438
3439The following macros are gone: SCM_UVECTOR_BASE, SCM_SET_UVECTOR_BASE,
3440SCM_UVECTOR_MAXLENGTH, SCM_UVECTOR_LENGTH, SCM_MAKE_UVECTOR_TAG,
3167d5e4
MV
3441SCM_SET_UVECTOR_LENGTH, SCM_BITVECTOR_P, SCM_BITVECTOR_BASE,
3442SCM_SET_BITVECTOR_BASE, SCM_BITVECTOR_MAX_LENGTH,
3443SCM_BITVECTOR_LENGTH, SCM_MAKE_BITVECTOR_TAG,
0b63c1ee
MV
3444SCM_SET_BITVECTOR_LENGTH, SCM_BITVEC_REF, SCM_BITVEC_SET,
3445SCM_BITVEC_CLR.
d4ea47c8 3446
c34e5780
MV
3447** The macros dealing with vectors have been deprecated.
3448
3449Use the new functions scm_is_vector, scm_vector_elements,
0b63c1ee
MV
3450scm_vector_writable_elements, etc, or scm_is_simple_vector,
3451SCM_SIMPLE_VECTOR_REF, SCM_SIMPLE_VECTOR_SET, etc instead. See the
3452manual for more details.
c34e5780
MV
3453
3454Deprecated are SCM_VECTORP, SCM_VELTS, SCM_VECTOR_MAX_LENGTH,
3455SCM_VECTOR_LENGTH, SCM_VECTOR_REF, SCM_VECTOR_SET, SCM_WRITABLE_VELTS.
3456
3457The following macros have been removed: SCM_VECTOR_BASE,
3458SCM_SET_VECTOR_BASE, SCM_MAKE_VECTOR_TAG, SCM_SET_VECTOR_LENGTH,
3459SCM_VELTS_AS_STACKITEMS, SCM_SETVELTS, SCM_GC_WRITABLE_VELTS.
3460
0c7a5cab 3461** Some C functions and macros related to arrays have been deprecated.
dc91d8de
MV
3462
3463Migrate according to the following table:
3464
e94d0be2 3465 scm_make_uve -> scm_make_typed_array, scm_make_u8vector etc.
dc91d8de
MV
3466 scm_make_ra -> scm_make_array
3467 scm_shap2ra -> scm_make_array
3468 scm_cvref -> scm_c_generalized_vector_ref
3469 scm_ra_set_contp -> do not use
3470 scm_aind -> scm_array_handle_pos
3471 scm_raprin1 -> scm_display or scm_write
3472
0c7a5cab
MV
3473 SCM_ARRAYP -> scm_is_array
3474 SCM_ARRAY_NDIM -> scm_c_array_rank
3475 SCM_ARRAY_DIMS -> scm_array_handle_dims
3476 SCM_ARRAY_CONTP -> do not use
3477 SCM_ARRAY_MEM -> do not use
3478 SCM_ARRAY_V -> scm_array_handle_elements or similar
3479 SCM_ARRAY_BASE -> do not use
3480
c1e7caf7
MV
3481** SCM_CELL_WORD_LOC has been deprecated.
3482
b0d10ba6 3483Use the new macro SCM_CELL_OBJECT_LOC instead, which returns a pointer
c1e7caf7
MV
3484to a SCM, as opposed to a pointer to a scm_t_bits.
3485
3486This was done to allow the correct use of pointers into the Scheme
3487heap. Previously, the heap words were of type scm_t_bits and local
3488variables and function arguments were of type SCM, making it
3489non-standards-conformant to have a pointer that can point to both.
3490
3ff9283d 3491** New macros SCM_SMOB_DATA_2, SCM_SMOB_DATA_3, etc.
27968825
MV
3492
3493These macros should be used instead of SCM_CELL_WORD_2/3 to access the
3494second and third words of double smobs. Likewise for
3495SCM_SET_SMOB_DATA_2 and SCM_SET_SMOB_DATA_3.
3496
3497Also, there is SCM_SMOB_FLAGS and SCM_SET_SMOB_FLAGS that should be
3498used to get and set the 16 exra bits in the zeroth word of a smob.
3499
3500And finally, there is SCM_SMOB_OBJECT and SCM_SMOB_SET_OBJECT for
3501accesing the first immediate word of a smob as a SCM value, and there
3502is SCM_SMOB_OBJECT_LOC for getting a pointer to the first immediate
b0d10ba6 3503smob word. Like wise for SCM_SMOB_OBJECT_2, etc.
27968825 3504
b0d10ba6 3505** New way to deal with non-local exits and re-entries.
9879d390
MV
3506
3507There is a new set of functions that essentially do what
fc6bb283
MV
3508scm_internal_dynamic_wind does, but in a way that is more convenient
3509for C code in some situations. Here is a quick example of how to
3510prevent a potential memory leak:
9879d390
MV
3511
3512 void
3513 foo ()
3514 {
3515 char *mem;
3516
661ae7ab 3517 scm_dynwind_begin (0);
9879d390
MV
3518
3519 mem = scm_malloc (100);
661ae7ab 3520 scm_dynwind_unwind_handler (free, mem, SCM_F_WIND_EXPLICITLY);
f1da8e4e
MV
3521
3522 /* MEM would leak if BAR throws an error.
661ae7ab 3523 SCM_DYNWIND_UNWIND_HANDLER frees it nevertheless.
c41acab3 3524 */
9879d390 3525
9879d390
MV
3526 bar ();
3527
661ae7ab 3528 scm_dynwind_end ();
9879d390 3529
e299cee2 3530 /* Because of SCM_F_WIND_EXPLICITLY, MEM will be freed by
661ae7ab 3531 SCM_DYNWIND_END as well.
9879d390
MV
3532 */
3533 }
3534
661ae7ab 3535For full documentation, see the node "Dynamic Wind" in the manual.
9879d390 3536
661ae7ab 3537** New function scm_dynwind_free
c41acab3 3538
661ae7ab
MV
3539This function calls 'free' on a given pointer when a dynwind context
3540is left. Thus the call to scm_dynwind_unwind_handler above could be
3541replaced with simply scm_dynwind_free (mem).
c41acab3 3542
a6d75e53
MV
3543** New functions scm_c_call_with_blocked_asyncs and
3544 scm_c_call_with_unblocked_asyncs
3545
3546Like scm_call_with_blocked_asyncs etc. but for C functions.
3547
661ae7ab 3548** New functions scm_dynwind_block_asyncs and scm_dynwind_unblock_asyncs
49c00ecc
MV
3549
3550In addition to scm_c_call_with_blocked_asyncs you can now also use
661ae7ab
MV
3551scm_dynwind_block_asyncs in a 'dynwind context' (see above). Likewise for
3552scm_c_call_with_unblocked_asyncs and scm_dynwind_unblock_asyncs.
49c00ecc 3553
a558cc63
MV
3554** The macros SCM_DEFER_INTS, SCM_ALLOW_INTS, SCM_REDEFER_INTS,
3555 SCM_REALLOW_INTS have been deprecated.
3556
3557They do no longer fulfill their original role of blocking signal
3558delivery. Depending on what you want to achieve, replace a pair of
661ae7ab
MV
3559SCM_DEFER_INTS and SCM_ALLOW_INTS with a dynwind context that locks a
3560mutex, blocks asyncs, or both. See node "Critical Sections" in the
3561manual.
a6d75e53
MV
3562
3563** The value 'scm_mask_ints' is no longer writable.
3564
3565Previously, you could set scm_mask_ints directly. This is no longer
3566possible. Use scm_c_call_with_blocked_asyncs and
3567scm_c_call_with_unblocked_asyncs instead.
a558cc63 3568
49c00ecc
MV
3569** New way to temporarily set the current input, output or error ports
3570
661ae7ab 3571C code can now use scm_dynwind_current_<foo>_port in a 'dynwind
0f24e75b 3572context' (see above). <foo> is one of "input", "output" or "error".
49c00ecc 3573
fc6bb283
MV
3574** New way to temporarily set fluids
3575
661ae7ab 3576C code can now use scm_dynwind_fluid in a 'dynwind context' (see
fc6bb283
MV
3577above) to temporarily set the value of a fluid.
3578
89fcf1b4
MV
3579** New types scm_t_intmax and scm_t_uintmax.
3580
3581On platforms that have them, these types are identical to intmax_t and
3582uintmax_t, respectively. On other platforms, they are identical to
3583the largest integer types that Guile knows about.
3584
b0d10ba6 3585** The functions scm_unmemocopy and scm_unmemoize have been removed.
9fcf3cbb 3586
b0d10ba6 3587You should not have used them.
9fcf3cbb 3588
5ebbe4ef
RB
3589** Many public #defines with generic names have been made private.
3590
3591#defines with generic names like HAVE_FOO or SIZEOF_FOO have been made
b0d10ba6 3592private or renamed with a more suitable public name.
f03314f9
DH
3593
3594** The macro SCM_TYP16S has been deprecated.
3595
b0d10ba6 3596This macro is not intended for public use.
f03314f9 3597
0d5e3480
DH
3598** The macro SCM_SLOPPY_INEXACTP has been deprecated.
3599
b0d10ba6 3600Use scm_is_true (scm_inexact_p (...)) instead.
0d5e3480
DH
3601
3602** The macro SCM_SLOPPY_REALP has been deprecated.
3603
b0d10ba6 3604Use scm_is_real instead.
0d5e3480
DH
3605
3606** The macro SCM_SLOPPY_COMPLEXP has been deprecated.
3607
b0d10ba6 3608Use scm_is_complex instead.
5ebbe4ef 3609
b0d10ba6 3610** Some preprocessor defines have been deprecated.
5ebbe4ef 3611
b0d10ba6
MV
3612These defines indicated whether a certain feature was present in Guile
3613or not. Going forward, assume that the features are always present.
5ebbe4ef 3614
b0d10ba6
MV
3615The macros are: USE_THREADS, GUILE_ISELECT, READER_EXTENSIONS,
3616DEBUG_EXTENSIONS, DYNAMIC_LINKING.
5ebbe4ef 3617
b0d10ba6
MV
3618The following macros have been removed completely: MEMOIZE_LOCALS,
3619SCM_RECKLESS, SCM_CAUTIOUS.
5ebbe4ef
RB
3620
3621** The preprocessor define STACK_DIRECTION has been deprecated.
3622
3623There should be no need to know about the stack direction for ordinary
b0d10ba6 3624programs.
5ebbe4ef 3625
b2cbe8d8
RB
3626** New function: scm_effective_version
3627
3628Returns the "effective" version number. This is just the normal full
3629version string without the final micro-version number. See "Changes
3630to the distribution" above.
3631
2902a459
MV
3632** The function scm_call_with_new_thread has a new prototype.
3633
3634Instead of taking a list with the thunk and handler, these two
3635arguments are now passed directly:
3636
3637 SCM scm_call_with_new_thread (SCM thunk, SCM handler);
3638
3639This is an incompatible change.
3640
ffd0ef3b
MV
3641** New snarfer macro SCM_DEFINE_PUBLIC.
3642
3643This is like SCM_DEFINE, but also calls scm_c_export for the defined
3644function in the init section.
3645
8734ce02
MV
3646** The snarfer macro SCM_SNARF_INIT is now officially supported.
3647
39e8f371
HWN
3648** Garbage collector rewrite.
3649
3650The garbage collector is cleaned up a lot, and now uses lazy
3651sweeping. This is reflected in the output of (gc-stats); since cells
3652are being freed when they are allocated, the cells-allocated field
3653stays roughly constant.
3654
3655For malloc related triggers, the behavior is changed. It uses the same
3656heuristic as the cell-triggered collections. It may be tuned with the
3657environment variables GUILE_MIN_YIELD_MALLOC. This is the percentage
3658for minimum yield of malloc related triggers. The default is 40.
3659GUILE_INIT_MALLOC_LIMIT sets the initial trigger for doing a GC. The
3660default is 200 kb.
3661
3662Debugging operations for the freelist have been deprecated, along with
3663the C variables that control garbage collection. The environment
3664variables GUILE_MAX_SEGMENT_SIZE, GUILE_INIT_SEGMENT_SIZE_2,
3665GUILE_INIT_SEGMENT_SIZE_1, and GUILE_MIN_YIELD_2 should be used.
3666
1367aa5e
HWN
3667For understanding the memory usage of a GUILE program, the routine
3668gc-live-object-stats returns an alist containing the number of live
3669objects for every type.
3670
3671
5ec1d2c8
DH
3672** The function scm_definedp has been renamed to scm_defined_p
3673
3674The name scm_definedp is deprecated.
3675
b0d10ba6 3676** The struct scm_cell type has been renamed to scm_t_cell
228a24ef
DH
3677
3678This is in accordance to Guile's naming scheme for types. Note that
3679the name scm_cell is now used for a function that allocates and
3680initializes a new cell (see below).
3681
0906625f
MV
3682** New functions for memory management
3683
3684A new set of functions for memory management has been added since the
3685old way (scm_must_malloc, scm_must_free, etc) was error prone and
3686indeed, Guile itself contained some long standing bugs that could
3687cause aborts in long running programs.
3688
3689The new functions are more symmetrical and do not need cooperation
3690from smob free routines, among other improvements.
3691
eab1b259
HWN
3692The new functions are scm_malloc, scm_realloc, scm_calloc, scm_strdup,
3693scm_strndup, scm_gc_malloc, scm_gc_calloc, scm_gc_realloc,
3694scm_gc_free, scm_gc_register_collectable_memory, and
0906625f
MV
3695scm_gc_unregister_collectable_memory. Refer to the manual for more
3696details and for upgrading instructions.
3697
3698The old functions for memory management have been deprecated. They
3699are: scm_must_malloc, scm_must_realloc, scm_must_free,
3700scm_must_strdup, scm_must_strndup, scm_done_malloc, scm_done_free.
3701
4aa104a4
MV
3702** Declarations of exported features are marked with SCM_API.
3703
3704Every declaration of a feature that belongs to the exported Guile API
3705has been marked by adding the macro "SCM_API" to the start of the
3706declaration. This macro can expand into different things, the most
3707common of which is just "extern" for Unix platforms. On Win32, it can
3708be used to control which symbols are exported from a DLL.
3709
8f99e3f3 3710If you `#define SCM_IMPORT' before including <libguile.h>, SCM_API
4aa104a4
MV
3711will expand into "__declspec (dllimport) extern", which is needed for
3712linking to the Guile DLL in Windows.
3713
b0d10ba6 3714There are also SCM_RL_IMPORT, SCM_SRFI1314_IMPORT, and
8f99e3f3 3715SCM_SRFI4_IMPORT, for the corresponding libraries.
4aa104a4 3716
a9930d22
MV
3717** SCM_NEWCELL and SCM_NEWCELL2 have been deprecated.
3718
b0d10ba6
MV
3719Use the new functions scm_cell and scm_double_cell instead. The old
3720macros had problems because with them allocation and initialization
3721was separated and the GC could sometimes observe half initialized
3722cells. Only careful coding by the user of SCM_NEWCELL and
3723SCM_NEWCELL2 could make this safe and efficient.
a9930d22 3724
5132eef0
DH
3725** CHECK_ENTRY, CHECK_APPLY and CHECK_EXIT have been deprecated.
3726
3727Use the variables scm_check_entry_p, scm_check_apply_p and scm_check_exit_p
3728instead.
3729
bc76d628
DH
3730** SRCBRKP has been deprecated.
3731
3732Use scm_c_source_property_breakpoint_p instead.
3733
3063e30a
DH
3734** Deprecated: scm_makmacro
3735
b0d10ba6
MV
3736Change your code to use either scm_makmmacro or to define macros in
3737Scheme, using 'define-macro'.
1e5f92ce 3738
1a61d41b
MV
3739** New function scm_c_port_for_each.
3740
3741This function is like scm_port_for_each but takes a pointer to a C
3742function as the callback instead of a SCM value.
3743
1f834c95
MV
3744** The names scm_internal_select, scm_thread_sleep, and
3745 scm_thread_usleep have been discouraged.
3746
3747Use scm_std_select, scm_std_sleep, scm_std_usleep instead.
3748
aa9200e5
MV
3749** The GC can no longer be blocked.
3750
3751The global flags scm_gc_heap_lock and scm_block_gc have been removed.
3752The GC can now run (partially) concurrently with other code and thus
3753blocking it is not well defined.
3754
b0d10ba6
MV
3755** Many definitions have been removed that were previously deprecated.
3756
3757scm_lisp_nil, scm_lisp_t, s_nil_ify, scm_m_nil_ify, s_t_ify,
3758scm_m_t_ify, s_0_cond, scm_m_0_cond, s_0_ify, scm_m_0_ify, s_1_ify,
3759scm_m_1_ify, scm_debug_newcell, scm_debug_newcell2,
3760scm_tc16_allocated, SCM_SET_SYMBOL_HASH, SCM_IM_NIL_IFY, SCM_IM_T_IFY,
3761SCM_IM_0_COND, SCM_IM_0_IFY, SCM_IM_1_IFY, SCM_GC_SET_ALLOCATED,
3762scm_debug_newcell, scm_debug_newcell2, SCM_HUP_SIGNAL, SCM_INT_SIGNAL,
3763SCM_FPE_SIGNAL, SCM_BUS_SIGNAL, SCM_SEGV_SIGNAL, SCM_ALRM_SIGNAL,
3764SCM_GC_SIGNAL, SCM_TICK_SIGNAL, SCM_SIG_ORD, SCM_ORD_SIG,
3765SCM_NUM_SIGS, scm_top_level_lookup_closure_var,
3766*top-level-lookup-closure*, scm_system_transformer, scm_eval_3,
3767scm_eval2, root_module_lookup_closure, SCM_SLOPPY_STRINGP,
3768SCM_RWSTRINGP, scm_read_only_string_p, scm_make_shared_substring,
3769scm_tc7_substring, sym_huh, SCM_VARVCELL, SCM_UDVARIABLEP,
3770SCM_DEFVARIABLEP, scm_mkbig, scm_big2inum, scm_adjbig, scm_normbig,
3771scm_copybig, scm_2ulong2big, scm_dbl2big, scm_big2dbl, SCM_FIXNUM_BIT,
3772SCM_SETCHARS, SCM_SLOPPY_SUBSTRP, SCM_SUBSTR_STR, SCM_SUBSTR_OFFSET,
3773SCM_LENGTH_MAX, SCM_SETLENGTH, SCM_ROSTRINGP, SCM_ROLENGTH,
3774SCM_ROCHARS, SCM_ROUCHARS, SCM_SUBSTRP, SCM_COERCE_SUBSTR,
3775scm_sym2vcell, scm_intern, scm_intern0, scm_sysintern, scm_sysintern0,
66c8ded2 3776scm_sysintern0_no_module_lookup, scm_init_symbols_deprecated,
2109da78 3777scm_vector_set_length_x, scm_contregs, scm_debug_info,
983e697d
MV
3778scm_debug_frame, SCM_DSIDEVAL, SCM_CONST_LONG, SCM_VCELL,
3779SCM_GLOBAL_VCELL, SCM_VCELL_INIT, SCM_GLOBAL_VCELL_INIT,
3780SCM_HUGE_LENGTH, SCM_VALIDATE_STRINGORSUBSTR, SCM_VALIDATE_ROSTRING,
3781SCM_VALIDATE_ROSTRING_COPY, SCM_VALIDATE_NULLORROSTRING_COPY,
3782SCM_VALIDATE_RWSTRING, DIGITS, scm_small_istr2int, scm_istr2int,
2109da78
MV
3783scm_istr2flo, scm_istring2number, scm_istr2int, scm_istr2flo,
3784scm_istring2number, scm_vtable_index_vcell, scm_si_vcell, SCM_ECONSP,
3785SCM_NECONSP, SCM_GLOC_VAR, SCM_GLOC_VAL, SCM_GLOC_SET_VAL,
c41acab3
MV
3786SCM_GLOC_VAL_LOC, scm_make_gloc, scm_gloc_p, scm_tc16_variable,
3787SCM_CHARS, SCM_LENGTH, SCM_SET_STRING_CHARS, SCM_SET_STRING_LENGTH.
b51bad08 3788
09172f9c
NJ
3789* Changes to bundled modules
3790
3791** (ice-9 debug)
3792
3793Using the (ice-9 debug) module no longer automatically switches Guile
3794to use the debugging evaluator. If you want to switch to the
3795debugging evaluator (which is needed for backtrace information if you
3796hit an error), please add an explicit "(debug-enable 'debug)" to your
3797code just after the code to use (ice-9 debug).
3798
328dc9a3 3799\f
c299f186
MD
3800Changes since Guile 1.4:
3801
3802* Changes to the distribution
3803
32d6f999
TTN
3804** A top-level TODO file is included.
3805
311b6a3c 3806** Guile now uses a versioning scheme similar to that of the Linux kernel.
c81ea65d
RB
3807
3808Guile now always uses three numbers to represent the version,
3809i.e. "1.6.5". The first number, 1, is the major version number, the
3810second number, 6, is the minor version number, and the third number,
38115, is the micro version number. Changes in major version number
3812indicate major changes in Guile.
3813
3814Minor version numbers that are even denote stable releases, and odd
3815minor version numbers denote development versions (which may be
3816unstable). The micro version number indicates a minor sub-revision of
3817a given MAJOR.MINOR release.
3818
3819In keeping with the new scheme, (minor-version) and scm_minor_version
3820no longer return everything but the major version number. They now
3821just return the minor version number. Two new functions
3822(micro-version) and scm_micro_version have been added to report the
3823micro version number.
3824
3825In addition, ./GUILE-VERSION now defines GUILE_MICRO_VERSION.
3826
5c790b44
RB
3827** New preprocessor definitions are available for checking versions.
3828
3829version.h now #defines SCM_MAJOR_VERSION, SCM_MINOR_VERSION, and
3830SCM_MICRO_VERSION to the appropriate integer values.
3831
311b6a3c
MV
3832** Guile now actively warns about deprecated features.
3833
3834The new configure option `--enable-deprecated=LEVEL' and the
3835environment variable GUILE_WARN_DEPRECATED control this mechanism.
3836See INSTALL and README for more information.
3837
0b073f0f
RB
3838** Guile is much more likely to work on 64-bit architectures.
3839
3840Guile now compiles and passes "make check" with only two UNRESOLVED GC
5e137c65
RB
3841cases on Alpha and ia64 based machines now. Thanks to John Goerzen
3842for the use of a test machine, and thanks to Stefan Jahn for ia64
3843patches.
0b073f0f 3844
e658215a
RB
3845** New functions: setitimer and getitimer.
3846
3847These implement a fairly direct interface to the libc functions of the
3848same name.
3849
8630fdfc
RB
3850** The #. reader extension is now disabled by default.
3851
3852For safety reasons, #. evaluation is disabled by default. To
3853re-enable it, set the fluid read-eval? to #t. For example:
3854
67b7dd9e 3855 (fluid-set! read-eval? #t)
8630fdfc
RB
3856
3857but make sure you realize the potential security risks involved. With
3858read-eval? enabled, reading a data file from an untrusted source can
3859be dangerous.
3860
f2a75d81 3861** New SRFI modules have been added:
4df36934 3862
dfdf5826
MG
3863SRFI-0 `cond-expand' is now supported in Guile, without requiring
3864using a module.
3865
e8bb0476
MG
3866(srfi srfi-1) is a library containing many useful pair- and list-processing
3867 procedures.
3868
7adc2c58 3869(srfi srfi-2) exports and-let*.
4df36934 3870
b74a7ec8
MG
3871(srfi srfi-4) implements homogeneous numeric vector datatypes.
3872
7adc2c58
RB
3873(srfi srfi-6) is a dummy module for now, since guile already provides
3874 all of the srfi-6 procedures by default: open-input-string,
3875 open-output-string, get-output-string.
4df36934 3876
7adc2c58 3877(srfi srfi-8) exports receive.
4df36934 3878
7adc2c58 3879(srfi srfi-9) exports define-record-type.
4df36934 3880
dfdf5826
MG
3881(srfi srfi-10) exports define-reader-ctor and implements the reader
3882 extension #,().
3883
7adc2c58 3884(srfi srfi-11) exports let-values and let*-values.
4df36934 3885
7adc2c58 3886(srfi srfi-13) implements the SRFI String Library.
53e29a1e 3887
7adc2c58 3888(srfi srfi-14) implements the SRFI Character-Set Library.
53e29a1e 3889
dfdf5826
MG
3890(srfi srfi-17) implements setter and getter-with-setter and redefines
3891 some accessor procedures as procedures with getters. (such as car,
3892 cdr, vector-ref etc.)
3893
3894(srfi srfi-19) implements the SRFI Time/Date Library.
2b60bc95 3895
466bb4b3
TTN
3896** New scripts / "executable modules"
3897
3898Subdirectory "scripts" contains Scheme modules that are packaged to
3899also be executable as scripts. At this time, these scripts are available:
3900
3901 display-commentary
3902 doc-snarf
3903 generate-autoload
3904 punify
58e5b910 3905 read-scheme-source
466bb4b3
TTN
3906 use2dot
3907
3908See README there for more info.
3909
54c17ccb
TTN
3910These scripts can be invoked from the shell with the new program
3911"guile-tools", which keeps track of installation directory for you.
3912For example:
3913
3914 $ guile-tools display-commentary srfi/*.scm
3915
3916guile-tools is copied to the standard $bindir on "make install".
3917
0109c4bf
MD
3918** New module (ice-9 stack-catch):
3919
3920stack-catch is like catch, but saves the current state of the stack in
3c1d1301
RB
3921the fluid the-last-stack. This fluid can be useful when using the
3922debugger and when re-throwing an error.
0109c4bf 3923
fbf0c8c7
MV
3924** The module (ice-9 and-let*) has been renamed to (ice-9 and-let-star)
3925
3926This has been done to prevent problems on lesser operating systems
3927that can't tolerate `*'s in file names. The exported macro continues
3928to be named `and-let*', of course.
3929
4f60cc33 3930On systems that support it, there is also a compatibility module named
fbf0c8c7 3931(ice-9 and-let*). It will go away in the next release.
6c0201ad 3932
9d774814 3933** New modules (oop goops) etc.:
14f1d9fe
MD
3934
3935 (oop goops)
3936 (oop goops describe)
3937 (oop goops save)
3938 (oop goops active-slot)
3939 (oop goops composite-slot)
3940
9d774814 3941The Guile Object Oriented Programming System (GOOPS) has been
311b6a3c
MV
3942integrated into Guile. For further information, consult the GOOPS
3943manual and tutorial in the `doc' directory.
14f1d9fe 3944
9d774814
GH
3945** New module (ice-9 rdelim).
3946
3947This exports the following procedures which were previously defined
1c8cbd62 3948in the default environment:
9d774814 3949
1c8cbd62
GH
3950read-line read-line! read-delimited read-delimited! %read-delimited!
3951%read-line write-line
9d774814 3952
1c8cbd62
GH
3953For backwards compatibility the definitions are still imported into the
3954default environment in this version of Guile. However you should add:
9d774814
GH
3955
3956(use-modules (ice-9 rdelim))
3957
1c8cbd62
GH
3958to any program which uses the definitions, since this may change in
3959future.
9d774814
GH
3960
3961Alternatively, if guile-scsh is installed, the (scsh rdelim) module
3962can be used for similar functionality.
3963
7e267da1
GH
3964** New module (ice-9 rw)
3965
3966This is a subset of the (scsh rw) module from guile-scsh. Currently
373f4948 3967it defines two procedures:
7e267da1 3968
311b6a3c 3969*** New function: read-string!/partial str [port_or_fdes [start [end]]]
7e267da1 3970
4bcdfe46
GH
3971 Read characters from a port or file descriptor into a string STR.
3972 A port must have an underlying file descriptor -- a so-called
3973 fport. This procedure is scsh-compatible and can efficiently read
311b6a3c 3974 large strings.
7e267da1 3975
4bcdfe46
GH
3976*** New function: write-string/partial str [port_or_fdes [start [end]]]
3977
3978 Write characters from a string STR to a port or file descriptor.
3979 A port must have an underlying file descriptor -- a so-called
3980 fport. This procedure is mostly compatible and can efficiently
3981 write large strings.
3982
e5005373
KN
3983** New module (ice-9 match)
3984
311b6a3c
MV
3985This module includes Andrew K. Wright's pattern matcher. See
3986ice-9/match.scm for brief description or
e5005373 3987
311b6a3c 3988 http://www.star-lab.com/wright/code.html
e5005373 3989
311b6a3c 3990for complete documentation.
e5005373 3991
4f60cc33
NJ
3992** New module (ice-9 buffered-input)
3993
3994This module provides procedures to construct an input port from an
3995underlying source of input that reads and returns its input in chunks.
3996The underlying input source is a Scheme procedure, specified by the
3997caller, which the port invokes whenever it needs more input.
3998
3999This is useful when building an input port whose back end is Readline
4000or a UI element such as the GtkEntry widget.
4001
4002** Documentation
4003
4004The reference and tutorial documentation that was previously
4005distributed separately, as `guile-doc', is now included in the core
4006Guile distribution. The documentation consists of the following
4007manuals.
4008
4009- The Guile Tutorial (guile-tut.texi) contains a tutorial introduction
4010 to using Guile.
4011
4012- The Guile Reference Manual (guile.texi) contains (or is intended to
4013 contain) reference documentation on all aspects of Guile.
4014
4015- The GOOPS Manual (goops.texi) contains both tutorial-style and
4016 reference documentation for using GOOPS, Guile's Object Oriented
4017 Programming System.
4018
c3e62877
NJ
4019- The Revised^5 Report on the Algorithmic Language Scheme
4020 (r5rs.texi).
4f60cc33
NJ
4021
4022See the README file in the `doc' directory for more details.
4023
094a67bb
MV
4024** There are a couple of examples in the examples/ directory now.
4025
9d774814
GH
4026* Changes to the stand-alone interpreter
4027
e7e58018
MG
4028** New command line option `--use-srfi'
4029
4030Using this option, SRFI modules can be loaded on startup and be
4031available right from the beginning. This makes programming portable
4032Scheme programs easier.
4033
4034The option `--use-srfi' expects a comma-separated list of numbers,
4035each representing a SRFI number to be loaded into the interpreter
4036before starting evaluating a script file or the REPL. Additionally,
4037the feature identifier for the loaded SRFIs is recognized by
4038`cond-expand' when using this option.
4039
4040Example:
4041$ guile --use-srfi=8,13
4042guile> (receive (x z) (values 1 2) (+ 1 2))
40433
58e5b910 4044guile> (string-pad "bla" 20)
e7e58018
MG
4045" bla"
4046
094a67bb
MV
4047** Guile now always starts up in the `(guile-user)' module.
4048
6e9382f1 4049Previously, scripts executed via the `-s' option would run in the
094a67bb
MV
4050`(guile)' module and the repl would run in the `(guile-user)' module.
4051Now every user action takes place in the `(guile-user)' module by
4052default.
e7e58018 4053
c299f186
MD
4054* Changes to Scheme functions and syntax
4055
720e1c30
MV
4056** Character classifiers work for non-ASCII characters.
4057
4058The predicates `char-alphabetic?', `char-numeric?',
4059`char-whitespace?', `char-lower?', `char-upper?' and `char-is-both?'
4060no longer check whether their arguments are ASCII characters.
4061Previously, a character would only be considered alphabetic when it
4062was also ASCII, for example.
4063
311b6a3c
MV
4064** Previously deprecated Scheme functions have been removed:
4065
4066 tag - no replacement.
4067 fseek - replaced by seek.
4068 list* - replaced by cons*.
4069
4070** It's now possible to create modules with controlled environments
4071
4072Example:
4073
4074(use-modules (ice-9 safe))
4075(define m (make-safe-module))
4076;;; m will now be a module containing only a safe subset of R5RS
4077(eval '(+ 1 2) m) --> 3
4078(eval 'load m) --> ERROR: Unbound variable: load
4079
4080** Evaluation of "()", the empty list, is now an error.
8c2c9967
MV
4081
4082Previously, the expression "()" evaluated to the empty list. This has
4083been changed to signal a "missing expression" error. The correct way
4084to write the empty list as a literal constant is to use quote: "'()".
4085
311b6a3c
MV
4086** New concept of `Guile Extensions'.
4087
4088A Guile Extension is just a ordinary shared library that can be linked
4089at run-time. We found it advantageous to give this simple concept a
4090dedicated name to distinguish the issues related to shared libraries
4091from the issues related to the module system.
4092
4093*** New function: load-extension
4094
4095Executing (load-extension lib init) is mostly equivalent to
4096
4097 (dynamic-call init (dynamic-link lib))
4098
4099except when scm_register_extension has been called previously.
4100Whenever appropriate, you should use `load-extension' instead of
4101dynamic-link and dynamic-call.
4102
4103*** New C function: scm_c_register_extension
4104
4105This function registers a initialization function for use by
4106`load-extension'. Use it when you don't want specific extensions to
4107be loaded as shared libraries (for example on platforms that don't
4108support dynamic linking).
4109
8c2c9967
MV
4110** Auto-loading of compiled-code modules is deprecated.
4111
4112Guile used to be able to automatically find and link a shared
c10ecc4c 4113library to satisfy requests for a module. For example, the module
8c2c9967
MV
4114`(foo bar)' could be implemented by placing a shared library named
4115"foo/libbar.so" (or with a different extension) in a directory on the
4116load path of Guile.
4117
311b6a3c
MV
4118This has been found to be too tricky, and is no longer supported. The
4119shared libraries are now called "extensions". You should now write a
4120small Scheme file that calls `load-extension' to load the shared
e299cee2 4121library and initialize it explicitly.
8c2c9967
MV
4122
4123The shared libraries themselves should be installed in the usual
4124places for shared libraries, with names like "libguile-foo-bar".
4125
4126For example, place this into a file "foo/bar.scm"
4127
4128 (define-module (foo bar))
4129
311b6a3c
MV
4130 (load-extension "libguile-foo-bar" "foobar_init")
4131
4132** Backward incompatible change: eval EXP ENVIRONMENT-SPECIFIER
4133
4134`eval' is now R5RS, that is it takes two arguments.
4135The second argument is an environment specifier, i.e. either
4136
4137 (scheme-report-environment 5)
4138 (null-environment 5)
4139 (interaction-environment)
4140
4141or
8c2c9967 4142
311b6a3c 4143 any module.
8c2c9967 4144
6f76852b
MV
4145** The module system has been made more disciplined.
4146
311b6a3c
MV
4147The function `eval' will save and restore the current module around
4148the evaluation of the specified expression. While this expression is
4149evaluated, `(current-module)' will now return the right module, which
4150is the module specified as the second argument to `eval'.
6f76852b 4151
311b6a3c 4152A consequence of this change is that `eval' is not particularly
6f76852b
MV
4153useful when you want allow the evaluated code to change what module is
4154designated as the current module and have this change persist from one
4155call to `eval' to the next. The read-eval-print-loop is an example
4156where `eval' is now inadequate. To compensate, there is a new
4157function `primitive-eval' that does not take a module specifier and
4158that does not save/restore the current module. You should use this
4159function together with `set-current-module', `current-module', etc
4160when you want to have more control over the state that is carried from
4161one eval to the next.
4162
4163Additionally, it has been made sure that forms that are evaluated at
4164the top level are always evaluated with respect to the current module.
4165Previously, subforms of top-level forms such as `begin', `case',
4166etc. did not respect changes to the current module although these
4167subforms are at the top-level as well.
4168
311b6a3c 4169To prevent strange behavior, the forms `define-module',
6f76852b
MV
4170`use-modules', `use-syntax', and `export' have been restricted to only
4171work on the top level. The forms `define-public' and
4172`defmacro-public' only export the new binding on the top level. They
4173behave just like `define' and `defmacro', respectively, when they are
4174used in a lexical environment.
4175
0a892a2c
MV
4176Also, `export' will no longer silently re-export bindings imported
4177from a used module. It will emit a `deprecation' warning and will
4178cease to perform any re-export in the next version. If you actually
4179want to re-export bindings, use the new `re-export' in place of
4180`export'. The new `re-export' will not make copies of variables when
4181rexporting them, as `export' did wrongly.
4182
047dc3ae
TTN
4183** Module system now allows selection and renaming of imported bindings
4184
4185Previously, when using `use-modules' or the `#:use-module' clause in
4186the `define-module' form, all the bindings (association of symbols to
4187values) for imported modules were added to the "current module" on an
4188as-is basis. This has been changed to allow finer control through two
4189new facilities: selection and renaming.
4190
4191You can now select which of the imported module's bindings are to be
4192visible in the current module by using the `:select' clause. This
4193clause also can be used to rename individual bindings. For example:
4194
4195 ;; import all bindings no questions asked
4196 (use-modules (ice-9 common-list))
4197
4198 ;; import four bindings, renaming two of them;
4199 ;; the current module sees: every some zonk-y zonk-n
4200 (use-modules ((ice-9 common-list)
4201 :select (every some
4202 (remove-if . zonk-y)
4203 (remove-if-not . zonk-n))))
4204
4205You can also programmatically rename all selected bindings using the
4206`:renamer' clause, which specifies a proc that takes a symbol and
4207returns another symbol. Because it is common practice to use a prefix,
4208we now provide the convenience procedure `symbol-prefix-proc'. For
4209example:
4210
4211 ;; import four bindings, renaming two of them specifically,
4212 ;; and all four w/ prefix "CL:";
4213 ;; the current module sees: CL:every CL:some CL:zonk-y CL:zonk-n
4214 (use-modules ((ice-9 common-list)
4215 :select (every some
4216 (remove-if . zonk-y)
4217 (remove-if-not . zonk-n))
4218 :renamer (symbol-prefix-proc 'CL:)))
4219
4220 ;; import four bindings, renaming two of them specifically,
4221 ;; and all four by upcasing.
4222 ;; the current module sees: EVERY SOME ZONK-Y ZONK-N
4223 (define (upcase-symbol sym)
4224 (string->symbol (string-upcase (symbol->string sym))))
4225
4226 (use-modules ((ice-9 common-list)
4227 :select (every some
4228 (remove-if . zonk-y)
4229 (remove-if-not . zonk-n))
4230 :renamer upcase-symbol))
4231
4232Note that programmatic renaming is done *after* individual renaming.
4233Also, the above examples show `use-modules', but the same facilities are
4234available for the `#:use-module' clause of `define-module'.
4235
4236See manual for more info.
4237
b7d69200 4238** The semantics of guardians have changed.
56495472 4239
b7d69200 4240The changes are for the most part compatible. An important criterion
6c0201ad 4241was to keep the typical usage of guardians as simple as before, but to
c0a5d888 4242make the semantics safer and (as a result) more useful.
56495472 4243
c0a5d888 4244*** All objects returned from guardians are now properly alive.
56495472 4245
c0a5d888
ML
4246It is now guaranteed that any object referenced by an object returned
4247from a guardian is alive. It's now impossible for a guardian to
4248return a "contained" object before its "containing" object.
56495472
ML
4249
4250One incompatible (but probably not very important) change resulting
4251from this is that it is no longer possible to guard objects that
4252indirectly reference themselves (i.e. are parts of cycles). If you do
4253so accidentally, you'll get a warning.
4254
c0a5d888
ML
4255*** There are now two types of guardians: greedy and sharing.
4256
4257If you call (make-guardian #t) or just (make-guardian), you'll get a
4258greedy guardian, and for (make-guardian #f) a sharing guardian.
4259
4260Greedy guardians are the default because they are more "defensive".
4261You can only greedily guard an object once. If you guard an object
4262more than once, once in a greedy guardian and the rest of times in
4263sharing guardians, then it is guaranteed that the object won't be
4264returned from sharing guardians as long as it is greedily guarded
4265and/or alive.
4266
4267Guardians returned by calls to `make-guardian' can now take one more
4268optional parameter, which says whether to throw an error in case an
4269attempt is made to greedily guard an object that is already greedily
4270guarded. The default is true, i.e. throw an error. If the parameter
4271is false, the guardian invocation returns #t if guarding was
4272successful and #f if it wasn't.
4273
4274Also, since greedy guarding is, in effect, a side-effecting operation
4275on objects, a new function is introduced: `destroy-guardian!'.
4276Invoking this function on a guardian renders it unoperative and, if
4277the guardian is greedy, clears the "greedily guarded" property of the
4278objects that were guarded by it, thus undoing the side effect.
4279
4280Note that all this hair is hardly very important, since guardian
4281objects are usually permanent.
4282
311b6a3c
MV
4283** Continuations created by call-with-current-continuation now accept
4284any number of arguments, as required by R5RS.
818febc0 4285
c10ecc4c 4286** New function `issue-deprecation-warning'
56426fdb 4287
311b6a3c 4288This function is used to display the deprecation messages that are
c10ecc4c 4289controlled by GUILE_WARN_DEPRECATION as explained in the README.
56426fdb
KN
4290
4291 (define (id x)
c10ecc4c
MV
4292 (issue-deprecation-warning "`id' is deprecated. Use `identity' instead.")
4293 (identity x))
56426fdb
KN
4294
4295 guile> (id 1)
4296 ;; `id' is deprecated. Use `identity' instead.
4297 1
4298 guile> (id 1)
4299 1
4300
c10ecc4c
MV
4301** New syntax `begin-deprecated'
4302
4303When deprecated features are included (as determined by the configure
4304option --enable-deprecated), `begin-deprecated' is identical to
4305`begin'. When deprecated features are excluded, it always evaluates
4306to `#f', ignoring the body forms.
4307
17f367e0
MV
4308** New function `make-object-property'
4309
4310This function returns a new `procedure with setter' P that can be used
4311to attach a property to objects. When calling P as
4312
4313 (set! (P obj) val)
4314
4315where `obj' is any kind of object, it attaches `val' to `obj' in such
4316a way that it can be retrieved by calling P as
4317
4318 (P obj)
4319
4320This function will replace procedure properties, symbol properties and
4321source properties eventually.
4322
76ef92f3
MV
4323** Module (ice-9 optargs) now uses keywords instead of `#&'.
4324
4325Instead of #&optional, #&key, etc you should now use #:optional,
4326#:key, etc. Since #:optional is a keyword, you can write it as just
4327:optional when (read-set! keywords 'prefix) is active.
4328
4329The old reader syntax `#&' is still supported, but deprecated. It
4330will be removed in the next release.
4331
c0997079
MD
4332** New define-module option: pure
4333
4334Tells the module system not to include any bindings from the root
4335module.
4336
4337Example:
4338
4339(define-module (totally-empty-module)
4340 :pure)
4341
4342** New define-module option: export NAME1 ...
4343
4344Export names NAME1 ...
4345
4346This option is required if you want to be able to export bindings from
4347a module which doesn't import one of `define-public' or `export'.
4348
4349Example:
4350
311b6a3c
MV
4351 (define-module (foo)
4352 :pure
4353 :use-module (ice-9 r5rs)
4354 :export (bar))
69b5f65a 4355
311b6a3c 4356 ;;; Note that we're pure R5RS below this point!
69b5f65a 4357
311b6a3c
MV
4358 (define (bar)
4359 ...)
daa6ba18 4360
1f3908c4
KN
4361** New function: object->string OBJ
4362
4363Return a Scheme string obtained by printing a given object.
4364
eb5c0a2a
GH
4365** New function: port? X
4366
4367Returns a boolean indicating whether X is a port. Equivalent to
4368`(or (input-port? X) (output-port? X))'.
4369
efa40607
DH
4370** New function: file-port?
4371
4372Determines whether a given object is a port that is related to a file.
4373
34b56ec4
GH
4374** New function: port-for-each proc
4375
311b6a3c
MV
4376Apply PROC to each port in the Guile port table in turn. The return
4377value is unspecified. More specifically, PROC is applied exactly once
4378to every port that exists in the system at the time PORT-FOR-EACH is
4379invoked. Changes to the port table while PORT-FOR-EACH is running
4380have no effect as far as PORT-FOR-EACH is concerned.
34b56ec4
GH
4381
4382** New function: dup2 oldfd newfd
4383
4384A simple wrapper for the `dup2' system call. Copies the file
4385descriptor OLDFD to descriptor number NEWFD, replacing the
4386previous meaning of NEWFD. Both OLDFD and NEWFD must be integers.
4387Unlike for dup->fdes or primitive-move->fdes, no attempt is made
264e9cbc 4388to move away ports which are using NEWFD. The return value is
34b56ec4
GH
4389unspecified.
4390
4391** New function: close-fdes fd
4392
4393A simple wrapper for the `close' system call. Close file
4394descriptor FD, which must be an integer. Unlike close (*note
4395close: Ports and File Descriptors.), the file descriptor will be
4396closed even if a port is using it. The return value is
4397unspecified.
4398
94e6d793
MG
4399** New function: crypt password salt
4400
4401Encrypts `password' using the standard unix password encryption
4402algorithm.
4403
4404** New function: chroot path
4405
4406Change the root directory of the running process to `path'.
4407
4408** New functions: getlogin, cuserid
4409
4410Return the login name or the user name of the current effective user
4411id, respectively.
4412
4413** New functions: getpriority which who, setpriority which who prio
4414
4415Get or set the priority of the running process.
4416
4417** New function: getpass prompt
4418
4419Read a password from the terminal, first displaying `prompt' and
4420disabling echoing.
4421
4422** New function: flock file operation
4423
4424Set/remove an advisory shared or exclusive lock on `file'.
4425
4426** New functions: sethostname name, gethostname
4427
4428Set or get the hostname of the machine the current process is running
4429on.
4430
6d163216 4431** New function: mkstemp! tmpl
4f60cc33 4432
6d163216
GH
4433mkstemp creates a new unique file in the file system and returns a
4434new buffered port open for reading and writing to the file. TMPL
4435is a string specifying where the file should be created: it must
4436end with `XXXXXX' and will be changed in place to return the name
4437of the temporary file.
4438
62e63ba9
MG
4439** New function: open-input-string string
4440
4441Return an input string port which delivers the characters from
4f60cc33 4442`string'. This procedure, together with `open-output-string' and
62e63ba9
MG
4443`get-output-string' implements SRFI-6.
4444
4445** New function: open-output-string
4446
4447Return an output string port which collects all data written to it.
4448The data can then be retrieved by `get-output-string'.
4449
4450** New function: get-output-string
4451
4452Return the contents of an output string port.
4453
56426fdb
KN
4454** New function: identity
4455
4456Return the argument.
4457
5bef627d
GH
4458** socket, connect, accept etc., now have support for IPv6. IPv6 addresses
4459 are represented in Scheme as integers with normal host byte ordering.
4460
4461** New function: inet-pton family address
4462
311b6a3c
MV
4463Convert a printable string network address into an integer. Note that
4464unlike the C version of this function, the result is an integer with
4465normal host byte ordering. FAMILY can be `AF_INET' or `AF_INET6'.
4466e.g.,
4467
4468 (inet-pton AF_INET "127.0.0.1") => 2130706433
4469 (inet-pton AF_INET6 "::1") => 1
5bef627d
GH
4470
4471** New function: inet-ntop family address
4472
311b6a3c
MV
4473Convert an integer network address into a printable string. Note that
4474unlike the C version of this function, the input is an integer with
4475normal host byte ordering. FAMILY can be `AF_INET' or `AF_INET6'.
4476e.g.,
4477
4478 (inet-ntop AF_INET 2130706433) => "127.0.0.1"
4479 (inet-ntop AF_INET6 (- (expt 2 128) 1)) =>
5bef627d
GH
4480 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
4481
56426fdb
KN
4482** Deprecated: id
4483
4484Use `identity' instead.
4485
5cd06d5e
DH
4486** Deprecated: -1+
4487
4488Use `1-' instead.
4489
4490** Deprecated: return-it
4491
311b6a3c 4492Do without it.
5cd06d5e
DH
4493
4494** Deprecated: string-character-length
4495
4496Use `string-length' instead.
4497
4498** Deprecated: flags
4499
4500Use `logior' instead.
4501
4f60cc33
NJ
4502** Deprecated: close-all-ports-except.
4503
4504This was intended for closing ports in a child process after a fork,
4505but it has the undesirable side effect of flushing buffers.
4506port-for-each is more flexible.
34b56ec4
GH
4507
4508** The (ice-9 popen) module now attempts to set up file descriptors in
4509the child process from the current Scheme ports, instead of using the
4510current values of file descriptors 0, 1, and 2 in the parent process.
4511
b52e071b
DH
4512** Removed function: builtin-weak-bindings
4513
4514There is no such concept as a weak binding any more.
4515
9d774814 4516** Removed constants: bignum-radix, scm-line-incrementors
0f979f3f 4517
7d435120
MD
4518** define-method: New syntax mandatory.
4519
4520The new method syntax is now mandatory:
4521
4522(define-method (NAME ARG-SPEC ...) BODY ...)
4523(define-method (NAME ARG-SPEC ... . REST-ARG) BODY ...)
4524
4525 ARG-SPEC ::= ARG-NAME | (ARG-NAME TYPE)
4526 REST-ARG ::= ARG-NAME
4527
4528If you have old code using the old syntax, import
4529(oop goops old-define-method) before (oop goops) as in:
4530
4531 (use-modules (oop goops old-define-method) (oop goops))
4532
f3f9dcbc
MV
4533** Deprecated function: builtin-variable
4534 Removed function: builtin-bindings
4535
4536There is no longer a distinction between builtin or other variables.
4537Use module system operations for all variables.
4538
311b6a3c
MV
4539** Lazy-catch handlers are no longer allowed to return.
4540
4541That is, a call to `throw', `error', etc is now guaranteed to not
4542return.
4543
a583bf1e 4544** Bugfixes for (ice-9 getopt-long)
8c84b81e 4545
a583bf1e
TTN
4546This module is now tested using test-suite/tests/getopt-long.test.
4547The following bugs have been fixed:
4548
4549*** Parsing for options that are specified to have `optional' args now checks
4550if the next element is an option instead of unconditionally taking it as the
8c84b81e
TTN
4551option arg.
4552
a583bf1e
TTN
4553*** An error is now thrown for `--opt=val' when the option description
4554does not specify `(value #t)' or `(value optional)'. This condition used to
4555be accepted w/o error, contrary to the documentation.
4556
4557*** The error message for unrecognized options is now more informative.
4558It used to be "not a record", an artifact of the implementation.
4559
4560*** The error message for `--opt' terminating the arg list (no value), when
4561`(value #t)' is specified, is now more informative. It used to be "not enough
4562args".
4563
4564*** "Clumped" single-char args now preserve trailing string, use it as arg.
4565The expansion used to be like so:
4566
4567 ("-abc5d" "--xyz") => ("-a" "-b" "-c" "--xyz")
4568
4569Note that the "5d" is dropped. Now it is like so:
4570
4571 ("-abc5d" "--xyz") => ("-a" "-b" "-c" "5d" "--xyz")
4572
4573This enables single-char options to have adjoining arguments as long as their
4574constituent characters are not potential single-char options.
8c84b81e 4575
998bfc70
TTN
4576** (ice-9 session) procedure `arity' now works with (ice-9 optargs) `lambda*'
4577
4578The `lambda*' and derivative forms in (ice-9 optargs) now set a procedure
4579property `arglist', which can be retrieved by `arity'. The result is that
4580`arity' can give more detailed information than before:
4581
4582Before:
4583
4584 guile> (use-modules (ice-9 optargs))
4585 guile> (define* (foo #:optional a b c) a)
4586 guile> (arity foo)
4587 0 or more arguments in `lambda*:G0'.
4588
4589After:
4590
4591 guile> (arity foo)
4592 3 optional arguments: `a', `b' and `c'.
4593 guile> (define* (bar a b #:key c d #:allow-other-keys) a)
4594 guile> (arity bar)
4595 2 required arguments: `a' and `b', 2 keyword arguments: `c'
4596 and `d', other keywords allowed.
4597 guile> (define* (baz a b #:optional c #:rest r) a)
4598 guile> (arity baz)
4599 2 required arguments: `a' and `b', 1 optional argument: `c',
4600 the rest in `r'.
4601
311b6a3c
MV
4602* Changes to the C interface
4603
c81c130e
MV
4604** Types have been renamed from scm_*_t to scm_t_*.
4605
4606This has been done for POSIX sake. It reserves identifiers ending
4607with "_t". What a concept.
4608
4609The old names are still available with status `deprecated'.
4610
4611** scm_t_bits (former scm_bits_t) is now a unsigned type.
4612
6e9382f1 4613** Deprecated features have been removed.
e6c9e497
MV
4614
4615*** Macros removed
4616
4617 SCM_INPORTP, SCM_OUTPORTP SCM_ICHRP, SCM_ICHR, SCM_MAKICHR
4618 SCM_SETJMPBUF SCM_NSTRINGP SCM_NRWSTRINGP SCM_NVECTORP SCM_DOUBLE_CELLP
4619
4620*** C Functions removed
4621
4622 scm_sysmissing scm_tag scm_tc16_flo scm_tc_flo
4623 scm_fseek - replaced by scm_seek.
4624 gc-thunk - replaced by after-gc-hook.
4625 gh_int2scmb - replaced by gh_bool2scm.
4626 scm_tc_dblr - replaced by scm_tc16_real.
4627 scm_tc_dblc - replaced by scm_tc16_complex.
4628 scm_list_star - replaced by scm_cons_star.
4629
36284627
DH
4630** Deprecated: scm_makfromstr
4631
4632Use scm_mem2string instead.
4633
311b6a3c
MV
4634** Deprecated: scm_make_shared_substring
4635
4636Explicit shared substrings will disappear from Guile.
4637
4638Instead, "normal" strings will be implemented using sharing
4639internally, combined with a copy-on-write strategy.
4640
4641** Deprecated: scm_read_only_string_p
4642
4643The concept of read-only strings will disappear in next release of
4644Guile.
4645
4646** Deprecated: scm_sloppy_memq, scm_sloppy_memv, scm_sloppy_member
c299f186 4647
311b6a3c 4648Instead, use scm_c_memq or scm_memq, scm_memv, scm_member.
c299f186 4649
dd0e04ed
KN
4650** New functions: scm_call_0, scm_call_1, scm_call_2, scm_call_3
4651
83dbedcc
KR
4652Call a procedure with the indicated number of arguments. See "Fly
4653Evaluation" in the manual.
dd0e04ed
KN
4654
4655** New functions: scm_apply_0, scm_apply_1, scm_apply_2, scm_apply_3
4656
83dbedcc
KR
4657Call a procedure with the indicated number of arguments and a list of
4658further arguments. See "Fly Evaluation" in the manual.
dd0e04ed 4659
e235f2a6
KN
4660** New functions: scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5
4661
83dbedcc
KR
4662Create a list of the given number of elements. See "List
4663Constructors" in the manual.
e235f2a6
KN
4664
4665** Renamed function: scm_listify has been replaced by scm_list_n.
4666
4667** Deprecated macros: SCM_LIST0, SCM_LIST1, SCM_LIST2, SCM_LIST3, SCM_LIST4,
4668SCM_LIST5, SCM_LIST6, SCM_LIST7, SCM_LIST8, SCM_LIST9.
4669
4670Use functions scm_list_N instead.
4671
6fe692e9
MD
4672** New function: scm_c_read (SCM port, void *buffer, scm_sizet size)
4673
4674Used by an application to read arbitrary number of bytes from a port.
4675Same semantics as libc read, except that scm_c_read only returns less
4676than SIZE bytes if at end-of-file.
4677
4678Warning: Doesn't update port line and column counts!
4679
4680** New function: scm_c_write (SCM port, const void *ptr, scm_sizet size)
4681
4682Used by an application to write arbitrary number of bytes to an SCM
4683port. Similar semantics as libc write. However, unlike libc
4684write, scm_c_write writes the requested number of bytes and has no
4685return value.
4686
4687Warning: Doesn't update port line and column counts!
4688
17f367e0
MV
4689** New function: scm_init_guile ()
4690
4691In contrast to scm_boot_guile, scm_init_guile will return normally
4692after initializing Guile. It is not available on all systems, tho.
4693
23ade5e7
DH
4694** New functions: scm_str2symbol, scm_mem2symbol
4695
4696The function scm_str2symbol takes a const char* pointing to a zero-terminated
4697field of characters and creates a scheme symbol object from that C string.
4698The function scm_mem2symbol takes a const char* and a number of characters and
4699creates a symbol from the characters in that memory area.
4700
17f367e0
MV
4701** New functions: scm_primitive_make_property
4702 scm_primitive_property_ref
4703 scm_primitive_property_set_x
4704 scm_primitive_property_del_x
4705
4706These functions implement a new way to deal with object properties.
4707See libguile/properties.c for their documentation.
4708
9d47a1e6
ML
4709** New function: scm_done_free (long size)
4710
4711This function is the inverse of scm_done_malloc. Use it to report the
4712amount of smob memory you free. The previous method, which involved
4713calling scm_done_malloc with negative argument, was somewhat
4714unintuitive (and is still available, of course).
4715
79a3dafe
DH
4716** New function: scm_c_memq (SCM obj, SCM list)
4717
4718This function provides a fast C level alternative for scm_memq for the case
4719that the list parameter is known to be a proper list. The function is a
4720replacement for scm_sloppy_memq, but is stricter in its requirements on its
4721list input parameter, since for anything else but a proper list the function's
4722behaviour is undefined - it may even crash or loop endlessly. Further, for
4723the case that the object is not found in the list, scm_c_memq returns #f which
4724is similar to scm_memq, but different from scm_sloppy_memq's behaviour.
4725
6c0201ad 4726** New functions: scm_remember_upto_here_1, scm_remember_upto_here_2,
5d2b97cd
DH
4727scm_remember_upto_here
4728
4729These functions replace the function scm_remember.
4730
4731** Deprecated function: scm_remember
4732
4733Use one of the new functions scm_remember_upto_here_1,
4734scm_remember_upto_here_2 or scm_remember_upto_here instead.
4735
be54b15d
DH
4736** New function: scm_allocate_string
4737
4738This function replaces the function scm_makstr.
4739
4740** Deprecated function: scm_makstr
4741
4742Use the new function scm_allocate_string instead.
4743
32d0d4b1
DH
4744** New global variable scm_gc_running_p introduced.
4745
4746Use this variable to find out if garbage collection is being executed. Up to
4747now applications have used scm_gc_heap_lock to test if garbage collection was
4748running, which also works because of the fact that up to know only the garbage
4749collector has set this variable. But, this is an implementation detail that
4750may change. Further, scm_gc_heap_lock is not set throughout gc, thus the use
4751of this variable is (and has been) not fully safe anyway.
4752
5b9eb8ae
DH
4753** New macros: SCM_BITVECTOR_MAX_LENGTH, SCM_UVECTOR_MAX_LENGTH
4754
4755Use these instead of SCM_LENGTH_MAX.
4756
6c0201ad 4757** New macros: SCM_CONTINUATION_LENGTH, SCM_CCLO_LENGTH, SCM_STACK_LENGTH,
a6d9e5ab
DH
4758SCM_STRING_LENGTH, SCM_SYMBOL_LENGTH, SCM_UVECTOR_LENGTH,
4759SCM_BITVECTOR_LENGTH, SCM_VECTOR_LENGTH.
4760
4761Use these instead of SCM_LENGTH.
4762
6c0201ad 4763** New macros: SCM_SET_CONTINUATION_LENGTH, SCM_SET_STRING_LENGTH,
93778877
DH
4764SCM_SET_SYMBOL_LENGTH, SCM_SET_VECTOR_LENGTH, SCM_SET_UVECTOR_LENGTH,
4765SCM_SET_BITVECTOR_LENGTH
bc0eaf7b
DH
4766
4767Use these instead of SCM_SETLENGTH
4768
6c0201ad 4769** New macros: SCM_STRING_CHARS, SCM_SYMBOL_CHARS, SCM_CCLO_BASE,
a6d9e5ab
DH
4770SCM_VECTOR_BASE, SCM_UVECTOR_BASE, SCM_BITVECTOR_BASE, SCM_COMPLEX_MEM,
4771SCM_ARRAY_MEM
4772
e51fe79c
DH
4773Use these instead of SCM_CHARS, SCM_UCHARS, SCM_ROCHARS, SCM_ROUCHARS or
4774SCM_VELTS.
a6d9e5ab 4775
6c0201ad 4776** New macros: SCM_SET_BIGNUM_BASE, SCM_SET_STRING_CHARS,
6a0476fd
DH
4777SCM_SET_SYMBOL_CHARS, SCM_SET_UVECTOR_BASE, SCM_SET_BITVECTOR_BASE,
4778SCM_SET_VECTOR_BASE
4779
4780Use these instead of SCM_SETCHARS.
4781
a6d9e5ab
DH
4782** New macro: SCM_BITVECTOR_P
4783
4784** New macro: SCM_STRING_COERCE_0TERMINATION_X
4785
4786Use instead of SCM_COERCE_SUBSTR.
4787
30ea841d
DH
4788** New macros: SCM_DIR_OPEN_P, SCM_DIR_FLAG_OPEN
4789
4790For directory objects, use these instead of SCM_OPDIRP and SCM_OPN.
4791
6c0201ad
TTN
4792** Deprecated macros: SCM_OUTOFRANGE, SCM_NALLOC, SCM_HUP_SIGNAL,
4793SCM_INT_SIGNAL, SCM_FPE_SIGNAL, SCM_BUS_SIGNAL, SCM_SEGV_SIGNAL,
4794SCM_ALRM_SIGNAL, SCM_GC_SIGNAL, SCM_TICK_SIGNAL, SCM_SIG_ORD,
d1ca2c64 4795SCM_ORD_SIG, SCM_NUM_SIGS, SCM_SYMBOL_SLOTS, SCM_SLOTS, SCM_SLOPPY_STRINGP,
a6d9e5ab
DH
4796SCM_VALIDATE_STRINGORSUBSTR, SCM_FREEP, SCM_NFREEP, SCM_CHARS, SCM_UCHARS,
4797SCM_VALIDATE_ROSTRING, SCM_VALIDATE_ROSTRING_COPY,
4798SCM_VALIDATE_NULLORROSTRING_COPY, SCM_ROLENGTH, SCM_LENGTH, SCM_HUGE_LENGTH,
b24b5e13 4799SCM_SUBSTRP, SCM_SUBSTR_STR, SCM_SUBSTR_OFFSET, SCM_COERCE_SUBSTR,
34f0f2b8 4800SCM_ROSTRINGP, SCM_RWSTRINGP, SCM_VALIDATE_RWSTRING, SCM_ROCHARS,
fd336365 4801SCM_ROUCHARS, SCM_SETLENGTH, SCM_SETCHARS, SCM_LENGTH_MAX, SCM_GC8MARKP,
30ea841d 4802SCM_SETGC8MARK, SCM_CLRGC8MARK, SCM_GCTYP16, SCM_GCCDR, SCM_SUBR_DOC,
b3fcac34
DH
4803SCM_OPDIRP, SCM_VALIDATE_OPDIR, SCM_WTA, RETURN_SCM_WTA, SCM_CONST_LONG,
4804SCM_WNA, SCM_FUNC_NAME, SCM_VALIDATE_NUMBER_COPY,
61045190 4805SCM_VALIDATE_NUMBER_DEF_COPY, SCM_SLOPPY_CONSP, SCM_SLOPPY_NCONSP,
e038c042 4806SCM_SETAND_CDR, SCM_SETOR_CDR, SCM_SETAND_CAR, SCM_SETOR_CAR
b63a956d
DH
4807
4808Use SCM_ASSERT_RANGE or SCM_VALIDATE_XXX_RANGE instead of SCM_OUTOFRANGE.
4809Use scm_memory_error instead of SCM_NALLOC.
c1aef037 4810Use SCM_STRINGP instead of SCM_SLOPPY_STRINGP.
d1ca2c64
DH
4811Use SCM_VALIDATE_STRING instead of SCM_VALIDATE_STRINGORSUBSTR.
4812Use SCM_FREE_CELL_P instead of SCM_FREEP/SCM_NFREEP
a6d9e5ab 4813Use a type specific accessor macro instead of SCM_CHARS/SCM_UCHARS.
6c0201ad 4814Use a type specific accessor instead of SCM(_|_RO|_HUGE_)LENGTH.
a6d9e5ab
DH
4815Use SCM_VALIDATE_(SYMBOL|STRING) instead of SCM_VALIDATE_ROSTRING.
4816Use SCM_STRING_COERCE_0TERMINATION_X instead of SCM_COERCE_SUBSTR.
b24b5e13 4817Use SCM_STRINGP or SCM_SYMBOLP instead of SCM_ROSTRINGP.
f0942910
DH
4818Use SCM_STRINGP instead of SCM_RWSTRINGP.
4819Use SCM_VALIDATE_STRING instead of SCM_VALIDATE_RWSTRING.
34f0f2b8
DH
4820Use SCM_STRING_CHARS instead of SCM_ROCHARS.
4821Use SCM_STRING_UCHARS instead of SCM_ROUCHARS.
93778877 4822Use a type specific setter macro instead of SCM_SETLENGTH.
6a0476fd 4823Use a type specific setter macro instead of SCM_SETCHARS.
5b9eb8ae 4824Use a type specific length macro instead of SCM_LENGTH_MAX.
fd336365
DH
4825Use SCM_GCMARKP instead of SCM_GC8MARKP.
4826Use SCM_SETGCMARK instead of SCM_SETGC8MARK.
4827Use SCM_CLRGCMARK instead of SCM_CLRGC8MARK.
4828Use SCM_TYP16 instead of SCM_GCTYP16.
4829Use SCM_CDR instead of SCM_GCCDR.
30ea841d 4830Use SCM_DIR_OPEN_P instead of SCM_OPDIRP.
276dd677
DH
4831Use SCM_MISC_ERROR or SCM_WRONG_TYPE_ARG instead of SCM_WTA.
4832Use SCM_MISC_ERROR or SCM_WRONG_TYPE_ARG instead of RETURN_SCM_WTA.
8dea8611 4833Use SCM_VCELL_INIT instead of SCM_CONST_LONG.
b3fcac34 4834Use SCM_WRONG_NUM_ARGS instead of SCM_WNA.
ced99e92
DH
4835Use SCM_CONSP instead of SCM_SLOPPY_CONSP.
4836Use !SCM_CONSP instead of SCM_SLOPPY_NCONSP.
b63a956d 4837
f7620510
DH
4838** Removed function: scm_struct_init
4839
93d40df2
DH
4840** Removed variable: scm_symhash_dim
4841
818febc0
GH
4842** Renamed function: scm_make_cont has been replaced by
4843scm_make_continuation, which has a different interface.
4844
cc4feeca
DH
4845** Deprecated function: scm_call_catching_errors
4846
4847Use scm_catch or scm_lazy_catch from throw.[ch] instead.
4848
28b06554
DH
4849** Deprecated function: scm_strhash
4850
4851Use scm_string_hash instead.
4852
1b9be268
DH
4853** Deprecated function: scm_vector_set_length_x
4854
4855Instead, create a fresh vector of the desired size and copy the contents.
4856
302f229e
MD
4857** scm_gensym has changed prototype
4858
4859scm_gensym now only takes one argument.
4860
1660782e
DH
4861** Deprecated type tags: scm_tc7_ssymbol, scm_tc7_msymbol, scm_tcs_symbols,
4862scm_tc7_lvector
28b06554
DH
4863
4864There is now only a single symbol type scm_tc7_symbol.
1660782e 4865The tag scm_tc7_lvector was not used anyway.
28b06554 4866
2f6fb7c5
KN
4867** Deprecated function: scm_make_smob_type_mfpe, scm_set_smob_mfpe.
4868
4869Use scm_make_smob_type and scm_set_smob_XXX instead.
4870
4871** New function scm_set_smob_apply.
4872
4873This can be used to set an apply function to a smob type.
4874
1f3908c4
KN
4875** Deprecated function: scm_strprint_obj
4876
4877Use scm_object_to_string instead.
4878
b3fcac34
DH
4879** Deprecated function: scm_wta
4880
4881Use scm_wrong_type_arg, or another appropriate error signalling function
4882instead.
4883
f3f9dcbc
MV
4884** Explicit support for obarrays has been deprecated.
4885
4886Use `scm_str2symbol' and the generic hashtable functions instead.
4887
4888** The concept of `vcells' has been deprecated.
4889
4890The data type `variable' is now used exclusively. `Vcells' have been
4891a low-level concept so you are likely not affected by this change.
4892
4893*** Deprecated functions: scm_sym2vcell, scm_sysintern,
4894 scm_sysintern0, scm_symbol_value0, scm_intern, scm_intern0.
4895
4896Use scm_c_define or scm_c_lookup instead, as appropriate.
4897
4898*** New functions: scm_c_module_lookup, scm_c_lookup,
4899 scm_c_module_define, scm_c_define, scm_module_lookup, scm_lookup,
4900 scm_module_define, scm_define.
4901
4902These functions work with variables instead of with vcells.
4903
311b6a3c
MV
4904** New functions for creating and defining `subr's and `gsubr's.
4905
4906The new functions more clearly distinguish between creating a subr (or
4907gsubr) object and adding it to the current module.
4908
4909These new functions are available: scm_c_make_subr, scm_c_define_subr,
4910scm_c_make_subr_with_generic, scm_c_define_subr_with_generic,
4911scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,
4912scm_c_define_gsubr_with_generic.
4913
4914** Deprecated functions: scm_make_subr, scm_make_subr_opt,
4915 scm_make_subr_with_generic, scm_make_gsubr,
4916 scm_make_gsubr_with_generic.
4917
4918Use the new ones from above instead.
4919
4920** C interface to the module system has changed.
4921
4922While we suggest that you avoid as many explicit module system
4923operations from C as possible for the time being, the C interface has
4924been made more similar to the high-level Scheme module system.
4925
4926*** New functions: scm_c_define_module, scm_c_use_module,
4927 scm_c_export, scm_c_resolve_module.
4928
4929They mostly work like their Scheme namesakes. scm_c_define_module
4930takes a function that is called a context where the new module is
4931current.
4932
4933*** Deprecated functions: scm_the_root_module, scm_make_module,
4934 scm_ensure_user_module, scm_load_scheme_module.
4935
4936Use the new functions instead.
4937
4938** Renamed function: scm_internal_with_fluids becomes
4939 scm_c_with_fluids.
4940
4941scm_internal_with_fluids is available as a deprecated function.
4942
4943** New function: scm_c_with_fluid.
4944
4945Just like scm_c_with_fluids, but takes one fluid and one value instead
4946of lists of same.
4947
1be6b49c
ML
4948** Deprecated typedefs: long_long, ulong_long.
4949
4950They are of questionable utility and they pollute the global
4951namespace.
4952
1be6b49c
ML
4953** Deprecated typedef: scm_sizet
4954
4955It is of questionable utility now that Guile requires ANSI C, and is
4956oddly named.
4957
4958** Deprecated typedefs: scm_port_rw_active, scm_port,
4959 scm_ptob_descriptor, scm_debug_info, scm_debug_frame, scm_fport,
4960 scm_option, scm_rstate, scm_rng, scm_array, scm_array_dim.
4961
4962Made more compliant with the naming policy by adding a _t at the end.
4963
4964** Deprecated functions: scm_mkbig, scm_big2num, scm_adjbig,
4965 scm_normbig, scm_copybig, scm_2ulong2big, scm_dbl2big, scm_big2dbl
4966
373f4948 4967With the exception of the mysterious scm_2ulong2big, they are still
1be6b49c
ML
4968available under new names (scm_i_mkbig etc). These functions are not
4969intended to be used in user code. You should avoid dealing with
4970bignums directly, and should deal with numbers in general (which can
4971be bignums).
4972
147c18a0
MD
4973** Change in behavior: scm_num2long, scm_num2ulong
4974
4975The scm_num2[u]long functions don't any longer accept an inexact
4976argument. This change in behavior is motivated by concordance with
4977R5RS: It is more common that a primitive doesn't want to accept an
4978inexact for an exact.
4979
1be6b49c 4980** New functions: scm_short2num, scm_ushort2num, scm_int2num,
f3f70257
ML
4981 scm_uint2num, scm_size2num, scm_ptrdiff2num, scm_num2short,
4982 scm_num2ushort, scm_num2int, scm_num2uint, scm_num2ptrdiff,
1be6b49c
ML
4983 scm_num2size.
4984
4985These are conversion functions between the various ANSI C integral
147c18a0
MD
4986types and Scheme numbers. NOTE: The scm_num2xxx functions don't
4987accept an inexact argument.
1be6b49c 4988
5437598b
MD
4989** New functions: scm_float2num, scm_double2num,
4990 scm_num2float, scm_num2double.
4991
4992These are conversion functions between the two ANSI C float types and
4993Scheme numbers.
4994
1be6b49c 4995** New number validation macros:
f3f70257 4996 SCM_NUM2{SIZE,PTRDIFF,SHORT,USHORT,INT,UINT}[_DEF]
1be6b49c
ML
4997
4998See above.
4999
fc62c86a
ML
5000** New functions: scm_gc_protect_object, scm_gc_unprotect_object
5001
5002These are just nicer-named old scm_protect_object and
5003scm_unprotect_object.
5004
5005** Deprecated functions: scm_protect_object, scm_unprotect_object
5006
5007** New functions: scm_gc_[un]register_root, scm_gc_[un]register_roots
5008
5009These functions can be used to register pointers to locations that
5010hold SCM values.
5011
5b2ad23b
ML
5012** Deprecated function: scm_create_hook.
5013
5014Its sins are: misleading name, non-modularity and lack of general
5015usefulness.
5016
c299f186 5017\f
cc36e791
JB
5018Changes since Guile 1.3.4:
5019
80f27102
JB
5020* Changes to the distribution
5021
ce358662
JB
5022** Trees from nightly snapshots and CVS now require you to run autogen.sh.
5023
5024We've changed the way we handle generated files in the Guile source
5025repository. As a result, the procedure for building trees obtained
5026from the nightly FTP snapshots or via CVS has changed:
5027- You must have appropriate versions of autoconf, automake, and
5028 libtool installed on your system. See README for info on how to
5029 obtain these programs.
5030- Before configuring the tree, you must first run the script
5031 `autogen.sh' at the top of the source tree.
5032
5033The Guile repository used to contain not only source files, written by
5034humans, but also some generated files, like configure scripts and
5035Makefile.in files. Even though the contents of these files could be
5036derived mechanically from other files present, we thought it would
5037make the tree easier to build if we checked them into CVS.
5038
5039However, this approach means that minor differences between
5040developer's installed tools and habits affected the whole team.
5041So we have removed the generated files from the repository, and
5042added the autogen.sh script, which will reconstruct them
5043appropriately.
5044
5045
dc914156
GH
5046** configure now has experimental options to remove support for certain
5047features:
52cfc69b 5048
dc914156
GH
5049--disable-arrays omit array and uniform array support
5050--disable-posix omit posix interfaces
5051--disable-networking omit networking interfaces
5052--disable-regex omit regular expression interfaces
52cfc69b
GH
5053
5054These are likely to become separate modules some day.
5055
9764c29b 5056** New configure option --enable-debug-freelist
e1b0d0ac 5057
38a15cfd
GB
5058This enables a debugging version of SCM_NEWCELL(), and also registers
5059an extra primitive, the setter `gc-set-debug-check-freelist!'.
5060
5061Configure with the --enable-debug-freelist option to enable
5062the gc-set-debug-check-freelist! primitive, and then use:
5063
5064(gc-set-debug-check-freelist! #t) # turn on checking of the freelist
5065(gc-set-debug-check-freelist! #f) # turn off checking
5066
5067Checking of the freelist forces a traversal of the freelist and
5068a garbage collection before each allocation of a cell. This can
5069slow down the interpreter dramatically, so the setter should be used to
5070turn on this extra processing only when necessary.
e1b0d0ac 5071
9764c29b
MD
5072** New configure option --enable-debug-malloc
5073
5074Include code for debugging of calls to scm_must_malloc/realloc/free.
5075
5076Checks that
5077
50781. objects freed by scm_must_free has been mallocated by scm_must_malloc
50792. objects reallocated by scm_must_realloc has been allocated by
5080 scm_must_malloc
50813. reallocated objects are reallocated with the same what string
5082
5083But, most importantly, it records the number of allocated objects of
5084each kind. This is useful when searching for memory leaks.
5085
5086A Guile compiled with this option provides the primitive
5087`malloc-stats' which returns an alist with pairs of kind and the
5088number of objects of that kind.
5089
e415cb06
MD
5090** All includes are now referenced relative to the root directory
5091
5092Since some users have had problems with mixups between Guile and
5093system headers, we have decided to always refer to Guile headers via
5094their parent directories. This essentially creates a "private name
5095space" for Guile headers. This means that the compiler only is given
5096-I options for the root build and root source directory.
5097
341f78c9
MD
5098** Header files kw.h and genio.h have been removed.
5099
5100** The module (ice-9 getopt-gnu-style) has been removed.
5101
e8855f8d
MD
5102** New module (ice-9 documentation)
5103
5104Implements the interface to documentation strings associated with
5105objects.
5106
0c0ffe09
KN
5107** New module (ice-9 time)
5108
5109Provides a macro `time', which displays execution time of a given form.
5110
cf7a5ee5
KN
5111** New module (ice-9 history)
5112
5113Loading this module enables value history in the repl.
5114
0af43c4a 5115* Changes to the stand-alone interpreter
bd9e24b3 5116
67ef2dca
MD
5117** New command line option --debug
5118
5119Start Guile with debugging evaluator and backtraces enabled.
5120
5121This is useful when debugging your .guile init file or scripts.
5122
aa4bb95d
MD
5123** New help facility
5124
341f78c9
MD
5125Usage: (help NAME) gives documentation about objects named NAME (a symbol)
5126 (help REGEXP) ditto for objects with names matching REGEXP (a string)
58e5b910 5127 (help 'NAME) gives documentation for NAME, even if it is not an object
341f78c9 5128 (help ,EXPR) gives documentation for object returned by EXPR
6c0201ad 5129 (help (my module)) gives module commentary for `(my module)'
341f78c9
MD
5130 (help) gives this text
5131
5132`help' searches among bindings exported from loaded modules, while
5133`apropos' searches among bindings visible from the "current" module.
5134
5135Examples: (help help)
5136 (help cons)
5137 (help "output-string")
aa4bb95d 5138
e8855f8d
MD
5139** `help' and `apropos' now prints full module names
5140
0af43c4a 5141** Dynamic linking now uses libltdl from the libtool package.
bd9e24b3 5142
0af43c4a
MD
5143The old system dependent code for doing dynamic linking has been
5144replaced with calls to the libltdl functions which do all the hairy
5145details for us.
bd9e24b3 5146
0af43c4a
MD
5147The major improvement is that you can now directly pass libtool
5148library names like "libfoo.la" to `dynamic-link' and `dynamic-link'
5149will be able to do the best shared library job you can get, via
5150libltdl.
bd9e24b3 5151
0af43c4a
MD
5152The way dynamic libraries are found has changed and is not really
5153portable across platforms, probably. It is therefore recommended to
5154use absolute filenames when possible.
5155
5156If you pass a filename without an extension to `dynamic-link', it will
5157try a few appropriate ones. Thus, the most platform ignorant way is
5158to specify a name like "libfoo", without any directories and
5159extensions.
0573ddae 5160
91163914
MD
5161** Guile COOP threads are now compatible with LinuxThreads
5162
5163Previously, COOP threading wasn't possible in applications linked with
5164Linux POSIX threads due to their use of the stack pointer to find the
5165thread context. This has now been fixed with a workaround which uses
5166the pthreads to allocate the stack.
5167
6c0201ad 5168** New primitives: `pkgdata-dir', `site-dir', `library-dir'
62b82274 5169
9770d235
MD
5170** Positions of erring expression in scripts
5171
5172With version 1.3.4, the location of the erring expression in Guile
5173scipts is no longer automatically reported. (This should have been
5174documented before the 1.3.4 release.)
5175
5176You can get this information by enabling recording of positions of
5177source expressions and running the debugging evaluator. Put this at
5178the top of your script (or in your "site" file):
5179
5180 (read-enable 'positions)
5181 (debug-enable 'debug)
5182
0573ddae
MD
5183** Backtraces in scripts
5184
5185It is now possible to get backtraces in scripts.
5186
5187Put
5188
5189 (debug-enable 'debug 'backtrace)
5190
5191at the top of the script.
5192
5193(The first options enables the debugging evaluator.
5194 The second enables backtraces.)
5195
e8855f8d
MD
5196** Part of module system symbol lookup now implemented in C
5197
5198The eval closure of most modules is now implemented in C. Since this
5199was one of the bottlenecks for loading speed, Guile now loads code
5200substantially faster than before.
5201
f25f761d
GH
5202** Attempting to get the value of an unbound variable now produces
5203an exception with a key of 'unbound-variable instead of 'misc-error.
5204
1a35eadc
GH
5205** The initial default output port is now unbuffered if it's using a
5206tty device. Previously in this situation it was line-buffered.
5207
820920e6
MD
5208** New hook: after-gc-hook
5209
5210after-gc-hook takes over the role of gc-thunk. This hook is run at
5211the first SCM_TICK after a GC. (Thus, the code is run at the same
5212point during evaluation as signal handlers.)
5213
5214Note that this hook should be used only for diagnostic and debugging
5215purposes. It is not certain that it will continue to be well-defined
5216when this hook is run in the future.
5217
5218C programmers: Note the new C level hooks scm_before_gc_c_hook,
5219scm_before_sweep_c_hook, scm_after_gc_c_hook.
5220
b5074b23
MD
5221** Improvements to garbage collector
5222
5223Guile 1.4 has a new policy for triggering heap allocation and
5224determining the sizes of heap segments. It fixes a number of problems
5225in the old GC.
5226
52271. The new policy can handle two separate pools of cells
5228 (2-word/4-word) better. (The old policy would run wild, allocating
5229 more and more memory for certain programs.)
5230
52312. The old code would sometimes allocate far too much heap so that the
5232 Guile process became gigantic. The new code avoids this.
5233
52343. The old code would sometimes allocate too little so that few cells
5235 were freed at GC so that, in turn, too much time was spent in GC.
5236
52374. The old code would often trigger heap allocation several times in a
5238 row. (The new scheme predicts how large the segments needs to be
5239 in order not to need further allocation.)
5240
e8855f8d
MD
5241All in all, the new GC policy will make larger applications more
5242efficient.
5243
b5074b23
MD
5244The new GC scheme also is prepared for POSIX threading. Threads can
5245allocate private pools of cells ("clusters") with just a single
5246function call. Allocation of single cells from such a cluster can
5247then proceed without any need of inter-thread synchronization.
5248
5249** New environment variables controlling GC parameters
5250
5251GUILE_MAX_SEGMENT_SIZE Maximal segment size
5252 (default = 2097000)
5253
5254Allocation of 2-word cell heaps:
5255
5256GUILE_INIT_SEGMENT_SIZE_1 Size of initial heap segment in bytes
5257 (default = 360000)
5258
5259GUILE_MIN_YIELD_1 Minimum number of freed cells at each
5260 GC in percent of total heap size
5261 (default = 40)
5262
5263Allocation of 4-word cell heaps
5264(used for real numbers and misc other objects):
5265
5266GUILE_INIT_SEGMENT_SIZE_2, GUILE_MIN_YIELD_2
5267
5268(See entry "Way for application to customize GC parameters" under
5269 section "Changes to the scm_ interface" below.)
5270
67ef2dca
MD
5271** Guile now implements reals using 4-word cells
5272
5273This speeds up computation with reals. (They were earlier allocated
5274with `malloc'.) There is still some room for optimizations, however.
5275
5276** Some further steps toward POSIX thread support have been taken
5277
5278*** Guile's critical sections (SCM_DEFER/ALLOW_INTS)
5279don't have much effect any longer, and many of them will be removed in
5280next release.
5281
5282*** Signals
5283are only handled at the top of the evaluator loop, immediately after
5284I/O, and in scm_equalp.
5285
5286*** The GC can allocate thread private pools of pairs.
5287
0af43c4a
MD
5288* Changes to Scheme functions and syntax
5289
a0128ebe 5290** close-input-port and close-output-port are now R5RS
7c1e0b12 5291
a0128ebe 5292These procedures have been turned into primitives and have R5RS behaviour.
7c1e0b12 5293
0af43c4a
MD
5294** New procedure: simple-format PORT MESSAGE ARG1 ...
5295
5296(ice-9 boot) makes `format' an alias for `simple-format' until possibly
5297extended by the more sophisticated version in (ice-9 format)
5298
5299(simple-format port message . args)
5300Write MESSAGE to DESTINATION, defaulting to `current-output-port'.
5301MESSAGE can contain ~A (was %s) and ~S (was %S) escapes. When printed,
5302the escapes are replaced with corresponding members of ARGS:
5303~A formats using `display' and ~S formats using `write'.
5304If DESTINATION is #t, then use the `current-output-port',
5305if DESTINATION is #f, then return a string containing the formatted text.
5306Does not add a trailing newline."
5307
5308** string-ref: the second argument is no longer optional.
5309
5310** string, list->string: no longer accept strings in their arguments,
5311only characters, for compatibility with R5RS.
5312
5313** New procedure: port-closed? PORT
5314Returns #t if PORT is closed or #f if it is open.
5315
0a9e521f
MD
5316** Deprecated: list*
5317
5318The list* functionality is now provided by cons* (SRFI-1 compliant)
5319
b5074b23
MD
5320** New procedure: cons* ARG1 ARG2 ... ARGn
5321
5322Like `list', but the last arg provides the tail of the constructed list,
5323returning (cons ARG1 (cons ARG2 (cons ... ARGn))).
5324
5325Requires at least one argument. If given one argument, that argument
5326is returned as result.
5327
5328This function is called `list*' in some other Schemes and in Common LISP.
5329
341f78c9
MD
5330** Removed deprecated: serial-map, serial-array-copy!, serial-array-map!
5331
e8855f8d
MD
5332** New procedure: object-documentation OBJECT
5333
5334Returns the documentation string associated with OBJECT. The
5335procedure uses a caching mechanism so that subsequent lookups are
5336faster.
5337
5338Exported by (ice-9 documentation).
5339
5340** module-name now returns full names of modules
5341
5342Previously, only the last part of the name was returned (`session' for
5343`(ice-9 session)'). Ex: `(ice-9 session)'.
5344
894a712b
DH
5345* Changes to the gh_ interface
5346
5347** Deprecated: gh_int2scmb
5348
5349Use gh_bool2scm instead.
5350
a2349a28
GH
5351* Changes to the scm_ interface
5352
810e1aec
MD
5353** Guile primitives now carry docstrings!
5354
5355Thanks to Greg Badros!
5356
0a9e521f 5357** Guile primitives are defined in a new way: SCM_DEFINE/SCM_DEFINE1/SCM_PROC
0af43c4a 5358
0a9e521f
MD
5359Now Guile primitives are defined using the SCM_DEFINE/SCM_DEFINE1/SCM_PROC
5360macros and must contain a docstring that is extracted into foo.doc using a new
0af43c4a
MD
5361guile-doc-snarf script (that uses guile-doc-snarf.awk).
5362
0a9e521f
MD
5363However, a major overhaul of these macros is scheduled for the next release of
5364guile.
5365
0af43c4a
MD
5366** Guile primitives use a new technique for validation of arguments
5367
5368SCM_VALIDATE_* macros are defined to ease the redundancy and improve
5369the readability of argument checking.
5370
5371** All (nearly?) K&R prototypes for functions replaced with ANSI C equivalents.
5372
894a712b 5373** New macros: SCM_PACK, SCM_UNPACK
f8a72ca4
MD
5374
5375Compose/decompose an SCM value.
5376
894a712b
DH
5377The SCM type is now treated as an abstract data type and may be defined as a
5378long, a void* or as a struct, depending on the architecture and compile time
5379options. This makes it easier to find several types of bugs, for example when
5380SCM values are treated as integers without conversion. Values of the SCM type
5381should be treated as "atomic" values. These macros are used when
f8a72ca4
MD
5382composing/decomposing an SCM value, either because you want to access
5383individual bits, or because you want to treat it as an integer value.
5384
5385E.g., in order to set bit 7 in an SCM value x, use the expression
5386
5387 SCM_PACK (SCM_UNPACK (x) | 0x80)
5388
e11f8b42
DH
5389** The name property of hooks is deprecated.
5390Thus, the use of SCM_HOOK_NAME and scm_make_hook_with_name is deprecated.
5391
5392You can emulate this feature by using object properties.
5393
6c0201ad 5394** Deprecated macros: SCM_INPORTP, SCM_OUTPORTP, SCM_CRDY, SCM_ICHRP,
894a712b
DH
5395SCM_ICHR, SCM_MAKICHR, SCM_SETJMPBUF, SCM_NSTRINGP, SCM_NRWSTRINGP,
5396SCM_NVECTORP
f8a72ca4 5397
894a712b 5398These macros will be removed in a future release of Guile.
7c1e0b12 5399
6c0201ad 5400** The following types, functions and macros from numbers.h are deprecated:
0a9e521f
MD
5401scm_dblproc, SCM_UNEGFIXABLE, SCM_FLOBUFLEN, SCM_INEXP, SCM_CPLXP, SCM_REAL,
5402SCM_IMAG, SCM_REALPART, scm_makdbl, SCM_SINGP, SCM_NUM2DBL, SCM_NO_BIGDIG
5403
a2349a28
GH
5404** Port internals: the rw_random variable in the scm_port structure
5405must be set to non-zero in any random access port. In recent Guile
5406releases it was only set for bidirectional random-access ports.
5407
7dcb364d
GH
5408** Port internals: the seek ptob procedure is now responsible for
5409resetting the buffers if required. The change was made so that in the
5410special case of reading the current position (i.e., seek p 0 SEEK_CUR)
5411the fport and strport ptobs can avoid resetting the buffers,
5412in particular to avoid discarding unread chars. An existing port
5413type can be fixed by adding something like the following to the
5414beginning of the ptob seek procedure:
5415
5416 if (pt->rw_active == SCM_PORT_READ)
5417 scm_end_input (object);
5418 else if (pt->rw_active == SCM_PORT_WRITE)
5419 ptob->flush (object);
5420
5421although to actually avoid resetting the buffers and discard unread
5422chars requires further hacking that depends on the characteristics
5423of the ptob.
5424
894a712b
DH
5425** Deprecated functions: scm_fseek, scm_tag
5426
5427These functions are no longer used and will be removed in a future version.
5428
f25f761d
GH
5429** The scm_sysmissing procedure is no longer used in libguile.
5430Unless it turns out to be unexpectedly useful to somebody, it will be
5431removed in a future version.
5432
0af43c4a
MD
5433** The format of error message strings has changed
5434
5435The two C procedures: scm_display_error and scm_error, as well as the
5436primitive `scm-error', now use scm_simple_format to do their work.
5437This means that the message strings of all code must be updated to use
5438~A where %s was used before, and ~S where %S was used before.
5439
5440During the period when there still are a lot of old Guiles out there,
5441you might want to support both old and new versions of Guile.
5442
5443There are basically two methods to achieve this. Both methods use
5444autoconf. Put
5445
5446 AC_CHECK_FUNCS(scm_simple_format)
5447
5448in your configure.in.
5449
5450Method 1: Use the string concatenation features of ANSI C's
5451 preprocessor.
5452
5453In C:
5454
5455#ifdef HAVE_SCM_SIMPLE_FORMAT
5456#define FMT_S "~S"
5457#else
5458#define FMT_S "%S"
5459#endif
5460
5461Then represent each of your error messages using a preprocessor macro:
5462
5463#define E_SPIDER_ERROR "There's a spider in your " ## FMT_S ## "!!!"
5464
5465In Scheme:
5466
5467(define fmt-s (if (defined? 'simple-format) "~S" "%S"))
5468(define make-message string-append)
5469
5470(define e-spider-error (make-message "There's a spider in your " fmt-s "!!!"))
5471
5472Method 2: Use the oldfmt function found in doc/oldfmt.c.
5473
5474In C:
5475
5476scm_misc_error ("picnic", scm_c_oldfmt0 ("There's a spider in your ~S!!!"),
5477 ...);
5478
5479In Scheme:
5480
5481(scm-error 'misc-error "picnic" (oldfmt "There's a spider in your ~S!!!")
5482 ...)
5483
5484
f3b5e185
MD
5485** Deprecated: coop_mutex_init, coop_condition_variable_init
5486
5487Don't use the functions coop_mutex_init and
5488coop_condition_variable_init. They will change.
5489
5490Use scm_mutex_init and scm_cond_init instead.
5491
f3b5e185
MD
5492** New function: int scm_cond_timedwait (scm_cond_t *COND, scm_mutex_t *MUTEX, const struct timespec *ABSTIME)
5493 `scm_cond_timedwait' atomically unlocks MUTEX and waits on
5494 COND, as `scm_cond_wait' does, but it also bounds the duration
5495 of the wait. If COND has not been signaled before time ABSTIME,
5496 the mutex MUTEX is re-acquired and `scm_cond_timedwait'
5497 returns the error code `ETIMEDOUT'.
5498
5499 The ABSTIME parameter specifies an absolute time, with the same
5500 origin as `time' and `gettimeofday': an ABSTIME of 0 corresponds
5501 to 00:00:00 GMT, January 1, 1970.
5502
5503** New function: scm_cond_broadcast (scm_cond_t *COND)
5504 `scm_cond_broadcast' restarts all the threads that are waiting
5505 on the condition variable COND. Nothing happens if no threads are
5506 waiting on COND.
5507
5508** New function: scm_key_create (scm_key_t *KEY, void (*destr_function) (void *))
5509 `scm_key_create' allocates a new TSD key. The key is stored in
5510 the location pointed to by KEY. There is no limit on the number
5511 of keys allocated at a given time. The value initially associated
5512 with the returned key is `NULL' in all currently executing threads.
5513
5514 The DESTR_FUNCTION argument, if not `NULL', specifies a destructor
5515 function associated with the key. When a thread terminates,
5516 DESTR_FUNCTION is called on the value associated with the key in
5517 that thread. The DESTR_FUNCTION is not called if a key is deleted
5518 with `scm_key_delete' or a value is changed with
5519 `scm_setspecific'. The order in which destructor functions are
5520 called at thread termination time is unspecified.
5521
5522 Destructors are not yet implemented.
5523
5524** New function: scm_setspecific (scm_key_t KEY, const void *POINTER)
5525 `scm_setspecific' changes the value associated with KEY in the
5526 calling thread, storing the given POINTER instead.
5527
5528** New function: scm_getspecific (scm_key_t KEY)
5529 `scm_getspecific' returns the value currently associated with
5530 KEY in the calling thread.
5531
5532** New function: scm_key_delete (scm_key_t KEY)
5533 `scm_key_delete' deallocates a TSD key. It does not check
5534 whether non-`NULL' values are associated with that key in the
5535 currently executing threads, nor call the destructor function
5536 associated with the key.
5537
820920e6
MD
5538** New function: scm_c_hook_init (scm_c_hook_t *HOOK, void *HOOK_DATA, scm_c_hook_type_t TYPE)
5539
5540Initialize a C level hook HOOK with associated HOOK_DATA and type
5541TYPE. (See scm_c_hook_run ().)
5542
5543** New function: scm_c_hook_add (scm_c_hook_t *HOOK, scm_c_hook_function_t FUNC, void *FUNC_DATA, int APPENDP)
5544
5545Add hook function FUNC with associated FUNC_DATA to HOOK. If APPENDP
5546is true, add it last, otherwise first. The same FUNC can be added
5547multiple times if FUNC_DATA differ and vice versa.
5548
5549** New function: scm_c_hook_remove (scm_c_hook_t *HOOK, scm_c_hook_function_t FUNC, void *FUNC_DATA)
5550
5551Remove hook function FUNC with associated FUNC_DATA from HOOK. A
5552function is only removed if both FUNC and FUNC_DATA matches.
5553
5554** New function: void *scm_c_hook_run (scm_c_hook_t *HOOK, void *DATA)
5555
5556Run hook HOOK passing DATA to the hook functions.
5557
5558If TYPE is SCM_C_HOOK_NORMAL, all hook functions are run. The value
5559returned is undefined.
5560
5561If TYPE is SCM_C_HOOK_OR, hook functions are run until a function
5562returns a non-NULL value. This value is returned as the result of
5563scm_c_hook_run. If all functions return NULL, NULL is returned.
5564
5565If TYPE is SCM_C_HOOK_AND, hook functions are run until a function
5566returns a NULL value, and NULL is returned. If all functions returns
5567a non-NULL value, the last value is returned.
5568
5569** New C level GC hooks
5570
5571Five new C level hooks has been added to the garbage collector.
5572
5573 scm_before_gc_c_hook
5574 scm_after_gc_c_hook
5575
5576are run before locking and after unlocking the heap. The system is
5577thus in a mode where evaluation can take place. (Except that
5578scm_before_gc_c_hook must not allocate new cells.)
5579
5580 scm_before_mark_c_hook
5581 scm_before_sweep_c_hook
5582 scm_after_sweep_c_hook
5583
5584are run when the heap is locked. These are intended for extension of
5585the GC in a modular fashion. Examples are the weaks and guardians
5586modules.
5587
b5074b23
MD
5588** Way for application to customize GC parameters
5589
5590The application can set up other default values for the GC heap
5591allocation parameters
5592
5593 GUILE_INIT_HEAP_SIZE_1, GUILE_MIN_YIELD_1,
5594 GUILE_INIT_HEAP_SIZE_2, GUILE_MIN_YIELD_2,
5595 GUILE_MAX_SEGMENT_SIZE,
5596
5597by setting
5598
5599 scm_default_init_heap_size_1, scm_default_min_yield_1,
5600 scm_default_init_heap_size_2, scm_default_min_yield_2,
5601 scm_default_max_segment_size
5602
5603respectively before callong scm_boot_guile.
5604
5605(See entry "New environment variables ..." in section
5606"Changes to the stand-alone interpreter" above.)
5607
9704841c
MD
5608** scm_protect_object/scm_unprotect_object now nest
5609
67ef2dca
MD
5610This means that you can call scm_protect_object multiple times on an
5611object and count on the object being protected until
5612scm_unprotect_object has been call the same number of times.
5613
5614The functions also have better time complexity.
5615
5616Still, it is usually possible to structure the application in a way
5617that you don't need to use these functions. For example, if you use a
5618protected standard Guile list to keep track of live objects rather
5619than some custom data type, objects will die a natural death when they
5620are no longer needed.
5621
0a9e521f
MD
5622** Deprecated type tags: scm_tc16_flo, scm_tc_flo, scm_tc_dblr, scm_tc_dblc
5623
5624Guile does not provide the float representation for inexact real numbers any
5625more. Now, only doubles are used to represent inexact real numbers. Further,
5626the tag names scm_tc_dblr and scm_tc_dblc have been changed to scm_tc16_real
5627and scm_tc16_complex, respectively.
5628
341f78c9
MD
5629** Removed deprecated type scm_smobfuns
5630
5631** Removed deprecated function scm_newsmob
5632
b5074b23
MD
5633** Warning: scm_make_smob_type_mfpe might become deprecated in a future release
5634
5635There is an ongoing discussion among the developers whether to
5636deprecate `scm_make_smob_type_mfpe' or not. Please use the current
5637standard interface (scm_make_smob_type, scm_set_smob_XXX) in new code
5638until this issue has been settled.
5639
341f78c9
MD
5640** Removed deprecated type tag scm_tc16_kw
5641
2728d7f4
MD
5642** Added type tag scm_tc16_keyword
5643
5644(This was introduced already in release 1.3.4 but was not documented
5645 until now.)
5646
67ef2dca
MD
5647** gdb_print now prints "*** Guile not initialized ***" until Guile initialized
5648
f25f761d
GH
5649* Changes to system call interfaces:
5650
28d77376
GH
5651** The "select" procedure now tests port buffers for the ability to
5652provide input or accept output. Previously only the underlying file
5653descriptors were checked.
5654
bd9e24b3
GH
5655** New variable PIPE_BUF: the maximum number of bytes that can be
5656atomically written to a pipe.
5657
f25f761d
GH
5658** If a facility is not available on the system when Guile is
5659compiled, the corresponding primitive procedure will not be defined.
5660Previously it would have been defined but would throw a system-error
5661exception if called. Exception handlers which catch this case may
5662need minor modification: an error will be thrown with key
5663'unbound-variable instead of 'system-error. Alternatively it's
5664now possible to use `defined?' to check whether the facility is
5665available.
5666
38c1d3c4 5667** Procedures which depend on the timezone should now give the correct
6c0201ad 5668result on systems which cache the TZ environment variable, even if TZ
38c1d3c4
GH
5669is changed without calling tzset.
5670
5c11cc9d
GH
5671* Changes to the networking interfaces:
5672
5673** New functions: htons, ntohs, htonl, ntohl: for converting short and
5674long integers between network and host format. For now, it's not
5675particularly convenient to do this kind of thing, but consider:
5676
5677(define write-network-long
5678 (lambda (value port)
5679 (let ((v (make-uniform-vector 1 1 0)))
5680 (uniform-vector-set! v 0 (htonl value))
5681 (uniform-vector-write v port))))
5682
5683(define read-network-long
5684 (lambda (port)
5685 (let ((v (make-uniform-vector 1 1 0)))
5686 (uniform-vector-read! v port)
5687 (ntohl (uniform-vector-ref v 0)))))
5688
5689** If inet-aton fails, it now throws an error with key 'misc-error
5690instead of 'system-error, since errno is not relevant.
5691
5692** Certain gethostbyname/gethostbyaddr failures now throw errors with
5693specific keys instead of 'system-error. The latter is inappropriate
5694since errno will not have been set. The keys are:
afe5177e 5695'host-not-found, 'try-again, 'no-recovery and 'no-data.
5c11cc9d
GH
5696
5697** sethostent, setnetent, setprotoent, setservent: now take an
5698optional argument STAYOPEN, which specifies whether the database
5699remains open after a database entry is accessed randomly (e.g., using
5700gethostbyname for the hosts database.) The default is #f. Previously
5701#t was always used.
5702
cc36e791 5703\f
43fa9a05
JB
5704Changes since Guile 1.3.2:
5705
0fdcbcaa
MD
5706* Changes to the stand-alone interpreter
5707
5708** Debugger
5709
5710An initial version of the Guile debugger written by Chris Hanson has
5711been added. The debugger is still under development but is included
5712in the distribution anyway since it is already quite useful.
5713
5714Type
5715
5716 (debug)
5717
5718after an error to enter the debugger. Type `help' inside the debugger
5719for a description of available commands.
5720
5721If you prefer to have stack frames numbered and printed in
5722anti-chronological order and prefer up in the stack to be down on the
5723screen as is the case in gdb, you can put
5724
5725 (debug-enable 'backwards)
5726
5727in your .guile startup file. (However, this means that Guile can't
5728use indentation to indicate stack level.)
5729
5730The debugger is autoloaded into Guile at the first use.
5731
5732** Further enhancements to backtraces
5733
5734There is a new debug option `width' which controls the maximum width
5735on the screen of printed stack frames. Fancy printing parameters
5736("level" and "length" as in Common LISP) are adaptively adjusted for
5737each stack frame to give maximum information while still fitting
5738within the bounds. If the stack frame can't be made to fit by
5739adjusting parameters, it is simply cut off at the end. This is marked
5740with a `$'.
5741
5742** Some modules are now only loaded when the repl is started
5743
5744The modules (ice-9 debug), (ice-9 session), (ice-9 threads) and (ice-9
5745regex) are now loaded into (guile-user) only if the repl has been
5746started. The effect is that the startup time for scripts has been
5747reduced to 30% of what it was previously.
5748
5749Correctly written scripts load the modules they require at the top of
5750the file and should not be affected by this change.
5751
ece41168
MD
5752** Hooks are now represented as smobs
5753
6822fe53
MD
5754* Changes to Scheme functions and syntax
5755
0ce204b0
MV
5756** Readline support has changed again.
5757
5758The old (readline-activator) module is gone. Use (ice-9 readline)
5759instead, which now contains all readline functionality. So the code
5760to activate readline is now
5761
5762 (use-modules (ice-9 readline))
5763 (activate-readline)
5764
5765This should work at any time, including from the guile prompt.
5766
5d195868
JB
5767To avoid confusion about the terms of Guile's license, please only
5768enable readline for your personal use; please don't make it the
5769default for others. Here is why we make this rather odd-sounding
5770request:
5771
5772Guile is normally licensed under a weakened form of the GNU General
5773Public License, which allows you to link code with Guile without
5774placing that code under the GPL. This exception is important to some
5775people.
5776
5777However, since readline is distributed under the GNU General Public
5778License, when you link Guile with readline, either statically or
5779dynamically, you effectively change Guile's license to the strict GPL.
5780Whenever you link any strictly GPL'd code into Guile, uses of Guile
5781which are normally permitted become forbidden. This is a rather
5782non-obvious consequence of the licensing terms.
5783
5784So, to make sure things remain clear, please let people choose for
5785themselves whether to link GPL'd libraries like readline with Guile.
5786
25b0654e
JB
5787** regexp-substitute/global has changed slightly, but incompatibly.
5788
5789If you include a function in the item list, the string of the match
5790object it receives is the same string passed to
5791regexp-substitute/global, not some suffix of that string.
5792Correspondingly, the match's positions are relative to the entire
5793string, not the suffix.
5794
5795If the regexp can match the empty string, the way matches are chosen
5796from the string has changed. regexp-substitute/global recognizes the
5797same set of matches that list-matches does; see below.
5798
5799** New function: list-matches REGEXP STRING [FLAGS]
5800
5801Return a list of match objects, one for every non-overlapping, maximal
5802match of REGEXP in STRING. The matches appear in left-to-right order.
5803list-matches only reports matches of the empty string if there are no
5804other matches which begin on, end at, or include the empty match's
5805position.
5806
5807If present, FLAGS is passed as the FLAGS argument to regexp-exec.
5808
5809** New function: fold-matches REGEXP STRING INIT PROC [FLAGS]
5810
5811For each match of REGEXP in STRING, apply PROC to the match object,
5812and the last value PROC returned, or INIT for the first call. Return
5813the last value returned by PROC. We apply PROC to the matches as they
5814appear from left to right.
5815
5816This function recognizes matches according to the same criteria as
5817list-matches.
5818
5819Thus, you could define list-matches like this:
5820
5821 (define (list-matches regexp string . flags)
5822 (reverse! (apply fold-matches regexp string '() cons flags)))
5823
5824If present, FLAGS is passed as the FLAGS argument to regexp-exec.
5825
bc848f7f
MD
5826** Hooks
5827
5828*** New function: hook? OBJ
5829
5830Return #t if OBJ is a hook, otherwise #f.
5831
ece41168
MD
5832*** New function: make-hook-with-name NAME [ARITY]
5833
5834Return a hook with name NAME and arity ARITY. The default value for
5835ARITY is 0. The only effect of NAME is that it will appear when the
5836hook object is printed to ease debugging.
5837
bc848f7f
MD
5838*** New function: hook-empty? HOOK
5839
5840Return #t if HOOK doesn't contain any procedures, otherwise #f.
5841
5842*** New function: hook->list HOOK
5843
5844Return a list of the procedures that are called when run-hook is
5845applied to HOOK.
5846
b074884f
JB
5847** `map' signals an error if its argument lists are not all the same length.
5848
5849This is the behavior required by R5RS, so this change is really a bug
5850fix. But it seems to affect a lot of people's code, so we're
5851mentioning it here anyway.
5852
6822fe53
MD
5853** Print-state handling has been made more transparent
5854
5855Under certain circumstances, ports are represented as a port with an
5856associated print state. Earlier, this pair was represented as a pair
5857(see "Some magic has been added to the printer" below). It is now
5858indistinguishable (almost; see `get-print-state') from a port on the
5859user level.
5860
5861*** New function: port-with-print-state OUTPUT-PORT PRINT-STATE
5862
5863Return a new port with the associated print state PRINT-STATE.
5864
5865*** New function: get-print-state OUTPUT-PORT
5866
5867Return the print state associated with this port if it exists,
5868otherwise return #f.
5869
340a8770 5870*** New function: directory-stream? OBJECT
77242ff9 5871
340a8770 5872Returns true iff OBJECT is a directory stream --- the sort of object
77242ff9
GH
5873returned by `opendir'.
5874
0fdcbcaa
MD
5875** New function: using-readline?
5876
5877Return #t if readline is in use in the current repl.
5878
26405bc1
MD
5879** structs will be removed in 1.4
5880
5881Structs will be replaced in Guile 1.4. We will merge GOOPS into Guile
5882and use GOOPS objects as the fundamental record type.
5883
49199eaa
MD
5884* Changes to the scm_ interface
5885
26405bc1
MD
5886** structs will be removed in 1.4
5887
5888The entire current struct interface (struct.c, struct.h) will be
5889replaced in Guile 1.4. We will merge GOOPS into libguile and use
5890GOOPS objects as the fundamental record type.
5891
49199eaa
MD
5892** The internal representation of subr's has changed
5893
5894Instead of giving a hint to the subr name, the CAR field of the subr
5895now contains an index to a subr entry in scm_subr_table.
5896
5897*** New variable: scm_subr_table
5898
5899An array of subr entries. A subr entry contains the name, properties
5900and documentation associated with the subr. The properties and
5901documentation slots are not yet used.
5902
5903** A new scheme for "forwarding" calls to a builtin to a generic function
5904
5905It is now possible to extend the functionality of some Guile
5906primitives by letting them defer a call to a GOOPS generic function on
240ed66f 5907argument mismatch. This means that there is no loss of efficiency in
daf516d6 5908normal evaluation.
49199eaa
MD
5909
5910Example:
5911
daf516d6 5912 (use-modules (oop goops)) ; Must be GOOPS version 0.2.
49199eaa
MD
5913 (define-method + ((x <string>) (y <string>))
5914 (string-append x y))
5915
86a4d62e
MD
5916+ will still be as efficient as usual in numerical calculations, but
5917can also be used for concatenating strings.
49199eaa 5918
86a4d62e 5919Who will be the first one to extend Guile's numerical tower to
daf516d6
MD
5920rationals? :) [OK, there a few other things to fix before this can
5921be made in a clean way.]
49199eaa
MD
5922
5923*** New snarf macros for defining primitives: SCM_GPROC, SCM_GPROC1
5924
5925 New macro: SCM_GPROC (CNAME, SNAME, REQ, OPT, VAR, CFUNC, GENERIC)
5926
5927 New macro: SCM_GPROC1 (CNAME, SNAME, TYPE, CFUNC, GENERIC)
5928
d02cafe7 5929These do the same job as SCM_PROC and SCM_PROC1, but they also define
49199eaa
MD
5930a variable GENERIC which can be used by the dispatch macros below.
5931
5932[This is experimental code which may change soon.]
5933
5934*** New macros for forwarding control to a generic on arg type error
5935
5936 New macro: SCM_WTA_DISPATCH_1 (GENERIC, ARG1, POS, SUBR)
5937
5938 New macro: SCM_WTA_DISPATCH_2 (GENERIC, ARG1, ARG2, POS, SUBR)
5939
5940These correspond to the scm_wta function call, and have the same
5941behaviour until the user has called the GOOPS primitive
5942`enable-primitive-generic!'. After that, these macros will apply the
5943generic function GENERIC to the argument(s) instead of calling
5944scm_wta.
5945
5946[This is experimental code which may change soon.]
5947
5948*** New macros for argument testing with generic dispatch
5949
5950 New macro: SCM_GASSERT1 (COND, GENERIC, ARG1, POS, SUBR)
5951
5952 New macro: SCM_GASSERT2 (COND, GENERIC, ARG1, ARG2, POS, SUBR)
5953
5954These correspond to the SCM_ASSERT macro, but will defer control to
5955GENERIC on error after `enable-primitive-generic!' has been called.
5956
5957[This is experimental code which may change soon.]
5958
5959** New function: SCM scm_eval_body (SCM body, SCM env)
5960
5961Evaluates the body of a special form.
5962
5963** The internal representation of struct's has changed
5964
5965Previously, four slots were allocated for the procedure(s) of entities
5966and operators. The motivation for this representation had to do with
5967the structure of the evaluator, the wish to support tail-recursive
5968generic functions, and efficiency. Since the generic function
5969dispatch mechanism has changed, there is no longer a need for such an
5970expensive representation, and the representation has been simplified.
5971
5972This should not make any difference for most users.
5973
5974** GOOPS support has been cleaned up.
5975
5976Some code has been moved from eval.c to objects.c and code in both of
5977these compilation units has been cleaned up and better structured.
5978
5979*** New functions for applying generic functions
5980
5981 New function: SCM scm_apply_generic (GENERIC, ARGS)
5982 New function: SCM scm_call_generic_0 (GENERIC)
5983 New function: SCM scm_call_generic_1 (GENERIC, ARG1)
5984 New function: SCM scm_call_generic_2 (GENERIC, ARG1, ARG2)
5985 New function: SCM scm_call_generic_3 (GENERIC, ARG1, ARG2, ARG3)
5986
ece41168
MD
5987** Deprecated function: scm_make_named_hook
5988
5989It is now replaced by:
5990
5991** New function: SCM scm_create_hook (const char *name, int arity)
5992
5993Creates a hook in the same way as make-hook above but also
5994binds a variable named NAME to it.
5995
5996This is the typical way of creating a hook from C code.
5997
5998Currently, the variable is created in the "current" module.
5999This might change when we get the new module system.
6000
6001[The behaviour is identical to scm_make_named_hook.]
6002
6003
43fa9a05 6004\f
f3227c7a
JB
6005Changes since Guile 1.3:
6006
6ca345f3
JB
6007* Changes to mailing lists
6008
6009** Some of the Guile mailing lists have moved to sourceware.cygnus.com.
6010
6011See the README file to find current addresses for all the Guile
6012mailing lists.
6013
d77fb593
JB
6014* Changes to the distribution
6015
1d335863
JB
6016** Readline support is no longer included with Guile by default.
6017
6018Based on the different license terms of Guile and Readline, we
6019concluded that Guile should not *by default* cause the linking of
6020Readline into an application program. Readline support is now offered
6021as a separate module, which is linked into an application only when
6022you explicitly specify it.
6023
6024Although Guile is GNU software, its distribution terms add a special
6025exception to the usual GNU General Public License (GPL). Guile's
6026license includes a clause that allows you to link Guile with non-free
6027programs. We add this exception so as not to put Guile at a
6028disadvantage vis-a-vis other extensibility packages that support other
6029languages.
6030
6031In contrast, the GNU Readline library is distributed under the GNU
6032General Public License pure and simple. This means that you may not
6033link Readline, even dynamically, into an application unless it is
6034distributed under a free software license that is compatible the GPL.
6035
6036Because of this difference in distribution terms, an application that
6037can use Guile may not be able to use Readline. Now users will be
6038explicitly offered two independent decisions about the use of these
6039two packages.
d77fb593 6040
0e8a8468
MV
6041You can activate the readline support by issuing
6042
6043 (use-modules (readline-activator))
6044 (activate-readline)
6045
6046from your ".guile" file, for example.
6047
e4eae9b1
MD
6048* Changes to the stand-alone interpreter
6049
67ad463a
MD
6050** All builtins now print as primitives.
6051Previously builtin procedures not belonging to the fundamental subr
6052types printed as #<compiled closure #<primitive-procedure gsubr-apply>>.
6053Now, they print as #<primitive-procedure NAME>.
6054
6055** Backtraces slightly more intelligible.
6056gsubr-apply and macro transformer application frames no longer appear
6057in backtraces.
6058
69c6acbb
JB
6059* Changes to Scheme functions and syntax
6060
2a52b429
MD
6061** Guile now correctly handles internal defines by rewriting them into
6062their equivalent letrec. Previously, internal defines would
6063incrementally add to the innermost environment, without checking
6064whether the restrictions specified in RnRS were met. This lead to the
6065correct behaviour when these restriction actually were met, but didn't
6066catch all illegal uses. Such an illegal use could lead to crashes of
6067the Guile interpreter or or other unwanted results. An example of
6068incorrect internal defines that made Guile behave erratically:
6069
6070 (let ()
6071 (define a 1)
6072 (define (b) a)
6073 (define c (1+ (b)))
6074 (define d 3)
6075
6076 (b))
6077
6078 => 2
6079
6080The problem with this example is that the definition of `c' uses the
6081value of `b' directly. This confuses the meoization machine of Guile
6082so that the second call of `b' (this time in a larger environment that
6083also contains bindings for `c' and `d') refers to the binding of `c'
6084instead of `a'. You could also make Guile crash with a variation on
6085this theme:
6086
6087 (define (foo flag)
6088 (define a 1)
6089 (define (b flag) (if flag a 1))
6090 (define c (1+ (b flag)))
6091 (define d 3)
6092
6093 (b #t))
6094
6095 (foo #f)
6096 (foo #t)
6097
6098From now on, Guile will issue an `Unbound variable: b' error message
6099for both examples.
6100
36d3d540
MD
6101** Hooks
6102
6103A hook contains a list of functions which should be called on
6104particular occasions in an existing program. Hooks are used for
6105customization.
6106
6107A window manager might have a hook before-window-map-hook. The window
6108manager uses the function run-hooks to call all functions stored in
6109before-window-map-hook each time a window is mapped. The user can
6110store functions in the hook using add-hook!.
6111
6112In Guile, hooks are first class objects.
6113
6114*** New function: make-hook [N_ARGS]
6115
6116Return a hook for hook functions which can take N_ARGS arguments.
6117The default value for N_ARGS is 0.
6118
ad91d6c3
MD
6119(See also scm_make_named_hook below.)
6120
36d3d540
MD
6121*** New function: add-hook! HOOK PROC [APPEND_P]
6122
6123Put PROC at the beginning of the list of functions stored in HOOK.
6124If APPEND_P is supplied, and non-false, put PROC at the end instead.
6125
6126PROC must be able to take the number of arguments specified when the
6127hook was created.
6128
6129If PROC already exists in HOOK, then remove it first.
6130
6131*** New function: remove-hook! HOOK PROC
6132
6133Remove PROC from the list of functions in HOOK.
6134
6135*** New function: reset-hook! HOOK
6136
6137Clear the list of hook functions stored in HOOK.
6138
6139*** New function: run-hook HOOK ARG1 ...
6140
6141Run all hook functions stored in HOOK with arguments ARG1 ... .
6142The number of arguments supplied must correspond to the number given
6143when the hook was created.
6144
56a19408
MV
6145** The function `dynamic-link' now takes optional keyword arguments.
6146 The only keyword argument that is currently defined is `:global
6147 BOOL'. With it, you can control whether the shared library will be
6148 linked in global mode or not. In global mode, the symbols from the
6149 linked library can be used to resolve references from other
6150 dynamically linked libraries. In non-global mode, the linked
6151 library is essentially invisible and can only be accessed via
6152 `dynamic-func', etc. The default is now to link in global mode.
6153 Previously, the default has been non-global mode.
6154
6155 The `#:global' keyword is only effective on platforms that support
6156 the dlopen family of functions.
6157
ad226f25 6158** New function `provided?'
b7e13f65
JB
6159
6160 - Function: provided? FEATURE
6161 Return true iff FEATURE is supported by this installation of
6162 Guile. FEATURE must be a symbol naming a feature; the global
6163 variable `*features*' is a list of available features.
6164
ad226f25
JB
6165** Changes to the module (ice-9 expect):
6166
6167*** The expect-strings macro now matches `$' in a regular expression
6168 only at a line-break or end-of-file by default. Previously it would
ab711359
JB
6169 match the end of the string accumulated so far. The old behaviour
6170 can be obtained by setting the variable `expect-strings-exec-flags'
6171 to 0.
ad226f25
JB
6172
6173*** The expect-strings macro now uses a variable `expect-strings-exec-flags'
6174 for the regexp-exec flags. If `regexp/noteol' is included, then `$'
6175 in a regular expression will still match before a line-break or
6176 end-of-file. The default is `regexp/noteol'.
6177
6c0201ad 6178*** The expect-strings macro now uses a variable
ad226f25
JB
6179 `expect-strings-compile-flags' for the flags to be supplied to
6180 `make-regexp'. The default is `regexp/newline', which was previously
6181 hard-coded.
6182
6183*** The expect macro now supplies two arguments to a match procedure:
ab711359
JB
6184 the current accumulated string and a flag to indicate whether
6185 end-of-file has been reached. Previously only the string was supplied.
6186 If end-of-file is reached, the match procedure will be called an
6187 additional time with the same accumulated string as the previous call
6188 but with the flag set.
ad226f25 6189
b7e13f65
JB
6190** New module (ice-9 format), implementing the Common Lisp `format' function.
6191
6192This code, and the documentation for it that appears here, was
6193borrowed from SLIB, with minor adaptations for Guile.
6194
6195 - Function: format DESTINATION FORMAT-STRING . ARGUMENTS
6196 An almost complete implementation of Common LISP format description
6197 according to the CL reference book `Common LISP' from Guy L.
6198 Steele, Digital Press. Backward compatible to most of the
6199 available Scheme format implementations.
6200
6201 Returns `#t', `#f' or a string; has side effect of printing
6202 according to FORMAT-STRING. If DESTINATION is `#t', the output is
6203 to the current output port and `#t' is returned. If DESTINATION
6204 is `#f', a formatted string is returned as the result of the call.
6205 NEW: If DESTINATION is a string, DESTINATION is regarded as the
6206 format string; FORMAT-STRING is then the first argument and the
6207 output is returned as a string. If DESTINATION is a number, the
6208 output is to the current error port if available by the
6209 implementation. Otherwise DESTINATION must be an output port and
6210 `#t' is returned.
6211
6212 FORMAT-STRING must be a string. In case of a formatting error
6213 format returns `#f' and prints a message on the current output or
6214 error port. Characters are output as if the string were output by
6215 the `display' function with the exception of those prefixed by a
6216 tilde (~). For a detailed description of the FORMAT-STRING syntax
6217 please consult a Common LISP format reference manual. For a test
6218 suite to verify this format implementation load `formatst.scm'.
6219 Please send bug reports to `lutzeb@cs.tu-berlin.de'.
6220
6221 Note: `format' is not reentrant, i.e. only one `format'-call may
6222 be executed at a time.
6223
6224
6225*** Format Specification (Format version 3.0)
6226
6227 Please consult a Common LISP format reference manual for a detailed
6228description of the format string syntax. For a demonstration of the
6229implemented directives see `formatst.scm'.
6230
6231 This implementation supports directive parameters and modifiers (`:'
6232and `@' characters). Multiple parameters must be separated by a comma
6233(`,'). Parameters can be numerical parameters (positive or negative),
6234character parameters (prefixed by a quote character (`''), variable
6235parameters (`v'), number of rest arguments parameter (`#'), empty and
6236default parameters. Directive characters are case independent. The
6237general form of a directive is:
6238
6239DIRECTIVE ::= ~{DIRECTIVE-PARAMETER,}[:][@]DIRECTIVE-CHARACTER
6240
6241DIRECTIVE-PARAMETER ::= [ [-|+]{0-9}+ | 'CHARACTER | v | # ]
6242
6243*** Implemented CL Format Control Directives
6244
6245 Documentation syntax: Uppercase characters represent the
6246corresponding control directive characters. Lowercase characters
6247represent control directive parameter descriptions.
6248
6249`~A'
6250 Any (print as `display' does).
6251 `~@A'
6252 left pad.
6253
6254 `~MINCOL,COLINC,MINPAD,PADCHARA'
6255 full padding.
6256
6257`~S'
6258 S-expression (print as `write' does).
6259 `~@S'
6260 left pad.
6261
6262 `~MINCOL,COLINC,MINPAD,PADCHARS'
6263 full padding.
6264
6265`~D'
6266 Decimal.
6267 `~@D'
6268 print number sign always.
6269
6270 `~:D'
6271 print comma separated.
6272
6273 `~MINCOL,PADCHAR,COMMACHARD'
6274 padding.
6275
6276`~X'
6277 Hexadecimal.
6278 `~@X'
6279 print number sign always.
6280
6281 `~:X'
6282 print comma separated.
6283
6284 `~MINCOL,PADCHAR,COMMACHARX'
6285 padding.
6286
6287`~O'
6288 Octal.
6289 `~@O'
6290 print number sign always.
6291
6292 `~:O'
6293 print comma separated.
6294
6295 `~MINCOL,PADCHAR,COMMACHARO'
6296 padding.
6297
6298`~B'
6299 Binary.
6300 `~@B'
6301 print number sign always.
6302
6303 `~:B'
6304 print comma separated.
6305
6306 `~MINCOL,PADCHAR,COMMACHARB'
6307 padding.
6308
6309`~NR'
6310 Radix N.
6311 `~N,MINCOL,PADCHAR,COMMACHARR'
6312 padding.
6313
6314`~@R'
6315 print a number as a Roman numeral.
6316
6317`~:@R'
6318 print a number as an "old fashioned" Roman numeral.
6319
6320`~:R'
6321 print a number as an ordinal English number.
6322
6323`~:@R'
6324 print a number as a cardinal English number.
6325
6326`~P'
6327 Plural.
6328 `~@P'
6329 prints `y' and `ies'.
6330
6331 `~:P'
6332 as `~P but jumps 1 argument backward.'
6333
6334 `~:@P'
6335 as `~@P but jumps 1 argument backward.'
6336
6337`~C'
6338 Character.
6339 `~@C'
6340 prints a character as the reader can understand it (i.e. `#\'
6341 prefixing).
6342
6343 `~:C'
6344 prints a character as emacs does (eg. `^C' for ASCII 03).
6345
6346`~F'
6347 Fixed-format floating-point (prints a flonum like MMM.NNN).
6348 `~WIDTH,DIGITS,SCALE,OVERFLOWCHAR,PADCHARF'
6349 `~@F'
6350 If the number is positive a plus sign is printed.
6351
6352`~E'
6353 Exponential floating-point (prints a flonum like MMM.NNN`E'EE).
6354 `~WIDTH,DIGITS,EXPONENTDIGITS,SCALE,OVERFLOWCHAR,PADCHAR,EXPONENTCHARE'
6355 `~@E'
6356 If the number is positive a plus sign is printed.
6357
6358`~G'
6359 General floating-point (prints a flonum either fixed or
6360 exponential).
6361 `~WIDTH,DIGITS,EXPONENTDIGITS,SCALE,OVERFLOWCHAR,PADCHAR,EXPONENTCHARG'
6362 `~@G'
6363 If the number is positive a plus sign is printed.
6364
6365`~$'
6366 Dollars floating-point (prints a flonum in fixed with signs
6367 separated).
6368 `~DIGITS,SCALE,WIDTH,PADCHAR$'
6369 `~@$'
6370 If the number is positive a plus sign is printed.
6371
6372 `~:@$'
6373 A sign is always printed and appears before the padding.
6374
6375 `~:$'
6376 The sign appears before the padding.
6377
6378`~%'
6379 Newline.
6380 `~N%'
6381 print N newlines.
6382
6383`~&'
6384 print newline if not at the beginning of the output line.
6385 `~N&'
6386 prints `~&' and then N-1 newlines.
6387
6388`~|'
6389 Page Separator.
6390 `~N|'
6391 print N page separators.
6392
6393`~~'
6394 Tilde.
6395 `~N~'
6396 print N tildes.
6397
6398`~'<newline>
6399 Continuation Line.
6400 `~:'<newline>
6401 newline is ignored, white space left.
6402
6403 `~@'<newline>
6404 newline is left, white space ignored.
6405
6406`~T'
6407 Tabulation.
6408 `~@T'
6409 relative tabulation.
6410
6411 `~COLNUM,COLINCT'
6412 full tabulation.
6413
6414`~?'
6415 Indirection (expects indirect arguments as a list).
6416 `~@?'
6417 extracts indirect arguments from format arguments.
6418
6419`~(STR~)'
6420 Case conversion (converts by `string-downcase').
6421 `~:(STR~)'
6422 converts by `string-capitalize'.
6423
6424 `~@(STR~)'
6425 converts by `string-capitalize-first'.
6426
6427 `~:@(STR~)'
6428 converts by `string-upcase'.
6429
6430`~*'
6431 Argument Jumping (jumps 1 argument forward).
6432 `~N*'
6433 jumps N arguments forward.
6434
6435 `~:*'
6436 jumps 1 argument backward.
6437
6438 `~N:*'
6439 jumps N arguments backward.
6440
6441 `~@*'
6442 jumps to the 0th argument.
6443
6444 `~N@*'
6445 jumps to the Nth argument (beginning from 0)
6446
6447`~[STR0~;STR1~;...~;STRN~]'
6448 Conditional Expression (numerical clause conditional).
6449 `~N['
6450 take argument from N.
6451
6452 `~@['
6453 true test conditional.
6454
6455 `~:['
6456 if-else-then conditional.
6457
6458 `~;'
6459 clause separator.
6460
6461 `~:;'
6462 default clause follows.
6463
6464`~{STR~}'
6465 Iteration (args come from the next argument (a list)).
6466 `~N{'
6467 at most N iterations.
6468
6469 `~:{'
6470 args from next arg (a list of lists).
6471
6472 `~@{'
6473 args from the rest of arguments.
6474
6475 `~:@{'
6476 args from the rest args (lists).
6477
6478`~^'
6479 Up and out.
6480 `~N^'
6481 aborts if N = 0
6482
6483 `~N,M^'
6484 aborts if N = M
6485
6486 `~N,M,K^'
6487 aborts if N <= M <= K
6488
6489*** Not Implemented CL Format Control Directives
6490
6491`~:A'
6492 print `#f' as an empty list (see below).
6493
6494`~:S'
6495 print `#f' as an empty list (see below).
6496
6497`~<~>'
6498 Justification.
6499
6500`~:^'
6501 (sorry I don't understand its semantics completely)
6502
6503*** Extended, Replaced and Additional Control Directives
6504
6505`~MINCOL,PADCHAR,COMMACHAR,COMMAWIDTHD'
6506`~MINCOL,PADCHAR,COMMACHAR,COMMAWIDTHX'
6507`~MINCOL,PADCHAR,COMMACHAR,COMMAWIDTHO'
6508`~MINCOL,PADCHAR,COMMACHAR,COMMAWIDTHB'
6509`~N,MINCOL,PADCHAR,COMMACHAR,COMMAWIDTHR'
6510 COMMAWIDTH is the number of characters between two comma
6511 characters.
6512
6513`~I'
6514 print a R4RS complex number as `~F~@Fi' with passed parameters for
6515 `~F'.
6516
6517`~Y'
6518 Pretty print formatting of an argument for scheme code lists.
6519
6520`~K'
6521 Same as `~?.'
6522
6523`~!'
6524 Flushes the output if format DESTINATION is a port.
6525
6526`~_'
6527 Print a `#\space' character
6528 `~N_'
6529 print N `#\space' characters.
6530
6531`~/'
6532 Print a `#\tab' character
6533 `~N/'
6534 print N `#\tab' characters.
6535
6536`~NC'
6537 Takes N as an integer representation for a character. No arguments
6538 are consumed. N is converted to a character by `integer->char'. N
6539 must be a positive decimal number.
6540
6541`~:S'
6542 Print out readproof. Prints out internal objects represented as
6543 `#<...>' as strings `"#<...>"' so that the format output can always
6544 be processed by `read'.
6545
6546`~:A'
6547 Print out readproof. Prints out internal objects represented as
6548 `#<...>' as strings `"#<...>"' so that the format output can always
6549 be processed by `read'.
6550
6551`~Q'
6552 Prints information and a copyright notice on the format
6553 implementation.
6554 `~:Q'
6555 prints format version.
6556
6557`~F, ~E, ~G, ~$'
6558 may also print number strings, i.e. passing a number as a string
6559 and format it accordingly.
6560
6561*** Configuration Variables
6562
6563 The format module exports some configuration variables to suit the
6564systems and users needs. There should be no modification necessary for
6565the configuration that comes with Guile. Format detects automatically
6566if the running scheme system implements floating point numbers and
6567complex numbers.
6568
6569format:symbol-case-conv
6570 Symbols are converted by `symbol->string' so the case type of the
6571 printed symbols is implementation dependent.
6572 `format:symbol-case-conv' is a one arg closure which is either
6573 `#f' (no conversion), `string-upcase', `string-downcase' or
6574 `string-capitalize'. (default `#f')
6575
6576format:iobj-case-conv
6577 As FORMAT:SYMBOL-CASE-CONV but applies for the representation of
6578 implementation internal objects. (default `#f')
6579
6580format:expch
6581 The character prefixing the exponent value in `~E' printing.
6582 (default `#\E')
6583
6584*** Compatibility With Other Format Implementations
6585
6586SLIB format 2.x:
6587 See `format.doc'.
6588
6589SLIB format 1.4:
6590 Downward compatible except for padding support and `~A', `~S',
6591 `~P', `~X' uppercase printing. SLIB format 1.4 uses C-style
6592 `printf' padding support which is completely replaced by the CL
6593 `format' padding style.
6594
6595MIT C-Scheme 7.1:
6596 Downward compatible except for `~', which is not documented
6597 (ignores all characters inside the format string up to a newline
6598 character). (7.1 implements `~a', `~s', ~NEWLINE, `~~', `~%',
6599 numerical and variable parameters and `:/@' modifiers in the CL
6600 sense).
6601
6602Elk 1.5/2.0:
6603 Downward compatible except for `~A' and `~S' which print in
6604 uppercase. (Elk implements `~a', `~s', `~~', and `~%' (no
6605 directive parameters or modifiers)).
6606
6607Scheme->C 01nov91:
6608 Downward compatible except for an optional destination parameter:
6609 S2C accepts a format call without a destination which returns a
6610 formatted string. This is equivalent to a #f destination in S2C.
6611 (S2C implements `~a', `~s', `~c', `~%', and `~~' (no directive
6612 parameters or modifiers)).
6613
6614
e7d37b0a 6615** Changes to string-handling functions.
b7e13f65 6616
e7d37b0a 6617These functions were added to support the (ice-9 format) module, above.
b7e13f65 6618
e7d37b0a
JB
6619*** New function: string-upcase STRING
6620*** New function: string-downcase STRING
b7e13f65 6621
e7d37b0a
JB
6622These are non-destructive versions of the existing string-upcase! and
6623string-downcase! functions.
b7e13f65 6624
e7d37b0a
JB
6625*** New function: string-capitalize! STRING
6626*** New function: string-capitalize STRING
6627
6628These functions convert the first letter of each word in the string to
6629upper case. Thus:
6630
6631 (string-capitalize "howdy there")
6632 => "Howdy There"
6633
6634As with the other functions, string-capitalize! modifies the string in
6635place, while string-capitalize returns a modified copy of its argument.
6636
6637*** New function: string-ci->symbol STRING
6638
6639Return a symbol whose name is STRING, but having the same case as if
6640the symbol had be read by `read'.
6641
6642Guile can be configured to be sensitive or insensitive to case
6643differences in Scheme identifiers. If Guile is case-insensitive, all
6644symbols are converted to lower case on input. The `string-ci->symbol'
6645function returns a symbol whose name in STRING, transformed as Guile
6646would if STRING were input.
6647
6648*** New function: substring-move! STRING1 START END STRING2 START
6649
6650Copy the substring of STRING1 from START (inclusive) to END
6651(exclusive) to STRING2 at START. STRING1 and STRING2 may be the same
6652string, and the source and destination areas may overlap; in all
6653cases, the function behaves as if all the characters were copied
6654simultanously.
6655
6c0201ad 6656*** Extended functions: substring-move-left! substring-move-right!
e7d37b0a
JB
6657
6658These functions now correctly copy arbitrarily overlapping substrings;
6659they are both synonyms for substring-move!.
b7e13f65 6660
b7e13f65 6661
deaceb4e
JB
6662** New module (ice-9 getopt-long), with the function `getopt-long'.
6663
6664getopt-long is a function for parsing command-line arguments in a
6665manner consistent with other GNU programs.
6666
6667(getopt-long ARGS GRAMMAR)
6668Parse the arguments ARGS according to the argument list grammar GRAMMAR.
6669
6670ARGS should be a list of strings. Its first element should be the
6671name of the program; subsequent elements should be the arguments
6672that were passed to the program on the command line. The
6673`program-arguments' procedure returns a list of this form.
6674
6675GRAMMAR is a list of the form:
6676((OPTION (PROPERTY VALUE) ...) ...)
6677
6678Each OPTION should be a symbol. `getopt-long' will accept a
6679command-line option named `--OPTION'.
6680Each option can have the following (PROPERTY VALUE) pairs:
6681
6682 (single-char CHAR) --- Accept `-CHAR' as a single-character
6683 equivalent to `--OPTION'. This is how to specify traditional
6684 Unix-style flags.
6685 (required? BOOL) --- If BOOL is true, the option is required.
6686 getopt-long will raise an error if it is not found in ARGS.
6687 (value BOOL) --- If BOOL is #t, the option accepts a value; if
6688 it is #f, it does not; and if it is the symbol
6689 `optional', the option may appear in ARGS with or
6c0201ad 6690 without a value.
deaceb4e
JB
6691 (predicate FUNC) --- If the option accepts a value (i.e. you
6692 specified `(value #t)' for this option), then getopt
6693 will apply FUNC to the value, and throw an exception
6694 if it returns #f. FUNC should be a procedure which
6695 accepts a string and returns a boolean value; you may
6696 need to use quasiquotes to get it into GRAMMAR.
6697
6698The (PROPERTY VALUE) pairs may occur in any order, but each
6699property may occur only once. By default, options do not have
6700single-character equivalents, are not required, and do not take
6701values.
6702
6703In ARGS, single-character options may be combined, in the usual
6704Unix fashion: ("-x" "-y") is equivalent to ("-xy"). If an option
6705accepts values, then it must be the last option in the
6706combination; the value is the next argument. So, for example, using
6707the following grammar:
6708 ((apples (single-char #\a))
6709 (blimps (single-char #\b) (value #t))
6710 (catalexis (single-char #\c) (value #t)))
6711the following argument lists would be acceptable:
6712 ("-a" "-b" "bang" "-c" "couth") ("bang" and "couth" are the values
6713 for "blimps" and "catalexis")
6714 ("-ab" "bang" "-c" "couth") (same)
6715 ("-ac" "couth" "-b" "bang") (same)
6716 ("-abc" "couth" "bang") (an error, since `-b' is not the
6717 last option in its combination)
6718
6719If an option's value is optional, then `getopt-long' decides
6720whether it has a value by looking at what follows it in ARGS. If
6721the next element is a string, and it does not appear to be an
6722option itself, then that string is the option's value.
6723
6724The value of a long option can appear as the next element in ARGS,
6725or it can follow the option name, separated by an `=' character.
6726Thus, using the same grammar as above, the following argument lists
6727are equivalent:
6728 ("--apples" "Braeburn" "--blimps" "Goodyear")
6729 ("--apples=Braeburn" "--blimps" "Goodyear")
6730 ("--blimps" "Goodyear" "--apples=Braeburn")
6731
6732If the option "--" appears in ARGS, argument parsing stops there;
6733subsequent arguments are returned as ordinary arguments, even if
6734they resemble options. So, in the argument list:
6735 ("--apples" "Granny Smith" "--" "--blimp" "Goodyear")
6736`getopt-long' will recognize the `apples' option as having the
6737value "Granny Smith", but it will not recognize the `blimp'
6738option; it will return the strings "--blimp" and "Goodyear" as
6739ordinary argument strings.
6740
6741The `getopt-long' function returns the parsed argument list as an
6742assocation list, mapping option names --- the symbols from GRAMMAR
6743--- onto their values, or #t if the option does not accept a value.
6744Unused options do not appear in the alist.
6745
6746All arguments that are not the value of any option are returned
6747as a list, associated with the empty list.
6748
6749`getopt-long' throws an exception if:
6750- it finds an unrecognized option in ARGS
6751- a required option is omitted
6752- an option that requires an argument doesn't get one
6753- an option that doesn't accept an argument does get one (this can
6754 only happen using the long option `--opt=value' syntax)
6755- an option predicate fails
6756
6757So, for example:
6758
6759(define grammar
6760 `((lockfile-dir (required? #t)
6761 (value #t)
6762 (single-char #\k)
6763 (predicate ,file-is-directory?))
6764 (verbose (required? #f)
6765 (single-char #\v)
6766 (value #f))
6767 (x-includes (single-char #\x))
6c0201ad 6768 (rnet-server (single-char #\y)
deaceb4e
JB
6769 (predicate ,string?))))
6770
6c0201ad 6771(getopt-long '("my-prog" "-vk" "/tmp" "foo1" "--x-includes=/usr/include"
deaceb4e
JB
6772 "--rnet-server=lamprod" "--" "-fred" "foo2" "foo3")
6773 grammar)
6774=> ((() "foo1" "-fred" "foo2" "foo3")
6775 (rnet-server . "lamprod")
6776 (x-includes . "/usr/include")
6777 (lockfile-dir . "/tmp")
6778 (verbose . #t))
6779
6780** The (ice-9 getopt-gnu-style) module is obsolete; use (ice-9 getopt-long).
6781
6782It will be removed in a few releases.
6783
08394899
MS
6784** New syntax: lambda*
6785** New syntax: define*
6c0201ad 6786** New syntax: define*-public
08394899
MS
6787** New syntax: defmacro*
6788** New syntax: defmacro*-public
6c0201ad 6789Guile now supports optional arguments.
08394899
MS
6790
6791`lambda*', `define*', `define*-public', `defmacro*' and
6792`defmacro*-public' are identical to the non-* versions except that
6793they use an extended type of parameter list that has the following BNF
6794syntax (parentheses are literal, square brackets indicate grouping,
6795and `*', `+' and `?' have the usual meaning):
6796
6797 ext-param-list ::= ( [identifier]* [#&optional [ext-var-decl]+]?
6c0201ad 6798 [#&key [ext-var-decl]+ [#&allow-other-keys]?]?
08394899
MS
6799 [[#&rest identifier]|[. identifier]]? ) | [identifier]
6800
6c0201ad 6801 ext-var-decl ::= identifier | ( identifier expression )
08394899
MS
6802
6803The semantics are best illustrated with the following documentation
6804and examples for `lambda*':
6805
6806 lambda* args . body
6807 lambda extended for optional and keyword arguments
6c0201ad 6808
08394899
MS
6809 lambda* creates a procedure that takes optional arguments. These
6810 are specified by putting them inside brackets at the end of the
6811 paramater list, but before any dotted rest argument. For example,
6812 (lambda* (a b #&optional c d . e) '())
6813 creates a procedure with fixed arguments a and b, optional arguments c
6814 and d, and rest argument e. If the optional arguments are omitted
6815 in a call, the variables for them are unbound in the procedure. This
6816 can be checked with the bound? macro.
6817
6818 lambda* can also take keyword arguments. For example, a procedure
6819 defined like this:
6820 (lambda* (#&key xyzzy larch) '())
6821 can be called with any of the argument lists (#:xyzzy 11)
6822 (#:larch 13) (#:larch 42 #:xyzzy 19) (). Whichever arguments
6823 are given as keywords are bound to values.
6824
6825 Optional and keyword arguments can also be given default values
6826 which they take on when they are not present in a call, by giving a
6827 two-item list in place of an optional argument, for example in:
6c0201ad 6828 (lambda* (foo #&optional (bar 42) #&key (baz 73)) (list foo bar baz))
08394899
MS
6829 foo is a fixed argument, bar is an optional argument with default
6830 value 42, and baz is a keyword argument with default value 73.
6831 Default value expressions are not evaluated unless they are needed
6c0201ad 6832 and until the procedure is called.
08394899
MS
6833
6834 lambda* now supports two more special parameter list keywords.
6835
6836 lambda*-defined procedures now throw an error by default if a
6837 keyword other than one of those specified is found in the actual
6838 passed arguments. However, specifying #&allow-other-keys
6839 immediately after the kyword argument declarations restores the
6840 previous behavior of ignoring unknown keywords. lambda* also now
6841 guarantees that if the same keyword is passed more than once, the
6842 last one passed is the one that takes effect. For example,
6843 ((lambda* (#&key (heads 0) (tails 0)) (display (list heads tails)))
6844 #:heads 37 #:tails 42 #:heads 99)
6845 would result in (99 47) being displayed.
6846
6847 #&rest is also now provided as a synonym for the dotted syntax rest
6848 argument. The argument lists (a . b) and (a #&rest b) are equivalent in
6849 all respects to lambda*. This is provided for more similarity to DSSSL,
6850 MIT-Scheme and Kawa among others, as well as for refugees from other
6851 Lisp dialects.
6852
6853Further documentation may be found in the optargs.scm file itself.
6854
6855The optional argument module also exports the macros `let-optional',
6856`let-optional*', `let-keywords', `let-keywords*' and `bound?'. These
6857are not documented here because they may be removed in the future, but
6858full documentation is still available in optargs.scm.
6859
2e132553
JB
6860** New syntax: and-let*
6861Guile now supports the `and-let*' form, described in the draft SRFI-2.
6862
6863Syntax: (land* (<clause> ...) <body> ...)
6864Each <clause> should have one of the following forms:
6865 (<variable> <expression>)
6866 (<expression>)
6867 <bound-variable>
6868Each <variable> or <bound-variable> should be an identifier. Each
6869<expression> should be a valid expression. The <body> should be a
6870possibly empty sequence of expressions, like the <body> of a
6871lambda form.
6872
6873Semantics: A LAND* expression is evaluated by evaluating the
6874<expression> or <bound-variable> of each of the <clause>s from
6875left to right. The value of the first <expression> or
6876<bound-variable> that evaluates to a false value is returned; the
6877remaining <expression>s and <bound-variable>s are not evaluated.
6878The <body> forms are evaluated iff all the <expression>s and
6879<bound-variable>s evaluate to true values.
6880
6881The <expression>s and the <body> are evaluated in an environment
6882binding each <variable> of the preceding (<variable> <expression>)
6883clauses to the value of the <expression>. Later bindings
6884shadow earlier bindings.
6885
6886Guile's and-let* macro was contributed by Michael Livshin.
6887
36d3d540
MD
6888** New sorting functions
6889
6890*** New function: sorted? SEQUENCE LESS?
ed8c8636
MD
6891Returns `#t' when the sequence argument is in non-decreasing order
6892according to LESS? (that is, there is no adjacent pair `... x y
6893...' for which `(less? y x)').
6894
6895Returns `#f' when the sequence contains at least one out-of-order
6896pair. It is an error if the sequence is neither a list nor a
6897vector.
6898
36d3d540 6899*** New function: merge LIST1 LIST2 LESS?
ed8c8636
MD
6900LIST1 and LIST2 are sorted lists.
6901Returns the sorted list of all elements in LIST1 and LIST2.
6902
6903Assume that the elements a and b1 in LIST1 and b2 in LIST2 are "equal"
6904in the sense that (LESS? x y) --> #f for x, y in {a, b1, b2},
6905and that a < b1 in LIST1. Then a < b1 < b2 in the result.
6906(Here "<" should read "comes before".)
6907
36d3d540 6908*** New procedure: merge! LIST1 LIST2 LESS?
ed8c8636
MD
6909Merges two lists, re-using the pairs of LIST1 and LIST2 to build
6910the result. If the code is compiled, and LESS? constructs no new
6911pairs, no pairs at all will be allocated. The first pair of the
6912result will be either the first pair of LIST1 or the first pair of
6913LIST2.
6914
36d3d540 6915*** New function: sort SEQUENCE LESS?
ed8c8636
MD
6916Accepts either a list or a vector, and returns a new sequence
6917which is sorted. The new sequence is the same type as the input.
6918Always `(sorted? (sort sequence less?) less?)'. The original
6919sequence is not altered in any way. The new sequence shares its
6920elements with the old one; no elements are copied.
6921
36d3d540 6922*** New procedure: sort! SEQUENCE LESS
ed8c8636
MD
6923Returns its sorted result in the original boxes. No new storage is
6924allocated at all. Proper usage: (set! slist (sort! slist <))
6925
36d3d540 6926*** New function: stable-sort SEQUENCE LESS?
ed8c8636
MD
6927Similar to `sort' but stable. That is, if "equal" elements are
6928ordered a < b in the original sequence, they will have the same order
6929in the result.
6930
36d3d540 6931*** New function: stable-sort! SEQUENCE LESS?
ed8c8636
MD
6932Similar to `sort!' but stable.
6933Uses temporary storage when sorting vectors.
6934
36d3d540 6935*** New functions: sort-list, sort-list!
ed8c8636
MD
6936Added for compatibility with scsh.
6937
36d3d540
MD
6938** New built-in random number support
6939
6940*** New function: random N [STATE]
3e8370c3
MD
6941Accepts a positive integer or real N and returns a number of the
6942same type between zero (inclusive) and N (exclusive). The values
6943returned have a uniform distribution.
6944
6945The optional argument STATE must be of the type produced by
416075f1
MD
6946`copy-random-state' or `seed->random-state'. It defaults to the value
6947of the variable `*random-state*'. This object is used to maintain the
6948state of the pseudo-random-number generator and is altered as a side
6949effect of the `random' operation.
3e8370c3 6950
36d3d540 6951*** New variable: *random-state*
3e8370c3
MD
6952Holds a data structure that encodes the internal state of the
6953random-number generator that `random' uses by default. The nature
6954of this data structure is implementation-dependent. It may be
6955printed out and successfully read back in, but may or may not
6956function correctly as a random-number state object in another
6957implementation.
6958
36d3d540 6959*** New function: copy-random-state [STATE]
3e8370c3
MD
6960Returns a new object of type suitable for use as the value of the
6961variable `*random-state*' and as a second argument to `random'.
6962If argument STATE is given, a copy of it is returned. Otherwise a
6963copy of `*random-state*' is returned.
416075f1 6964
36d3d540 6965*** New function: seed->random-state SEED
416075f1
MD
6966Returns a new object of type suitable for use as the value of the
6967variable `*random-state*' and as a second argument to `random'.
6968SEED is a string or a number. A new state is generated and
6969initialized using SEED.
3e8370c3 6970
36d3d540 6971*** New function: random:uniform [STATE]
3e8370c3
MD
6972Returns an uniformly distributed inexact real random number in the
6973range between 0 and 1.
6974
36d3d540 6975*** New procedure: random:solid-sphere! VECT [STATE]
3e8370c3
MD
6976Fills VECT with inexact real random numbers the sum of whose
6977squares is less than 1.0. Thinking of VECT as coordinates in
6978space of dimension N = `(vector-length VECT)', the coordinates are
6979uniformly distributed within the unit N-shere. The sum of the
6980squares of the numbers is returned. VECT can be either a vector
6981or a uniform vector of doubles.
6982
36d3d540 6983*** New procedure: random:hollow-sphere! VECT [STATE]
3e8370c3
MD
6984Fills VECT with inexact real random numbers the sum of whose squares
6985is equal to 1.0. Thinking of VECT as coordinates in space of
6986dimension n = `(vector-length VECT)', the coordinates are uniformly
6987distributed over the surface of the unit n-shere. VECT can be either
6988a vector or a uniform vector of doubles.
6989
36d3d540 6990*** New function: random:normal [STATE]
3e8370c3
MD
6991Returns an inexact real in a normal distribution with mean 0 and
6992standard deviation 1. For a normal distribution with mean M and
6993standard deviation D use `(+ M (* D (random:normal)))'.
6994
36d3d540 6995*** New procedure: random:normal-vector! VECT [STATE]
3e8370c3
MD
6996Fills VECT with inexact real random numbers which are independent and
6997standard normally distributed (i.e., with mean 0 and variance 1).
6998VECT can be either a vector or a uniform vector of doubles.
6999
36d3d540 7000*** New function: random:exp STATE
3e8370c3
MD
7001Returns an inexact real in an exponential distribution with mean 1.
7002For an exponential distribution with mean U use (* U (random:exp)).
7003
69c6acbb
JB
7004** The range of logand, logior, logxor, logtest, and logbit? have changed.
7005
7006These functions now operate on numbers in the range of a C unsigned
7007long.
7008
7009These functions used to operate on numbers in the range of a C signed
7010long; however, this seems inappropriate, because Guile integers don't
7011overflow.
7012
ba4ee0d6
MD
7013** New function: make-guardian
7014This is an implementation of guardians as described in
7015R. Kent Dybvig, Carl Bruggeman, and David Eby (1993) "Guardians in a
7016Generation-Based Garbage Collector" ACM SIGPLAN Conference on
7017Programming Language Design and Implementation, June 1993
7018ftp://ftp.cs.indiana.edu/pub/scheme-repository/doc/pubs/guardians.ps.gz
7019
88ceea5c
MD
7020** New functions: delq1!, delv1!, delete1!
7021These procedures behave similar to delq! and friends but delete only
7022one object if at all.
7023
55254a6a
MD
7024** New function: unread-string STRING PORT
7025Unread STRING to PORT, that is, push it back onto the port so that
7026next read operation will work on the pushed back characters.
7027
7028** unread-char can now be called multiple times
7029If unread-char is called multiple times, the unread characters will be
7030read again in last-in first-out order.
7031
9e97c52d
GH
7032** the procedures uniform-array-read! and uniform-array-write! now
7033work on any kind of port, not just ports which are open on a file.
7034
b074884f 7035** Now 'l' in a port mode requests line buffering.
9e97c52d 7036
69bc9ff3
GH
7037** The procedure truncate-file now works on string ports as well
7038as file ports. If the size argument is omitted, the current
1b9c3dae 7039file position is used.
9e97c52d 7040
c94577b4 7041** new procedure: seek PORT/FDES OFFSET WHENCE
9e97c52d
GH
7042The arguments are the same as for the old fseek procedure, but it
7043works on string ports as well as random-access file ports.
7044
7045** the fseek procedure now works on string ports, since it has been
c94577b4 7046redefined using seek.
9e97c52d
GH
7047
7048** the setvbuf procedure now uses a default size if mode is _IOFBF and
7049size is not supplied.
7050
7051** the newline procedure no longer flushes the port if it's not
7052line-buffered: previously it did if it was the current output port.
7053
7054** open-pipe and close-pipe are no longer primitive procedures, but
7055an emulation can be obtained using `(use-modules (ice-9 popen))'.
7056
7057** the freopen procedure has been removed.
7058
7059** new procedure: drain-input PORT
7060Drains PORT's read buffers (including any pushed-back characters)
7061and returns the contents as a single string.
7062
67ad463a 7063** New function: map-in-order PROC LIST1 LIST2 ...
d41b3904
MD
7064Version of `map' which guarantees that the procedure is applied to the
7065lists in serial order.
7066
67ad463a
MD
7067** Renamed `serial-array-copy!' and `serial-array-map!' to
7068`array-copy-in-order!' and `array-map-in-order!'. The old names are
7069now obsolete and will go away in release 1.5.
7070
cf7132b3 7071** New syntax: collect BODY1 ...
d41b3904
MD
7072Version of `begin' which returns a list of the results of the body
7073forms instead of the result of the last body form. In contrast to
cf7132b3 7074`begin', `collect' allows an empty body.
d41b3904 7075
e4eae9b1
MD
7076** New functions: read-history FILENAME, write-history FILENAME
7077Read/write command line history from/to file. Returns #t on success
7078and #f if an error occured.
7079
d21ffe26
JB
7080** `ls' and `lls' in module (ice-9 ls) now handle no arguments.
7081
7082These procedures return a list of definitions available in the specified
7083argument, a relative module reference. In the case of no argument,
7084`(current-module)' is now consulted for definitions to return, instead
7085of simply returning #f, the former behavior.
7086
f8c9d497
JB
7087** The #/ syntax for lists is no longer supported.
7088
7089Earlier versions of Scheme accepted this syntax, but printed a
7090warning.
7091
7092** Guile no longer consults the SCHEME_LOAD_PATH environment variable.
7093
7094Instead, you should set GUILE_LOAD_PATH to tell Guile where to find
7095modules.
7096
3ffc7a36
MD
7097* Changes to the gh_ interface
7098
7099** gh_scm2doubles
7100
7101Now takes a second argument which is the result array. If this
7102pointer is NULL, a new array is malloced (the old behaviour).
7103
7104** gh_chars2byvect, gh_shorts2svect, gh_floats2fvect, gh_scm2chars,
7105 gh_scm2shorts, gh_scm2longs, gh_scm2floats
7106
7107New functions.
7108
3e8370c3
MD
7109* Changes to the scm_ interface
7110
ad91d6c3
MD
7111** Function: scm_make_named_hook (char* name, int n_args)
7112
7113Creates a hook in the same way as make-hook above but also
7114binds a variable named NAME to it.
7115
7116This is the typical way of creating a hook from C code.
7117
ece41168
MD
7118Currently, the variable is created in the "current" module. This
7119might change when we get the new module system.
ad91d6c3 7120
16a5a9a4
MD
7121** The smob interface
7122
7123The interface for creating smobs has changed. For documentation, see
7124data-rep.info (made from guile-core/doc/data-rep.texi).
7125
7126*** Deprecated function: SCM scm_newsmob (scm_smobfuns *)
7127
7128>>> This function will be removed in 1.3.4. <<<
7129
7130It is replaced by:
7131
7132*** Function: SCM scm_make_smob_type (const char *name, scm_sizet size)
7133This function adds a new smob type, named NAME, with instance size
7134SIZE to the system. The return value is a tag that is used in
7135creating instances of the type. If SIZE is 0, then no memory will
7136be allocated when instances of the smob are created, and nothing
7137will be freed by the default free function.
6c0201ad 7138
16a5a9a4
MD
7139*** Function: void scm_set_smob_mark (long tc, SCM (*mark) (SCM))
7140This function sets the smob marking procedure for the smob type
7141specified by the tag TC. TC is the tag returned by
7142`scm_make_smob_type'.
7143
7144*** Function: void scm_set_smob_free (long tc, SCM (*mark) (SCM))
7145This function sets the smob freeing procedure for the smob type
7146specified by the tag TC. TC is the tag returned by
7147`scm_make_smob_type'.
7148
7149*** Function: void scm_set_smob_print (tc, print)
7150
7151 - Function: void scm_set_smob_print (long tc,
7152 scm_sizet (*print) (SCM,
7153 SCM,
7154 scm_print_state *))
7155
7156This function sets the smob printing procedure for the smob type
7157specified by the tag TC. TC is the tag returned by
7158`scm_make_smob_type'.
7159
7160*** Function: void scm_set_smob_equalp (long tc, SCM (*equalp) (SCM, SCM))
7161This function sets the smob equality-testing predicate for the
7162smob type specified by the tag TC. TC is the tag returned by
7163`scm_make_smob_type'.
7164
7165*** Macro: void SCM_NEWSMOB (SCM var, long tc, void *data)
7166Make VALUE contain a smob instance of the type with type code TC and
7167smob data DATA. VALUE must be previously declared as C type `SCM'.
7168
7169*** Macro: fn_returns SCM_RETURN_NEWSMOB (long tc, void *data)
7170This macro expands to a block of code that creates a smob instance
7171of the type with type code TC and smob data DATA, and returns that
7172`SCM' value. It should be the last piece of code in a block.
7173
9e97c52d
GH
7174** The interfaces for using I/O ports and implementing port types
7175(ptobs) have changed significantly. The new interface is based on
7176shared access to buffers and a new set of ptob procedures.
7177
16a5a9a4
MD
7178*** scm_newptob has been removed
7179
7180It is replaced by:
7181
7182*** Function: SCM scm_make_port_type (type_name, fill_buffer, write_flush)
7183
7184- Function: SCM scm_make_port_type (char *type_name,
7185 int (*fill_buffer) (SCM port),
7186 void (*write_flush) (SCM port));
7187
7188Similarly to the new smob interface, there is a set of function
7189setters by which the user can customize the behaviour of his port
544e9093 7190type. See ports.h (scm_set_port_XXX).
16a5a9a4 7191
9e97c52d
GH
7192** scm_strport_to_string: New function: creates a new string from
7193a string port's buffer.
7194
3e8370c3
MD
7195** Plug in interface for random number generators
7196The variable `scm_the_rng' in random.c contains a value and three
7197function pointers which together define the current random number
7198generator being used by the Scheme level interface and the random
7199number library functions.
7200
7201The user is free to replace the default generator with the generator
7202of his own choice.
7203
7204*** Variable: size_t scm_the_rng.rstate_size
7205The size of the random state type used by the current RNG
7206measured in chars.
7207
7208*** Function: unsigned long scm_the_rng.random_bits (scm_rstate *STATE)
7209Given the random STATE, return 32 random bits.
7210
7211*** Function: void scm_the_rng.init_rstate (scm_rstate *STATE, chars *S, int N)
7212Seed random state STATE using string S of length N.
7213
7214*** Function: scm_rstate *scm_the_rng.copy_rstate (scm_rstate *STATE)
7215Given random state STATE, return a malloced copy.
7216
7217** Default RNG
7218The default RNG is the MWC (Multiply With Carry) random number
7219generator described by George Marsaglia at the Department of
7220Statistics and Supercomputer Computations Research Institute, The
7221Florida State University (http://stat.fsu.edu/~geo).
7222
7223It uses 64 bits, has a period of 4578426017172946943 (4.6e18), and
7224passes all tests in the DIEHARD test suite
7225(http://stat.fsu.edu/~geo/diehard.html). The generation of 32 bits
7226costs one multiply and one add on platforms which either supports long
7227longs (gcc does this on most systems) or have 64 bit longs. The cost
7228is four multiply on other systems but this can be optimized by writing
7229scm_i_uniform32 in assembler.
7230
7231These functions are provided through the scm_the_rng interface for use
7232by libguile and the application.
7233
7234*** Function: unsigned long scm_i_uniform32 (scm_i_rstate *STATE)
7235Given the random STATE, return 32 random bits.
7236Don't use this function directly. Instead go through the plugin
7237interface (see "Plug in interface" above).
7238
7239*** Function: void scm_i_init_rstate (scm_i_rstate *STATE, char *SEED, int N)
7240Initialize STATE using SEED of length N.
7241
7242*** Function: scm_i_rstate *scm_i_copy_rstate (scm_i_rstate *STATE)
7243Return a malloc:ed copy of STATE. This function can easily be re-used
7244in the interfaces to other RNGs.
7245
7246** Random number library functions
7247These functions use the current RNG through the scm_the_rng interface.
7248It might be a good idea to use these functions from your C code so
7249that only one random generator is used by all code in your program.
7250
259529f2 7251The default random state is stored in:
3e8370c3
MD
7252
7253*** Variable: SCM scm_var_random_state
7254Contains the vcell of the Scheme variable "*random-state*" which is
7255used as default state by all random number functions in the Scheme
7256level interface.
7257
7258Example:
7259
259529f2 7260 double x = scm_c_uniform01 (SCM_RSTATE (SCM_CDR (scm_var_random_state)));
3e8370c3 7261
259529f2
MD
7262*** Function: scm_rstate *scm_c_default_rstate (void)
7263This is a convenience function which returns the value of
7264scm_var_random_state. An error message is generated if this value
7265isn't a random state.
7266
7267*** Function: scm_rstate *scm_c_make_rstate (char *SEED, int LENGTH)
7268Make a new random state from the string SEED of length LENGTH.
7269
7270It is generally not a good idea to use multiple random states in a
7271program. While subsequent random numbers generated from one random
7272state are guaranteed to be reasonably independent, there is no such
7273guarantee for numbers generated from different random states.
7274
7275*** Macro: unsigned long scm_c_uniform32 (scm_rstate *STATE)
7276Return 32 random bits.
7277
7278*** Function: double scm_c_uniform01 (scm_rstate *STATE)
3e8370c3
MD
7279Return a sample from the uniform(0,1) distribution.
7280
259529f2 7281*** Function: double scm_c_normal01 (scm_rstate *STATE)
3e8370c3
MD
7282Return a sample from the normal(0,1) distribution.
7283
259529f2 7284*** Function: double scm_c_exp1 (scm_rstate *STATE)
3e8370c3
MD
7285Return a sample from the exp(1) distribution.
7286
259529f2
MD
7287*** Function: unsigned long scm_c_random (scm_rstate *STATE, unsigned long M)
7288Return a sample from the discrete uniform(0,M) distribution.
7289
7290*** Function: SCM scm_c_random_bignum (scm_rstate *STATE, SCM M)
3e8370c3 7291Return a sample from the discrete uniform(0,M) distribution.
259529f2 7292M must be a bignum object. The returned value may be an INUM.
3e8370c3 7293
9e97c52d 7294
f3227c7a 7295\f
d23bbf3e 7296Changes in Guile 1.3 (released Monday, October 19, 1998):
c484bf7f
JB
7297
7298* Changes to the distribution
7299
e2d6569c
JB
7300** We renamed the SCHEME_LOAD_PATH environment variable to GUILE_LOAD_PATH.
7301To avoid conflicts, programs should name environment variables after
7302themselves, except when there's a common practice establishing some
7303other convention.
7304
7305For now, Guile supports both GUILE_LOAD_PATH and SCHEME_LOAD_PATH,
7306giving the former precedence, and printing a warning message if the
7307latter is set. Guile 1.4 will not recognize SCHEME_LOAD_PATH at all.
7308
7309** The header files related to multi-byte characters have been removed.
7310They were: libguile/extchrs.h and libguile/mbstrings.h. Any C code
7311which referred to these explicitly will probably need to be rewritten,
7312since the support for the variant string types has been removed; see
7313below.
7314
7315** The header files append.h and sequences.h have been removed. These
7316files implemented non-R4RS operations which would encourage
7317non-portable programming style and less easy-to-read code.
3a97e020 7318
c484bf7f
JB
7319* Changes to the stand-alone interpreter
7320
2e368582 7321** New procedures have been added to implement a "batch mode":
ec4ab4fd 7322
2e368582 7323*** Function: batch-mode?
ec4ab4fd
GH
7324
7325 Returns a boolean indicating whether the interpreter is in batch
7326 mode.
7327
2e368582 7328*** Function: set-batch-mode?! ARG
ec4ab4fd
GH
7329
7330 If ARG is true, switches the interpreter to batch mode. The `#f'
7331 case has not been implemented.
7332
2e368582
JB
7333** Guile now provides full command-line editing, when run interactively.
7334To use this feature, you must have the readline library installed.
7335The Guile build process will notice it, and automatically include
7336support for it.
7337
7338The readline library is available via anonymous FTP from any GNU
7339mirror site; the canonical location is "ftp://prep.ai.mit.edu/pub/gnu".
7340
a5d6d578
MD
7341** the-last-stack is now a fluid.
7342
c484bf7f
JB
7343* Changes to the procedure for linking libguile with your programs
7344
71f20534 7345** You can now use the `guile-config' utility to build programs that use Guile.
2e368582 7346
2adfe1c0 7347Guile now includes a command-line utility called `guile-config', which
71f20534
JB
7348can provide information about how to compile and link programs that
7349use Guile.
7350
7351*** `guile-config compile' prints any C compiler flags needed to use Guile.
7352You should include this command's output on the command line you use
7353to compile C or C++ code that #includes the Guile header files. It's
7354usually just a `-I' flag to help the compiler find the Guile headers.
7355
7356
7357*** `guile-config link' prints any linker flags necessary to link with Guile.
8aa5c148 7358
71f20534 7359This command writes to its standard output a list of flags which you
8aa5c148
JB
7360must pass to the linker to link your code against the Guile library.
7361The flags include '-lguile' itself, any other libraries the Guile
7362library depends upon, and any `-L' flags needed to help the linker
7363find those libraries.
2e368582
JB
7364
7365For example, here is a Makefile rule that builds a program named 'foo'
7366from the object files ${FOO_OBJECTS}, and links them against Guile:
7367
7368 foo: ${FOO_OBJECTS}
2adfe1c0 7369 ${CC} ${CFLAGS} ${FOO_OBJECTS} `guile-config link` -o foo
2e368582 7370
e2d6569c
JB
7371Previous Guile releases recommended that you use autoconf to detect
7372which of a predefined set of libraries were present on your system.
2adfe1c0 7373It is more robust to use `guile-config', since it records exactly which
e2d6569c
JB
7374libraries the installed Guile library requires.
7375
2adfe1c0
JB
7376This was originally called `build-guile', but was renamed to
7377`guile-config' before Guile 1.3 was released, to be consistent with
7378the analogous script for the GTK+ GUI toolkit, which is called
7379`gtk-config'.
7380
2e368582 7381
8aa5c148
JB
7382** Use the GUILE_FLAGS macro in your configure.in file to find Guile.
7383
7384If you are using the GNU autoconf package to configure your program,
7385you can use the GUILE_FLAGS autoconf macro to call `guile-config'
7386(described above) and gather the necessary values for use in your
7387Makefiles.
7388
7389The GUILE_FLAGS macro expands to configure script code which runs the
7390`guile-config' script, to find out where Guile's header files and
7391libraries are installed. It sets two variables, marked for
7392substitution, as by AC_SUBST.
7393
7394 GUILE_CFLAGS --- flags to pass to a C or C++ compiler to build
7395 code that uses Guile header files. This is almost always just a
7396 -I flag.
7397
7398 GUILE_LDFLAGS --- flags to pass to the linker to link a
7399 program against Guile. This includes `-lguile' for the Guile
7400 library itself, any libraries that Guile itself requires (like
7401 -lqthreads), and so on. It may also include a -L flag to tell the
7402 compiler where to find the libraries.
7403
7404GUILE_FLAGS is defined in the file guile.m4, in the top-level
7405directory of the Guile distribution. You can copy it into your
7406package's aclocal.m4 file, and then use it in your configure.in file.
7407
7408If you are using the `aclocal' program, distributed with GNU automake,
7409to maintain your aclocal.m4 file, the Guile installation process
7410installs guile.m4 where aclocal will find it. All you need to do is
7411use GUILE_FLAGS in your configure.in file, and then run `aclocal';
7412this will copy the definition of GUILE_FLAGS into your aclocal.m4
7413file.
7414
7415
c484bf7f 7416* Changes to Scheme functions and syntax
7ad3c1e7 7417
02755d59 7418** Multi-byte strings have been removed, as have multi-byte and wide
e2d6569c
JB
7419ports. We felt that these were the wrong approach to
7420internationalization support.
02755d59 7421
2e368582
JB
7422** New function: readline [PROMPT]
7423Read a line from the terminal, and allow the user to edit it,
7424prompting with PROMPT. READLINE provides a large set of Emacs-like
7425editing commands, lets the user recall previously typed lines, and
7426works on almost every kind of terminal, including dumb terminals.
7427
7428READLINE assumes that the cursor is at the beginning of the line when
7429it is invoked. Thus, you can't print a prompt yourself, and then call
7430READLINE; you need to package up your prompt as a string, pass it to
7431the function, and let READLINE print the prompt itself. This is
7432because READLINE needs to know the prompt's screen width.
7433
8cd57bd0
JB
7434For Guile to provide this function, you must have the readline
7435library, version 2.1 or later, installed on your system. Readline is
7436available via anonymous FTP from prep.ai.mit.edu in pub/gnu, or from
7437any GNU mirror site.
2e368582
JB
7438
7439See also ADD-HISTORY function.
7440
7441** New function: add-history STRING
7442Add STRING as the most recent line in the history used by the READLINE
7443command. READLINE does not add lines to the history itself; you must
7444call ADD-HISTORY to make previous input available to the user.
7445
8cd57bd0
JB
7446** The behavior of the read-line function has changed.
7447
7448This function now uses standard C library functions to read the line,
7449for speed. This means that it doesn not respect the value of
7450scm-line-incrementors; it assumes that lines are delimited with
7451#\newline.
7452
7453(Note that this is read-line, the function that reads a line of text
7454from a port, not readline, the function that reads a line from a
7455terminal, providing full editing capabilities.)
7456
1a0106ef
JB
7457** New module (ice-9 getopt-gnu-style): Parse command-line arguments.
7458
7459This module provides some simple argument parsing. It exports one
7460function:
7461
7462Function: getopt-gnu-style ARG-LS
7463 Parse a list of program arguments into an alist of option
7464 descriptions.
7465
7466 Each item in the list of program arguments is examined to see if
7467 it meets the syntax of a GNU long-named option. An argument like
7468 `--MUMBLE' produces an element of the form (MUMBLE . #t) in the
7469 returned alist, where MUMBLE is a keyword object with the same
7470 name as the argument. An argument like `--MUMBLE=FROB' produces
7471 an element of the form (MUMBLE . FROB), where FROB is a string.
7472
7473 As a special case, the returned alist also contains a pair whose
7474 car is the symbol `rest'. The cdr of this pair is a list
7475 containing all the items in the argument list that are not options
7476 of the form mentioned above.
7477
7478 The argument `--' is treated specially: all items in the argument
7479 list appearing after such an argument are not examined, and are
7480 returned in the special `rest' list.
7481
7482 This function does not parse normal single-character switches.
7483 You will need to parse them out of the `rest' list yourself.
7484
8cd57bd0
JB
7485** The read syntax for byte vectors and short vectors has changed.
7486
7487Instead of #bytes(...), write #y(...).
7488
7489Instead of #short(...), write #h(...).
7490
7491This may seem nutty, but, like the other uniform vectors, byte vectors
7492and short vectors want to have the same print and read syntax (and,
7493more basic, want to have read syntax!). Changing the read syntax to
7494use multiple characters after the hash sign breaks with the
7495conventions used in R5RS and the conventions used for the other
7496uniform vectors. It also introduces complexity in the current reader,
7497both on the C and Scheme levels. (The Right solution is probably to
7498change the syntax and prototypes for uniform vectors entirely.)
7499
7500
7501** The new module (ice-9 session) provides useful interactive functions.
7502
7503*** New procedure: (apropos REGEXP OPTION ...)
7504
7505Display a list of top-level variables whose names match REGEXP, and
7506the modules they are imported from. Each OPTION should be one of the
7507following symbols:
7508
7509 value --- Show the value of each matching variable.
7510 shadow --- Show bindings shadowed by subsequently imported modules.
7511 full --- Same as both `shadow' and `value'.
7512
7513For example:
7514
7515 guile> (apropos "trace" 'full)
7516 debug: trace #<procedure trace args>
7517 debug: untrace #<procedure untrace args>
7518 the-scm-module: display-backtrace #<compiled-closure #<primitive-procedure gsubr-apply>>
7519 the-scm-module: before-backtrace-hook ()
7520 the-scm-module: backtrace #<primitive-procedure backtrace>
7521 the-scm-module: after-backtrace-hook ()
7522 the-scm-module: has-shown-backtrace-hint? #f
6c0201ad 7523 guile>
8cd57bd0
JB
7524
7525** There are new functions and syntax for working with macros.
7526
7527Guile implements macros as a special object type. Any variable whose
7528top-level binding is a macro object acts as a macro. The macro object
7529specifies how the expression should be transformed before evaluation.
7530
7531*** Macro objects now print in a reasonable way, resembling procedures.
7532
7533*** New function: (macro? OBJ)
7534True iff OBJ is a macro object.
7535
7536*** New function: (primitive-macro? OBJ)
7537Like (macro? OBJ), but true only if OBJ is one of the Guile primitive
7538macro transformers, implemented in eval.c rather than Scheme code.
7539
dbdd0c16
JB
7540Why do we have this function?
7541- For symmetry with procedure? and primitive-procedure?,
7542- to allow custom print procedures to tell whether a macro is
7543 primitive, and display it differently, and
7544- to allow compilers and user-written evaluators to distinguish
7545 builtin special forms from user-defined ones, which could be
7546 compiled.
7547
8cd57bd0
JB
7548*** New function: (macro-type OBJ)
7549Return a value indicating what kind of macro OBJ is. Possible return
7550values are:
7551
7552 The symbol `syntax' --- a macro created by procedure->syntax.
7553 The symbol `macro' --- a macro created by procedure->macro.
7554 The symbol `macro!' --- a macro created by procedure->memoizing-macro.
6c0201ad 7555 The boolean #f --- if OBJ is not a macro object.
8cd57bd0
JB
7556
7557*** New function: (macro-name MACRO)
7558Return the name of the macro object MACRO's procedure, as returned by
7559procedure-name.
7560
7561*** New function: (macro-transformer MACRO)
7562Return the transformer procedure for MACRO.
7563
7564*** New syntax: (use-syntax MODULE ... TRANSFORMER)
7565
7566Specify a new macro expander to use in the current module. Each
7567MODULE is a module name, with the same meaning as in the `use-modules'
7568form; each named module's exported bindings are added to the current
7569top-level environment. TRANSFORMER is an expression evaluated in the
7570resulting environment which must yield a procedure to use as the
7571module's eval transformer: every expression evaluated in this module
7572is passed to this function, and the result passed to the Guile
6c0201ad 7573interpreter.
8cd57bd0
JB
7574
7575*** macro-eval! is removed. Use local-eval instead.
29521173 7576
8d9dcb3c
MV
7577** Some magic has been added to the printer to better handle user
7578written printing routines (like record printers, closure printers).
7579
7580The problem is that these user written routines must have access to
7fbd77df 7581the current `print-state' to be able to handle fancy things like
8d9dcb3c
MV
7582detection of circular references. These print-states have to be
7583passed to the builtin printing routines (display, write, etc) to
7584properly continue the print chain.
7585
7586We didn't want to change all existing print code so that it
8cd57bd0 7587explicitly passes thru a print state in addition to a port. Instead,
8d9dcb3c
MV
7588we extented the possible values that the builtin printing routines
7589accept as a `port'. In addition to a normal port, they now also take
7590a pair of a normal port and a print-state. Printing will go to the
7591port and the print-state will be used to control the detection of
7592circular references, etc. If the builtin function does not care for a
7593print-state, it is simply ignored.
7594
7595User written callbacks are now called with such a pair as their
7596`port', but because every function now accepts this pair as a PORT
7597argument, you don't have to worry about that. In fact, it is probably
7598safest to not check for these pairs.
7599
7600However, it is sometimes necessary to continue a print chain on a
7601different port, for example to get a intermediate string
7602representation of the printed value, mangle that string somehow, and
7603then to finally print the mangled string. Use the new function
7604
7605 inherit-print-state OLD-PORT NEW-PORT
7606
7607for this. It constructs a new `port' that prints to NEW-PORT but
7608inherits the print-state of OLD-PORT.
7609
ef1ea498
MD
7610** struct-vtable-offset renamed to vtable-offset-user
7611
7612** New constants: vtable-index-layout, vtable-index-vtable, vtable-index-printer
7613
e478dffa
MD
7614** There is now a third optional argument to make-vtable-vtable
7615 (and fourth to make-struct) when constructing new types (vtables).
7616 This argument initializes field vtable-index-printer of the vtable.
ef1ea498 7617
4851dc57
MV
7618** The detection of circular references has been extended to structs.
7619That is, a structure that -- in the process of being printed -- prints
7620itself does not lead to infinite recursion.
7621
7622** There is now some basic support for fluids. Please read
7623"libguile/fluid.h" to find out more. It is accessible from Scheme with
7624the following functions and macros:
7625
9c3fb66f
MV
7626Function: make-fluid
7627
7628 Create a new fluid object. Fluids are not special variables or
7629 some other extension to the semantics of Scheme, but rather
7630 ordinary Scheme objects. You can store them into variables (that
7631 are still lexically scoped, of course) or into any other place you
7632 like. Every fluid has a initial value of `#f'.
04c76b58 7633
9c3fb66f 7634Function: fluid? OBJ
04c76b58 7635
9c3fb66f 7636 Test whether OBJ is a fluid.
04c76b58 7637
9c3fb66f
MV
7638Function: fluid-ref FLUID
7639Function: fluid-set! FLUID VAL
04c76b58
MV
7640
7641 Access/modify the fluid FLUID. Modifications are only visible
7642 within the current dynamic root (that includes threads).
7643
9c3fb66f
MV
7644Function: with-fluids* FLUIDS VALUES THUNK
7645
7646 FLUIDS is a list of fluids and VALUES a corresponding list of
7647 values for these fluids. Before THUNK gets called the values are
6c0201ad 7648 installed in the fluids and the old values of the fluids are
9c3fb66f
MV
7649 saved in the VALUES list. When the flow of control leaves THUNK
7650 or reenters it, the values get swapped again. You might think of
7651 this as a `safe-fluid-excursion'. Note that the VALUES list is
7652 modified by `with-fluids*'.
7653
7654Macro: with-fluids ((FLUID VALUE) ...) FORM ...
7655
7656 The same as `with-fluids*' but with a different syntax. It looks
7657 just like `let', but both FLUID and VALUE are evaluated. Remember,
7658 fluids are not special variables but ordinary objects. FLUID
7659 should evaluate to a fluid.
04c76b58 7660
e2d6569c 7661** Changes to system call interfaces:
64d01d13 7662
e2d6569c 7663*** close-port, close-input-port and close-output-port now return a
64d01d13
GH
7664boolean instead of an `unspecified' object. #t means that the port
7665was successfully closed, while #f means it was already closed. It is
7666also now possible for these procedures to raise an exception if an
7667error occurs (some errors from write can be delayed until close.)
7668
e2d6569c 7669*** the first argument to chmod, fcntl, ftell and fseek can now be a
6afcd3b2
GH
7670file descriptor.
7671
e2d6569c 7672*** the third argument to fcntl is now optional.
6afcd3b2 7673
e2d6569c 7674*** the first argument to chown can now be a file descriptor or a port.
6afcd3b2 7675
e2d6569c 7676*** the argument to stat can now be a port.
6afcd3b2 7677
e2d6569c 7678*** The following new procedures have been added (most use scsh
64d01d13
GH
7679interfaces):
7680
e2d6569c 7681*** procedure: close PORT/FD
ec4ab4fd
GH
7682 Similar to close-port (*note close-port: Closing Ports.), but also
7683 works on file descriptors. A side effect of closing a file
7684 descriptor is that any ports using that file descriptor are moved
7685 to a different file descriptor and have their revealed counts set
7686 to zero.
7687
e2d6569c 7688*** procedure: port->fdes PORT
ec4ab4fd
GH
7689 Returns the integer file descriptor underlying PORT. As a side
7690 effect the revealed count of PORT is incremented.
7691
e2d6569c 7692*** procedure: fdes->ports FDES
ec4ab4fd
GH
7693 Returns a list of existing ports which have FDES as an underlying
7694 file descriptor, without changing their revealed counts.
7695
e2d6569c 7696*** procedure: fdes->inport FDES
ec4ab4fd
GH
7697 Returns an existing input port which has FDES as its underlying
7698 file descriptor, if one exists, and increments its revealed count.
7699 Otherwise, returns a new input port with a revealed count of 1.
7700
e2d6569c 7701*** procedure: fdes->outport FDES
ec4ab4fd
GH
7702 Returns an existing output port which has FDES as its underlying
7703 file descriptor, if one exists, and increments its revealed count.
7704 Otherwise, returns a new output port with a revealed count of 1.
7705
7706 The next group of procedures perform a `dup2' system call, if NEWFD
7707(an integer) is supplied, otherwise a `dup'. The file descriptor to be
7708duplicated can be supplied as an integer or contained in a port. The
64d01d13
GH
7709type of value returned varies depending on which procedure is used.
7710
ec4ab4fd
GH
7711 All procedures also have the side effect when performing `dup2' that
7712any ports using NEWFD are moved to a different file descriptor and have
64d01d13
GH
7713their revealed counts set to zero.
7714
e2d6569c 7715*** procedure: dup->fdes PORT/FD [NEWFD]
ec4ab4fd 7716 Returns an integer file descriptor.
64d01d13 7717
e2d6569c 7718*** procedure: dup->inport PORT/FD [NEWFD]
ec4ab4fd 7719 Returns a new input port using the new file descriptor.
64d01d13 7720
e2d6569c 7721*** procedure: dup->outport PORT/FD [NEWFD]
ec4ab4fd 7722 Returns a new output port using the new file descriptor.
64d01d13 7723
e2d6569c 7724*** procedure: dup PORT/FD [NEWFD]
ec4ab4fd
GH
7725 Returns a new port if PORT/FD is a port, with the same mode as the
7726 supplied port, otherwise returns an integer file descriptor.
64d01d13 7727
e2d6569c 7728*** procedure: dup->port PORT/FD MODE [NEWFD]
ec4ab4fd
GH
7729 Returns a new port using the new file descriptor. MODE supplies a
7730 mode string for the port (*note open-file: File Ports.).
64d01d13 7731
e2d6569c 7732*** procedure: setenv NAME VALUE
ec4ab4fd
GH
7733 Modifies the environment of the current process, which is also the
7734 default environment inherited by child processes.
64d01d13 7735
ec4ab4fd
GH
7736 If VALUE is `#f', then NAME is removed from the environment.
7737 Otherwise, the string NAME=VALUE is added to the environment,
7738 replacing any existing string with name matching NAME.
64d01d13 7739
ec4ab4fd 7740 The return value is unspecified.
956055a9 7741
e2d6569c 7742*** procedure: truncate-file OBJ SIZE
6afcd3b2
GH
7743 Truncates the file referred to by OBJ to at most SIZE bytes. OBJ
7744 can be a string containing a file name or an integer file
7745 descriptor or port open for output on the file. The underlying
7746 system calls are `truncate' and `ftruncate'.
7747
7748 The return value is unspecified.
7749
e2d6569c 7750*** procedure: setvbuf PORT MODE [SIZE]
7a6f1ffa
GH
7751 Set the buffering mode for PORT. MODE can be:
7752 `_IONBF'
7753 non-buffered
7754
7755 `_IOLBF'
7756 line buffered
7757
7758 `_IOFBF'
7759 block buffered, using a newly allocated buffer of SIZE bytes.
7760 However if SIZE is zero or unspecified, the port will be made
7761 non-buffered.
7762
7763 This procedure should not be used after I/O has been performed with
7764 the port.
7765
7766 Ports are usually block buffered by default, with a default buffer
7767 size. Procedures e.g., *Note open-file: File Ports, which accept a
7768 mode string allow `0' to be added to request an unbuffered port.
7769
e2d6569c 7770*** procedure: fsync PORT/FD
6afcd3b2
GH
7771 Copies any unwritten data for the specified output file descriptor
7772 to disk. If PORT/FD is a port, its buffer is flushed before the
7773 underlying file descriptor is fsync'd. The return value is
7774 unspecified.
7775
e2d6569c 7776*** procedure: open-fdes PATH FLAGS [MODES]
6afcd3b2
GH
7777 Similar to `open' but returns a file descriptor instead of a port.
7778
e2d6569c 7779*** procedure: execle PATH ENV [ARG] ...
6afcd3b2
GH
7780 Similar to `execl', but the environment of the new process is
7781 specified by ENV, which must be a list of strings as returned by
7782 the `environ' procedure.
7783
7784 This procedure is currently implemented using the `execve' system
7785 call, but we call it `execle' because of its Scheme calling
7786 interface.
7787
e2d6569c 7788*** procedure: strerror ERRNO
ec4ab4fd
GH
7789 Returns the Unix error message corresponding to ERRNO, an integer.
7790
e2d6569c 7791*** procedure: primitive-exit [STATUS]
6afcd3b2
GH
7792 Terminate the current process without unwinding the Scheme stack.
7793 This is would typically be useful after a fork. The exit status
7794 is STATUS if supplied, otherwise zero.
7795
e2d6569c 7796*** procedure: times
6afcd3b2
GH
7797 Returns an object with information about real and processor time.
7798 The following procedures accept such an object as an argument and
7799 return a selected component:
7800
7801 `tms:clock'
7802 The current real time, expressed as time units relative to an
7803 arbitrary base.
7804
7805 `tms:utime'
7806 The CPU time units used by the calling process.
7807
7808 `tms:stime'
7809 The CPU time units used by the system on behalf of the
7810 calling process.
7811
7812 `tms:cutime'
7813 The CPU time units used by terminated child processes of the
7814 calling process, whose status has been collected (e.g., using
7815 `waitpid').
7816
7817 `tms:cstime'
7818 Similarly, the CPU times units used by the system on behalf of
7819 terminated child processes.
7ad3c1e7 7820
e2d6569c
JB
7821** Removed: list-length
7822** Removed: list-append, list-append!
7823** Removed: list-reverse, list-reverse!
7824
7825** array-map renamed to array-map!
7826
7827** serial-array-map renamed to serial-array-map!
7828
660f41fa
MD
7829** catch doesn't take #f as first argument any longer
7830
7831Previously, it was possible to pass #f instead of a key to `catch'.
7832That would cause `catch' to pass a jump buffer object to the procedure
7833passed as second argument. The procedure could then use this jump
7834buffer objekt as an argument to throw.
7835
7836This mechanism has been removed since its utility doesn't motivate the
7837extra complexity it introduces.
7838
332d00f6
JB
7839** The `#/' notation for lists now provokes a warning message from Guile.
7840This syntax will be removed from Guile in the near future.
7841
7842To disable the warning message, set the GUILE_HUSH environment
7843variable to any non-empty value.
7844
8cd57bd0
JB
7845** The newline character now prints as `#\newline', following the
7846normal Scheme notation, not `#\nl'.
7847
c484bf7f
JB
7848* Changes to the gh_ interface
7849
8986901b
JB
7850** The gh_enter function now takes care of loading the Guile startup files.
7851gh_enter works by calling scm_boot_guile; see the remarks below.
7852
5424b4f7
MD
7853** Function: void gh_write (SCM x)
7854
7855Write the printed representation of the scheme object x to the current
7856output port. Corresponds to the scheme level `write'.
7857
3a97e020
MD
7858** gh_list_length renamed to gh_length.
7859
8d6787b6
MG
7860** vector handling routines
7861
7862Several major changes. In particular, gh_vector() now resembles
7863(vector ...) (with a caveat -- see manual), and gh_make_vector() now
956328d2
MG
7864exists and behaves like (make-vector ...). gh_vset() and gh_vref()
7865have been renamed gh_vector_set_x() and gh_vector_ref(). Some missing
8d6787b6
MG
7866vector-related gh_ functions have been implemented.
7867
7fee59bd
MG
7868** pair and list routines
7869
7870Implemented several of the R4RS pair and list functions that were
7871missing.
7872
171422a9
MD
7873** gh_scm2doubles, gh_doubles2scm, gh_doubles2dvect
7874
7875New function. Converts double arrays back and forth between Scheme
7876and C.
7877
c484bf7f
JB
7878* Changes to the scm_ interface
7879
8986901b
JB
7880** The function scm_boot_guile now takes care of loading the startup files.
7881
7882Guile's primary initialization function, scm_boot_guile, now takes
7883care of loading `boot-9.scm', in the `ice-9' module, to initialize
7884Guile, define the module system, and put together some standard
7885bindings. It also loads `init.scm', which is intended to hold
7886site-specific initialization code.
7887
7888Since Guile cannot operate properly until boot-9.scm is loaded, there
7889is no reason to separate loading boot-9.scm from Guile's other
7890initialization processes.
7891
7892This job used to be done by scm_compile_shell_switches, which didn't
7893make much sense; in particular, it meant that people using Guile for
7894non-shell-like applications had to jump through hoops to get Guile
7895initialized properly.
7896
7897** The function scm_compile_shell_switches no longer loads the startup files.
7898Now, Guile always loads the startup files, whenever it is initialized;
7899see the notes above for scm_boot_guile and scm_load_startup_files.
7900
7901** Function: scm_load_startup_files
7902This new function takes care of loading Guile's initialization file
7903(`boot-9.scm'), and the site initialization file, `init.scm'. Since
7904this is always called by the Guile initialization process, it's
7905probably not too useful to call this yourself, but it's there anyway.
7906
87148d9e
JB
7907** The semantics of smob marking have changed slightly.
7908
7909The smob marking function (the `mark' member of the scm_smobfuns
7910structure) is no longer responsible for setting the mark bit on the
7911smob. The generic smob handling code in the garbage collector will
7912set this bit. The mark function need only ensure that any other
7913objects the smob refers to get marked.
7914
7915Note that this change means that the smob's GC8MARK bit is typically
7916already set upon entry to the mark function. Thus, marking functions
7917which look like this:
7918
7919 {
7920 if (SCM_GC8MARKP (ptr))
7921 return SCM_BOOL_F;
7922 SCM_SETGC8MARK (ptr);
7923 ... mark objects to which the smob refers ...
7924 }
7925
7926are now incorrect, since they will return early, and fail to mark any
7927other objects the smob refers to. Some code in the Guile library used
7928to work this way.
7929
1cf84ea5
JB
7930** The semantics of the I/O port functions in scm_ptobfuns have changed.
7931
7932If you have implemented your own I/O port type, by writing the
7933functions required by the scm_ptobfuns and then calling scm_newptob,
7934you will need to change your functions slightly.
7935
7936The functions in a scm_ptobfuns structure now expect the port itself
7937as their argument; they used to expect the `stream' member of the
7938port's scm_port_table structure. This allows functions in an
7939scm_ptobfuns structure to easily access the port's cell (and any flags
7940it its CAR), and the port's scm_port_table structure.
7941
7942Guile now passes the I/O port itself as the `port' argument in the
7943following scm_ptobfuns functions:
7944
7945 int (*free) (SCM port);
7946 int (*fputc) (int, SCM port);
7947 int (*fputs) (char *, SCM port);
7948 scm_sizet (*fwrite) SCM_P ((char *ptr,
7949 scm_sizet size,
7950 scm_sizet nitems,
7951 SCM port));
7952 int (*fflush) (SCM port);
7953 int (*fgetc) (SCM port);
7954 int (*fclose) (SCM port);
7955
7956The interfaces to the `mark', `print', `equalp', and `fgets' methods
7957are unchanged.
7958
7959If you have existing code which defines its own port types, it is easy
7960to convert your code to the new interface; simply apply SCM_STREAM to
7961the port argument to yield the value you code used to expect.
7962
7963Note that since both the port and the stream have the same type in the
7964C code --- they are both SCM values --- the C compiler will not remind
7965you if you forget to update your scm_ptobfuns functions.
7966
7967
933a7411
MD
7968** Function: int scm_internal_select (int fds,
7969 SELECT_TYPE *rfds,
7970 SELECT_TYPE *wfds,
7971 SELECT_TYPE *efds,
7972 struct timeval *timeout);
7973
7974This is a replacement for the `select' function provided by the OS.
7975It enables I/O blocking and sleeping to happen for one cooperative
7976thread without blocking other threads. It also avoids busy-loops in
7977these situations. It is intended that all I/O blocking and sleeping
7978will finally go through this function. Currently, this function is
7979only available on systems providing `gettimeofday' and `select'.
7980
5424b4f7
MD
7981** Function: SCM scm_internal_stack_catch (SCM tag,
7982 scm_catch_body_t body,
7983 void *body_data,
7984 scm_catch_handler_t handler,
7985 void *handler_data)
7986
7987A new sibling to the other two C level `catch' functions
7988scm_internal_catch and scm_internal_lazy_catch. Use it if you want
7989the stack to be saved automatically into the variable `the-last-stack'
7990(scm_the_last_stack_var) on error. This is necessary if you want to
7991use advanced error reporting, such as calling scm_display_error and
7992scm_display_backtrace. (They both take a stack object as argument.)
7993
df366c26
MD
7994** Function: SCM scm_spawn_thread (scm_catch_body_t body,
7995 void *body_data,
7996 scm_catch_handler_t handler,
7997 void *handler_data)
7998
7999Spawns a new thread. It does a job similar to
8000scm_call_with_new_thread but takes arguments more suitable when
8001spawning threads from application C code.
8002
88482b31
MD
8003** The hook scm_error_callback has been removed. It was originally
8004intended as a way for the user to install his own error handler. But
8005that method works badly since it intervenes between throw and catch,
8006thereby changing the semantics of expressions like (catch #t ...).
8007The correct way to do it is to use one of the C level catch functions
8008in throw.c: scm_internal_catch/lazy_catch/stack_catch.
8009
3a97e020
MD
8010** Removed functions:
8011
8012scm_obj_length, scm_list_length, scm_list_append, scm_list_append_x,
8013scm_list_reverse, scm_list_reverse_x
8014
8015** New macros: SCM_LISTn where n is one of the integers 0-9.
8016
8017These can be used for pretty list creation from C. The idea is taken
8018from Erick Gallesio's STk.
8019
298aa6e3
MD
8020** scm_array_map renamed to scm_array_map_x
8021
527da704
MD
8022** mbstrings are now removed
8023
8024This means that the type codes scm_tc7_mb_string and
8025scm_tc7_mb_substring has been removed.
8026
8cd57bd0
JB
8027** scm_gen_putc, scm_gen_puts, scm_gen_write, and scm_gen_getc have changed.
8028
8029Since we no longer support multi-byte strings, these I/O functions
8030have been simplified, and renamed. Here are their old names, and
8031their new names and arguments:
8032
8033scm_gen_putc -> void scm_putc (int c, SCM port);
8034scm_gen_puts -> void scm_puts (char *s, SCM port);
8035scm_gen_write -> void scm_lfwrite (char *ptr, scm_sizet size, SCM port);
8036scm_gen_getc -> void scm_getc (SCM port);
8037
8038
527da704
MD
8039** The macros SCM_TYP7D and SCM_TYP7SD has been removed.
8040
8041** The macro SCM_TYP7S has taken the role of the old SCM_TYP7D
8042
8043SCM_TYP7S now masks away the bit which distinguishes substrings from
8044strings.
8045
660f41fa
MD
8046** scm_catch_body_t: Backward incompatible change!
8047
8048Body functions to scm_internal_catch and friends do not any longer
8049take a second argument. This is because it is no longer possible to
8050pass a #f arg to catch.
8051
a8e05009
JB
8052** Calls to scm_protect_object and scm_unprotect now nest properly.
8053
8054The function scm_protect_object protects its argument from being freed
8055by the garbage collector. scm_unprotect_object removes that
8056protection.
8057
8058These functions now nest properly. That is, for every object O, there
8059is a counter which scm_protect_object(O) increments and
8060scm_unprotect_object(O) decrements, if the counter is greater than
8061zero. Every object's counter is zero when it is first created. If an
8062object's counter is greater than zero, the garbage collector will not
8063reclaim its storage.
8064
8065This allows you to use scm_protect_object in your code without
8066worrying that some other function you call will call
8067scm_unprotect_object, and allow it to be freed. Assuming that the
8068functions you call are well-behaved, and unprotect only those objects
8069they protect, you can follow the same rule and have confidence that
8070objects will be freed only at appropriate times.
8071
c484bf7f
JB
8072\f
8073Changes in Guile 1.2 (released Tuesday, June 24 1997):
cf78e9e8 8074
737c9113
JB
8075* Changes to the distribution
8076
832b09ed
JB
8077** Nightly snapshots are now available from ftp.red-bean.com.
8078The old server, ftp.cyclic.com, has been relinquished to its rightful
8079owner.
8080
8081Nightly snapshots of the Guile development sources are now available via
8082anonymous FTP from ftp.red-bean.com, as /pub/guile/guile-snap.tar.gz.
8083
8084Via the web, that's: ftp://ftp.red-bean.com/pub/guile/guile-snap.tar.gz
8085For getit, that's: ftp.red-bean.com:/pub/guile/guile-snap.tar.gz
8086
0fcab5ed
JB
8087** To run Guile without installing it, the procedure has changed a bit.
8088
8089If you used a separate build directory to compile Guile, you'll need
8090to include the build directory in SCHEME_LOAD_PATH, as well as the
8091source directory. See the `INSTALL' file for examples.
8092
737c9113
JB
8093* Changes to the procedure for linking libguile with your programs
8094
94982a4e
JB
8095** The standard Guile load path for Scheme code now includes
8096$(datadir)/guile (usually /usr/local/share/guile). This means that
8097you can install your own Scheme files there, and Guile will find them.
8098(Previous versions of Guile only checked a directory whose name
8099contained the Guile version number, so you had to re-install or move
8100your Scheme sources each time you installed a fresh version of Guile.)
8101
8102The load path also includes $(datadir)/guile/site; we recommend
8103putting individual Scheme files there. If you want to install a
8104package with multiple source files, create a directory for them under
8105$(datadir)/guile.
8106
8107** Guile 1.2 will now use the Rx regular expression library, if it is
8108installed on your system. When you are linking libguile into your own
8109programs, this means you will have to link against -lguile, -lqt (if
8110you configured Guile with thread support), and -lrx.
27590f82
JB
8111
8112If you are using autoconf to generate configuration scripts for your
8113application, the following lines should suffice to add the appropriate
8114libraries to your link command:
8115
8116### Find Rx, quickthreads and libguile.
8117AC_CHECK_LIB(rx, main)
8118AC_CHECK_LIB(qt, main)
8119AC_CHECK_LIB(guile, scm_shell)
8120
94982a4e
JB
8121The Guile 1.2 distribution does not contain sources for the Rx
8122library, as Guile 1.0 did. If you want to use Rx, you'll need to
8123retrieve it from a GNU FTP site and install it separately.
8124
b83b8bee
JB
8125* Changes to Scheme functions and syntax
8126
e035e7e6
MV
8127** The dynamic linking features of Guile are now enabled by default.
8128You can disable them by giving the `--disable-dynamic-linking' option
8129to configure.
8130
e035e7e6
MV
8131 (dynamic-link FILENAME)
8132
8133 Find the object file denoted by FILENAME (a string) and link it
8134 into the running Guile application. When everything works out,
8135 return a Scheme object suitable for representing the linked object
8136 file. Otherwise an error is thrown. How object files are
8137 searched is system dependent.
8138
8139 (dynamic-object? VAL)
8140
8141 Determine whether VAL represents a dynamically linked object file.
8142
8143 (dynamic-unlink DYNOBJ)
8144
8145 Unlink the indicated object file from the application. DYNOBJ
8146 should be one of the values returned by `dynamic-link'.
8147
8148 (dynamic-func FUNCTION DYNOBJ)
8149
8150 Search the C function indicated by FUNCTION (a string or symbol)
8151 in DYNOBJ and return some Scheme object that can later be used
8152 with `dynamic-call' to actually call this function. Right now,
8153 these Scheme objects are formed by casting the address of the
8154 function to `long' and converting this number to its Scheme
8155 representation.
8156
8157 (dynamic-call FUNCTION DYNOBJ)
8158
8159 Call the C function indicated by FUNCTION and DYNOBJ. The
8160 function is passed no arguments and its return value is ignored.
8161 When FUNCTION is something returned by `dynamic-func', call that
8162 function and ignore DYNOBJ. When FUNCTION is a string (or symbol,
8163 etc.), look it up in DYNOBJ; this is equivalent to
8164
8165 (dynamic-call (dynamic-func FUNCTION DYNOBJ) #f)
8166
8167 Interrupts are deferred while the C function is executing (with
8168 SCM_DEFER_INTS/SCM_ALLOW_INTS).
8169
8170 (dynamic-args-call FUNCTION DYNOBJ ARGS)
8171
8172 Call the C function indicated by FUNCTION and DYNOBJ, but pass it
8173 some arguments and return its return value. The C function is
8174 expected to take two arguments and return an `int', just like
8175 `main':
8176
8177 int c_func (int argc, char **argv);
8178
8179 ARGS must be a list of strings and is converted into an array of
8180 `char *'. The array is passed in ARGV and its size in ARGC. The
8181 return value is converted to a Scheme number and returned from the
8182 call to `dynamic-args-call'.
8183
0fcab5ed
JB
8184When dynamic linking is disabled or not supported on your system,
8185the above functions throw errors, but they are still available.
8186
e035e7e6
MV
8187Here is a small example that works on GNU/Linux:
8188
8189 (define libc-obj (dynamic-link "libc.so"))
8190 (dynamic-args-call 'rand libc-obj '())
8191
8192See the file `libguile/DYNAMIC-LINKING' for additional comments.
8193
27590f82 8194** The #/ syntax for module names is depreciated, and will be removed
6c0201ad 8195in a future version of Guile. Instead of
27590f82
JB
8196
8197 #/foo/bar/baz
8198
8199instead write
8200
8201 (foo bar baz)
8202
8203The latter syntax is more consistent with existing Lisp practice.
8204
5dade857
MV
8205** Guile now does fancier printing of structures. Structures are the
8206underlying implementation for records, which in turn are used to
8207implement modules, so all of these object now print differently and in
8208a more informative way.
8209
161029df
JB
8210The Scheme printer will examine the builtin variable *struct-printer*
8211whenever it needs to print a structure object. When this variable is
8212not `#f' it is deemed to be a procedure and will be applied to the
8213structure object and the output port. When *struct-printer* is `#f'
8214or the procedure return `#f' the structure object will be printed in
8215the boring #<struct 80458270> form.
5dade857
MV
8216
8217This hook is used by some routines in ice-9/boot-9.scm to implement
8218type specific printing routines. Please read the comments there about
8219"printing structs".
8220
8221One of the more specific uses of structs are records. The printing
8222procedure that could be passed to MAKE-RECORD-TYPE is now actually
8223called. It should behave like a *struct-printer* procedure (described
8224above).
8225
b83b8bee
JB
8226** Guile now supports a new R4RS-compliant syntax for keywords. A
8227token of the form #:NAME, where NAME has the same syntax as a Scheme
8228symbol, is the external representation of the keyword named NAME.
8229Keyword objects print using this syntax as well, so values containing
1e5afba0
JB
8230keyword objects can be read back into Guile. When used in an
8231expression, keywords are self-quoting objects.
b83b8bee
JB
8232
8233Guile suports this read syntax, and uses this print syntax, regardless
8234of the current setting of the `keyword' read option. The `keyword'
8235read option only controls whether Guile recognizes the `:NAME' syntax,
8236which is incompatible with R4RS. (R4RS says such token represent
8237symbols.)
737c9113
JB
8238
8239** Guile has regular expression support again. Guile 1.0 included
8240functions for matching regular expressions, based on the Rx library.
8241In Guile 1.1, the Guile/Rx interface was removed to simplify the
8242distribution, and thus Guile had no regular expression support. Guile
94982a4e
JB
82431.2 again supports the most commonly used functions, and supports all
8244of SCSH's regular expression functions.
2409cdfa 8245
94982a4e
JB
8246If your system does not include a POSIX regular expression library,
8247and you have not linked Guile with a third-party regexp library such as
8248Rx, these functions will not be available. You can tell whether your
8249Guile installation includes regular expression support by checking
8250whether the `*features*' list includes the `regex' symbol.
737c9113 8251
94982a4e 8252*** regexp functions
161029df 8253
94982a4e
JB
8254By default, Guile supports POSIX extended regular expressions. That
8255means that the characters `(', `)', `+' and `?' are special, and must
8256be escaped if you wish to match the literal characters.
e1a191a8 8257
94982a4e
JB
8258This regular expression interface was modeled after that implemented
8259by SCSH, the Scheme Shell. It is intended to be upwardly compatible
8260with SCSH regular expressions.
8261
8262**** Function: string-match PATTERN STR [START]
8263 Compile the string PATTERN into a regular expression and compare
8264 it with STR. The optional numeric argument START specifies the
8265 position of STR at which to begin matching.
8266
8267 `string-match' returns a "match structure" which describes what,
8268 if anything, was matched by the regular expression. *Note Match
8269 Structures::. If STR does not match PATTERN at all,
8270 `string-match' returns `#f'.
8271
8272 Each time `string-match' is called, it must compile its PATTERN
8273argument into a regular expression structure. This operation is
8274expensive, which makes `string-match' inefficient if the same regular
8275expression is used several times (for example, in a loop). For better
8276performance, you can compile a regular expression in advance and then
8277match strings against the compiled regexp.
8278
8279**** Function: make-regexp STR [FLAGS]
8280 Compile the regular expression described by STR, and return the
8281 compiled regexp structure. If STR does not describe a legal
8282 regular expression, `make-regexp' throws a
8283 `regular-expression-syntax' error.
8284
8285 FLAGS may be the bitwise-or of one or more of the following:
8286
8287**** Constant: regexp/extended
8288 Use POSIX Extended Regular Expression syntax when interpreting
8289 STR. If not set, POSIX Basic Regular Expression syntax is used.
8290 If the FLAGS argument is omitted, we assume regexp/extended.
8291
8292**** Constant: regexp/icase
8293 Do not differentiate case. Subsequent searches using the
8294 returned regular expression will be case insensitive.
8295
8296**** Constant: regexp/newline
8297 Match-any-character operators don't match a newline.
8298
8299 A non-matching list ([^...]) not containing a newline matches a
8300 newline.
8301
8302 Match-beginning-of-line operator (^) matches the empty string
8303 immediately after a newline, regardless of whether the FLAGS
8304 passed to regexp-exec contain regexp/notbol.
8305
8306 Match-end-of-line operator ($) matches the empty string
8307 immediately before a newline, regardless of whether the FLAGS
8308 passed to regexp-exec contain regexp/noteol.
8309
8310**** Function: regexp-exec REGEXP STR [START [FLAGS]]
8311 Match the compiled regular expression REGEXP against `str'. If
8312 the optional integer START argument is provided, begin matching
8313 from that position in the string. Return a match structure
8314 describing the results of the match, or `#f' if no match could be
8315 found.
8316
8317 FLAGS may be the bitwise-or of one or more of the following:
8318
8319**** Constant: regexp/notbol
8320 The match-beginning-of-line operator always fails to match (but
8321 see the compilation flag regexp/newline above) This flag may be
8322 used when different portions of a string are passed to
8323 regexp-exec and the beginning of the string should not be
8324 interpreted as the beginning of the line.
8325
8326**** Constant: regexp/noteol
8327 The match-end-of-line operator always fails to match (but see the
8328 compilation flag regexp/newline above)
8329
8330**** Function: regexp? OBJ
8331 Return `#t' if OBJ is a compiled regular expression, or `#f'
8332 otherwise.
8333
8334 Regular expressions are commonly used to find patterns in one string
8335and replace them with the contents of another string.
8336
8337**** Function: regexp-substitute PORT MATCH [ITEM...]
8338 Write to the output port PORT selected contents of the match
8339 structure MATCH. Each ITEM specifies what should be written, and
8340 may be one of the following arguments:
8341
8342 * A string. String arguments are written out verbatim.
8343
8344 * An integer. The submatch with that number is written.
8345
8346 * The symbol `pre'. The portion of the matched string preceding
8347 the regexp match is written.
8348
8349 * The symbol `post'. The portion of the matched string
8350 following the regexp match is written.
8351
8352 PORT may be `#f', in which case nothing is written; instead,
8353 `regexp-substitute' constructs a string from the specified ITEMs
8354 and returns that.
8355
8356**** Function: regexp-substitute/global PORT REGEXP TARGET [ITEM...]
8357 Similar to `regexp-substitute', but can be used to perform global
8358 substitutions on STR. Instead of taking a match structure as an
8359 argument, `regexp-substitute/global' takes two string arguments: a
8360 REGEXP string describing a regular expression, and a TARGET string
8361 which should be matched against this regular expression.
8362
8363 Each ITEM behaves as in REGEXP-SUBSTITUTE, with the following
8364 exceptions:
8365
8366 * A function may be supplied. When this function is called, it
8367 will be passed one argument: a match structure for a given
8368 regular expression match. It should return a string to be
8369 written out to PORT.
8370
8371 * The `post' symbol causes `regexp-substitute/global' to recurse
8372 on the unmatched portion of STR. This *must* be supplied in
8373 order to perform global search-and-replace on STR; if it is
8374 not present among the ITEMs, then `regexp-substitute/global'
8375 will return after processing a single match.
8376
8377*** Match Structures
8378
8379 A "match structure" is the object returned by `string-match' and
8380`regexp-exec'. It describes which portion of a string, if any, matched
8381the given regular expression. Match structures include: a reference to
8382the string that was checked for matches; the starting and ending
8383positions of the regexp match; and, if the regexp included any
8384parenthesized subexpressions, the starting and ending positions of each
8385submatch.
8386
8387 In each of the regexp match functions described below, the `match'
8388argument must be a match structure returned by a previous call to
8389`string-match' or `regexp-exec'. Most of these functions return some
8390information about the original target string that was matched against a
8391regular expression; we will call that string TARGET for easy reference.
8392
8393**** Function: regexp-match? OBJ
8394 Return `#t' if OBJ is a match structure returned by a previous
8395 call to `regexp-exec', or `#f' otherwise.
8396
8397**** Function: match:substring MATCH [N]
8398 Return the portion of TARGET matched by subexpression number N.
8399 Submatch 0 (the default) represents the entire regexp match. If
8400 the regular expression as a whole matched, but the subexpression
8401 number N did not match, return `#f'.
8402
8403**** Function: match:start MATCH [N]
8404 Return the starting position of submatch number N.
8405
8406**** Function: match:end MATCH [N]
8407 Return the ending position of submatch number N.
8408
8409**** Function: match:prefix MATCH
8410 Return the unmatched portion of TARGET preceding the regexp match.
8411
8412**** Function: match:suffix MATCH
8413 Return the unmatched portion of TARGET following the regexp match.
8414
8415**** Function: match:count MATCH
8416 Return the number of parenthesized subexpressions from MATCH.
8417 Note that the entire regular expression match itself counts as a
8418 subexpression, and failed submatches are included in the count.
8419
8420**** Function: match:string MATCH
8421 Return the original TARGET string.
8422
8423*** Backslash Escapes
8424
8425 Sometimes you will want a regexp to match characters like `*' or `$'
8426exactly. For example, to check whether a particular string represents
8427a menu entry from an Info node, it would be useful to match it against
8428a regexp like `^* [^:]*::'. However, this won't work; because the
8429asterisk is a metacharacter, it won't match the `*' at the beginning of
8430the string. In this case, we want to make the first asterisk un-magic.
8431
8432 You can do this by preceding the metacharacter with a backslash
8433character `\'. (This is also called "quoting" the metacharacter, and
8434is known as a "backslash escape".) When Guile sees a backslash in a
8435regular expression, it considers the following glyph to be an ordinary
8436character, no matter what special meaning it would ordinarily have.
8437Therefore, we can make the above example work by changing the regexp to
8438`^\* [^:]*::'. The `\*' sequence tells the regular expression engine
8439to match only a single asterisk in the target string.
8440
8441 Since the backslash is itself a metacharacter, you may force a
8442regexp to match a backslash in the target string by preceding the
8443backslash with itself. For example, to find variable references in a
8444TeX program, you might want to find occurrences of the string `\let\'
8445followed by any number of alphabetic characters. The regular expression
8446`\\let\\[A-Za-z]*' would do this: the double backslashes in the regexp
8447each match a single backslash in the target string.
8448
8449**** Function: regexp-quote STR
8450 Quote each special character found in STR with a backslash, and
8451 return the resulting string.
8452
8453 *Very important:* Using backslash escapes in Guile source code (as
8454in Emacs Lisp or C) can be tricky, because the backslash character has
8455special meaning for the Guile reader. For example, if Guile encounters
8456the character sequence `\n' in the middle of a string while processing
8457Scheme code, it replaces those characters with a newline character.
8458Similarly, the character sequence `\t' is replaced by a horizontal tab.
8459Several of these "escape sequences" are processed by the Guile reader
8460before your code is executed. Unrecognized escape sequences are
8461ignored: if the characters `\*' appear in a string, they will be
8462translated to the single character `*'.
8463
8464 This translation is obviously undesirable for regular expressions,
8465since we want to be able to include backslashes in a string in order to
8466escape regexp metacharacters. Therefore, to make sure that a backslash
8467is preserved in a string in your Guile program, you must use *two*
8468consecutive backslashes:
8469
8470 (define Info-menu-entry-pattern (make-regexp "^\\* [^:]*"))
8471
8472 The string in this example is preprocessed by the Guile reader before
8473any code is executed. The resulting argument to `make-regexp' is the
8474string `^\* [^:]*', which is what we really want.
8475
8476 This also means that in order to write a regular expression that
8477matches a single backslash character, the regular expression string in
8478the source code must include *four* backslashes. Each consecutive pair
8479of backslashes gets translated by the Guile reader to a single
8480backslash, and the resulting double-backslash is interpreted by the
8481regexp engine as matching a single backslash character. Hence:
8482
8483 (define tex-variable-pattern (make-regexp "\\\\let\\\\=[A-Za-z]*"))
8484
8485 The reason for the unwieldiness of this syntax is historical. Both
8486regular expression pattern matchers and Unix string processing systems
8487have traditionally used backslashes with the special meanings described
8488above. The POSIX regular expression specification and ANSI C standard
8489both require these semantics. Attempting to abandon either convention
8490would cause other kinds of compatibility problems, possibly more severe
8491ones. Therefore, without extending the Scheme reader to support
8492strings with different quoting conventions (an ungainly and confusing
8493extension when implemented in other languages), we must adhere to this
8494cumbersome escape syntax.
8495
7ad3c1e7
GH
8496* Changes to the gh_ interface
8497
8498* Changes to the scm_ interface
8499
8500* Changes to system call interfaces:
94982a4e 8501
7ad3c1e7 8502** The value returned by `raise' is now unspecified. It throws an exception
e1a191a8
GH
8503if an error occurs.
8504
94982a4e 8505*** A new procedure `sigaction' can be used to install signal handlers
115b09a5
GH
8506
8507(sigaction signum [action] [flags])
8508
8509signum is the signal number, which can be specified using the value
8510of SIGINT etc.
8511
8512If action is omitted, sigaction returns a pair: the CAR is the current
8513signal hander, which will be either an integer with the value SIG_DFL
8514(default action) or SIG_IGN (ignore), or the Scheme procedure which
8515handles the signal, or #f if a non-Scheme procedure handles the
8516signal. The CDR contains the current sigaction flags for the handler.
8517
8518If action is provided, it is installed as the new handler for signum.
8519action can be a Scheme procedure taking one argument, or the value of
8520SIG_DFL (default action) or SIG_IGN (ignore), or #f to restore
8521whatever signal handler was installed before sigaction was first used.
8522Flags can optionally be specified for the new handler (SA_RESTART is
8523always used if the system provides it, so need not be specified.) The
8524return value is a pair with information about the old handler as
8525described above.
8526
8527This interface does not provide access to the "signal blocking"
8528facility. Maybe this is not needed, since the thread support may
8529provide solutions to the problem of consistent access to data
8530structures.
e1a191a8 8531
94982a4e 8532*** A new procedure `flush-all-ports' is equivalent to running
89ea5b7c
GH
8533`force-output' on every port open for output.
8534
94982a4e
JB
8535** Guile now provides information on how it was built, via the new
8536global variable, %guile-build-info. This variable records the values
8537of the standard GNU makefile directory variables as an assocation
8538list, mapping variable names (symbols) onto directory paths (strings).
8539For example, to find out where the Guile link libraries were
8540installed, you can say:
8541
8542guile -c "(display (assq-ref %guile-build-info 'libdir)) (newline)"
8543
8544
8545* Changes to the scm_ interface
8546
8547** The new function scm_handle_by_message_noexit is just like the
8548existing scm_handle_by_message function, except that it doesn't call
8549exit to terminate the process. Instead, it prints a message and just
8550returns #f. This might be a more appropriate catch-all handler for
8551new dynamic roots and threads.
8552
cf78e9e8 8553\f
c484bf7f 8554Changes in Guile 1.1 (released Friday, May 16 1997):
f3b1485f
JB
8555
8556* Changes to the distribution.
8557
8558The Guile 1.0 distribution has been split up into several smaller
8559pieces:
8560guile-core --- the Guile interpreter itself.
8561guile-tcltk --- the interface between the Guile interpreter and
8562 Tcl/Tk; Tcl is an interpreter for a stringy language, and Tk
8563 is a toolkit for building graphical user interfaces.
8564guile-rgx-ctax --- the interface between Guile and the Rx regular
8565 expression matcher, and the translator for the Ctax
8566 programming language. These are packaged together because the
8567 Ctax translator uses Rx to parse Ctax source code.
8568
095936d2
JB
8569This NEWS file describes the changes made to guile-core since the 1.0
8570release.
8571
48d224d7
JB
8572We no longer distribute the documentation, since it was either out of
8573date, or incomplete. As soon as we have current documentation, we
8574will distribute it.
8575
0fcab5ed
JB
8576
8577
f3b1485f
JB
8578* Changes to the stand-alone interpreter
8579
48d224d7
JB
8580** guile now accepts command-line arguments compatible with SCSH, Olin
8581Shivers' Scheme Shell.
8582
8583In general, arguments are evaluated from left to right, but there are
8584exceptions. The following switches stop argument processing, and
8585stash all remaining command-line arguments as the value returned by
8586the (command-line) function.
8587 -s SCRIPT load Scheme source code from FILE, and exit
8588 -c EXPR evalute Scheme expression EXPR, and exit
8589 -- stop scanning arguments; run interactively
8590
8591The switches below are processed as they are encountered.
8592 -l FILE load Scheme source code from FILE
8593 -e FUNCTION after reading script, apply FUNCTION to
8594 command line arguments
8595 -ds do -s script at this point
8596 --emacs enable Emacs protocol (experimental)
8597 -h, --help display this help and exit
8598 -v, --version display version information and exit
8599 \ read arguments from following script lines
8600
8601So, for example, here is a Guile script named `ekko' (thanks, Olin)
8602which re-implements the traditional "echo" command:
8603
8604#!/usr/local/bin/guile -s
8605!#
8606(define (main args)
8607 (map (lambda (arg) (display arg) (display " "))
8608 (cdr args))
8609 (newline))
8610
8611(main (command-line))
8612
8613Suppose we invoke this script as follows:
8614
8615 ekko a speckled gecko
8616
8617Through the magic of Unix script processing (triggered by the `#!'
8618token at the top of the file), /usr/local/bin/guile receives the
8619following list of command-line arguments:
8620
8621 ("-s" "./ekko" "a" "speckled" "gecko")
8622
8623Unix inserts the name of the script after the argument specified on
8624the first line of the file (in this case, "-s"), and then follows that
8625with the arguments given to the script. Guile loads the script, which
8626defines the `main' function, and then applies it to the list of
8627remaining command-line arguments, ("a" "speckled" "gecko").
8628
095936d2
JB
8629In Unix, the first line of a script file must take the following form:
8630
8631#!INTERPRETER ARGUMENT
8632
8633where INTERPRETER is the absolute filename of the interpreter
8634executable, and ARGUMENT is a single command-line argument to pass to
8635the interpreter.
8636
8637You may only pass one argument to the interpreter, and its length is
8638limited. These restrictions can be annoying to work around, so Guile
8639provides a general mechanism (borrowed from, and compatible with,
8640SCSH) for circumventing them.
8641
8642If the ARGUMENT in a Guile script is a single backslash character,
8643`\', Guile will open the script file, parse arguments from its second
8644and subsequent lines, and replace the `\' with them. So, for example,
8645here is another implementation of the `ekko' script:
8646
8647#!/usr/local/bin/guile \
8648-e main -s
8649!#
8650(define (main args)
8651 (for-each (lambda (arg) (display arg) (display " "))
8652 (cdr args))
8653 (newline))
8654
8655If the user invokes this script as follows:
8656
8657 ekko a speckled gecko
8658
8659Unix expands this into
8660
8661 /usr/local/bin/guile \ ekko a speckled gecko
8662
8663When Guile sees the `\' argument, it replaces it with the arguments
8664read from the second line of the script, producing:
8665
8666 /usr/local/bin/guile -e main -s ekko a speckled gecko
8667
8668This tells Guile to load the `ekko' script, and apply the function
8669`main' to the argument list ("a" "speckled" "gecko").
8670
8671Here is how Guile parses the command-line arguments:
8672- Each space character terminates an argument. This means that two
8673 spaces in a row introduce an empty-string argument.
8674- The tab character is not permitted (unless you quote it with the
8675 backslash character, as described below), to avoid confusion.
8676- The newline character terminates the sequence of arguments, and will
8677 also terminate a final non-empty argument. (However, a newline
8678 following a space will not introduce a final empty-string argument;
8679 it only terminates the argument list.)
8680- The backslash character is the escape character. It escapes
8681 backslash, space, tab, and newline. The ANSI C escape sequences
8682 like \n and \t are also supported. These produce argument
8683 constituents; the two-character combination \n doesn't act like a
8684 terminating newline. The escape sequence \NNN for exactly three
8685 octal digits reads as the character whose ASCII code is NNN. As
8686 above, characters produced this way are argument constituents.
8687 Backslash followed by other characters is not allowed.
8688
48d224d7
JB
8689* Changes to the procedure for linking libguile with your programs
8690
8691** Guile now builds and installs a shared guile library, if your
8692system support shared libraries. (It still builds a static library on
8693all systems.) Guile automatically detects whether your system
8694supports shared libraries. To prevent Guile from buildisg shared
8695libraries, pass the `--disable-shared' flag to the configure script.
8696
8697Guile takes longer to compile when it builds shared libraries, because
8698it must compile every file twice --- once to produce position-
8699independent object code, and once to produce normal object code.
8700
8701** The libthreads library has been merged into libguile.
8702
8703To link a program against Guile, you now need only link against
8704-lguile and -lqt; -lthreads is no longer needed. If you are using
8705autoconf to generate configuration scripts for your application, the
8706following lines should suffice to add the appropriate libraries to
8707your link command:
8708
8709### Find quickthreads and libguile.
8710AC_CHECK_LIB(qt, main)
8711AC_CHECK_LIB(guile, scm_shell)
f3b1485f
JB
8712
8713* Changes to Scheme functions
8714
095936d2
JB
8715** Guile Scheme's special syntax for keyword objects is now optional,
8716and disabled by default.
8717
8718The syntax variation from R4RS made it difficult to port some
8719interesting packages to Guile. The routines which accepted keyword
8720arguments (mostly in the module system) have been modified to also
8721accept symbols whose names begin with `:'.
8722
8723To change the keyword syntax, you must first import the (ice-9 debug)
8724module:
8725 (use-modules (ice-9 debug))
8726
8727Then you can enable the keyword syntax as follows:
8728 (read-set! keywords 'prefix)
8729
8730To disable keyword syntax, do this:
8731 (read-set! keywords #f)
8732
8733** Many more primitive functions accept shared substrings as
8734arguments. In the past, these functions required normal, mutable
8735strings as arguments, although they never made use of this
8736restriction.
8737
8738** The uniform array functions now operate on byte vectors. These
8739functions are `array-fill!', `serial-array-copy!', `array-copy!',
8740`serial-array-map', `array-map', `array-for-each', and
8741`array-index-map!'.
8742
8743** The new functions `trace' and `untrace' implement simple debugging
8744support for Scheme functions.
8745
8746The `trace' function accepts any number of procedures as arguments,
8747and tells the Guile interpreter to display each procedure's name and
8748arguments each time the procedure is invoked. When invoked with no
8749arguments, `trace' returns the list of procedures currently being
8750traced.
8751
8752The `untrace' function accepts any number of procedures as arguments,
8753and tells the Guile interpreter not to trace them any more. When
8754invoked with no arguments, `untrace' untraces all curretly traced
8755procedures.
8756
8757The tracing in Guile has an advantage over most other systems: we
8758don't create new procedure objects, but mark the procedure objects
8759themselves. This means that anonymous and internal procedures can be
8760traced.
8761
8762** The function `assert-repl-prompt' has been renamed to
8763`set-repl-prompt!'. It takes one argument, PROMPT.
8764- If PROMPT is #f, the Guile read-eval-print loop will not prompt.
8765- If PROMPT is a string, we use it as a prompt.
8766- If PROMPT is a procedure accepting no arguments, we call it, and
8767 display the result as a prompt.
8768- Otherwise, we display "> ".
8769
8770** The new function `eval-string' reads Scheme expressions from a
8771string and evaluates them, returning the value of the last expression
8772in the string. If the string contains no expressions, it returns an
8773unspecified value.
8774
8775** The new function `thunk?' returns true iff its argument is a
8776procedure of zero arguments.
8777
8778** `defined?' is now a builtin function, instead of syntax. This
8779means that its argument should be quoted. It returns #t iff its
8780argument is bound in the current module.
8781
8782** The new syntax `use-modules' allows you to add new modules to your
8783environment without re-typing a complete `define-module' form. It
8784accepts any number of module names as arguments, and imports their
8785public bindings into the current module.
8786
8787** The new function (module-defined? NAME MODULE) returns true iff
8788NAME, a symbol, is defined in MODULE, a module object.
8789
8790** The new function `builtin-bindings' creates and returns a hash
8791table containing copies of all the root module's bindings.
8792
8793** The new function `builtin-weak-bindings' does the same as
8794`builtin-bindings', but creates a doubly-weak hash table.
8795
8796** The `equal?' function now considers variable objects to be
8797equivalent if they have the same name and the same value.
8798
8799** The new function `command-line' returns the command-line arguments
8800given to Guile, as a list of strings.
8801
8802When using guile as a script interpreter, `command-line' returns the
8803script's arguments; those processed by the interpreter (like `-s' or
8804`-c') are omitted. (In other words, you get the normal, expected
8805behavior.) Any application that uses scm_shell to process its
8806command-line arguments gets this behavior as well.
8807
8808** The new function `load-user-init' looks for a file called `.guile'
8809in the user's home directory, and loads it if it exists. This is
8810mostly for use by the code generated by scm_compile_shell_switches,
8811but we thought it might also be useful in other circumstances.
8812
8813** The new function `log10' returns the base-10 logarithm of its
8814argument.
8815
8816** Changes to I/O functions
8817
6c0201ad 8818*** The functions `read', `primitive-load', `read-and-eval!', and
095936d2
JB
8819`primitive-load-path' no longer take optional arguments controlling
8820case insensitivity and a `#' parser.
8821
8822Case sensitivity is now controlled by a read option called
8823`case-insensitive'. The user can add new `#' syntaxes with the
8824`read-hash-extend' function (see below).
8825
8826*** The new function `read-hash-extend' allows the user to change the
8827syntax of Guile Scheme in a somewhat controlled way.
8828
8829(read-hash-extend CHAR PROC)
8830 When parsing S-expressions, if we read a `#' character followed by
8831 the character CHAR, use PROC to parse an object from the stream.
8832 If PROC is #f, remove any parsing procedure registered for CHAR.
8833
8834 The reader applies PROC to two arguments: CHAR and an input port.
8835
6c0201ad 8836*** The new functions read-delimited and read-delimited! provide a
095936d2
JB
8837general mechanism for doing delimited input on streams.
8838
8839(read-delimited DELIMS [PORT HANDLE-DELIM])
8840 Read until we encounter one of the characters in DELIMS (a string),
8841 or end-of-file. PORT is the input port to read from; it defaults to
8842 the current input port. The HANDLE-DELIM parameter determines how
8843 the terminating character is handled; it should be one of the
8844 following symbols:
8845
8846 'trim omit delimiter from result
8847 'peek leave delimiter character in input stream
8848 'concat append delimiter character to returned value
8849 'split return a pair: (RESULT . TERMINATOR)
8850
8851 HANDLE-DELIM defaults to 'peek.
8852
8853(read-delimited! DELIMS BUF [PORT HANDLE-DELIM START END])
8854 A side-effecting variant of `read-delimited'.
8855
8856 The data is written into the string BUF at the indices in the
8857 half-open interval [START, END); the default interval is the whole
8858 string: START = 0 and END = (string-length BUF). The values of
8859 START and END must specify a well-defined interval in BUF, i.e.
8860 0 <= START <= END <= (string-length BUF).
8861
8862 It returns NBYTES, the number of bytes read. If the buffer filled
8863 up without a delimiter character being found, it returns #f. If the
8864 port is at EOF when the read starts, it returns the EOF object.
8865
8866 If an integer is returned (i.e., the read is successfully terminated
8867 by reading a delimiter character), then the HANDLE-DELIM parameter
8868 determines how to handle the terminating character. It is described
8869 above, and defaults to 'peek.
8870
8871(The descriptions of these functions were borrowed from the SCSH
8872manual, by Olin Shivers and Brian Carlstrom.)
8873
8874*** The `%read-delimited!' function is the primitive used to implement
8875`read-delimited' and `read-delimited!'.
8876
8877(%read-delimited! DELIMS BUF GOBBLE? [PORT START END])
8878
8879This returns a pair of values: (TERMINATOR . NUM-READ).
8880- TERMINATOR describes why the read was terminated. If it is a
8881 character or the eof object, then that is the value that terminated
8882 the read. If it is #f, the function filled the buffer without finding
8883 a delimiting character.
8884- NUM-READ is the number of characters read into BUF.
8885
8886If the read is successfully terminated by reading a delimiter
8887character, then the gobble? parameter determines what to do with the
8888terminating character. If true, the character is removed from the
8889input stream; if false, the character is left in the input stream
8890where a subsequent read operation will retrieve it. In either case,
8891the character is also the first value returned by the procedure call.
8892
8893(The descriptions of this function was borrowed from the SCSH manual,
8894by Olin Shivers and Brian Carlstrom.)
8895
8896*** The `read-line' and `read-line!' functions have changed; they now
8897trim the terminator by default; previously they appended it to the
8898returned string. For the old behavior, use (read-line PORT 'concat).
8899
8900*** The functions `uniform-array-read!' and `uniform-array-write!' now
8901take new optional START and END arguments, specifying the region of
8902the array to read and write.
8903
f348c807
JB
8904*** The `ungetc-char-ready?' function has been removed. We feel it's
8905inappropriate for an interface to expose implementation details this
8906way.
095936d2
JB
8907
8908** Changes to the Unix library and system call interface
8909
8910*** The new fcntl function provides access to the Unix `fcntl' system
8911call.
8912
8913(fcntl PORT COMMAND VALUE)
8914 Apply COMMAND to PORT's file descriptor, with VALUE as an argument.
8915 Values for COMMAND are:
8916
8917 F_DUPFD duplicate a file descriptor
8918 F_GETFD read the descriptor's close-on-exec flag
8919 F_SETFD set the descriptor's close-on-exec flag to VALUE
8920 F_GETFL read the descriptor's flags, as set on open
8921 F_SETFL set the descriptor's flags, as set on open to VALUE
8922 F_GETOWN return the process ID of a socket's owner, for SIGIO
8923 F_SETOWN set the process that owns a socket to VALUE, for SIGIO
8924 FD_CLOEXEC not sure what this is
8925
8926For details, see the documentation for the fcntl system call.
8927
8928*** The arguments to `select' have changed, for compatibility with
8929SCSH. The TIMEOUT parameter may now be non-integral, yielding the
8930expected behavior. The MILLISECONDS parameter has been changed to
8931MICROSECONDS, to more closely resemble the underlying system call.
8932The RVEC, WVEC, and EVEC arguments can now be vectors; the type of the
8933corresponding return set will be the same.
8934
8935*** The arguments to the `mknod' system call have changed. They are
8936now:
8937
8938(mknod PATH TYPE PERMS DEV)
8939 Create a new file (`node') in the file system. PATH is the name of
8940 the file to create. TYPE is the kind of file to create; it should
8941 be 'fifo, 'block-special, or 'char-special. PERMS specifies the
8942 permission bits to give the newly created file. If TYPE is
8943 'block-special or 'char-special, DEV specifies which device the
8944 special file refers to; its interpretation depends on the kind of
8945 special file being created.
8946
8947*** The `fork' function has been renamed to `primitive-fork', to avoid
8948clashing with various SCSH forks.
8949
8950*** The `recv' and `recvfrom' functions have been renamed to `recv!'
8951and `recvfrom!'. They no longer accept a size for a second argument;
8952you must pass a string to hold the received value. They no longer
8953return the buffer. Instead, `recv' returns the length of the message
8954received, and `recvfrom' returns a pair containing the packet's length
6c0201ad 8955and originating address.
095936d2
JB
8956
8957*** The file descriptor datatype has been removed, as have the
8958`read-fd', `write-fd', `close', `lseek', and `dup' functions.
8959We plan to replace these functions with a SCSH-compatible interface.
8960
8961*** The `create' function has been removed; it's just a special case
8962of `open'.
8963
8964*** There are new functions to break down process termination status
8965values. In the descriptions below, STATUS is a value returned by
8966`waitpid'.
8967
8968(status:exit-val STATUS)
8969 If the child process exited normally, this function returns the exit
8970 code for the child process (i.e., the value passed to exit, or
8971 returned from main). If the child process did not exit normally,
8972 this function returns #f.
8973
8974(status:stop-sig STATUS)
8975 If the child process was suspended by a signal, this function
8976 returns the signal that suspended the child. Otherwise, it returns
8977 #f.
8978
8979(status:term-sig STATUS)
8980 If the child process terminated abnormally, this function returns
8981 the signal that terminated the child. Otherwise, this function
8982 returns false.
8983
8984POSIX promises that exactly one of these functions will return true on
8985a valid STATUS value.
8986
8987These functions are compatible with SCSH.
8988
8989*** There are new accessors and setters for the broken-out time vectors
48d224d7
JB
8990returned by `localtime', `gmtime', and that ilk. They are:
8991
8992 Component Accessor Setter
8993 ========================= ============ ============
8994 seconds tm:sec set-tm:sec
8995 minutes tm:min set-tm:min
8996 hours tm:hour set-tm:hour
8997 day of the month tm:mday set-tm:mday
8998 month tm:mon set-tm:mon
8999 year tm:year set-tm:year
9000 day of the week tm:wday set-tm:wday
9001 day in the year tm:yday set-tm:yday
9002 daylight saving time tm:isdst set-tm:isdst
9003 GMT offset, seconds tm:gmtoff set-tm:gmtoff
9004 name of time zone tm:zone set-tm:zone
9005
095936d2
JB
9006*** There are new accessors for the vectors returned by `uname',
9007describing the host system:
48d224d7
JB
9008
9009 Component Accessor
9010 ============================================== ================
9011 name of the operating system implementation utsname:sysname
9012 network name of this machine utsname:nodename
9013 release level of the operating system utsname:release
9014 version level of the operating system utsname:version
9015 machine hardware platform utsname:machine
9016
095936d2
JB
9017*** There are new accessors for the vectors returned by `getpw',
9018`getpwnam', `getpwuid', and `getpwent', describing entries from the
9019system's user database:
9020
9021 Component Accessor
9022 ====================== =================
9023 user name passwd:name
9024 user password passwd:passwd
9025 user id passwd:uid
9026 group id passwd:gid
9027 real name passwd:gecos
9028 home directory passwd:dir
9029 shell program passwd:shell
9030
9031*** There are new accessors for the vectors returned by `getgr',
9032`getgrnam', `getgrgid', and `getgrent', describing entries from the
9033system's group database:
9034
9035 Component Accessor
9036 ======================= ============
9037 group name group:name
9038 group password group:passwd
9039 group id group:gid
9040 group members group:mem
9041
9042*** There are new accessors for the vectors returned by `gethost',
9043`gethostbyaddr', `gethostbyname', and `gethostent', describing
9044internet hosts:
9045
9046 Component Accessor
9047 ========================= ===============
9048 official name of host hostent:name
9049 alias list hostent:aliases
9050 host address type hostent:addrtype
9051 length of address hostent:length
9052 list of addresses hostent:addr-list
9053
9054*** There are new accessors for the vectors returned by `getnet',
9055`getnetbyaddr', `getnetbyname', and `getnetent', describing internet
9056networks:
9057
9058 Component Accessor
9059 ========================= ===============
9060 official name of net netent:name
9061 alias list netent:aliases
9062 net number type netent:addrtype
9063 net number netent:net
9064
9065*** There are new accessors for the vectors returned by `getproto',
9066`getprotobyname', `getprotobynumber', and `getprotoent', describing
9067internet protocols:
9068
9069 Component Accessor
9070 ========================= ===============
9071 official protocol name protoent:name
9072 alias list protoent:aliases
9073 protocol number protoent:proto
9074
9075*** There are new accessors for the vectors returned by `getserv',
9076`getservbyname', `getservbyport', and `getservent', describing
9077internet protocols:
9078
9079 Component Accessor
9080 ========================= ===============
6c0201ad 9081 official service name servent:name
095936d2 9082 alias list servent:aliases
6c0201ad
TTN
9083 port number servent:port
9084 protocol to use servent:proto
095936d2
JB
9085
9086*** There are new accessors for the sockaddr structures returned by
9087`accept', `getsockname', `getpeername', `recvfrom!':
9088
9089 Component Accessor
9090 ======================================== ===============
6c0201ad 9091 address format (`family') sockaddr:fam
095936d2
JB
9092 path, for file domain addresses sockaddr:path
9093 address, for internet domain addresses sockaddr:addr
9094 TCP or UDP port, for internet sockaddr:port
9095
9096*** The `getpwent', `getgrent', `gethostent', `getnetent',
9097`getprotoent', and `getservent' functions now return #f at the end of
9098the user database. (They used to throw an exception.)
9099
9100Note that calling MUMBLEent function is equivalent to calling the
9101corresponding MUMBLE function with no arguments.
9102
9103*** The `setpwent', `setgrent', `sethostent', `setnetent',
9104`setprotoent', and `setservent' routines now take no arguments.
9105
9106*** The `gethost', `getproto', `getnet', and `getserv' functions now
9107provide more useful information when they throw an exception.
9108
9109*** The `lnaof' function has been renamed to `inet-lnaof'.
9110
9111*** Guile now claims to have the `current-time' feature.
9112
9113*** The `mktime' function now takes an optional second argument ZONE,
9114giving the time zone to use for the conversion. ZONE should be a
9115string, in the same format as expected for the "TZ" environment variable.
9116
9117*** The `strptime' function now returns a pair (TIME . COUNT), where
9118TIME is the parsed time as a vector, and COUNT is the number of
9119characters from the string left unparsed. This function used to
9120return the remaining characters as a string.
9121
9122*** The `gettimeofday' function has replaced the old `time+ticks' function.
9123The return value is now (SECONDS . MICROSECONDS); the fractional
9124component is no longer expressed in "ticks".
9125
9126*** The `ticks/sec' constant has been removed, in light of the above change.
6685dc83 9127
ea00ecba
MG
9128* Changes to the gh_ interface
9129
9130** gh_eval_str() now returns an SCM object which is the result of the
9131evaluation
9132
aaef0d2a
MG
9133** gh_scm2str() now copies the Scheme data to a caller-provided C
9134array
9135
9136** gh_scm2newstr() now makes a C array, copies the Scheme data to it,
9137and returns the array
9138
9139** gh_scm2str0() is gone: there is no need to distinguish
9140null-terminated from non-null-terminated, since gh_scm2newstr() allows
9141the user to interpret the data both ways.
9142
f3b1485f
JB
9143* Changes to the scm_ interface
9144
095936d2
JB
9145** The new function scm_symbol_value0 provides an easy way to get a
9146symbol's value from C code:
9147
9148SCM scm_symbol_value0 (char *NAME)
9149 Return the value of the symbol named by the null-terminated string
9150 NAME in the current module. If the symbol named NAME is unbound in
9151 the current module, return SCM_UNDEFINED.
9152
9153** The new function scm_sysintern0 creates new top-level variables,
9154without assigning them a value.
9155
9156SCM scm_sysintern0 (char *NAME)
9157 Create a new Scheme top-level variable named NAME. NAME is a
9158 null-terminated string. Return the variable's value cell.
9159
9160** The function scm_internal_catch is the guts of catch. It handles
9161all the mechanics of setting up a catch target, invoking the catch
9162body, and perhaps invoking the handler if the body does a throw.
9163
9164The function is designed to be usable from C code, but is general
9165enough to implement all the semantics Guile Scheme expects from throw.
9166
9167TAG is the catch tag. Typically, this is a symbol, but this function
9168doesn't actually care about that.
9169
9170BODY is a pointer to a C function which runs the body of the catch;
9171this is the code you can throw from. We call it like this:
9172 BODY (BODY_DATA, JMPBUF)
9173where:
9174 BODY_DATA is just the BODY_DATA argument we received; we pass it
9175 through to BODY as its first argument. The caller can make
9176 BODY_DATA point to anything useful that BODY might need.
9177 JMPBUF is the Scheme jmpbuf object corresponding to this catch,
9178 which we have just created and initialized.
9179
9180HANDLER is a pointer to a C function to deal with a throw to TAG,
9181should one occur. We call it like this:
9182 HANDLER (HANDLER_DATA, THROWN_TAG, THROW_ARGS)
9183where
9184 HANDLER_DATA is the HANDLER_DATA argument we recevied; it's the
9185 same idea as BODY_DATA above.
9186 THROWN_TAG is the tag that the user threw to; usually this is
9187 TAG, but it could be something else if TAG was #t (i.e., a
9188 catch-all), or the user threw to a jmpbuf.
9189 THROW_ARGS is the list of arguments the user passed to the THROW
9190 function.
9191
9192BODY_DATA is just a pointer we pass through to BODY. HANDLER_DATA
9193is just a pointer we pass through to HANDLER. We don't actually
9194use either of those pointers otherwise ourselves. The idea is
9195that, if our caller wants to communicate something to BODY or
9196HANDLER, it can pass a pointer to it as MUMBLE_DATA, which BODY and
9197HANDLER can then use. Think of it as a way to make BODY and
9198HANDLER closures, not just functions; MUMBLE_DATA points to the
9199enclosed variables.
9200
9201Of course, it's up to the caller to make sure that any data a
9202MUMBLE_DATA needs is protected from GC. A common way to do this is
9203to make MUMBLE_DATA a pointer to data stored in an automatic
9204structure variable; since the collector must scan the stack for
9205references anyway, this assures that any references in MUMBLE_DATA
9206will be found.
9207
9208** The new function scm_internal_lazy_catch is exactly like
9209scm_internal_catch, except:
9210
9211- It does not unwind the stack (this is the major difference).
9212- If handler returns, its value is returned from the throw.
9213- BODY always receives #f as its JMPBUF argument (since there's no
9214 jmpbuf associated with a lazy catch, because we don't unwind the
9215 stack.)
9216
9217** scm_body_thunk is a new body function you can pass to
9218scm_internal_catch if you want the body to be like Scheme's `catch'
9219--- a thunk, or a function of one argument if the tag is #f.
9220
9221BODY_DATA is a pointer to a scm_body_thunk_data structure, which
9222contains the Scheme procedure to invoke as the body, and the tag
9223we're catching. If the tag is #f, then we pass JMPBUF (created by
9224scm_internal_catch) to the body procedure; otherwise, the body gets
9225no arguments.
9226
9227** scm_handle_by_proc is a new handler function you can pass to
9228scm_internal_catch if you want the handler to act like Scheme's catch
9229--- call a procedure with the tag and the throw arguments.
9230
9231If the user does a throw to this catch, this function runs a handler
9232procedure written in Scheme. HANDLER_DATA is a pointer to an SCM
9233variable holding the Scheme procedure object to invoke. It ought to
9234be a pointer to an automatic variable (i.e., one living on the stack),
9235or the procedure object should be otherwise protected from GC.
9236
9237** scm_handle_by_message is a new handler function to use with
9238`scm_internal_catch' if you want Guile to print a message and die.
9239It's useful for dealing with throws to uncaught keys at the top level.
9240
9241HANDLER_DATA, if non-zero, is assumed to be a char * pointing to a
9242message header to print; if zero, we use "guile" instead. That
9243text is followed by a colon, then the message described by ARGS.
9244
9245** The return type of scm_boot_guile is now void; the function does
9246not return a value, and indeed, never returns at all.
9247
f3b1485f
JB
9248** The new function scm_shell makes it easy for user applications to
9249process command-line arguments in a way that is compatible with the
9250stand-alone guile interpreter (which is in turn compatible with SCSH,
9251the Scheme shell).
9252
9253To use the scm_shell function, first initialize any guile modules
9254linked into your application, and then call scm_shell with the values
7ed46dc8 9255of ARGC and ARGV your `main' function received. scm_shell will add
f3b1485f
JB
9256any SCSH-style meta-arguments from the top of the script file to the
9257argument vector, and then process the command-line arguments. This
9258generally means loading a script file or starting up an interactive
9259command interpreter. For details, see "Changes to the stand-alone
9260interpreter" above.
9261
095936d2 9262** The new functions scm_get_meta_args and scm_count_argv help you
6c0201ad 9263implement the SCSH-style meta-argument, `\'.
095936d2
JB
9264
9265char **scm_get_meta_args (int ARGC, char **ARGV)
9266 If the second element of ARGV is a string consisting of a single
9267 backslash character (i.e. "\\" in Scheme notation), open the file
9268 named by the following argument, parse arguments from it, and return
9269 the spliced command line. The returned array is terminated by a
9270 null pointer.
6c0201ad 9271
095936d2
JB
9272 For details of argument parsing, see above, under "guile now accepts
9273 command-line arguments compatible with SCSH..."
9274
9275int scm_count_argv (char **ARGV)
9276 Count the arguments in ARGV, assuming it is terminated by a null
9277 pointer.
9278
9279For an example of how these functions might be used, see the source
9280code for the function scm_shell in libguile/script.c.
9281
9282You will usually want to use scm_shell instead of calling this
9283function yourself.
9284
9285** The new function scm_compile_shell_switches turns an array of
9286command-line arguments into Scheme code to carry out the actions they
9287describe. Given ARGC and ARGV, it returns a Scheme expression to
9288evaluate, and calls scm_set_program_arguments to make any remaining
9289command-line arguments available to the Scheme code. For example,
9290given the following arguments:
9291
9292 -e main -s ekko a speckled gecko
9293
9294scm_set_program_arguments will return the following expression:
9295
9296 (begin (load "ekko") (main (command-line)) (quit))
9297
9298You will usually want to use scm_shell instead of calling this
9299function yourself.
9300
9301** The function scm_shell_usage prints a usage message appropriate for
9302an interpreter that uses scm_compile_shell_switches to handle its
9303command-line arguments.
9304
9305void scm_shell_usage (int FATAL, char *MESSAGE)
9306 Print a usage message to the standard error output. If MESSAGE is
9307 non-zero, write it before the usage message, followed by a newline.
9308 If FATAL is non-zero, exit the process, using FATAL as the
9309 termination status. (If you want to be compatible with Guile,
9310 always use 1 as the exit status when terminating due to command-line
9311 usage problems.)
9312
9313You will usually want to use scm_shell instead of calling this
9314function yourself.
48d224d7
JB
9315
9316** scm_eval_0str now returns SCM_UNSPECIFIED if the string contains no
095936d2
JB
9317expressions. It used to return SCM_EOL. Earth-shattering.
9318
9319** The macros for declaring scheme objects in C code have been
9320rearranged slightly. They are now:
9321
9322SCM_SYMBOL (C_NAME, SCHEME_NAME)
9323 Declare a static SCM variable named C_NAME, and initialize it to
9324 point to the Scheme symbol whose name is SCHEME_NAME. C_NAME should
9325 be a C identifier, and SCHEME_NAME should be a C string.
9326
9327SCM_GLOBAL_SYMBOL (C_NAME, SCHEME_NAME)
9328 Just like SCM_SYMBOL, but make C_NAME globally visible.
9329
9330SCM_VCELL (C_NAME, SCHEME_NAME)
9331 Create a global variable at the Scheme level named SCHEME_NAME.
9332 Declare a static SCM variable named C_NAME, and initialize it to
9333 point to the Scheme variable's value cell.
9334
9335SCM_GLOBAL_VCELL (C_NAME, SCHEME_NAME)
9336 Just like SCM_VCELL, but make C_NAME globally visible.
9337
9338The `guile-snarf' script writes initialization code for these macros
9339to its standard output, given C source code as input.
9340
9341The SCM_GLOBAL macro is gone.
9342
9343** The scm_read_line and scm_read_line_x functions have been replaced
9344by Scheme code based on the %read-delimited! procedure (known to C
9345code as scm_read_delimited_x). See its description above for more
9346information.
48d224d7 9347
095936d2
JB
9348** The function scm_sys_open has been renamed to scm_open. It now
9349returns a port instead of an FD object.
ea00ecba 9350
095936d2
JB
9351* The dynamic linking support has changed. For more information, see
9352libguile/DYNAMIC-LINKING.
ea00ecba 9353
f7b47737
JB
9354\f
9355Guile 1.0b3
3065a62a 9356
f3b1485f
JB
9357User-visible changes from Thursday, September 5, 1996 until Guile 1.0
9358(Sun 5 Jan 1997):
3065a62a 9359
4b521edb 9360* Changes to the 'guile' program:
3065a62a 9361
4b521edb
JB
9362** Guile now loads some new files when it starts up. Guile first
9363searches the load path for init.scm, and loads it if found. Then, if
9364Guile is not being used to execute a script, and the user's home
9365directory contains a file named `.guile', Guile loads that.
c6486f8a 9366
4b521edb 9367** You can now use Guile as a shell script interpreter.
3065a62a
JB
9368
9369To paraphrase the SCSH manual:
9370
9371 When Unix tries to execute an executable file whose first two
9372 characters are the `#!', it treats the file not as machine code to
9373 be directly executed by the native processor, but as source code
9374 to be executed by some interpreter. The interpreter to use is
9375 specified immediately after the #! sequence on the first line of
9376 the source file. The kernel reads in the name of the interpreter,
9377 and executes that instead. It passes the interpreter the source
9378 filename as its first argument, with the original arguments
9379 following. Consult the Unix man page for the `exec' system call
9380 for more information.
9381
1a1945be
JB
9382Now you can use Guile as an interpreter, using a mechanism which is a
9383compatible subset of that provided by SCSH.
9384
3065a62a
JB
9385Guile now recognizes a '-s' command line switch, whose argument is the
9386name of a file of Scheme code to load. It also treats the two
9387characters `#!' as the start of a comment, terminated by `!#'. Thus,
9388to make a file of Scheme code directly executable by Unix, insert the
9389following two lines at the top of the file:
9390
9391#!/usr/local/bin/guile -s
9392!#
9393
9394Guile treats the argument of the `-s' command-line switch as the name
9395of a file of Scheme code to load, and treats the sequence `#!' as the
9396start of a block comment, terminated by `!#'.
9397
9398For example, here's a version of 'echo' written in Scheme:
9399
9400#!/usr/local/bin/guile -s
9401!#
9402(let loop ((args (cdr (program-arguments))))
9403 (if (pair? args)
9404 (begin
9405 (display (car args))
9406 (if (pair? (cdr args))
9407 (display " "))
9408 (loop (cdr args)))))
9409(newline)
9410
9411Why does `#!' start a block comment terminated by `!#', instead of the
9412end of the line? That is the notation SCSH uses, and although we
9413don't yet support the other SCSH features that motivate that choice,
9414we would like to be backward-compatible with any existing Guile
3763761c
JB
9415scripts once we do. Furthermore, if the path to Guile on your system
9416is too long for your kernel, you can start the script with this
9417horrible hack:
9418
9419#!/bin/sh
9420exec /really/long/path/to/guile -s "$0" ${1+"$@"}
9421!#
3065a62a
JB
9422
9423Note that some very old Unix systems don't support the `#!' syntax.
9424
c6486f8a 9425
4b521edb 9426** You can now run Guile without installing it.
6685dc83
JB
9427
9428Previous versions of the interactive Guile interpreter (`guile')
9429couldn't start up unless Guile's Scheme library had been installed;
9430they used the value of the environment variable `SCHEME_LOAD_PATH'
9431later on in the startup process, but not to find the startup code
9432itself. Now Guile uses `SCHEME_LOAD_PATH' in all searches for Scheme
9433code.
9434
9435To run Guile without installing it, build it in the normal way, and
9436then set the environment variable `SCHEME_LOAD_PATH' to a
9437colon-separated list of directories, including the top-level directory
9438of the Guile sources. For example, if you unpacked Guile so that the
9439full filename of this NEWS file is /home/jimb/guile-1.0b3/NEWS, then
9440you might say
9441
9442 export SCHEME_LOAD_PATH=/home/jimb/my-scheme:/home/jimb/guile-1.0b3
9443
c6486f8a 9444
4b521edb
JB
9445** Guile's read-eval-print loop no longer prints #<unspecified>
9446results. If the user wants to see this, she can evaluate the
9447expression (assert-repl-print-unspecified #t), perhaps in her startup
48d224d7 9448file.
6685dc83 9449
4b521edb
JB
9450** Guile no longer shows backtraces by default when an error occurs;
9451however, it does display a message saying how to get one, and how to
9452request that they be displayed by default. After an error, evaluate
9453 (backtrace)
9454to see a backtrace, and
9455 (debug-enable 'backtrace)
9456to see them by default.
6685dc83 9457
6685dc83 9458
d9fb83d9 9459
4b521edb
JB
9460* Changes to Guile Scheme:
9461
9462** Guile now distinguishes between #f and the empty list.
9463
9464This is for compatibility with the IEEE standard, the (possibly)
9465upcoming Revised^5 Report on Scheme, and many extant Scheme
9466implementations.
9467
9468Guile used to have #f and '() denote the same object, to make Scheme's
9469type system more compatible with Emacs Lisp's. However, the change
9470caused too much trouble for Scheme programmers, and we found another
9471way to reconcile Emacs Lisp with Scheme that didn't require this.
9472
9473
9474** Guile's delq, delv, delete functions, and their destructive
c6486f8a
JB
9475counterparts, delq!, delv!, and delete!, now remove all matching
9476elements from the list, not just the first. This matches the behavior
9477of the corresponding Emacs Lisp functions, and (I believe) the Maclisp
9478functions which inspired them.
9479
9480I recognize that this change may break code in subtle ways, but it
9481seems best to make the change before the FSF's first Guile release,
9482rather than after.
9483
9484
4b521edb 9485** The compiled-library-path function has been deleted from libguile.
6685dc83 9486
4b521edb 9487** The facilities for loading Scheme source files have changed.
c6486f8a 9488
4b521edb 9489*** The variable %load-path now tells Guile which directories to search
6685dc83
JB
9490for Scheme code. Its value is a list of strings, each of which names
9491a directory.
9492
4b521edb
JB
9493*** The variable %load-extensions now tells Guile which extensions to
9494try appending to a filename when searching the load path. Its value
9495is a list of strings. Its default value is ("" ".scm").
9496
9497*** (%search-load-path FILENAME) searches the directories listed in the
9498value of the %load-path variable for a Scheme file named FILENAME,
9499with all the extensions listed in %load-extensions. If it finds a
9500match, then it returns its full filename. If FILENAME is absolute, it
9501returns it unchanged. Otherwise, it returns #f.
6685dc83 9502
4b521edb
JB
9503%search-load-path will not return matches that refer to directories.
9504
9505*** (primitive-load FILENAME :optional CASE-INSENSITIVE-P SHARP)
9506uses %seach-load-path to find a file named FILENAME, and loads it if
9507it finds it. If it can't read FILENAME for any reason, it throws an
9508error.
6685dc83
JB
9509
9510The arguments CASE-INSENSITIVE-P and SHARP are interpreted as by the
4b521edb
JB
9511`read' function.
9512
9513*** load uses the same searching semantics as primitive-load.
9514
9515*** The functions %try-load, try-load-with-path, %load, load-with-path,
9516basic-try-load-with-path, basic-load-with-path, try-load-module-with-
9517path, and load-module-with-path have been deleted. The functions
9518above should serve their purposes.
9519
9520*** If the value of the variable %load-hook is a procedure,
9521`primitive-load' applies its value to the name of the file being
9522loaded (without the load path directory name prepended). If its value
9523is #f, it is ignored. Otherwise, an error occurs.
9524
9525This is mostly useful for printing load notification messages.
9526
9527
9528** The function `eval!' is no longer accessible from the scheme level.
9529We can't allow operations which introduce glocs into the scheme level,
9530because Guile's type system can't handle these as data. Use `eval' or
9531`read-and-eval!' (see below) as replacement.
9532
9533** The new function read-and-eval! reads an expression from PORT,
9534evaluates it, and returns the result. This is more efficient than
9535simply calling `read' and `eval', since it is not necessary to make a
9536copy of the expression for the evaluator to munge.
9537
9538Its optional arguments CASE_INSENSITIVE_P and SHARP are interpreted as
9539for the `read' function.
9540
9541
9542** The function `int?' has been removed; its definition was identical
9543to that of `integer?'.
9544
9545** The functions `<?', `<?', `<=?', `=?', `>?', and `>=?'. Code should
9546use the R4RS names for these functions.
9547
9548** The function object-properties no longer returns the hash handle;
9549it simply returns the object's property list.
9550
9551** Many functions have been changed to throw errors, instead of
9552returning #f on failure. The point of providing exception handling in
9553the language is to simplify the logic of user code, but this is less
9554useful if Guile's primitives don't throw exceptions.
9555
9556** The function `fileno' has been renamed from `%fileno'.
9557
9558** The function primitive-mode->fdes returns #t or #f now, not 1 or 0.
9559
9560
9561* Changes to Guile's C interface:
9562
9563** The library's initialization procedure has been simplified.
9564scm_boot_guile now has the prototype:
9565
9566void scm_boot_guile (int ARGC,
9567 char **ARGV,
9568 void (*main_func) (),
9569 void *closure);
9570
9571scm_boot_guile calls MAIN_FUNC, passing it CLOSURE, ARGC, and ARGV.
9572MAIN_FUNC should do all the work of the program (initializing other
9573packages, reading user input, etc.) before returning. When MAIN_FUNC
9574returns, call exit (0); this function never returns. If you want some
9575other exit value, MAIN_FUNC may call exit itself.
9576
9577scm_boot_guile arranges for program-arguments to return the strings
9578given by ARGC and ARGV. If MAIN_FUNC modifies ARGC/ARGV, should call
9579scm_set_program_arguments with the final list, so Scheme code will
9580know which arguments have been processed.
9581
9582scm_boot_guile establishes a catch-all catch handler which prints an
9583error message and exits the process. This means that Guile exits in a
9584coherent way when system errors occur and the user isn't prepared to
9585handle it. If the user doesn't like this behavior, they can establish
9586their own universal catcher in MAIN_FUNC to shadow this one.
9587
9588Why must the caller do all the real work from MAIN_FUNC? The garbage
9589collector assumes that all local variables of type SCM will be above
9590scm_boot_guile's stack frame on the stack. If you try to manipulate
9591SCM values after this function returns, it's the luck of the draw
9592whether the GC will be able to find the objects you allocate. So,
9593scm_boot_guile function exits, rather than returning, to discourage
9594people from making that mistake.
9595
9596The IN, OUT, and ERR arguments were removed; there are other
9597convenient ways to override these when desired.
9598
9599The RESULT argument was deleted; this function should never return.
9600
9601The BOOT_CMD argument was deleted; the MAIN_FUNC argument is more
9602general.
9603
9604
9605** Guile's header files should no longer conflict with your system's
9606header files.
9607
9608In order to compile code which #included <libguile.h>, previous
9609versions of Guile required you to add a directory containing all the
9610Guile header files to your #include path. This was a problem, since
9611Guile's header files have names which conflict with many systems'
9612header files.
9613
9614Now only <libguile.h> need appear in your #include path; you must
9615refer to all Guile's other header files as <libguile/mumble.h>.
9616Guile's installation procedure puts libguile.h in $(includedir), and
9617the rest in $(includedir)/libguile.
9618
9619
9620** Two new C functions, scm_protect_object and scm_unprotect_object,
9621have been added to the Guile library.
9622
9623scm_protect_object (OBJ) protects OBJ from the garbage collector.
9624OBJ will not be freed, even if all other references are dropped,
9625until someone does scm_unprotect_object (OBJ). Both functions
9626return OBJ.
9627
9628Note that calls to scm_protect_object do not nest. You can call
9629scm_protect_object any number of times on a given object, and the
9630next call to scm_unprotect_object will unprotect it completely.
9631
9632Basically, scm_protect_object and scm_unprotect_object just
9633maintain a list of references to things. Since the GC knows about
9634this list, all objects it mentions stay alive. scm_protect_object
9635adds its argument to the list; scm_unprotect_object remove its
9636argument from the list.
9637
9638
9639** scm_eval_0str now returns the value of the last expression
9640evaluated.
9641
9642** The new function scm_read_0str reads an s-expression from a
9643null-terminated string, and returns it.
9644
9645** The new function `scm_stdio_to_port' converts a STDIO file pointer
9646to a Scheme port object.
9647
9648** The new function `scm_set_program_arguments' allows C code to set
e80c8fea 9649the value returned by the Scheme `program-arguments' function.
6685dc83 9650
6685dc83 9651\f
1a1945be
JB
9652Older changes:
9653
9654* Guile no longer includes sophisticated Tcl/Tk support.
9655
9656The old Tcl/Tk support was unsatisfying to us, because it required the
9657user to link against the Tcl library, as well as Tk and Guile. The
9658interface was also un-lispy, in that it preserved Tcl/Tk's practice of
9659referring to widgets by names, rather than exporting widgets to Scheme
9660code as a special datatype.
9661
9662In the Usenix Tk Developer's Workshop held in July 1996, the Tcl/Tk
9663maintainers described some very interesting changes in progress to the
9664Tcl/Tk internals, which would facilitate clean interfaces between lone
9665Tk and other interpreters --- even for garbage-collected languages
9666like Scheme. They expected the new Tk to be publicly available in the
9667fall of 1996.
9668
9669Since it seems that Guile might soon have a new, cleaner interface to
9670lone Tk, and that the old Guile/Tk glue code would probably need to be
9671completely rewritten, we (Jim Blandy and Richard Stallman) have
9672decided not to support the old code. We'll spend the time instead on
9673a good interface to the newer Tk, as soon as it is available.
5c54da76 9674
8512dea6 9675Until then, gtcltk-lib provides trivial, low-maintenance functionality.
deb95d71 9676
5c54da76
JB
9677\f
9678Copyright information:
9679
4f416616 9680Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2006 Free Software Foundation, Inc.
5c54da76
JB
9681
9682 Permission is granted to anyone to make or distribute verbatim copies
9683 of this document as received, in any medium, provided that the
9684 copyright notice and this permission notice are preserved,
9685 thus giving the recipient permission to redistribute in turn.
9686
9687 Permission is granted to distribute modified versions
9688 of this document, or of portions of it,
9689 under the above conditions, provided also that they
9690 carry prominent notices stating who last changed them.
9691
48d224d7
JB
9692\f
9693Local variables:
9694mode: outline
9695paragraph-separate: "[ \f]*$"
9696end: