Branch: Tag:

2014-08-16

2014-08-16 11:45:52 by Per Hedbor <ph@opera.com>

Changes to CHANGES

24:    Both Test()->b() and Test2()->b() will return 1, but Test2()->a()    and Test2()->c() will return 42.    -  +    o Added new syntax that can be used to return the current object as if    it was a class it is inheriting   
291:    modern GCC:s.       The x86-64 backends has been rewritten so that it is easier to add -  new instructions (x86-64) and opcodes (pike) to it. +  new instructions (x86-64) and opcodes (pike) to it, and it is +  significantly more complete than the x86-32 one.      o Svalue type renumbering   
390:      o strlen() now only accepts strings    + o Gdbm.gdbm is now known as Gdbm.DB    -  + o Yabu.db and Yabu.table renamed to Yabu.DB and Yabu.Table +  + o The keyword 'static' will now generate deprecation warnings. +  +    Removed features and modules   ----------------------------   
412:       The charset module is now available on the top level as 'Charset'    + o The ancient syntax for arrays (string * was an alias for +  array(string)) has now been removed completely.    -  + o Compatibility for pike versions before 7.2 is no longer available. +  + o decode_value can no longer decode programs using the 'old style' +  program encoding. +  +  Since the format has been deprecated since feb 2003, and those +  programs could not be decoded anyway due to other issues it is not +  much of a loss. +  +    New modules   -----------   
621:       Useful to catch format errors in the decode string.    - o decode_value can no longer decode programs using the 'old style' -  program encoding. -  -  Since the format has been deprecated since feb 2003, and those -  programs could not be decoded anyway due to other issues it is not -  much of a loss. -  +    o Process.daemon       The daemon() function is for programs wishing to detach themselves