This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #92828] eintr.t hangs on FreeBSD
[perl5.git] / perl.c
2011-05-23 Max MaischeinTurn $$ into a magical readonly variable that always...
2011-05-20 Nicholas ClarkAdd USE_LOCALE{,_COLLATE,_CTYPE,_NUMERIC} to the output...
2011-03-17 Jan Dubois#81026: Perl binary no longer relocatable
2011-03-12 Nicholas ClarkAdd PERL_PRESERVE_IVUV to non_bincompat_options.
2011-03-05 Nicholas Clark59d6f6a4c05afa7f was too aggressive, as it disabled...
2011-03-05 Nicholas ClarkAvoid miniperl SEGVing when processing -I on the #...
2011-03-04 Craig A. BerryIn S_incpush, unixify libdir earlier.
2011-03-04 Craig A. BerryIn S_incpush, omit subdirs when PERL_IS_MINIPERL.
2011-02-15 Nicholas ClarkFor miniperl, use the USE_SITECUSTOMIZE feature to...
2011-01-20 Jesse VincentBump the perl -V copyright message, as it's now 2011
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-11-25 Nicholas ClarkExtend -d:foo=bar to make -d:-foo expand to C<no foo...
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-11-08 Karl Williamsonregexec.c: Don't give up on fold matching early
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Zeframadd lex_start to the API
2010-10-21 Zeframreplace PL_doextract with better kinds of variable
2010-10-21 Zeframremove filter inheritance option from lex_start
2010-10-09 Nicholas ClarkCreate populate_isa() to de-duplicate logic to populate...
2010-10-03 David Mitchelleval_sv: followup fix to 4aca2f62ef
2010-10-03 David Mitchellbetter documentation for eval_sv() and G_KEEPERR
2010-10-03 David Mitchelleval_sv() and eval_pv() don't fail on syntax err
2010-09-20 David Mitchellcall defout/stderr destructors last
2010-09-20 David Mitchellfix PL_psig_pend freeing
2010-09-20 David Mitchell[perl #40388] perl_destruct() leaks PL_main_cv
2010-09-20 David Mitchell[perl #40389] perl_destruct() leaks PL_defstash
2010-09-06 Zeframfunction interface to parse Perl statement
2010-09-01 Tony CookPL_my_cxt_list is only available with PERL_IMPLICIT_CONTEXT
2010-09-01 Jirka HruškaPL_my_cxt_list leaks
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-16 Nicholas ClarkFor both opmini.o and perlmini.o define PERL_EXTERNAL_G...
2010-08-01 David MitchellDEBUG_LEAKING_SCALARS: add sv_debug_parent
2010-07-26 Florian RagwitzCheck API compatibility when loading xs modules
2010-07-21 Nicholas ClarkAdd Perl_init_dbargs(), to set up @DB::args without...
2010-06-07 David GoldenRemove -w recommendation in perl -h
2010-05-29 Nicholas ClarkWhen assigning to $^P, don't zero $DB::single, $DB...
2010-05-21 Nicholas ClarkMake HvFILL() count the allocated buckets, instead...
2010-04-25 Zeframunwinding target nominated by separate global
2010-04-17 Nicholas ClarkIn Perl_get_debug_opts(), restructure the message...
2010-04-17 Nicholas ClarkIn S_usage(), restructure the storage of the help messa...
2010-04-14 David Goldenrevert "revert perl -h changes"
2010-03-08 Rafael Garcia-SuarezFix comments about @INC ordering
2010-02-11 David Goldenrevert perl -h changes
2010-02-11 David Goldenkeep -h to 80 characters or less
2010-02-11 David GoldenHelp new users learn how to get help
2010-02-07 Nicholas ClarkImprovements to 31c9a3 - CPAN code did depend on the...
2010-01-21 Nicholas ClarkAdd USE_PERL_ATOF to the list of -V's compile-time...
2010-01-13 AbigailChanged Copyright year as suggested by karl williamson...
2010-01-08 David Mitchellinclude sv_debug_serial field in debugging output
2010-01-05 Nicholas ClarkSort the initialisers to non_bincompat_options[], and...
2010-01-05 Nicholas ClarkAdd USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compi...
2009-12-18 Gerard GoossenFree the PL_scopestack_name
2009-12-17 Max MaischeinCorrect some #ifdef USE_ITHREADS / USE_MULTI
2009-12-04 Nicholas ClarkSilence Win32 compiler warning
2009-11-15 David GoldenChange perl -v version format
2009-11-12 Gerard GoossenAdd ENTER_with_name and LEAVE_with_name to automaticly...
2009-11-08 Gerard GoossenMake my_exit behave the same as the Perl exit. And...
2009-11-08 Gerard GoossenAdd assertions about there being no leftover scopes...
2009-11-06 Gerard GoossenAdd a line directive to op.c and perl.c such that error...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-05 Nicholas ClarkIn Perl_moreswitches(), merge 2 string constants in...
2009-10-05 Nicholas Clark$^O is initalised to OSNAME, so no need to return the...
2009-10-05 Nicholas ClarkMove initialising PL_osname from S_init_predump_symbols...
2009-09-30 Nicholas ClarkSimplify building the Perl code invoked for perl -V
2009-09-29 Nicholas ClarkMove the implementation of ./perl -V to Internals:...
2009-09-23 Nicholas ClarkFor miniperl, disable PERL_UNICODE and -C.
2009-09-23 Nicholas ClarkRestrict miniperl to just -I..., the split of $ENV...
2009-09-23 Nicholas ClarkDeclare PERL_IS_MINIPERL in the output of ./{mini,...
2009-09-15 Nicholas ClarkEnsure that the perl build doesn't read any installed...
2009-09-15 Nicholas ClarkAvoid setting $! if the sitecustomize script doesn...
2009-09-13 Rafael Garcia-SuarezRemove obsolete interpreter variable PL_utf8_alnumc
2009-09-05 gfxcall_method() uses newSVpvn_flags(), instead of sv_2mor...
2009-08-30 Chip Salzenbergfinish implementing -DB vs. -Dx
2009-08-26 Chip SalzenbergNew debugging flag -DB now dumps subroutine definitions,
2009-08-20 David Mitchelladd -DM flag to track smartmatch resolution
2009-08-19 Nicholas ClarkAdd PERL_DISABLE_PMC to the list of -V's compile-time...
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
2009-06-25 Lubomir RintelDon't enqueue pending signals during global destruction
2009-06-21 Jim Cromiedrop remaining mentions of PERL_MEM_LOG_FOO envars
2009-06-21 Rafael Garcia-SuarezAlso replace PERL_MEM_LOG_STDERR by PERL_MEM_LOG_NOIMPL...
2009-05-23 Nicholas ClarkMove the code to add magic to $0 into Perl_gv_fetchpvn_...
2009-05-21 Nicholas ClarkUse only one block of memory for both PL_psig_name...
2009-05-20 Nicholas ClarkRemove binary compatibility scaffolding for the change...
2009-05-20 Nicholas ClarkReplace run-time on-demand initialisation of PL_bitcoun...
2009-04-27 Nicholas ClarkSimplifications to S_incpush() now possible without...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-26 Michael G Schwern[PATCH] Allow PERL5OPT=-W
2009-04-12 Nicholas ClarkConvert xsutils.c and lib/attributes.pm to a regular...
2009-02-24 Nicholas ClarkIn S_parse_body(), sv hasn't been needed since -P bit...
2009-02-23 Jerry D. HeddenFix unused variable warning
2009-02-23 Craig A. BerryVMS-specific nit in S_init_perllib after 2cace6acdfad87...
2009-02-22 Nicholas ClarkFor S_incpush(), dir is never NULL, and len is always...
2009-02-22 Nicholas ClarkOptimise S_incpush() by avoiding repeatedly copying...
2009-02-22 Nicholas ClarkIn S_incpush, move the declaration of subdir inside...
2009-02-22 Nicholas ClarkTidy up incpush. Re-order the macros, and re-indent...
2009-02-22 Nicholas ClarkMove unversioned directories in PERL_OTHERLIBDIRS later...
2009-02-22 Nicholas Clark7fc731078209e8c26ed8bba477edfd90724c7146 missed one...
2009-02-22 Nicholas ClarkIn S_init_perllib(), push the bare VENDORLIB_STEM onto...
next