2012-02-02 |
Steffen Mueller | perldelta for the various typemap and ParseXS related... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Steffen Mueller | Remove dead and obscure typemap entries |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Father Chrysostomos | perldelta for ->method(my(...)) fix |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Father Chrysostomos | perldelta for "\n" =~ /.*/g fix |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Father Chrysostomos | perldelta: Clarify Time::HiRes bug fix |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Father Chrysostomos | perldelta for _@ and _% prototypes |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Zefram | synch Carp::Heavy version number to Carp |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Zefram | make Carp messages match die properly |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Steffen Mueller | XS::Typemap: Silence pedantic compiler warnings |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Steffen Mueller | XS::Typemap: Disable PerlIO related typemap tests |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Brian Fraser | t/op/method.t: Add tests for subless AUTOLOAD and DESTROY |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Ricardo Signes | CORE does not need to be in perlfunc |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Ricardo Signes | finish documenting keywords, sort the xrefs |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Ricardo Signes | add perlfunc cross-reference sections |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Zefram | update Math-Complex to CPAN version 1.59 |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Zefram | really allow pad_findmy's retval to be ignored |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Nicholas Clark | Update, correct and clarify the comment in Perl_sv_setuv(). |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Father Chrysostomos | Increase $arybase::VERSION to 0.04 |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Father Chrysostomos | [perl #109570] Fix off-by-1 error in arybase’s lslice |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Father Chrysostomos | Allow pad_findmy’s retval to be ignored |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Nicholas Clark | bisect.pl now exits with 0 for success for --help |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Nicholas Clark | Add --no-match to bisect.pl, equivalent to --expect... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Nicholas Clark | bisect.pl now treats the command line as files to match... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Zefram | update Time-HiRes to CPAN version 1.9725 |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Chris 'BinGOs... | Update Maintainers.pl for ExtUtils-ParseXS on teh CPAN |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | ExtUtils::ParseXS: Changelog and version bump to 3.14 |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Zefram | fix punctuation in a panic message |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Tony Cook | perlxstypemap: typemap variable documentation |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | Move more typemap-related documentation to the typemap... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | XS::Typemap: Somewhat consistent indentation |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | Fix typo in documentation |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | Move typemap documentation to its own file |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | XS::Typemap: Fix typo in docs, fix version |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | XS::Typemap: Tests for T_IN/T_OUT typemaps |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | XS::Typemap: Tests for T_INOUT typemap |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | XS::Typemap: Tests for the T_PACKEDARRAY typemap |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | XS::Typemap: Tests for T_PACKED |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | Document T_PACKEDARRAY |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | XS::Typemap: Document T_PACKED |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | XS-Typemap: Document sharing mechanism for typemaps |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | Inline the XS-Typemap typemap file |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | Document the exact format of a typemap |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | Typemaps: Start writing some general documentation |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | First stab T_REFREF docs |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | Typemap tests: T_SHORT, T_U_INT, T_INT, T_LONG |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | Cleanup: Condense tests and add a few |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Steffen Mueller | Minor documentation fixes and annotations |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Father Chrysostomos | Stop SvPVutf8 from forcing the POK flag |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Father Chrysostomos | XS::APItest: svpv_magic.t: Correct test name |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Father Chrysostomos | Make SvPVbyte return bytes for non-PVs |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Father Chrysostomos | perldelta for ‘no overloading’ and qr// |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Father Chrysostomos | perldelta for stacked filetests and FETCH |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Father Chrysostomos | perldelta for stacked -t |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | Test that SvPVutf8 works with magic vars |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | [perl #108994] Stop SvPVutf8 from coercing SVs |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | perldelta for read-only core globs |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | XS::APItest: Move $VERSION further up |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | Increase $XS::APItest::VERSION to 0.35 |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | perldelta for B::COP::stashflags |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | B.pm: Document stashflags |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | perldelta up to 675dc5e1a |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | Increase $File::Copy::VERSION to 2.23 |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | [perl #109104] File::Copy: Turn off ‘newline’ warnings |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | Remove use of study from splain |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Father Chrysostomos | Increase $File::Glob::VERSION to 1.17 |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Nicholas Clark | Add blank lines around Configure's duplicate extension... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Florian Ragwitz | Pod-Perldoc is now maintained on CPAN |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Nicholas Clark | Remove from perlfunc.pod the summaries of what's new... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Nicholas Clark | Purge references to --libpod, an abbreviation for ... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Nicholas Clark | Configure now aborts with a diagnostic if it detects... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Nicholas Clark | In B.xs, use *pvf() functions to reduce the number... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Nicholas Clark | diagnostics doesn't need to search for perldelta.pod... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Karl Williamson | podcheck.t: Add comment |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Karl Williamson | locale.t: Add tests for fc() |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Karl Williamson | locale.t: process in sorted order |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Karl Williamson | locale.t: White space only |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Karl Williamson | locale.t: Add tests for IN_UNI_8_BIT |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Karl Williamson | locale.t: white space only |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Brian Fraser | use locale; fc(""); shouldn't taint. |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Dominic Hargreaves | Increase the fallback value of MAXPATHLEN |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Leon Timmermans | Moving :mmap out of core binary into a module |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Father Chrysostomos | stat.t: Use $>, not just $< for skipping |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Father Chrysostomos | [perl #108780] Make /foo$qr/ work under ‘no overloading’ |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Chris 'BinGOs... | Update IPC-Cmd to CPAN version 0.76 |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Father Chrysostomos | Update MANIFEST |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Father Chrysostomos | Increase $Term::ReadLine::VERSION to 1.08 |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Father Chrysostomos | Add Darin McBride to AUTHORS |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Darin McBride | [perl #108470] Make Term::ReadLine use AE if available |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Chris 'BinGOs... | Update IO-Compress to CPAN version 2.048 |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Chris 'BinGOs... | Update Compress-Raw-Zlib to CPAN version 2.048 |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Chris 'BinGOs... | Update Compress-Raw-Bzip2 to CPAN version 2.048 |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Karl Williamson | lc.t: Add tests for previously broken IN_UNI_8_BIT |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Karl Williamson | pp.c: Can grow scalar by less |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Brian Fraser | pod updates for fc and \F |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Brian Fraser | Implement the fc keyword and the \F string escape. |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Brian Fraser | Add the fc keyword in regen/feature.pl |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Karl Williamson | utf8.h: Restore macro defn incorrectly trashed earlier |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Chris 'BinGOs... | Add Windows 2008 to the list of Windows versions in... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Father Chrysostomos | feature.h: Mask hints in CURRENT_FEATURE_BUNDLE |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Father Chrysostomos | [perl #109264] ->method(my(...)) forcing lvalue cx |
commit | commitdiff | tree | snapshot |
next |