This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Allow space for NUL is UTF-8 array decls
[perl5.git]
/
ext
/
XS-APItest
/
APItest.xs
2018-01-22
Karl Williamson
Allow space for NUL is UTF-8 array decls
blob
|
commitdiff
2017-12-12
Karl Williamson
Add variant_under_utf8_count() core function
blob
|
commitdiff
|
diff to current
2017-12-12
Karl Williamson
is_utf8_invariant_string(): small speed optimization
blob
|
commitdiff
|
diff to current
2017-12-11
Father Chrysostomos
APItest.xs: shenanigans to avoid warnings
blob
|
commitdiff
|
diff to current
2017-12-11
Father Chrysostomos
Avoid newGVgen in default typemap
blob
|
commitdiff
|
diff to current
2017-12-09
Karl Williamson
APItest/t/utf8.t: Simplify some tests
blob
|
commitdiff
|
diff to current
2017-12-05
Zefram
stop using &PL_sv_yes as no-op method
blob
|
commitdiff
|
diff to current
2017-11-27
Karl Williamson
APItest: Add ability to test API fcn utf8_length()
blob
|
commitdiff
|
diff to current
2017-11-27
Karl Williamson
APItest: Initialize parameter
blob
|
commitdiff
|
diff to current
2017-11-23
Karl Williamson
Search for UTF-8 invariants by word
blob
|
commitdiff
|
diff to current
2017-11-11
Lukas Mai
test wrap_keyword_plugin (RT #132413)
blob
|
commitdiff
|
diff to current
2017-11-09
Karl Williamson
Dest buffer needs to be bigger for utf16_to_utf8()
blob
|
commitdiff
|
diff to current
2017-11-06
Karl Williamson
Add memBEGINs(), memENDs() and use them in APItest
blob
|
commitdiff
|
diff to current
2017-11-06
Karl Williamson
Change some strncmp(), etc. to strBEGINs()
blob
|
commitdiff
|
diff to current
2017-11-06
Karl Williamson
Use memEQs, memNEs in core files
blob
|
commitdiff
|
diff to current
2017-11-06
Karl Williamson
Rename strEQs to strBEGINs; remove strNEs
blob
|
commitdiff
|
diff to current
2017-11-01
Karl Williamson
APItest.xs: Omit unused variable
blob
|
commitdiff
|
diff to current
2017-10-31
Father Chrysostomos
Make get_cv cope with subrefs
blob
|
commitdiff
|
diff to current
2017-10-31
Father Chrysostomos
Basic tests for get_cvn_flags
blob
|
commitdiff
|
diff to current
2017-10-24
Karl Williamson
Convert strcmp into strEQ, strNE
blob
|
commitdiff
|
diff to current
2017-09-10
Karl Williamson
Add API function Perl_langinfo()
blob
|
commitdiff
|
diff to current
2017-08-08
Zefram
test cv_[gs]et_call_checker_flags()
blob
|
commitdiff
|
diff to current
2017-06-22
David Mitchell
XS::APItest::test_hv_free_ent: extend stack
blob
|
commitdiff
|
diff to current
2016-12-29
Karl Williamson
APItest.xs: Silence compiler warnings
blob
|
commitdiff
|
diff to current
2016-12-24
Karl Williamson
Deprecate toFOO_utf8()
blob
|
commitdiff
|
diff to current
2016-12-24
Karl Williamson
Add toFOO_utf8_safe() macros
blob
|
commitdiff
|
diff to current
2016-12-23
Karl Williamson
Add isFOO_utf8_safe() macros
blob
|
commitdiff
|
diff to current
2016-12-23
Karl Williamson
APItest/t/handy.t: Add more tests
blob
|
commitdiff
|
diff to current
2016-12-23
Karl Williamson
APItest/t/handy.t: Add more tests
blob
|
commitdiff
|
diff to current
2016-11-18
Karl Williamson
Change white space to avoid C++ deprecation warning
blob
|
commitdiff
|
diff to current
2016-11-09
Tony Cook
(perl #129000) create a safer utf8_hop()
blob
|
commitdiff
|
diff to current
2016-11-04
David Mitchell
call AV set magic in list assign
blob
|
commitdiff
|
diff to current
2016-10-19
Yves Orton
ext/XS-APItest: switch to using strEQs()
blob
|
commitdiff
|
diff to current
2016-10-13
Karl Williamson
Add utf8n_to_uvchr_error
blob
|
commitdiff
|
diff to current
2016-09-26
Karl Williamson
Add is_utf8_fixed_width_buf_flags() and use it
blob
|
commitdiff
|
diff to current
2016-09-26
Karl Williamson
Add API Unicode handling functions
blob
|
commitdiff
|
diff to current
2016-09-18
Karl Williamson
Add isUTF8_CHAR_flags() macro
blob
|
commitdiff
|
diff to current
2016-09-18
Karl Williamson
Add macro for Unicode Corregindum #9 strict
blob
|
commitdiff
|
diff to current
2016-09-18
Karl Williamson
Add macro for determining if UTF-8 is Unicode-strict
blob
|
commitdiff
|
diff to current
2016-09-18
Karl Williamson
Add tests for is_valid_partial_utf8_char_flags()
blob
|
commitdiff
|
diff to current
2016-09-17
Karl Williamson
Test isUTF8_CHAR()
blob
|
commitdiff
|
diff to current
2016-09-17
Father Chrysostomos
Add regexp_nonull.t
blob
|
commitdiff
|
diff to current
2016-09-14
Father Chrysostomos
[perl #129267] Test for gv_fetchmethod buffer overrun
blob
|
commitdiff
|
diff to current
2016-08-16
Father Chrysostomos
XS::APItest: Note why we do not want efficiency
blob
|
commitdiff
|
diff to current
2016-08-15
Father Chrysostomos
Revert "#define PERL_NO_GET_CONTEXT in XS::APItest"
blob
|
commitdiff
|
diff to current
2016-08-14
Father Chrysostomos
#define PERL_NO_GET_CONTEXT in XS::APItest
blob
|
commitdiff
|
diff to current
2016-08-14
Father Chrysostomos
Test call_argv
blob
|
commitdiff
|
diff to current
2016-08-06
Karl Williamson
APItest: Add tests for isOCTAL
blob
|
commitdiff
|
diff to current
2016-06-14
David Mitchell
APItest.xs: silence compiler warning
blob
|
commitdiff
|
diff to current
2016-06-06
Father Chrysostomos
Add intro_my to XS::APItest::lexical_import
blob
|
commitdiff
|
diff to current
2016-05-10
Nicholas Clark
Validate the 'require Bare::Word' pathname.
blob
|
commitdiff
|
diff to current
2016-03-12
David Mitchell
APItest.xs silence compiler warning
blob
|
commitdiff
|
diff to current
2016-02-07
Jarkko Hietaniemi
XS-APItest: Length cannot be negative.
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
dMULTICALL: remove unused vars
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
convert CX_PUSH/POP/TOPBLOCK to inline fns
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
rename POPFOO() to CX_POPFOO()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
APItest.xs: fixup clone_with_stack()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
restore PL_tmps_floor on exit
blob
|
commitdiff
|
diff to current
2016-01-27
Daniel Dragan
fix link failure of APItest.dll on VC 6
blob
|
commitdiff
|
diff to current
2016-01-25
Daniel Dragan
XS DLLs shouldn't have comctl32.dll manifest in them...
blob
|
commitdiff
|
diff to current
2016-01-11
Tony Cook
avoid invalid memory access in MapPath[AW]
blob
|
commitdiff
|
diff to current
2015-12-26
Karl Williamson
APItest.xs: Silence compiler warning on 32-bit machines
blob
|
commitdiff
|
diff to current
2015-12-06
Karl Williamson
APItest: Add tests for valid_utf8_to_uvchr
blob
|
commitdiff
|
diff to current
2015-11-25
Karl Williamson
ext/XS-APItest: Add tests for uvchr_to_utf8()
blob
|
commitdiff
|
diff to current
2015-10-15
Karl Williamson
ext/XS-APItest/t/hash.t: Fix for EBCDIC
blob
|
commitdiff
|
diff to current
2015-10-02
Doug Bell
add tests for XSRETURN* macros
blob
|
commitdiff
|
diff to current
2015-10-02
David Mitchell
fix up EXTEND() callers
blob
|
commitdiff
|
diff to current
2015-10-02
David Mitchell
make EXTEND() and stack_grow() safe(r)
blob
|
commitdiff
|
diff to current
2015-09-25
Karl Williamson
Make ext/XS-APItest/t/cophh.t work on EBCDIC
blob
|
commitdiff
|
diff to current
2015-09-18
Karl Williamson
Add API tests for utf8.h macros
blob
|
commitdiff
|
diff to current
2015-07-15
Aaron Crane
Document and ensure that sv_catpvf() does no argument...
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
make MULTICALL handle list context
blob
|
commitdiff
|
diff to current
2015-04-19
David Mitchell
op_sibling => op_sibparent under PERL_OP_PARENT
blob
|
commitdiff
|
diff to current
2015-03-25
Tony Cook
gv_const_sv() handle subrefs directly in the stash
blob
|
commitdiff
|
diff to current
2015-03-09
Hugo van der Sanden
grok_atoUV: don't make part of API
blob
|
commitdiff
|
diff to current
2014-12-25
Yves Orton
fixups to make the porting tests happy
blob
|
commitdiff
|
diff to current
2014-12-25
Yves Orton
add new API function sv_get_backrefs()
blob
|
commitdiff
|
diff to current
2014-12-08
Father Chrysostomos
Change OP_SIBLING to OpSIBLING
blob
|
commitdiff
|
diff to current
2014-12-08
Father Chrysostomos
[perl #94484] Custom ops trip assertions in new*OP
blob
|
commitdiff
|
diff to current
2014-12-06
Jarkko Hietaniemi
Unused expression + variable.
blob
|
commitdiff
|
diff to current
2014-12-06
Jarkko Hietaniemi
Some versions of gcc -Wextra are too paranoid about...
blob
|
commitdiff
|
diff to current
2014-12-03
Tony Cook
[perl #123063] allow assert() to be used as an expression
blob
|
commitdiff
|
diff to current
2014-11-29
Father Chrysostomos
Fix newFOROP with PERL_OP_PARENT and no slab
blob
|
commitdiff
|
diff to current
2014-11-04
Father Chrysostomos
[perl #123103] Allow ext magic on read-onlies
blob
|
commitdiff
|
diff to current
2014-10-26
Lukas Mai
rename convert to op_convert_list and APIfy
blob
|
commitdiff
|
diff to current
2014-10-25
Lukas Mai
unbreak threaded builds
blob
|
commitdiff
|
diff to current
2014-10-25
Lukas Mai
APIfy block_start/block_end/intro_my
blob
|
commitdiff
|
diff to current
2014-10-25
Lukas Mai
APIfy newDEFSVOP
blob
|
commitdiff
|
diff to current
2014-10-18
Father Chrysostomos
Apify SV_CATBYTES and SV_CATUTF8
blob
|
commitdiff
|
diff to current
2014-09-24
Father Chrysostomos
Add flags to cv_name; allow unqualified retval
blob
|
commitdiff
|
diff to current
2014-09-15
Father Chrysostomos
Test cv_name
blob
|
commitdiff
|
diff to current
2014-07-08
David Mitchell
add op_lastsib and -DPERL_OP_PARENT
blob
|
commitdiff
|
diff to current
2014-07-08
David Mitchell
add op_sibling_splice() fn and make core use it
blob
|
commitdiff
|
diff to current
2014-07-08
David Mitchell
wrap op_sibling field access in OP_SIBLING* macros
blob
|
commitdiff
|
diff to current
2014-06-24
Jarkko Hietaniemi
Under GLOBAL_STRUCT mgvtbl-s are const, which angers...
blob
|
commitdiff
|
diff to current
2014-06-12
Dagfinn Ilmari Man...
Change newSVpvn("…", …) to newSVpvs("…")
blob
|
commitdiff
|
diff to current
2014-06-05
Karl Williamson
Keep LC_NUMERIC in C locale, except for brief periods
blob
|
commitdiff
|
diff to current
2014-05-29
Jarkko Hietaniemi
Followup to 316ebaf (aka perl #121894).
blob
|
commitdiff
|
diff to current
2014-05-29
Jarkko Hietaniemi
Insert asserts to paths suspected by Coverity.
blob
|
commitdiff
|
diff to current
2014-05-29
Jarkko Hietaniemi
Unused dTHX, even under threads.
blob
|
commitdiff
|
diff to current
next