summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #31767] open $1, "file" doesn't raise an exceptionDave Mitchell2004-09-301-0/+2
* SvO?OK_off()'s return valueMarcus Holland-Moritz2004-09-081-4/+4
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+7
* Re: [perl #30688] Empty slice arg with ($;$) prototypeRick Delaney2004-07-211-2/+2
* Numeric comparison operators mustn't compare addresses of referencesNicholas Clark2004-07-141-10/+10
* Re: [perl #30568] splice generates undef? [PATCH]LAUN Wolfgang2004-07-131-8/+11
* [perl #30258] utf8 POPSTACK crash on split executionDave Mitchell2004-07-021-6/+4
* Re: [PATCH] Re: Lack of error for large string on SolarisJarkko Hietaniemi2004-06-081-7/+39
* Make change #22889 work for threaded builds.Marcus Holland-Moritz2004-06-021-1/+1
* Make the dUNDERBAR/UNDERBAR macros work as advertised.Rafael Garcia-Suarez2004-06-021-1/+6
* [perl #29346] Double warning for int(undef) and abs(undef)Marcus Holland-Moritz2004-05-061-2/+6
* [perl #29127] scalar delete of empty slice returned garbageDave Mitchell2004-05-031-1/+4
* [perl #28938] split could leave an array without &PL_sv_undefDave Mitchell2004-05-031-1/+1
* fix a coredump caused by rv2gv not fully converting a PV to an RVDave Mitchell2004-04-271-0/+6
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-2/+2
* [perl #24200] string corruption with lvalue subDave Mitchell2004-03-271-2/+13
* Finally, this "Negative repeat count" warning wasn't such a greatAndy Lester2004-03-211-4/+1
* Add a new warning "Negative repeat count"Rafael Garcia-Suarez2004-03-211-0/+5
* add code comment for change 22525Dave Mitchell2004-03-181-1/+1
* make ~$x give warning is $x isn't initialised.Dave Mitchell2004-03-181-0/+1
* malloc wrappageJarkko Hietaniemi2004-03-171-0/+5
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* 22316 had stupid precedence thinkosDave Mitchell2004-02-171-3/+3
* Slight update to #22315 ($lval=*FOO); optimise the hot tests,Dave Mitchell2004-02-171-3/+3
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-171-3/+3
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-0/+2
* Re: [perl #24926] chop/~ mangles UTF8 [PATCH]Gisle Aas2004-01-191-0/+1
* Re: [perl #24816] Magic vars seem unsure if they are purely numericYitzchak Scott-Thoennes2004-01-161-9/+9
* Some of the bitwise manipulation PP functions weren't checkingRafael Garcia-Suarez2004-01-051-0/+8
* Forgot to remove a commentNicholas Clark2003-12-141-1/+0
* Add Perl_ceilNicholas Clark2003-12-131-1/+1
* Missing thingies.Rafael Garcia-Suarez2003-12-061-1/+1
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-9/+1
* Don't cast PL_multiline to bool : you may loose important bits.Rafael Garcia-Suarez2003-08-291-1/+1
* Re: all 9007199254740992s are equal, but some are more equal than othersNicholas Clark2003-08-291-44/+3
* Comparing an int to a U32 makes VC6 nervous.Jarkko Hietaniemi2003-08-291-1/+1
* Re: [perl #23207] persistant sideffect involving bitwise xor and substrAdrian M. Enache2003-08-031-0/+2
* Quieten MSVC6.Jarkko Hietaniemi2003-07-291-1/+1
* Re: Oops - Can't calculate our powersStephen McCamant2003-07-181-1/+2
* Move the (pseudo)seed functio for (pseudo)random numbers to util.c.Jarkko Hietaniemi2003-06-221-81/+0
* Re: [perl #22727] split() with re_eval segfaults/panicsAdrian M. Enache2003-06-181-7/+6
* Remove the deprecated $* variable.Rafael Garcia-Suarez2003-06-131-1/+1
* Better be explicit with dangling elses.Jarkko Hietaniemi2003-05-131-5/+6
* Re: Bug stomping fun. [PATCH: bug #1016]Alex Vandiver2003-05-121-1/+4
* Re: [perl #17718] %tiedhash in bool context doesn't check if hash is emptyYitzchak Scott-Thoennes2003-05-081-0/+3
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Big patch from Alan Burlison to make Solaris long doubles work.Jarkko Hietaniemi2003-04-151-32/+15
* The SvGROW() might move the PV.Jarkko Hietaniemi2003-04-071-1/+2
* Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $nYitzchak Scott-Thoennes2003-04-021-6/+4
* #19122 should have been tested on non-glibc system (like AIX)H.Merijn Brand2003-04-021-1/+1