2011-07-24 |
Nicholas Clark | Add UNLINK_ALL_VERSIONS to PL_non_bincompat_options...
|
commit | commitdiff | tree |
2011-07-24 |
Nicholas Clark | Perl_my_p{open,close} do not exist under PERL_IMPLICIT_SYS.
|
commit | commitdiff | tree |
2011-07-24 |
Nicholas Clark | do_exec needs no compatibility version in mathoms.c...
|
commit | commitdiff | tree |
2011-07-21 |
Nicholas Clark | Update Porting/checkAUTHORS.pl after commit 6410892abe3d820a.
|
commit | commitdiff | tree |
2011-07-21 |
Nicholas Clark | Add "clean build and test" as a step in the release...
|
commit | commitdiff | tree |
2011-07-21 |
Nicholas Clark | In perldelta.pod, fix a spelling error.
|
commit | commitdiff | tree |
2011-07-21 |
Nicholas Clark | Increase $PerlIO::via::VERSION following commit d477ab3eb436...
|
commit | commitdiff | tree |
2011-07-20 |
Nicholas Clark | Sort the VMS specific PL_bincompat_options in alphabetic...
|
commit | commitdiff | tree |
2011-07-20 |
Nicholas Clark | Remove an erroneous space from PL_bincompat_options...
|
commit | commitdiff | tree |
2011-07-18 |
Nicholas Clark | PL_bincompat_options was missing options that affect...
|
commit | commitdiff | tree |
2011-07-18 |
Nicholas Clark | In intrpvar.h, move all the USE_LOCALE_NUMERIC variables...
|
commit | commitdiff | tree |
2011-07-15 |
Nicholas Clark | Add PL_valid_types_{IVX,NVX,PVX,RV,IV_set,NV_set} into...
|
commit | commitdiff | tree |
2011-07-15 |
Nicholas Clark | Sort globvar.sym lexically.
|
commit | commitdiff | tree |
2011-07-15 |
Nicholas Clark | Change sv_eq_pvn_flags()'s parameter pvlen from I32...
|
commit | commitdiff | tree |
2011-07-14 |
Nicholas Clark | Make prototypes and declarations for Perl_pad_add_name_...
|
commit | commitdiff | tree |
2011-07-14 |
Nicholas Clark | Only add Perl_pad_setsv to the list of symbols if ...
|
commit | commitdiff | tree |
2011-07-11 |
Nicholas Clark | In sv.c, remove comments with structure sizes from...
|
commit | commitdiff | tree |
2011-07-08 |
Nicholas Clark | In win32_start_child(), remove tmpgv, unused since...
|
commit | commitdiff | tree |
2011-07-06 |
Nicholas Clark | The test for #76474 should open file descriptor 0,...
|
commit | commitdiff | tree |
2011-07-06 |
Nicholas Clark | In threads.xs, remove num_args from ithread_create...
|
commit | commitdiff | tree |
2011-07-06 |
Nicholas Clark | In cmp_version.t, show in the TAP when we are skipping...
|
commit | commitdiff | tree |
2011-07-06 |
Nicholas Clark | In Cwd.xs, tidy the conditional code related to symlinks.
|
commit | commitdiff | tree |
2011-07-05 |
Nicholas Clark | Remove duplicate $VERSION handling code, made redundant...
|
commit | commitdiff | tree |
2011-07-04 |
Nicholas Clark | Change dNOOP to a function declaration.
|
commit | commitdiff | tree |
2011-07-03 |
Nicholas Clark | Convert B::Deparse's core.t to Test::More.
|
commit | commitdiff | tree |
2011-07-03 |
Nicholas Clark | Use C<< >> to avoid tripping a podchecker heuristic...
|
commit | commitdiff | tree |
2011-07-01 |
Nicholas Clark | For shorter strings, store C<study>'s data as U8s or...
|
commit | commitdiff | tree |
2011-07-01 |
Nicholas Clark | Store C<study>'s data as U32s, instead of I32s.
|
commit | commitdiff | tree |
2011-07-01 |
Nicholas Clark | Tidy code in pp_study and Perl_screaminstr()
|
commit | commitdiff | tree |
2011-07-01 |
Nicholas Clark | Store C<study>'s data in in mg_ptr instead of interpreter...
|
commit | commitdiff | tree |
2011-07-01 |
Nicholas Clark | Merge PL_scream{first,next} into one allocated buffer.
|
commit | commitdiff | tree |
2011-07-01 |
Nicholas Clark | Change PL_screamnext to store absolute positions.
|
commit | commitdiff | tree |
2011-07-01 |
Nicholas Clark | Split out study magic from pos magic.
|
commit | commitdiff | tree |
2011-06-30 |
Nicholas Clark | The regex engine can't assume that SvSCREAM() remains...
|
commit | commitdiff | tree |
2011-06-25 |
Nicholas Clark | Fix two podchecker errors on perlunicode.pod
|
commit | commitdiff | tree |
2011-06-23 |
Nicholas Clark | Test studied scalars with s///ge.
|
commit | commitdiff | tree |
2011-06-23 |
Nicholas Clark | study now passes REXEC_SCREAM to the regex engine when...
|
commit | commitdiff | tree |
2011-06-23 |
Nicholas Clark | For s///r, avoid copying the source early only to edit...
|
commit | commitdiff | tree |
2011-06-23 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to Math::BigInit::FastCalc.
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | Two small tidying refactors for TestInit.pm
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | Fix a (back)slash bug in a regex, added with the regex...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | In TestInit, eliminate @new_inc, by assigning to @INC...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | In TestInit, inline new_inc() and set_opt() into import...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | In find_git_or_skip(), also check whether we have a...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | find_git_or_skip() will now follow symlinks and chdir...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | Use find_git_or_skip() in porting{authors,cmp_version...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | Add find_git_or_skip(), which skips if we are not in...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | use TestInit 'T' in porting{authors,cmp_version,manifest...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | Add an import option 'T' to TestInit, for tests that...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | In TestInit.pm, move the default chdir and @INC code...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | In TestInit.pm, merge two substitutions into one.
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | In Cwd.xs, swap to defaulting to disabled prototypes.
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | Merge the implementation of Cwd::{fastcwd,getcwd} using...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | In Cwd.xs on VMS, don't compile bsd_realpath() at all.
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to Cwd.
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | In Cwd::_win32_cwd() avoid a string eval when checking...
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | Trim multiple blank lines above =item in pod files.
|
commit | commitdiff | tree |
2011-06-22 |
Nicholas Clark | The podchecker much prefers a forward slash in F<symbian...
|
commit | commitdiff | tree |
2011-06-21 |
Nicholas Clark | Re-flow some sample text in the perldelta template...
|
commit | commitdiff | tree |
2011-06-21 |
Nicholas Clark | Add perldelta "known issues" to the podchecker exception...
|
commit | commitdiff | tree |
2011-06-21 |
Nicholas Clark | Add perl5151delta to pod.lst and regenerate makefiles.
|
commit | commitdiff | tree |
2011-06-21 |
Nicholas Clark | In pod/buildtoc, use abs_from_top() to generate pathnames.
|
commit | commitdiff | tree |
2011-06-21 |
Nicholas Clark | No need for D and d flags in pod.lst - source is fixed...
|
commit | commitdiff | tree |
2011-06-21 |
Nicholas Clark | Record L<YAML::Syck> as a link to a known external...
|
commit | commitdiff | tree |
2011-06-19 |
Nicholas Clark | perldelta updates for some build improvements and internal...
|
commit | commitdiff | tree |
2011-06-19 |
Nicholas Clark | Correct the magic table in perlguts.pod following f34d15629d...
|
commit | commitdiff | tree |
2011-06-18 |
Nicholas Clark | Increase stylistic consistency in perldelta by adding...
|
commit | commitdiff | tree |
2011-06-18 |
Nicholas Clark | Prefer the system gcc when searching for libraries...
|
commit | commitdiff | tree |
2011-06-17 |
Nicholas Clark | In pp_subst, use a mortal scalar for dstr, instead...
|
commit | commitdiff | tree |
2011-06-16 |
Nicholas Clark | Merge ext/IPC-Open2 into ext/IPC-Open3.
|
commit | commitdiff | tree |
2011-06-16 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to ODBM_File
|
commit | commitdiff | tree |
2011-06-16 |
Nicholas Clark | In pp_match, refactor the call to CALLREGEXEC() to...
|
commit | commitdiff | tree |
2011-06-15 |
Nicholas Clark | Remove Shell from the core distribution. Get it from...
|
commit | commitdiff | tree |
2011-06-14 |
Nicholas Clark | pos in lvalue context now returns a PVMG instead of...
|
commit | commitdiff | tree |
2011-06-14 |
Nicholas Clark | In magic.t, restore $$ after modifying it.
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Reorder interpreter struct to remove alignment holes
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Re-order perlvars.h to group related variables, and...
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | PL_perlio_mutex is only needed with USE_UIHREADS &...
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Change PL_use_safe_putenv from int to bool.
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Move PL_runops_{std,dbg} to perl.h, and make them const.
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Move PL_global_struct_size, PL_interp_size{,_5_16_0...
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | In perlvar.h, move the always-present globals above...
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Move PL_{revision,version,subversion} to perl.h, making...
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Move PL_sh_path to perl.h (except for OS/2), as it...
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h...
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Eliminate PL_patleave, unused since perl 5.0 alpha 2.
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Move the temporary definitions for PERLVAR* macros...
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Generate the table of core magic types in perlguts...
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | In regen/mg_vtable.pl, move $longest inside the only...
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Reorder ops so that trans{,r} and aelemfast{,_lex}...
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Split OP_AELEMFAST_LEX out from OP_AELEMFAST.
|
commit | commitdiff | tree |
2011-06-12 |
Nicholas Clark | Shrink struct am_table.
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Add Porting/make_modlib_cpan.pl to MANIFEST.
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Correct errors in the use of multiple targets, which...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Sort magic and magic vtable names in files generated...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Generate magic_names in dump.c using mg_vtable.pl.
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Generate the PERL_MAGIC_* defines using mg_vtable.pl.
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | In PL_magic_data flag whether magic can be added to...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Store a flag for container/value magic in PL_magic_data.
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Create a lookup table for magic vtables from magic...
|
commit | commitdiff | tree |
next |