/[guile]/guile/guile-core/doc/ref/ChangeLog
ViewVC logotype

Diff of /guile/guile-core/doc/ref/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.148 by kryde, Mon Aug 25 23:18:12 2003 UTC revision 1.149 by kryde, Sat Aug 30 00:07:49 2003 UTC
# Line 1  Line 1 
1    2003-08-30  Kevin Ryde  <user42@zip.com.au>
2    
3            * data-rep.texi (Remembering During Operations): Note
4            scm_remember_upto_here_1 applies only to C automatic variables.
5    
6            * guile.texi: Move @contents to usual place after title page, and
7            after first menu since that looks nice in html.
8    
9            * posix.texi (Ports and File Descriptors): In pipe PIPE_BUF, use
10            @defvar, reword a bit for clarity, cross reference glibc.
11    
12            * posix.texi (Network Sockets and Communication): In socket, use
13            @defvar for protocol variables, cross reference for getprotobyname,
14            note it's usually connect and accept that establishes communication.
15    
16            * posix.texi (Network Sockets and Communication): In socketpair,
17            clarify the return is a pair with ports in car and cdr, note
18            connection is full duplex, refer to socket for parameters, refer to
19            PF_UNIX rather than AF_UNIX.
20    
21            * scheme-compound.texi (Append/Reverse): Merge append and append!,
22            shown parameters as lst1 ... lstN, describe list argument for
23            scm_append and scm_append_x and note that it's unmodified.
24    
25            * scheme-compound.texi (Hash Table Reference): Add hashx- case
26            insensitive string example, add cross references to symbol-hash,
27            string-hash, string-hash-ci, and char-set-hash.
28    
29            * scheme-control.texi (Multiple Values): In values, show args as "arg1
30            ... argN".  In scm_values, note args is a list and returned object
31            shares structure with it.
32    
33            * scheme-control.texi (Catch): Add scm_internal_catch.
34            (Lazy Catch): Add scm_internal_lazy_catch.
35    
36            * scheme-data.texi (Arithmetic): Use a table for scheme to C libm
37            equivalences, add C99 trunc.
38    
39            * scheme-procedures.texi (Lambda): Note ". rest" list argument is
40            always newly created.
41    
42            * srfi-modules.texi (SRFI-1 Association Lists): In alist-delete and
43            alist-delete!, note argument order for the equality calls per SRFI-1
44            spec.
45    
46  2003-08-26  Kevin Ryde  <user42@zip.com.au>  2003-08-26  Kevin Ryde  <user42@zip.com.au>
47    
48          * scheme-data.texi (Scientific): Add two-argument atan.          * scheme-data.texi (Scientific): Add two-argument atan.

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26