From 19bca1a309490b7f6d3ebf25a0f290c44c6b5e7c Mon Sep 17 00:00:00 2001 From: Date: Mon, 27 Nov 2000 02:09:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/ChangeLog b/ChangeLog index fa00386218..d992291040 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2000-11-26 Jon Parise + + * CODING_STANDARDS: + Added a brief section documenting the preference of tabs over spaces. + There are a few touch-ups in this commit, too. + +2000-11-26 Stanislav Malyshev + + * ext/gmp/Makefile.in + ext/gmp/README + ext/gmp/TODO + ext/gmp/config.m4 + ext/gmp/gmp.c + ext/gmp/php_gmp.h: GNU GMP - arbitrary precision nubers library + +2000-11-26 Zeev Suraski + + * ext/standard/basic_functions.c: Fix windows build + + * ext/bcmath/Makefile.in + ext/bcmath/config.m4 + ext/bcmath/libbcmath/Makefile.in + ext/bcmath/libbcmath/src/Makefile.in + ext/bcmath/libbcmath/src/config.h + ext/bcmath/libbcmath/src/div.c + ext/bcmath/libbcmath/src/num2str.c + ext/bcmath/libbcmath/src/output.c + ext/bcmath/libbcmath/src/recmul.c: + - Add bcmath to the standard UNIX build + - Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s + 2000-11-25 Sterling Hughes * NEWS: -- 2.50.1