This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Getopt::Long 2.26.
[perl5.git] / mg.c
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
2001-06-21 Jarkko HietaniemiRetract the #10417 mg.c and embed.pl parts because of
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Richard SoderbergStep 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-12 Abhijit Menon-Sen$^S almost entirely broken with 5.6.1
2001-06-04 Robin Barker-Wall casting patch
2001-06-03 Jarkko HietaniemiVarious "cast to pointer from integer of different...
2001-05-31 Jarkko HietaniemiSalvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko HietaniemiMore -Wall silencing from Michael Schwern and Jarkko...
2001-05-26 John PeacockRe: [ID 20010426.005] Magic not being removed at scope...
2001-05-24 Richard SoderbergStop segfault in mg.c:636
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-05-14 Jarkko HietaniemiIntegrate change #10100 from maintperl.
2001-03-18 Jarkko HietaniemiNI-S' cunning idea of how to de-UTF8 the "\C-broken...
2001-03-09 Dave MitchellRe: [ PATCH perl@8956 ] new debug option -DR shows...
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-12 Doug MacEachernRe: [patch] context for 'U' magic functions
2001-02-08 Charles BaileySYN SYN
2001-01-30 Jarkko HietaniemiMicroperl sync.
2001-01-24 Charles BaileySYN SYN
2001-01-17 Nick Ing-Simmons"Safe" signals - trial implementation.
2001-01-16 Nick Ing-SimmonsProvide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-15 Jarkko HietaniemiMissing from #8439.
2001-01-15 Jarkko HietaniemiMore UTF-8 patches from Inaba Hiroto.
2001-01-12 Robin Barker-Wformat
2001-01-12 Jarkko HietaniemiAdd sigprocmask() probe, regen Configure, regen toc.
2001-01-11 Nick Ing-SimmonsRemove variables that were used in experiments.
2001-01-11 Nick Ing-SimmonsCatch die in %SIG handler and unblock the signal before...
2001-01-11 Jarkko HietaniemiFix UTF-8 lval substr().
2001-01-08 Nick Ing-SimmonsFix "scalars leaked" bugs caused by overload magic
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-08 Simon Cozensenviron nit
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-30 Nick Ing-SimmonsIntegrate mainline
2000-12-30 Inaba Hirotomore UTF8 test suites and an UTF8 patch
2000-12-28 Daniel ChetlinRe: [PATCH blead] Fix segfault in gv_handler/mg_find
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Nick Ing-SimmonsMULTIPLICITY nit.
2000-12-17 Jarkko HietaniemiPolymorphic regexps.
2000-12-09 Nick Ing-SimmonsUTF8 output prework.
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-22 Jarkko HietaniemiGo ahead and #include <unistd.h> in perl.h.
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
2000-11-07 Fifer, Ericcygwin port
2000-10-20 Charles BaileySYN SYN
2000-10-12 Gurusamy Sarathyrestore change#7202
2000-10-12 Gurusamy Sarathyanother test of the Emergency Broadcast System--back out
2000-10-12 Gurusamy Sarathy(submitted on behalf of Jarkko)
2000-10-03 Olaf FlebbeEpoc update
2000-10-03 Ilya ZakharevichInside require() $^S was always left undefined.
2000-09-01 Mike GuyPart of the solution.
2000-08-29 Jarkko HietaniemiMissed a change in #6869.
2000-08-15 Gurusamy Sarathymagic callbacks all need to have same type signature
2000-08-15 Jarkko Hietaniemimagic_regdatum_set() is void, not int.
2000-08-14 Mike GuyRe: [PATCH] @+, @- readonly
2000-08-14 Mike Guy@+, @- readonly (was Re: @<punct> interpolating in "")
2000-08-11 Mike Guydebugger "d" command doesnt check line number
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko HietaniemiThe new setproctitle() feature is available only in
2000-08-02 Paul SaabIn new BSDs changes to argv[] do not show up in ps...
2000-07-27 Jeffrey FriedlUse setproctitle() if available to modify $0.
2000-07-14 Gurusamy Sarathyenable UTF-16 filter by default if relevant BOM is...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6325..6373 into mainline
2000-07-11 Simon Cozens$& segfaults if you trick it
2000-06-01 Jarkko HietaniemiSignals-be-gone for microperl.
2000-05-28 Gurusamy SarathyMacOS support, part 1 (from Matthias Neeracher
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-17 Gurusamy Sarathyreenable fake signal handling on Windows, bugs and all
2000-04-28 Gurusamy Sarathyfixes for bugs in C<use warnings qw(FATAL all)> (from...
2000-03-18 Gurusamy Sarathymake return values from match in a list context, as...
2000-03-13 Jarkko HietaniemiSTRLEN != int.
2000-03-13 Gurusamy Sarathyfinal touches for lexical warnings (from Paul Marquess)
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-03-01 Gurusamy Sarathyfix segfault on C<local ${^WARNING_BITS}>
2000-02-28 Jarkko HietaniemiDo not cast pointers into I32s.
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathychange $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathy${^Warnings} renamed to ${^WARNING_BITS}
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-06 Gurusamy Sarathyuse builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-24 Gurusamy Sarathyassorted little nits
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathycygwin update from Eric Fifer <EFifer@sanwaint.com>
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-06 Gurusamy Sarathyfix for -Dp via $^D (suggested by Stephane Payrard
1999-12-01 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathyavoid PTR->IV cast warnings
next