2010-10-26 |
Nicholas Clark | In I18N::Langinfo::langinfo(), use newSVpv(), as it...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | In Socket::inet_ntoa(), use Perl_newSVpvf(), instead...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Merge Hash::Util::FieldHash::_test_uvar_{get,set,same...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | In Hash::Util::FieldHash::_test_uvar_set, the second...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | In FastCalc.xs, use SV * as the return type for _new...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Convert Math::BigInt::FastCalc to XSLoader.
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | In FastCalc.xs, inline the macros CONSTANT_OBJ and...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Reduce repetition in FastCalc.xs by using ALIASes.
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Move some GV tests to gv.t from glob.t - the latter...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Stop sysio.t changing into t/op, and hence creating...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Correct tests for B::{cstring,perlstring,cchar}
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | In B.xs, use newSVpvn_flags() instead of sv_newmortal...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | Fix SV leak in Perl_emulate_cop_io(), present since...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | In B.xs, tidy up make_*_object().
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | B::hash() should only work on byte sequences.
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | Refactor B::hash to use Perl_newSVpvf() instead of...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | More tests for B::hash().
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | B::cchar can be implemented as an ALIAS of B::cstring.
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | Refactor B::cchar() to create a temporary directly...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | Tests for B::cchar().
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | In B.xs, refactor cstring() to return a mortal, which...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | Test NUL bytes with B::cstring() and B::perlstring().
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | B::perlstring can be implemented as an ALIAS of B:...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | In cstring() in B.xs, use Perl_sv_catpvf(), instead...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | More comprehensive tests for B::cstring() and B::perlstring().
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | In pp_getlogin, use sv_setpv_mg() to avoid needing...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Clark | Convert B to use ExtUtils::Constant::ProxySubs for...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Clark | For PROXYSUBS, add an option to push all constants...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Clark | For PROXYSUBS, allow an explicit XS_SUBNAME of undef...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Clark | Change concise.t to use Storable to test stash/src...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Clark | For PROXYSUBS, also avoid calling get_missing_hash...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | Remove cruft from B's Makefile.PL
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, get the hash from the fetch to pass...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, loop with do {} not while, as there...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, avoid calling get_missing_hash() if...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, give the notfound struct file scope.
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | Minor refactor of ExtUtils::Constant::ProxySubs.
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | Merge the implementation of B::CV::{ROOT,START}.
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | Note the U8-sized space in intrpvar.h created by 737c24fc85e...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | Better diagnostics for XS::APItest::test_cv_getset_call_chec...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | S_tokeq()'s fast scan loop should terminate on \\ not \
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | MY_CXT_INIT happens to contain a variable declaration...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Sys::Hostname::ghname should use newSVpv(s, 0), not...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Avoid using #ifdef inside a function call that may...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | buildtoc needs to preserve the mode of any file it...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | SDBM_File::{error,clearerr} can be implemented as XS...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | In [GNO]DBM_File.xs, store the 4 filter functions as...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | In SDBM_File.xs, store the 4 filter functions as 1...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Convert [GNOS]DBM_File::TIEHASH to safecalloc() from...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Merge the XS code for Hash::Util::{hidden,legal}_ref_keys.
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Convert Hash::Util's XS code to use typemaps for dereferencing.
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Standardise Hash::Util::hv_store's error message.
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Convert Hash::Util, XS::APItest and XS::Typemap to...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Convert GDBM_File to an XS AUTOLOAD.
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Use inlineable proxy constant subs for GDBM_File.
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Convert File::Glob::bsd_glob to XS.
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | For PROXYSUBS error messages, generate more efficient...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Convert Fcntl, File::Glob, I18N::Langinfo and Socket...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Add an option autoload to PROXYSUBS, to generate an...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | In Perl_gv_autoload4(), remove weakref before reassigning...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Add option croak_on_error to PROXYSUBS, to directly...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Change goto_xs.t to use Fcntl::S_IMODE() for testing.
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | [GNO]DBM_File must free any filter CVs in DESTROY.
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Restore +x to Makefile.SH
|
commit | commitdiff | tree |
2010-10-20 |
Nicholas Clark | In Fcntl.xs, correct the conditional compilation of...
|
commit | commitdiff | tree |
2010-10-19 |
Nicholas Clark | Convert I18N::Langinfo to XSLoader from DynaLoader.
|
commit | commitdiff | tree |
2010-10-19 |
Nicholas Clark | Use inlineable proxy constant subs for I18N::Langinfo
|
commit | commitdiff | tree |
2010-10-19 |
Nicholas Clark | Remove unused variable len from code generated by ExtUtils...
|
commit | commitdiff | tree |
2010-10-19 |
Nicholas Clark | Stop 'use v5.8' leaking memory. Fixes #78436.
|
commit | commitdiff | tree |
2010-10-19 |
Nicholas Clark | Make Fcntl::AUTOLOAD's error messages consistent with...
|
commit | commitdiff | tree |
2010-10-19 |
Nicholas Clark | Fcntl, POSIX and Socket can all use Proxy Constant...
|
commit | commitdiff | tree |
2010-10-19 |
Nicholas Clark | Improve the generated C code for $xs_subname for Proxy...
|
commit | commitdiff | tree |
2010-10-19 |
Nicholas Clark | Fix file permissions after CPAN upgrade to 1.94_61
|
commit | commitdiff | tree |
2010-10-19 |
Nicholas Clark | Fix C++ build for Fcntl.xs.
|
commit | commitdiff | tree |
2010-10-18 |
Nicholas Clark | Express @Fcntl::EXPORT_OK in terms of %Fcntl::EXPORT_TAGS.
|
commit | commitdiff | tree |
2010-10-18 |
Nicholas Clark | Convert Fcntl::S_IFMT to XS.
|
commit | commitdiff | tree |
2010-10-18 |
Nicholas Clark | Convert Fcntl::S_IMODE to XS.
|
commit | commitdiff | tree |
2010-10-18 |
Nicholas Clark | Convert Fcntl::S_IS{LNK,SOCK,BLK,CHR,FIFO,WHT,ENFMT...
|
commit | commitdiff | tree |
2010-10-18 |
Nicholas Clark | Convert Fcntl::{S_ISREG,S_ISDIR} to XS.
|
commit | commitdiff | tree |
2010-10-18 |
Nicholas Clark | Tweak t/porting/dual-life.t for the file renames in...
|
commit | commitdiff | tree |
2010-10-18 |
Nicholas Clark | Fix Fcntl::S_ISENFMT(), which could never have worked...
|
commit | commitdiff | tree |
2010-10-18 |
Nicholas Clark | Convert File::Glob::import to $Exporter::ExportLevel...
|
commit | commitdiff | tree |
2010-10-18 |
Nicholas Clark | Convert File::Glob::import to use given/when.
|
commit | commitdiff | tree |
2010-10-18 |
Nicholas Clark | Remove MacOS classic support from File::Glob's tests.
|
commit | commitdiff | tree |
2010-10-15 |
Nicholas Clark | Implement File::Glob::GLOB_CSH in XS instead of perl.
|
commit | commitdiff | tree |
2010-10-15 |
Nicholas Clark | Use inlineable proxy constant subs for File::Glob
|
commit | commitdiff | tree |
2010-10-15 |
Nicholas Clark | Express @File::Glob::EXPORT_OK in terms of %File::Glob...
|
commit | commitdiff | tree |
2010-10-15 |
Nicholas Clark | File::Glob::GLOB_ERROR is a real subroutine, not a...
|
commit | commitdiff | tree |
2010-10-15 |
Nicholas Clark | Nothing autoloaded in Sys::Hostname or I18N::Langinfo...
|
commit | commitdiff | tree |
2010-10-15 |
Nicholas Clark | Remove erroneous references to AutoLoader from File...
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Clark | Convert modules in ext/ to pass minimal arguments to...
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Clark | XSLoader::load() with no arguments can use caller to...
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Clark | Remove the code for file exclusions from Maintainers...
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Clark | Since c440907b, Maintainers.pl doesn't need exclusions...
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Clark | Move remaining Tie::Hash::NamedCapture XS code to NamedCaptu...
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Clark | Move Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedCapture.xs
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Clark | Convert lib/Tie/Hash/NamedCapture.pm to an XS module...
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Clark | Merge XS_Tie_Hash_NamedCapture_{FIRSTK,NEXTK} into...
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Clark | Merge XS_Tie_Hash_NamedCapture_STORE into S_named_capture_co...
|
commit | commitdiff | tree |
next |