From: Gurusamy Sarathy Date: Mon, 7 Feb 2000 18:18:43 +0000 (+0000) Subject: update Changes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=69883f8fac9c636b0062492ffc7d1deabecdc78b;p=p5sagit%2Fp5-mst-13.2.git update Changes p4raw-id: //depot/perl@5031 --- diff --git a/Changes b/Changes index b609ecb..536c75f 100644 --- a/Changes +++ b/Changes @@ -79,6 +79,61 @@ Version v5.5.650 Development release working toward v5.6 ---------------- ____________________________________________________________________________ +[ 5030] By: gsar on 2000/02/07 18:17:49 + Log: thinko in change#5029 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 5029] By: gsar on 2000/02/07 17:49:58 + Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/; + introduce -C switch (sets $^WIDE_SYSTEM_CALLS) + Branch: perl + ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h + ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod + ! win32/win32.h +____________________________________________________________________________ +[ 5028] By: gsar on 2000/02/07 17:10:03 + Log: perlport updates (from Peter Prymmer) + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 5027] By: gsar on 2000/02/07 16:53:47 + Log: fix up Todo-5.6 + Branch: perl + ! Todo-5.6 +____________________________________________________________________________ +[ 5026] By: gsar on 2000/02/07 16:32:31 + Log: rename Todo-5.005 to Todo-5.6 + Branch: perl + +> Todo-5.6 + - Todo-5.005 + ! MANIFEST +____________________________________________________________________________ +[ 5025] By: gsar on 2000/02/07 16:09:54 + Log: ${^Warnings} renamed to ${^WARNING_BITS} + Branch: perl + ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod + ! toke.c warnings.pl +____________________________________________________________________________ +[ 5024] By: gsar on 2000/02/07 11:47:06 + Log: various Windows tweaks: make $^E a little less buggy by saving + and restoring system error across TLS fetch; avoid needless + copying of buffers + Branch: perl + ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c + ! win32/win32.h +____________________________________________________________________________ +[ 5023] By: gsar on 2000/02/07 11:44:19 + Log: avoid MakeMaker setting $^W=1 + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 5022] By: gsar on 2000/02/07 10:38:56 + Log: up to v5.5.650 + Branch: perl + ! Changes patchlevel.h win32/Makefile win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc win32/makefile.mk +____________________________________________________________________________ [ 5021] By: gsar on 2000/02/07 10:10:31 Log: mention threads status in pod Branch: perl diff --git a/Todo-5.6 b/Todo-5.6 index 9203d5c..44e26a7 100644 --- a/Todo-5.6 +++ b/Todo-5.6 @@ -8,7 +8,6 @@ Unicode support - a way to set the "system" discipline (binmode("!crlf!utf16") maybe?) - nice IO::Filter module to push/pop disciplines eliminate need for "use utf8;" - add -C switch that sets ${^WIDE_SYSTEM_CALLS} support C make C mean C (if !exists(&v123)) autoload utf8_heavy.pl's swash routines in swash_init()