platform/upstream/perl.git
2001-03-22 Nick Ing-SimmonsRe-instate warnings for 'eof STDOUT' etc. by marking...
2001-03-22 Nick Ing-SimmonsIf stdin, stdout or stderr get opened in unexpected...
2001-03-22 Nick Ing-SimmonsDie on n-arg open(...,"",xxx,yyy,...)
2001-03-22 Nick Ing-Simmonsperlio tweaks (reported by Nicholas Clark)
2001-03-21 Nick Ing-SimmonsMultiplicity fix for Dumper.
2001-03-21 Nick Ing-SimmonsIntegrate mainline - (does not build xTHX issue in...
2001-03-21 Jarkko HietaniemiThe #9270 would have leaked a scalar if pp_substr()
2001-03-21 Jarkko HietaniemiMore pixie cleaning.
2001-03-21 Jarkko HietaniemiUpdate Changes.
2001-03-21 Jarkko HietaniemiFirst stab at making Data::Dumper to grok Unicode.
2001-03-21 Benjamin SugarsFix for
2001-03-21 Benjamin SugarsRe: [PATCH] POSIX::getcwd()
2001-03-21 Benjamin SugarsCwd.pm docs
2001-03-21 Jarkko HietaniemiContinue 4-arg substr() UTF-8 fixage.
2001-03-21 Jarkko HietaniemiIntegrate changes #9262,9264,9265,9266 from maintperl...
2001-03-21 Jarkko HietaniemiIntegrate perlio:
2001-03-20 Nick Ing-SimmonsMore EBCDIC stuff:
2001-03-20 Jarkko HietaniemiIntegrate changes #9259,9260 from maintperl into mainline.
2001-03-20 Jarkko HietaniemiUpdate Changes.
2001-03-20 Jarkko Hietaniemitr/// UTF-8 tests for Inaba Hiroto's latest patches.
2001-03-19 Jarkko Hietaniemisubstr($bytestr, i, n, $charstr)
2001-03-19 Jarkko HietaniemiRearrange the make test target prerequisites so that
2001-03-19 Robin HoustonPATCH: cosmetic tweak in pp_ctl.c
2001-03-19 Jarkko HietaniemiIntegrate perlio:
2001-03-19 Jarkko HietaniemiIntegrate changes #9244,9247,9250 from maintperl into...
2001-03-19 Nick Ing-SimmonsIntegrate mainline.
2001-03-19 Nick Ing-SimmonsTweak to perly.y to allow -DDEBUGGING to compile on...
2001-03-19 Nick Ing-SimmonsMore EBCDIC fixes.
2001-03-19 Robin Barkerbad =item paragraphs
2001-03-19 Jarkko HietaniemiUTF-8 tr/// battle continues, ammunition from Inaba...
2001-03-19 Jarkko HietaniemiIntegrate change #9233 from maintperl into mainline.
2001-03-19 Jarkko HietaniemiIntegrate change #9219 from maintperl into mainline.
2001-03-19 Jarkko HietaniemiDocument -Dmksymlinks.
2001-03-19 Jarkko HietaniemiCleanup pixie residue.
2001-03-19 Jarkko HietaniemiDocument the use of pixie/prof; create make targets...
2001-03-18 Jarkko HietaniemiDocument Third Degree some more, and also PERL_DESTRUCT...
2001-03-18 Jarkko HietaniemiRewrite the tests section of Makefile to be less redundant
2001-03-18 Jarkko HietaniemiDocument the use of Third Degree (sparsely).
2001-03-18 Jarkko HietaniemiMake targets for testing with Third Degree.
2001-03-18 Jarkko HietaniemiThe podchecker relaxations need to mirrored also at...
2001-03-18 Jarkko HietaniemiUpdate Changes.
2001-03-18 Jarkko HietaniemiLooking for config.sh in parent directories isn't
2001-03-18 Jarkko HietaniemiOn "make clean" take care of Third Degree droppings.
2001-03-18 Jarkko HietaniemiAdd a hook for running the tests under the Third Degree
2001-03-18 Jarkko HietaniemiRegen toc and api pods.
2001-03-18 Jarkko Hietaniemipodchecker relaxations from Michael Stevens.
2001-03-18 Jarkko HietaniemiRetract the changes made at #9176 to Neil's and Ilya...
2001-03-18 Jarkko HietaniemiIntegrate changes #9161,9162 from maintperl to mainline.
2001-03-18 Jarkko HietaniemiMake perl.third checks more understandable to the builder.
2001-03-18 Jarkko HietaniemiRe-integrate #9138 from maintperl to mainline,
2001-03-18 Jarkko HietaniemiMore robust and more paranoid perl.third target.
2001-03-18 Jarkko HietaniemiIntegrate change #9197 from maintperl to mainline.
2001-03-18 Jarkko HietaniemiIntegrate perlio:
2001-03-18 Nick Ing-SimmonsPrefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED...
2001-03-18 Nick Ing-SimmonsUTF-X encoding invariance for Encode:
2001-03-18 Nick Ing-SimmonsFix pragma/utf8.t # 15
2001-03-18 Nick Ing-SimmonsIntegrate mainline
2001-03-18 Jarkko HietaniemiSarathy's clear_pmop patch with Radu Greab's fix,
2001-03-18 Jarkko HietaniemiNI-S' cunning idea of how to de-UTF8 the "\C-broken...
2001-03-18 Jarkko Hietaniemitr/// UTF-8 patches from Inaba Hiroto.
2001-03-18 Jarkko HietaniemiIntegrate perlio:
2001-03-17 Nick Ing-SimmonsCorrect #if EBCDIC side typos.
2001-03-17 Jarkko HietaniemiAdd prerequisites for the perl.third target.
2001-03-17 Jarkko HietaniemiIntegrate perlio:
2001-03-17 Jarkko HietaniemiAdd a make rule for perl.third (the Third Degree memory...
2001-03-17 Nick Ing-SimmonsMANIFEST addition :-(
2001-03-17 Nick Ing-SimmonsInfrastructure to use UTF-EBCDIC rather than UTF-8...
2001-03-17 Nick Ing-SimmonsMinor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
2001-03-17 Jarkko HietaniemiIntegrate perlio:
2001-03-17 Nick Ing-SimmonsAllow test to pass even when \C leaves SvUTF8 set by...
2001-03-17 Nick Ing-SimmonsIntegrate mainline.
2001-03-16 Nick Ing-SimmonsEBCDIC Fixes.
2001-03-16 Jarkko HietaniemiRe-apply #9024 as the Storable 1.0.11 (#9069) overwrote
2001-03-16 Jarkko HietaniemiWith Damian's approval synchronize damian's modules'
2001-03-16 Jarkko HietaniemiMake the Filter::Util:Call files have their own copies
2001-03-16 Michael Stevensmore pod patches
2001-03-16 Michael Stevensthe uncontroversial doc patches
2001-03-16 Paul Lindnerext/GDBM_File GDBM_NOLOCK constant
2001-03-15 Nick Ing-Simmons1st day's EBCDIC fixes:
2001-03-15 Jarkko HietaniemiUpdate Changes.
2001-03-15 Vadim KonovalovRe: Another Borland C++ problem.
2001-03-15 Jarkko HietaniemiAdd Locale::Codes 1.06, from Neil Bowers.
2001-03-15 Jarkko HietaniemiUpgrade to Storable 1.0.11, from Raphael Manfredi.
2001-03-15 Ilya Zakharevichperldoc
2001-03-15 Jarkko Hietaniemisigaction test condition tweakage.
2001-03-15 Jarkko HietaniemiAvoid stomping off the beginning of an array in tr///.
2001-03-15 Jarkko Hietaniemih2ph strictness and cleanliness from Kurt Starsinic.
2001-03-14 Jarkko HietaniemiDo not use the Perl malloc in IRIX, suggested by
2001-03-14 Nick Ing-SimmonsIntegrate mainline
2001-03-14 Jarkko HietaniemiThe Day of the Retractions continues: the #9138
2001-03-14 Jarkko HietaniemiThe #9145 CANNOT be enabled: the clear_pmop code still
2001-03-14 Jarkko HietaniemiIntegrate change #9154 from maintperl to mainline.
2001-03-14 Jarkko HietaniemiRetract #9136: breaks threading (and binary compatibility).
2001-03-14 Jarkko HietaniemiTweaked a tweak from H.Merijn Brand on the sigaction...
2001-03-14 Gurusamy Sarathyreenable change#9145 (the test was busted due to a...
2001-03-14 Jarkko HietaniemiRetract #9145.
2001-03-14 Jarkko HietaniemiRetract #9143.
2001-03-14 Gurusamy SarathyUninitialized Memory Read in regexec.c
2001-03-14 Robin HoustonPATCH: make goto work in nested eval ""
2001-03-14 Jarkko HietaniemiPreserve the #ifdef PERL_CORE in perly.h.
next