From 777d3c8fa21a3c6ca9b0680eda44dc15e02c96aa Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Thu, 28 Nov 2002 07:05:54 +0100 Subject: [PATCH] Added default_yp_domain under compatibility changes + some fixes. Rev: CHANGES:1.39 --- CHANGES | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index ff2df0893e..63ab8155a1 100644 --- a/CHANGES +++ b/CHANGES @@ -30,7 +30,7 @@ o Unicode 3.2.0 All charts have been updated to Unicode 3.2.0. This applies both to the Unicode module as well as to Pike-global functionality such as upper_case/lower_case. unicode_to_string() also has support for - surrogate and byteorder make handling. + surrogate and byteorder mark handling. o Extended random() random() now works on floats, arrays, multisets, mappings and @@ -565,9 +565,14 @@ o dirname Now correctly returns a directory instead of just stripping the part after the nearest directory separator. +o default_yp_domain + The EFUN default_yp_domain is now only available as + Yp.default_domain. + o LR - LR has been moved to Parser.LR and the API has been changed. - FIXME: More about this? + LR has been moved to Parser.LR and the API has been changed + slightly to conform to current API practice, e.g. regarding casing + of symbols. o wmml documentation removed Use the documentation in the refdoc directory instead. -- GitLab