This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Use less confusing property name
[perl5.git] / ext /
2011-09-30 Reini UrbanExport DynaLoader symbols from libperl again
2011-09-17 Father ChrysostomosCorrect punctuation in some POSIX error messages
2011-09-17 Craig A. BerryPOSIX::access() doesn't do ENOTDIR on VMS.
2011-09-17 Father ChrysostomosTests for goto &xsub and lexical hints
2011-09-16 Zeframupdate B::Concise test for B::Deparse change
2011-09-16 Craig A. BerryAssorted File::Glob test fix-ups following 528bd3ce85.
2011-09-13 Nicholas ClarkChange POSIX::Termios::setattr() to default to TCASNOW...
2011-09-13 Nicholas ClarkRemove unneeded fallback definitions of dNOOP, dVAR...
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{asctime,mktime...
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{access,mkfifo...
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{close,dup,tcdrain...
2011-09-13 Nicholas ClarkAdd tests for POSIX::{access,close,dup,dup2}.
2011-09-13 Nicholas ClarkIn ext/POSIX/t/sysconf.t, make the tests more strict.
2011-09-13 Nicholas ClarkIn ext/POSIX/t/sysconf.t, refactor the API of _check_an...
2011-09-13 Nicholas ClarkIn various POSIX tests, make better use of Test::More.
2011-09-13 Nicholas ClarkMerge the implementations of 11 is*() functions in...
2011-09-13 Nicholas ClarkMerge the implementations of 10 maths functions in...
2011-09-13 Nicholas ClarkFurther tests for POSIX trigonometric and hyperbolic...
2011-09-13 Nicholas ClarkChange POSIX::localeconv() to a table-driven implementa...
2011-09-13 Nicholas ClarkAdd tests for POSIX::localeconv().
2011-09-13 Nicholas ClarkMerge the implementations of 2 sets of POSIX functions.
2011-09-13 Nicholas ClarkMerge the implementations of 4 sets of POSIX::Termios...
2011-09-13 Nicholas ClarkMerge the implementations of 2 pairs of POSIX::SigSet...
2011-09-13 Nicholas ClarkStore sigset_t used by POSIX::SigSet directly in the...
2011-09-13 Nicholas ClarkIn POSIX.xs, extract allocate_struct() from POSIX:...
2011-09-13 Nicholas ClarkAdd tests for POSIX::SigSet.
2011-09-13 Nicholas ClarkStore struct termios used by POSIX::Termios directly...
2011-09-13 Nicholas ClarkAdd tests for POSIX::tc{drain,flow,flush,sendbreak}()
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->setattr().
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->setcc().
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->get[iocf]flags().
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->get[io]speed().
2011-09-13 Nicholas ClarkAdd tests for passing POSIX::Termios->getcc() out of...
2011-09-13 Nicholas ClarkIn termios.t, avoid reading uninitialised memory in...
2011-09-13 Nicholas ClarkRefactor ext/POSIX/t/termios.t
2011-09-11 Father ChrysostomosTeach B::Concise about OPpFT_STACKING
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-09-10 Douglas Christophe... Add plain ~ expansion for Windows system in File::Glob
2011-09-09 Zeframremove index offsetting ($[)
2011-09-08 Father ChrysostomosIncrease $attributes::version to 0.16
2011-09-08 Keith ThompsonConvert some files from Latin-1 to UTF-8
2011-09-07 Nicholas ClarkODBM_File can use the same T_PTROBJ typemap as the...
2011-09-06 Nicholas ClarkIn Glob.xs, use memset() instead of bzero()
2011-09-04 Zeframdual-life Carp
2011-09-04 Zeframmove Carp to ext/Carp, preparing for dual-lifing
2011-09-03 Craig A. BerryRemove sockadapt layer from the VMS build.
2011-09-03 Craig A. BerryPlug segfault in bsd_glob() with unsupported ALTDIRFUNC...
2011-09-01 Nicholas ClarkChange the synopsis in POSIX.pod to stress use POSIX ();
2011-09-01 Nicholas ClarkGenerate @POSIX::EXPORT_OK from %reimpl, %replacement...
2011-09-01 Nicholas ClarkTest that @POSIX::EXPORT and @POSIX::EXPORT_OK are...
2011-09-01 Nicholas ClarkRemove isatty from @POSIX::EXPORT_OK, as it's already...
2011-09-01 Aristotle PagaltzisReplace use of AutoLoader in POSIX with a custom compil...
2011-09-01 Nicholas ClarkIn POSIX, improve the diagnostic for the "use $method...
2011-09-01 Aristotle PagaltzisIn POSIX, drastically simplify the wrappers for "unimpl...
2011-09-01 Aristotle PagaltzisIn POSIX.pm, modernise package variable style.
2011-09-01 Nicholas ClarkThe more regular POSIX "unimplemented" diagnostics...
2011-09-01 Nicholas ClarkImprovements to the diagnostics for "unimplemented...
2011-09-01 Nicholas ClarkTest the POSIX functions that wrap core builtins.
2011-09-01 Nicholas ClarkConvert the POSIX waitpid tests to Test::More.
2011-09-01 Nicholas ClarkExplicitly test both CORE:: and POSIX:: gmtime and...
2011-09-01 Nicholas ClarkTest the diagnostics for usage messages for POSIX wrapp...
2011-09-01 Nicholas ClarkTest the diagnostics for all POSIX::* functions that...
2011-09-01 Nicholas ClarkIn ext/POSIX/t/is.t, make better use of Test::More.
2011-09-01 Gerard GoossenReassign op_private flags of OP_ENTERSUB such that...
2011-08-27 Florian RagwitzMake pod2html a regular script without substitutions
2011-08-27 Florian RagwitzGive Pod-Html a more modern dist layout
2011-08-27 Father ChrysostomosAdd OPpCOREARGS_SCALARMOD flag
2011-08-25 Father ChrysostomosAdd OPpCOREARGS_PUSHMARK flag
2011-08-25 Father ChrysostomosAdd private coreargs flags for vivifying GVs
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-08-22 Nicholas Clarkboot_Win32CORE needs to be XS_EXTERNAL() following...
2011-08-21 Steffen MuellerExlicitly enable exporting of some XSUB symbols
2011-08-19 Father ChrysostomosAdd OPpASSIGN_CV_TO_GV to B::Concise
2011-08-19 Father ChrysostomosAdd OPpDONT_INIT_GV to B::Concise
2011-08-18 Father Chrysostomos&CORE::wantarray()
2011-08-18 Father ChrysostomosAdd coreargs op
2011-08-17 Father Chrysostomos[perl #96126] Allocate CvFILE more simply
2011-08-16 Father ChrysostomosRemove OPpENTERSUB_NOMOD from B::Concise
2011-08-14 Reini UrbanB::Terse and B::Xref were missing some documentation.
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-08-04 H.Merijn BrandSupport gcc-4.x on HP-UX PA-RISC/64
2011-07-27 Father ChrysostomosIncrease $IPC::Open::VERSION to 1.12
2011-07-27 Salvador Fandino[perl #95748] IPC::Open3::open3(..., '-') broken
2011-07-21 Nicholas ClarkIncrease $PerlIO::via::VERSION following commit d477ab3...
2011-07-21 Eric Brines/bellow/below/ in PerlIO::via docs
2011-07-18 David MitchellPerl_rpeep: undo tail recursion optimisation
2011-07-18 Reini UrbanActually test cop_*_label
2011-07-18 Father ChrysostomosFix a wrong length in APItest.xs:test_coplabel
2011-07-17 Craig A. BerryBring cop label testing in line with intentions.
2011-07-17 Reini UrbanExport store_cop_label for the perl compiler
2011-07-14 David Mitchellmake peep optimiser recurse mostly only shallowly
2011-07-13 Brian FraserTests for the pad cleanup.
2011-07-13 Brian Fraserpad.c: flags checking for the UTF8 flag when necessary
2011-07-13 ZeframAPI tests for pad_findmy_*()
2011-07-13 ZeframAPI test for find_rundefsv()
2011-07-13 ZeframAPIify pad functions
2011-07-12 Steffen MuellerMerge branch 'smueller/eu_typemap' into blead
2011-07-12 Father ChrysostomosMake SvIsCOW honest about globs
2011-07-12 Steffen MuellerRevert "Revert "Moved prototype check to XS code, allow...
2011-07-12 Steffen MuellerRevert "Moved prototype check to XS code, allowing...
next