summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* attributes-two.patch, the next batchAndy Lester2005-05-091-15/+12
* Perl_croak uses perl's printf, so can pass in SVs direct - no need forNicholas Clark2005-05-081-2/+1
* Fix getting prototype of builtins mkdir and setpgrp.Rafael Garcia-Suarez2005-05-031-3/+2
* IEEE math for the massesSteve Peters2005-05-031-0/+8
* Silence a compilation warning on Win32Steve Hay2005-04-281-1/+1
* Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),Nicholas Clark2005-04-281-5/+2
* A couple of warning fixes by GisleRafael Garcia-Suarez2005-04-271-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-8/+8
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-4/+5
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-2/+2
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-3/+3
* Third consting batchAndy Lester2005-03-241-9/+9
* Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)Jarkko Hietaniemi2005-01-231-6/+14
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-6/+6
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-15/+37
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* replace NEWSV(), SvSetSV() with newSVsv()Nicholas Clark2005-01-131-18/+9
* Fix bug 32294 - index()/rindex() ignore UTF8 flagNicholas Clark2005-01-111-5/+70
* Shorter source code in pp_gelem. (But it compiles to the same size)Nicholas Clark2005-01-091-4/+2
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-19/+12
* strEQ/strNE of 1 character strings seems better hand inlined,Nicholas Clark2005-01-011-2/+2
* Skip the switch statement entirely if the pointer is null, ratherNicholas Clark2004-12-311-47/+50
* [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; failsRick Delaney2004-11-041-4/+4
* [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