pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2003-07-23
2003-07-23 12:23:32 by Martin Nilsson <mani@lysator.liu.se>
a594a1c09c3327652f8ad33cb8459903173ee1ed (
11
lines) (+
11
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Some more changes. Hope they are correct.
Rev: CHANGES:1.57
21:
separate function since it could be done with virtually no extra overhead.
+
o sort() is portable
+
Sort is now locale and platform independent. In other words,
+
strings are now compared only according to the unicode value of
+
every character.
-
+
o Reworked codec
+
+
The codec for serialization of Pike data types has been updated
+
and has a significally improved successrate at encoding modules.
+
+
Language additions: -------------------