This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlreftut: change distribution conditions
[perl5.git] / mg.c
2003-08-22 Jarkko HietaniemiThe change #20809 opened up a code path that might...
2003-08-21 Rafael Garcia-SuarezThe magic variables that alter STDOUT have a tendancy...
2003-08-21 Dave MitchellRe: untieing your victim during the act
2003-08-12 Jarkko HietaniemiIf we are void we cannot return a value.
2003-08-12 Jarkko HietaniemiApply much of Ilya's microperl patch, but instead of
2003-08-08 Jarkko HietaniemiMove the csighandler to be a data variable so that
2003-07-08 Marcus Holland-Moritzwarnings, line numbers & windows
2003-07-03 Dave MitchellRe: ext/List/Util/t/weak.t panic
2003-06-30 Jarkko HietaniemiThe 'contiguous' test for argv[], envp[] was bogus
2003-06-29 Jarkko HietaniemiThe joy of $0. Undoing the #16399 makes Andreas'
2003-06-28 Dave MitchellTwo debugging patches.
2003-06-13 Rafael Garcia-SuarezRemove the deprecated $* variable.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-14 Jarkko Hietaniemiwhichsig() really does return -1 for unknown signals.
2003-03-14 Jarkko HietaniemiMake whichsig() to work also if some system defines
2003-03-10 Yitzchak Scott-Tho... Re: odd (or not so odd?) segmentation fault in 5.8.0
2003-03-06 Craig A. Berrymg.c needs Perl_csighandler prototype
2003-03-04 Rafael Garcia-SuarezPatch by Salvador FandiƱo to read the warning mask
2003-03-02 Anders JohnsonRE: [perl #20613] Perl_magic_setsig/clearsig problems...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-26 Adrian M. EnacheRe: [perl #20683] [fix] Better Patch
2003-02-25 Jarkko HietaniemiCleanup #18770 as suggested by Rafael.
2003-02-25 Jarkko HietaniemiA new try at #18765 (for [perl #20920]).
2003-02-25 Jarkko HietaniemiRetract change #18765: makes HiRes.t hang after subtest...
2003-02-24 Jarkko HietaniemiPERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-02-24 Slaven RezicRe: [perl #20920] Segmentation fault ("Safe Signal...
2003-02-15 Jarkko HietaniemiThe new(er) way of controlling Unicode I/O (and other...
2003-02-02 Rafael Garcia-Suarez[perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
2003-01-26 Dave MitchellOPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
2003-01-21 Hugo van der Sandenintegrate (by hand) #18353 and #18359 from maint-5.8:
2003-01-16 Jarkko HietaniemiMake the locale-induced UTF-8-ification of STD fhs
2003-01-06 Rafael Garcia-SuarezChange the value of ${^TAINT} : 0 without taint checks,
2002-12-30 Rafael Garcia-SuarezRe: [perl #19330] Uneffective increment of $\
2002-12-02 Jarkko Hietaniemi$0 modifying part II (HP-UX only)
2002-12-02 Jarkko Hietaniemi$0 mofifying part I
2002-10-24 Dan KogaiThe Inaba patch for tr/// vs. use encoding
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-08-17 Nicholas ClarkCopy On Write
2002-08-17 Michael G. SchwernRemove pseudo-hashes (complete)
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-04 Hugo van der Sanden[ID 20020704.001] again: #17678 caused test failures...
2002-08-04 Hugo van der SandenRe: [ID 20020704.001] my $foo = $1 won't taint $foo...
2002-05-28 Jarkko HietaniemiRetract #16820, #16819, #16810, #16669, #16531, #16530...
2002-05-27 Jarkko HietaniemiA shot in the dark.
2002-05-27 Nick Ing-SimmonsFix for the IO::Scalar bug (I think).
2002-05-02 Gurusamy Sarathymanual integrate of change#16332 from maint-5.6 branch
2002-05-02 Jarkko HietaniemiIntegrate #16334 from maint-5.6;
2002-04-27 Jarkko HietaniemiMore VC5-induced casting found by Nikola Knezevic.
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-04-08 Abhijit Menon-Sen Humbly pay homage to the redundancy gods.
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-08 Abhijit Menon-Sen Remove, eliminate, and destroy multiple, redundant...
2002-03-25 Paul Marquesswarnings for perlio + others
2002-03-11 Paul Marquessmore warnings tidyup
2002-01-26 Nick Ing-SimmonsIf we get to sighandler by mistake (no perl handler...
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-22 Nick Ing-SimmonsMiss mg_len == 0 meaning don't Safefree
2002-01-19 Nick Ing-SimmonsNearly-working threads re-structuring. Do not integrate,
2002-01-17 Nick Ing-SimmonsIntegrate mainline (for ndbm fixes etc.)
2002-01-16 Rafael Garcia-Suarez(replaced by #14303)
2002-01-11 Nick Ing-SimmonsA mostly-stable version of "new" Win32 signal/kill...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-06 Charles LaneMULTIPLICITY fixups
2001-12-04 H.Merijn Brand$., $%, $=, and $- are IV's now
2001-12-02 Jarkko HietaniemiVarious small nits found by DJGPP build.
2001-11-29 Charles LaneVMS pre7 default signal handling
2001-11-29 Jarkko Hietaniemi[PATCH] Re: $\ very broken
2001-10-31 Jarkko HietaniemiA bit more descriptive name.
2001-10-31 Charles Lanemake setting signal() persistent
2001-10-28 Jarkko HietaniemiAdd the encoding pragma to control the "upgrade"
2001-10-26 Jarkko HietaniemiUSE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-17 Jarkko HietaniemiOh, bother. In Tru64 cc -std1 was looking rather nice
2001-10-17 Jarkko Hietaniemi(retracted by #12485)
2001-10-17 Jarkko Hietaniemi(retracted by #12485)
2001-10-17 Jarkko Hietaniemi(retracted by #12485)
2001-10-17 Jarkko Hietaniemi(retracted by #12485)
2001-10-17 Jarkko Hietaniemi(retracted by #12485)
2001-10-08 Michael G. SchwernRe: [PATCH mg.c gv.c and others] ${^TAINT}
2001-10-02 Artur BergmanFixes obscure bug that manifests itself by.
2001-09-15 Hugo van der SandenRe: [ID 20010815.012] Unfortunate interaction between...
2001-09-12 me-01@ton.iguana.be[ID 20010912.007] substr reference core dump
2001-09-07 Robin BarkerSilence the remaing format warning
2001-09-02 Jarkko HietaniemiRename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-12 Abhijit Menon-SenRe: [ID 20010730.010] FETCH called twice with -T
2001-08-04 Daniel P. BerrangeUTF-8 bugs in string length & single line regex matches
2001-08-02 Jarkko Hietaniemisetproctitle() API version nit from Anton Berezin.
2001-08-02 Jarkko Hietaniemisetproctitle() made simpler. (This assumes the string is
2001-07-23 Ilya ZakharevichOS/2 multi-architecture
2001-06-30 Jarkko HietaniemiCode cleanup based on turning off the -woffs in IRIX.
2001-06-30 Jarkko HietaniemiAdd support for $^N, the most-recently closed group.
2001-06-29 Richard SoderbergFixes compile errors in four files
2001-06-25 Ilya ZakharevichRe: [PATCH 5.6.1] $^E on OS/2
2001-06-22 Jarkko HietaniemiCasting this way seems to keep both 64-bitint x86 FreeBSD
next