2014-09-29 |
Chris 'BinGOs... | Sync version for ExtUtils-CBuilder |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Abigail | Remarks specialness of [A-Z] and [a-z]. |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Jarkko Hietaniemi | Mention that freeware gdbm might be obsolete. |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Jarkko Hietaniemi | Irix: the explicit <fcntl.h> is needed |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Jarkko Hietaniemi | IRIX 6.5 (cc 7.4) needs -c99 to compile without whining. |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Craig A. Berry | Fix start-of-string error in tovmsspec. |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Father Chrysostomos | perldelta: Move an entry to the right section |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Father Chrysostomos | sv.c: Suppress compiler warning |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Daniel Dragan | for storage of NVs, use "IV in sv_u in head no-body... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Father Chrysostomos | sv.c: Remove redundant assignments |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Alberto Simões | Adds a missing 'use Config' on android.pm file. |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Yves Orton | Add tests for a51d618a fix of RT #122283 |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Vincent Pit | Properly set the phase for END blocks run at the end... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Father Chrysostomos | Fix FETCH count for sprintf "...", $tied |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Father Chrysostomos | Fix double FETCH with pack "w" |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Ricardo Signes | perlexperiment: add signatures to experimental features |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Father Chrysostomos | pp_pack.c: Actually fix threaded builds |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Father Chrysostomos | pp_pack.c: S_sv_check_inf =~ /$/nan/ |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Father Chrysostomos | Oops. Fix threaded builds. |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Father Chrysostomos | [perl #12285] Fix str vs num inf/nan treatment |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Chris 'BinGOs... | Update IO-Compress to CPAN version 2.066 |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Chris 'BinGOs... | Update Compress-Raw-Zlib to CPAN version 2.066 |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Chris 'BinGOs... | Update Compress-Raw-Bzip2 to CPAN version 2.066 |
commit | commitdiff | tree | snapshot |
2014-09-27 |
George Greer | cpan/IO-Socket-IP: Skip a test that almost always fails... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Craig A. Berry | Make DB_File compile under clang++. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Craig A. Berry | A little help for clang++ in toke.c |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Craig A. Berry | Some NV_TO_FV fixes following fdb7e3a630fea81. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Father Chrysostomos | perldiag typo |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Father Chrysostomos | Alphabetise perldiag |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Father Chrysostomos | Consistent spaces after dots in perldiag |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Jarkko Hietaniemi | Tru64: introduce PERL_SYS_FPU_INIT, use it. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Jarkko Hietaniemi | Tru64: Floating-point rounding control. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Jarkko Hietaniemi | Tru64: Do not undef c99_isunordered. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Jarkko Hietaniemi | Tru64 nan() function broken. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Jarkko Hietaniemi | Tru64: NaN comparison quite broken. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Jarkko Hietaniemi | Tru64: Skip tests that for some reason grind Tru64... |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Father Chrysostomos | Mention Future in perl5220delta |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Father Chrysostomos | Add Data::Alias to known_pod_issues.dat |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Father Chrysostomos | Mention Data::Alias in perl5220delta |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Father Chrysostomos | [perl #122845] Crash in recursion with ‘our’ vars |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Jarkko Hietaniemi | 9d491117 missed one spot. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Jarkko Hietaniemi | POSIX math: FP_ROUND, not FE_ROUND. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Jarkko Hietaniemi | POSIX math: Match FE_ and FLT_ROUNDS with the GNU defaults. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Jarkko Hietaniemi | POSIX math: map FLT_ROUNDS to C99 values. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Jarkko Hietaniemi | POSIX math: default to fail, no default. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Rafael Garcia... | Micro-optimise some hot code |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Father Chrysostomos | sv.c:S_sv_setnv: Cast SvPOK to bool |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Jarkko Hietaniemi | infnan: infnan-ness is unlikely. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Jarkko Hietaniemi | infnan: in pack, first test for the unlikely infnan... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Craig A. Berry | Specify NI_NUMERICSERV for getnameinfo. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Craig A. Berry | In autodie's truncate.t, close $tmpfile before opening... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Jarkko Hietaniemi | Sentence a verb. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Jarkko Hietaniemi | infnan: perldiag entries fixing, add "in pack" to one... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Steve Hay | RMG - RCs are now listed in perlhist |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Steve Hay | RMG - Remove out-of-date instruction about epigraph... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Steve Hay | RMG - Even RCs these days generally get an epigraph |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Steve Hay | RMG - Note why it is that MAINT is version-bumped late... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Yves Orton | regcomp.c: fix fencepost error in vFAIL at end of pattern |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Yves Orton | add an assert that the length arg for UTF8f is non... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Yves Orton | restore color to debug diagnostics |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Yves Orton | rt 122283 - do not recurse into GOSUB/GOSTART when... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Steve Hay | Bump $Errno::VERSION for previous commits |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Steve Hay | Errno parsing: Skip expressions containing function... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Steve Hay | Errno parsing: Don't match hex numbers in parts of... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Steve Hay | Tweak Errno parsing some more |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Steve Hay | Improve Errno parsing of Win32 output |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Father Chrysostomos | Remove most uses of PADMY |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Father Chrysostomos | Peek.t should not expect PADMY under 5.21.5 |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Father Chrysostomos | Stop setting PADMY; renumber PADSTALE |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Father Chrysostomos | Consistent spaces after dots in perlmodstyle |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Father Chrysostomos | Long verbatim lines in perlmodstyle |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Father Chrysostomos | Add Ed J to AUTHORS |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Ed J | perlmod and perlstyle improvements |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Jarkko Hietaniemi | Unify the nok setting for better optimizer chances. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Ricardo Signes | perlpolicy: clarify that bans related to RT as well... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Jarkko Hietaniemi | Threaded fix, and logic cleanup. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Jarkko Hietaniemi | If we already know it's infnan, no need to Atof again. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Jarkko Hietaniemi | infnan: more math tests, and make int(infnan) return... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Father Chrysostomos | Increase $XS::APItest::VERSION to 0.65 |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Father Chrysostomos | Add flags to cv_name; allow unqualified retval |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Father Chrysostomos | embed.fnc: cv_name is documented |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Father Chrysostomos | Mention Data::Util in perl5220delta |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Craig A. Berry | VMS does not have lc_monetary_2008 items in lconv. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Father Chrysostomos | perldelta: reword prev. commit’s entry for clarity |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Daniel Dragan | optimize pp_length for simple PVs |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Jarkko Hietaniemi | Make pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal. |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Jarkko Hietaniemi | Tighter space allocation for floating point stringify. |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Father Chrysostomos | gv.h: Use PERL_BITFIELD32 for the bitfield |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Jarkko Hietaniemi | infnan: set POK for inf/nan, and don't use ~50 PV bytes... |
commit | commitdiff | tree | snapshot |
2014-09-23 |
David Mitchell | OPpLVAL_INTRO: not used by pos substr vec |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Father Chrysostomos | Consistent spaces after dots in perlop |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Father Chrysostomos | Add GPFLAGS and GPf_* to B |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Jarkko Hietaniemi | AIX doesn't set the length in getsockopt. |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Jarkko Hietaniemi | Avoid mixing Inf/NaN with IV/UV. |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Jarkko Hietaniemi | Move the VC6 "broken-nan" define from win32.h to perl.h. |
commit | commitdiff | tree | snapshot |
2014-09-23 |
David Mitchell | t/re/speed.t: adjust watchdog timeout |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Father Chrysostomos | Increase $B::VERSION to 1.52 |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Father Chrysostomos | Stop flip from returning the same scalar each time |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Father Chrysostomos | gv.h: Make gp_line and gp_flags into a bitfield |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Father Chrysostomos | Peek.t: Drop 5.8 support |
commit | commitdiff | tree | snapshot |
next |