pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, charset-additions, created. v0.6.1


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, charset-additions, created. v0.6.1-543-ge93305a
Date: Wed, 08 Apr 2009 04:31:39 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, charset-additions has been created
        at  e93305aff3e79fd7b810d180cb71c080ad6d5b96 (commit)

- Log -----------------------------------------------------------------
commit e93305aff3e79fd7b810d180cb71c080ad6d5b96
Author: Ben Pfaff <address@hidden>
Date:   Tue Apr 7 21:26:50 2009 -0700

    Fix memory leak in cmd_data_list().

commit e0e0fab736b71dd934d82bcc91a5ba674d3491d5
Author: Ben Pfaff <address@hidden>
Date:   Tue Apr 7 21:24:43 2009 -0700

    Fix a few typos and capitalization errors in developers guide.

commit f1b01009a4d6468f4688a4786752edfcd7899d04
Author: Ben Pfaff <address@hidden>
Date:   Tue Apr 7 21:20:47 2009 -0700

    SET LOCALE: Don't use lex_tokstr() after skipping to next token.
    
    The return value from lex_tokstr() is only valid until the next call to
    lex_get() (or another function that changes the current token), so don't
    advance past the token until we're done with its string value.

commit dd2e61b4a4e0f5605588a9d7249ea5d9bd70287a
Author: Ben Pfaff <address@hidden>
Date:   Tue Apr 7 21:15:40 2009 -0700

    Make create_iconv() properly distinguish converters by name.
    
    The code in create_iconv() assumed that every pair of different converters
    had a different hash value.  This is a bad assumption: eventually, we will
    be unlucky, and two different converters will hash to the same value, and
    we will get a bad conversion.  So we have to compare (and store) the
    names of the codes that each converters converts to and from.
    
    Also, compute the hash value without making an extra copy of fromcode
    and tocode.

commit 8ef8acb7c70a321963d30f2264e8f91e16427fcf
Author: Ben Pfaff <address@hidden>
Date:   Tue Apr 7 21:02:14 2009 -0700

    Add "x" prefix to calls to plain malloc(), calloc(), strdup(), realloc().
    
    In review commit 503f53bfdde "Read dictionary encoding from data files"
    I noticed uses of plain strdup() (not xstrdup()).  Some greps showed that
    there were several other uses of strdup(), as well as calloc(), malloc(),
    and realloc(), in the source tree.  This commit adds "x" prefixes to each
    of them, to ensure proper error handling.

commit ef35211c05259417e4f3dd4a7de44e92e4bc54a3
Author: Ben Pfaff <address@hidden>
Date:   Tue Apr 7 20:48:10 2009 -0700

    Remove redundant test in lex_is_idn().
    
    Commit 90f346cc0 "Made var_is_valid_name more permissive" made characters
    with values above 127 valid in identifiers by allowing them in
    lex_is_id1() and lex_is_idn(), but since the latter includes the former
    in its test the addition there is redundant and can be eliminated.

-----------------------------------------------------------------------


hooks/post-receive
--
GNU PSPP




reply via email to

[Prev in Thread] Current Thread [Next in Thread]