Here are the long-expected Unicode/UTF-8 modifications.
[p5sagit/p5-mst-13.2.git] / pp_hot.c
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-22 Stephen McCamant applied patch, add new message to perldeta
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-Simmons Add PL_ to merged file
1998-07-19 Nick Ing-Simmons Merge Mainline
1998-07-19 Ilya Zakharevich fix flawed substitution-loop detection on zero-length...
1998-07-19 Gurusamy Sarathy make failed matches return empty list in list context
1998-07-18 Nick Ing-Simmons PL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-15 Gisle Aas don't copy foreach itervar when no external refs exist
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-11 Ilya Zakharevich Update os2's OS2::Process
1998-07-09 Gurusamy Sarathy undo problematic change#1367
1998-07-09 Gurusamy Sarathy merge changes from maintbranch (1354, and relevant...
1998-07-09 Gurusamy Sarathy get it building again on win32
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>
1998-07-08 Gisle Aas Faster foreach integer range
1998-07-07 Gurusamy Sarathy fix accidental RE-de-optimization
1998-07-07 Gisle Aas Evaluation of AVHVs in scalar context
1998-07-05 Gurusamy Sarathy patchlevel up to 5.004_70, various tweaks
1998-07-04 Gurusamy Sarathy fix C<local $tied{foo} = $tied{foo}>, add tests
1998-07-04 Joshua Pritikin fixes for mortalization bug in xsubpp, other efficiency...
1998-07-04 Ilya Zakharevich allow a flags args to fbm_instr() for future needs
1998-07-04 Gurusamy Sarathy merge changes#1210,1211,1270 from maintbranch
1998-07-01 Gurusamy Sarathy fix C<@a = (%a = 1)> bizarreness
1998-06-28 Gisle Aas Optimize foreach (1..1000000)
1998-06-22 Ilya Zakharevich Avoid temporaries on recursion
1998-06-22 Gurusamy Sarathy merge relevant portions from maintbranch change#1155
1998-06-05 Gurusamy Sarathy [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS...
1998-05-23 Nick Ing-Simmons Resolve win32 into ansiperl
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-16 Gurusamy Sarathy [win32] fix misplaced SPAGAIN that caused successful...
1998-05-15 Nick Ing-Simmons Integrate win32
1998-05-15 Gurusamy Sarathy [win32] merge changes#906,907,909,910 from maintbranch
1998-05-15 Gurusamy Sarathy [win32] merge change#905 from maintbranch, minor fixes...
1998-05-14 Gurusamy Sarathy [win32] integrate mainline
1998-05-14 Malcolm Beattie Integrate win32 branch into mainline
1998-05-14 Gurusamy Sarathy [win32] merge change#886 from maintbranch
1998-05-06 Malcolm Beattie Speed up pp_entersub for usethreads with only 1 thread...
1998-04-25 Nick Ing-Simmons Implement use attrs qw(locked package);
1998-04-21 Gurusamy Sarathy [asperl] add AS patch#17
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-02 Tom Phoenix Re: Odd number of elements in hash list.
1998-04-02 Stephen Potter Re: doc: perlrun typo
1998-03-17 Gurusamy Sarathy [asperl] add a part of AS patch#14, backout incomplete...
1998-03-16 Malcolm Beattie Bump patchlevel.h to 63.
1998-03-16 Charles Bailey VMS updates (direct)
1998-03-16 Gurusamy Sarathy [asperl] various changes to get asperl working under...
1998-03-07 Gurusamy Sarathy [win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy [win32] change all 'sp' to 'SP' in code and in the...
1998-03-02 Stephen McCamant [win32] this one with adjusted test numbers
1998-02-14 Gurusamy Sarathy [asperl] bring ASPerl uptodate with mainline changes
1998-02-13 Norton T. Allen _58: wantarray in void context broken
1998-02-09 Gurusamy Sarathy [asperl] integrate win32 branch contents
1998-02-06 Ilya Zakharevich Newer -DLEAKTEST patch
1998-02-01 Douglas Lankshear [asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy [asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy [asperl] added AS patch#2
1998-01-30 Gurusamy Sarathy [asperl] Created new branch from win32@396, added AS...
1998-01-19 Gurusamy Sarathy [win32] foo() -> PerlGroup_foo() patch from ActiveState
1998-01-15 Nick Ing-Simmons First working TIEARRAY and other misc tie fixes
1998-01-14 Nick Ing-Simmons TIEARRAY updates - almost works ...
1998-01-13 Nick Ing-Simmons tie array changes to core and tests
1998-01-08 Gurusamy Sarathy print/printf/... over-eager mg_find for glob magic:
1997-12-17 Molnar Laszlo Major changes to the DOS/djgpp port (including threading):
1997-12-12 Malcolm Beattie pp_print and pp_prtf handling of tied file handles...
1997-12-01 Nick Ing-Simmons Create a struct for all perls globals (as an option)
1997-11-21 Malcolm Beattie $_ is now per-thread (rather a lot of changes). Only...
1997-11-19 Ilya Zakharevich Jumbo regexp patch applied (with minor fix-up tweaks):
1997-11-13 Malcolm Beattie Rewrite thread return code to distinguish between ordin...
1997-11-13 Malcolm Beattie Change CONTEXT to PERL_CONTEXT throughout source (since...
1997-11-07 Nick Ing-Simmons Raw integrate of latest perl
1997-11-06 Malcolm Beattie Per-thread magicals now stored in their own thr->magica...
1997-11-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-10-23 Malcolm Beattie Fix pp_hot.c:get_db_sub core dump when perl debugger...
1997-10-23 Malcolm Beattie Fix refcounts for lock/magic_mutexfree. Make OP_LOCK...
1997-10-16 Malcolm Beattie Merge maint-5.004 branch (5.004_04) with mainline.
1997-10-15 Malcolm Beattie Remove stale code from pp_entersub which breaks sub...
1997-10-14 Gurusamy Sarathy Remove spurious extra MUTEX_LOCK in pp_entersub()....
1997-10-10 Malcolm Beattie Fix up locking/synchronisation for pp_entersub.
1997-10-08 Malcolm Beattie Merge maint-5.004 branch (5.004_03) with mainline.
1997-09-30 Malcolm Beattie Merge maint-5.004 branch (5.004_01) with mainline.
1997-09-22 Malcolm Beattie More fprintf -> PerlIO_printf changes.
1997-09-10 Malcolm Beattie Debugging output for lock handling.
1997-09-09 Malcolm Beattie Rewrite synchronisation of subs/methods and add attrs
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-08-11 Malcolm Beattie Assorted changes for multi-threading (now works rather...
1997-08-07 Tim Bunce [inseperable differences up to perl 5.004_02]
1997-08-06 Stephen McCamant Band-aid fix for local([@%]$x)
1997-07-24 Malcolm Beattie Start support for fake threads.
1997-07-17 Malcolm Beattie Fix multiple problems with lexical @_.
1997-06-11 Gurusamy Sarathy No DESTROY on untie. Tie memory leak fixed.
1997-05-26 Malcolm Beattie Integrate thrperl 5.003->5.004.
1997-05-25 Malcolm Beattie Fix up integration 5.003->5.004.
1997-05-25 Malcolm Beattie First stab at 5.003 -> 5.004 integration.
1997-05-15 Perl 5 Porters [inseparable changes from match from perl-5.003_99a...
1997-05-02 Malcolm Beattie Don't require CvDEPTH == 0 when bombing out of subs.
1997-04-30 Chip Salzenberg Handle tainted values in lists returned from subs,...
next