2007-09-24 |
Dave Mitchell | silence a spurious compiler warning in regcomp.c |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dave Mitchell | fifth attempt to silence S_emulate_eaccess compiler... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Craig A. Berry | And some more VMS-specific additions to PL_bincompat_op... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Nicholas Clark | Add USE_IEEE to PL_bincompat_options, as use_ieee in... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Craig A. Berry | Record IEEE usage in config.h on VMS. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
H.Merijn Brand | Revert #31942, as it was inconsistent between threaded and |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Abe Timmerman | netbsd's setlocale () doesn't support LC_COLLATE and... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Nicholas Clark | Under -DDEBUGGING (on gcc), assert that SvRV(sv) is... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Nicholas Clark | Fix bug 45607 - for the corner case *{"BONK"} = \&... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Marcus Holland... | Upgrade to Devel::PPPort 3.12 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Nicholas Clark | hv_stores() on a literal string is now fractionally... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Steve Hay | Fix Win32 breakage caused by #31926 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Rafael Garcia... | Silence a load of "value computed is not used" warnings |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Steve Hay | Upgrade to Win32-0.32 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
John Peacock | version-0.73 (was Re: Change 31920: Don't use ~0 as... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nicholas Clark | Get mad compiling as C++. (At least for me) |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nicholas Clark | Remove now-unnecessary =cuts where POD is now adjacent... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nicholas Clark | Add a new function Perl_hv_common_key_len(), which... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nicholas Clark | Move the SV dereference of Perl_hv_fetch()/Perl_hv_store()/ |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Steve Peters | ext/XS/APITest/APITest.xs was suffering casting issues... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Jos I. Boumans | Archive::Extract 0.24 (was Re: Archive::Extract test... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Steve Peters | Casts needed in mathoms.c to make it compile with g... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nicholas Clark | Switch Perl_hv_common() to returning void * rather... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nicholas Clark | Change 31919 forgot to add Perl_hv_common to global.sym |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nicholas Clark | Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nicholas Clark | Use Perl_hv_common() to test disabling the key conversi... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nicholas Clark | assert that what is passed into the hash functions... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nicholas Clark | SVs know their length, so avoid 2 calls to strlen(). |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Rafael Garcia... | Don't use ~0 as a version number -- it could overflow. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nicholas Clark | Make hv_fetch_common() non-static, and change its name... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | Change 31849 forgot to regenerate the documentation... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | Inline and abolish S_hv_magic_uvar_xkey(). |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | Send all delete()/delete_ent() calls via S_hv_fetch_com... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | Lots more tests with many permuations of 7, 8 and ... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | Parameterise the code that tests the rot13 hash, and... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | ext/XS/APItest/t/hash.t was failing because the fieldha... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | Call the key transformation function for hv_exists... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Rafael Garcia... | Fix failing Test::Simple test |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Steve Hay | Updates to AUTHORS etc. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Steve Hay | Fix whitespace in Changes to keep Porting/checkAUTHORS... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Rafael Garcia... | Fix file name in MANIFEST |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Steve Peters | Update to Test-Simple-0.71 |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | Mark utils/Makefile as read/write in perforce. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | Call the key transformation function for hv_delete(). |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Steve Hay | Clean up test files left behind (on Win32, at least... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
David Landgren | minor changes to File::Path (and more tests) |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | More tests for when fieldhash magic (doesn't) trigger. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | Correct test descriptions. bless didn't trigger. ever... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Dmitry Karasik | Re: [perl #45493] [patch] ext/Win32/Win32.xs compilatio... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Jarkko Hietaniemi | Re: [PATCH] Cray XT4/Catamount build |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Nicholas Clark | For an LVALUE fetch, "hv_fetch()" will recurse into... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Jerry D. Hedden | threads 1.67 |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Michael G.... | t/TEST doesn't check exit (was Re: Test::More bug?) |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Michael G.... | Re: [PATCH] Re: Unintentional base.pm behavior change |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Rafael Garcia... | Prevent the pragmas from ${^OPEN} propagated to %^H... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Robin Barker | document [PATCH] lib/feature.pm |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Rafael Garcia... | More work and modernization of INSTALL |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Steve Hay | Change #31889 forgot to regen global.sym |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Nicholas Clark | Fix spelling errors in comments. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Nicholas Clark | Remove dead functions: |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Nicholas Clark | Remove dead code surrounded by #if 0 from mathoms.c |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Jim Cromie | [patch] qualify OP arenas item in perltodo |
commit | commitdiff | tree | snapshot |
2007-09-17 |
H.Merijn Brand | HP's ANSI-C optimizer breaks op.c (t/op/state.t failure... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Nicholas Clark | Some more state variable deparse tests. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Jim Cromie | [ patch ] add line-number to embed.pl warnings |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Jos I. Boumans | Module::Load::Conditional 0.18 (was Re: Module::Load... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Rafael Garcia... | Make B::Deparse able to handle pragmas from %^H. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Jan Dubois | document limitation of exec() inside pseudo-processes |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Jerry D. Hedden | threads 1.66 |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Tels | fix bigint testsuite |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Jarkko Hietaniemi | Re: [PATCH] Cray XT4/Catamount build |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Jim Cromie | grammar nit |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Nicholas Clark | Change 31873 was not robust against the possibility... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Tels | [PATCHES] various small Math::BigInt et. al. fixes |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Nicholas Clark | Upgrade to Archive::Tar 1.36 |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Nicholas Clark | Move all the compile time options that affect binary... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Nicholas Clark | Rejig the word wrapping code for the "Compile-time... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Nicholas Clark | Note the gotcha about newlines in the elements of PL_pr... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Nicholas Clark | Save some C<","> in the embedded program used to genera... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Jos I. Boumans | Update Module::Load to 0.12 (Was Re: Module::Load 0... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dave Mitchell | enable utf8 cache assertions on DEBUGGING builds |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dave Mitchell | [perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Sébastien Aperghis... | Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.21.tar.gz |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Jim Cromie | a spelling nit |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dave Mitchell | [perl #45053] Memory corruption with heavy module loadi... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Nicholas Clark | Note that list initialisation of state variables is... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
John E. Malmberg | [patch@31788] Term::ReadLine::Stub missing get_line |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Rafael Garcia... | Better diagnostics and test naming |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Rafael Garcia... | Make Deparse handle "say" |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Rafael Garcia... | URL correction by Robert Spier |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Nicholas Clark | Carp's argument backtrace code would show undef as... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Nicholas Clark | Add the missing assignment to op_last that change 31798... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Nicholas Clark | Don't call frexp() on +Inf or -Inf either. (It's not... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Rafael Garcia... | Amend change 31854 for when NAN_COMPARE_BROKEN |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Zefram | [perl #45383] sprintf %f panics with NaN |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Rafael Garcia... | Make @INC available in base.pm's error message when |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Steve Hay | Upgrade to Win32-0.31 |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Rick Delaney | Re: mro "PERFORMANCE CONSIDERATIONS" still true? |
commit | commitdiff | tree | snapshot |
2007-09-12 |
John E. Malmberg | [patch@31846] vms stat and chmod fixes. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Nicholas Clark | mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can... |
commit | commitdiff | tree | snapshot |
next |