This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add statement-modifier loops to :base_loop class
[perl5.git] / op.c
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-03-12 Gurusamy Sarathychange#3067 failed package.t due to needless creation...
1999-03-09 Gurusamy Sarathyfix parsing of here documents in C<eval 's/.../<<FOO/e'>
1999-03-09 Gurusamy Sarathyuse yyerror() instead of croak() so that compile-time...
1999-03-04 Graham Barrexempt $foo::a,$foo::b from warnings only if sort(...
1999-02-28 Gurusamy Sarathytodo item: permit extended control variables a la ...
1999-02-28 Gurusamy Sarathyfix longstanding bug: searches for lexicals originating...
1999-02-19 Gurusamy Sarathybring '*' prototype closer to how it behaves internally
1999-02-18 Gurusamy Sarathydistinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
1999-02-15 Gurusamy Sarathyadd const qualifier to most char* prototypes, handle...
1999-02-14 Gurusamy Sarathyallow C<select('foo')> to autovivify *foo (SelectSaver...
1999-02-12 Gurusamy Sarathyallow boolean assign ops to be lvalues
1999-02-12 Gurusamy Sarathyfix ops that are not filehandle constructors to not...
1999-02-07 Gurusamy Sarathyproperly prototype check parenthesized unary ops (e...
1999-02-01 Gurusamy Sarathyvarious win32-ish changes merged from maint-5.005
1999-01-17 Gurusamy Sarathyvarious tweaks for clean build and test on win32
1999-01-17 Gurusamy SarathyPERL_OBJECTness for change#2595
1999-01-13 Jarkko HietaniemiFrom: Hans Mulder <hansm@icgroup.nl>
1999-01-01 Jarkko HietaniemiFrom: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1998-12-21 Mark-Jason DominusTo: perl5-porters@perl.com
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-11-28 Gurusamy Sarathymake $1 et al readonly under threads; make C<undef...
1998-11-26 Gurusamy Sarathyfix C<if (...) { package Foo; ... }> misoptimization...
1998-11-17 Gurusamy Sarathyallow C<sort $coderef @foo>
1998-11-14 Gurusamy Sarathycatch a neophyte trap: open(<FH>), close(<FH>) etc.
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathyavoid bogus line number in XSUB redefined warnings
1998-10-23 Larry WallProgram with utf8 identifiers fails to compile
1998-10-21 Gurusamy Sarathyrestore sanity to "constant" references
1998-10-17 Jarkko HietaniemiIntegrate mainperl.
1998-10-17 Gurusamy Sarathystray typo found by Hugo van der Sanden
1998-10-16 Gurusamy Sarathyintegrate cfgperl mods into mainline
1998-10-16 Gurusamy Sarathystray tweak
1998-10-15 Gurusamy Sarathypropagate typeness of lexicals while cloning them
1998-10-15 Gurusamy Sarathys/last/first/ typo in append_list()
1998-10-15 Gurusamy Sarathycheck in all confperl changes as of change#1964 into...
1998-10-15 Gurusamy Sarathytweak to make fix in change#1944 behave correctly for...
1998-10-13 Gurusamy Sarathychange#1614 merely disabled earlier fix (doh!); undo...
1998-10-13 Gurusamy Sarathyensure recursive attempts to findlex()icals know enough...
1998-10-06 Gurusamy Sarathyfix globals caught by change#1927; builds and tests...
1998-10-06 Hugo van der Sandenuse cpp symbols instead of hardwired constants
1998-10-03 Gurusamy Sarathymake C<use> recognize C<require> overrides; allow C...
1998-09-24 Gurusamy Sarathytwo tweaks for clean build and test on Solaris
1998-09-23 Gurusamy Sarathywarn on C<my($foo,$foo)>
1998-09-23 Gurusamy Sarathybetter diagnostic for do{} used as lvalue
1998-09-23 Gurusamy Sarathysilence redefined warning for XS(INIT) {}
1998-09-07 Larry Wallindex() applied BM optimization to wrong argument
1998-09-05 Larry Walltr/// logic was hosed under utf8
1998-09-05 Larry Wallindex() applied BM optimization to wrong argument
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-08-09 Gurusamy Sarathyadd missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-08 Stephen McCamantEliminate superfluous RV2p[AH]Vs in oops[AH]V()
1998-08-08 Gurusamy Sarathyintegrate maint-5.005 changes into mainline
1998-08-03 Stephen McCamantfix segfault when threadsv is used as foreach itervar
1998-08-02 Stephen McCamantallow *FOO{BAR}[0] etc. (without intervening arrow)
1998-08-02 Ilya Zakharevichtweaked version of suggested patch
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-22 Gurusamy Sarathysuppress redefined warnings on C<INIT {} INIT {}>
1998-07-22 Gurusamy Sarathymake $ prototype to accept THREADSVs
1998-07-21 Stephen McCamantredundant RV2GVs in ck_fun()
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathyfix CvMUTEXP() leaks with -Dusethreads
1998-07-13 Graham Barradded patch, tweaked PERL_OBJECT things
1998-07-12 Stephen McCamantapply patch for smarter AASSIGN_COMMON detection; regen...
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Ilya Zakharevichadd patch, along with all the missing bits, and doc...
1998-07-09 Gurusamy Sarathyget it building again on win32
1998-07-08 Ilya Zakharevichadd patch for C<use re 'debug'>
1998-07-06 Gurusamy Sarathymuch simpler fix to typecheck read/sysread/recv, as...
1998-07-06 Gurusamy Sarathyundo ck_sysread() changes#1319,1337 in preparation...
1998-07-06 Gurusamy Sarathyrename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-06 Gurusamy Sarathyallow read(FH,threadsv,...)
1998-07-05 Gurusamy Sarathyadd ck_sysread() for better sysread/read/recv sanity
1998-07-04 Gurusamy Sarathymerge changes#1210,1211,1270 from maintbranch
1998-06-29 Gurusamy Sarathybump patchlevel to 69, various little tweaks (tested...
1998-06-29 Ilya Zakharevichadded patch for overloading constants, made PERL_OBJECT...
1998-06-28 Gisle AasRe: [PATCH] 4-arg substr update for perl5.004_68
1998-06-28 Gisle AasOptimize foreach (1..1000000)
1998-06-22 Gurusamy Sarathymerge relevant portions from maintbranch change#1155
1998-06-17 Gurusamy Sarathy5.004_67 niggles
1998-06-11 Ilya ZakharevichBugs with (?{}), $^R and many-to-many subst
1998-06-10 Stephen McCamantRe: Uninitialised error from -M()
1998-05-29 Gurusamy Sarathy[asperl] integrate mainline changes
1998-05-23 Gurusamy Sarathy[win32] merge change#1015 from maintbranch (must revisi...
1998-05-21 Ilya Zakharevich[win32] fix problematic change#965 from maintbranch
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-15 Gurusamy Sarathy[win32] merge change#981 from maintbranch, add XXX...
1998-05-15 Gurusamy Sarathy[win32] merge changes#922,944,949,965,970 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge change#904 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] integrate mainline
1998-05-14 Malcolm BeattieIntegrate win32 branch into mainline
1998-05-14 Joshua Pritikin[PATCH 5.004_64] Test.pm update
1998-05-14 Gurusamy Sarathy[win32] merge change#896 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge change#886 from maintbranch
1998-05-13 Gurusamy Sarathy[win32] merge missing part of change#663 from maint...
1998-04-25 Nick Ing-SimmonsAuto-insert defined() test in while when test expression is
next