pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-02
2013-11-02 15:01:21 by Martin Nilsson <nilsson@opera.com>
56d005eeecb46eb896971f7f8d1f83d655fecc88 (
25
lines) (+
14
/-
11
)
[
Show
|
Annotate
]
Branch:
7.9
Minor fixes.
164:
| } | }
+
Optimizations
-
=============
+
-------------
o New significantly faster block allocator The free in the old one was O(n^2), which means that as an example
239:
+ Also siphash24 was added and is used in case the string hash table becomes inefficient
-
Removed features and modules
-
============================
+
-
+
Deprecated features and modules
+
-------------------------------
+
o Removed facets The optional (and not enabled by default) support for facet classes has been removed, since it was only partially done and not really
254:
o 'GTK' is now GTK2, not GTK1 unless the system has no GTK2 support.
-
-
Deprecations
-
------------
-
+
o Locale.Charset The charset module is now available on the toplevel as 'Charset'
378:
several steps, pike libraries should preferably ensure that the base classes defined here provide required functionality directly.
+
Extensions and new functions ----------------------------
413:
The new method addat() allows for writing into the buffer at any position.
-
o SDL.Music added to SDL.
-
Allows the playback of audio/music files.
-
Requires the SDL_mixed library.
-
+
o System.TM Low-level wrapper for struct tm.
425:
GMT, and does mirror functionality already available in gmtime() and localtime() and friends, but in a (perhaps) easier to use API.
+
+
--- UNSORTED
+
+
o SDL.Music added to SDL.
+
Allows the playback of audio/music files.
+
Requires the SDL_mixed library.
+
o decode_value now throws the error object Error.DecodeError. Useful to catch format errors in the decode string.