This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate change #9108 from maintperl to mainline.
[perl5.git] / embed.pl
2001-03-12 Jarkko HietaniemiIntegrate change #9108 from maintperl to mainline.
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-03-01 Nicholas Clarkdon't write along symlinks into a read only source...
2001-02-24 Nick Ing-SimmonsEncode API documentation nd tidy up.
2001-02-22 Peter Prymmer[patch: perl@8867] embed.{h|pl} need not mention ebcdic...
2001-02-21 Jarkko HietaniemiPut back the #8840, it was innocent.
2001-02-20 Jarkko HietaniemiRetract the #8838 and #8840 for now because of
2001-02-19 Doug MacEachern[patch] add sv_setref_uv
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-17 Doug MacEachern[patch] -Wall
2001-02-13 Jarkko HietaniemiMerge ebcdic.c (only one function, ebcdic_control(...
2001-02-10 Doug MacEachern[patch] GvSHARED
2001-02-09 Andy DoughertyRe: [PATCH embed.pl] Forgot to add ./lib to @INC for...
2001-02-08 Charles BaileySYN SYN
2001-02-08 Doug MacEachernRe: [patch] Re: PL_ptr_table
2001-02-01 Jarkko HietaniemiIntegrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-27 Simon CozensRe: Announce : Tokener reporting patch
2001-01-24 Charles BaileySYN SYN
2001-01-23 Roca, IgnasiRE: [PATCH perl@8269] Corrections for Perl_yylex_r...
2001-01-21 Nick Ing-SimmonsIntegrate mainline.
2001-01-20 Jarkko HietaniemiForgot the expect_number() prototype.
2001-01-20 Nick Ing-SimmonsInfrastructure to allow:
2001-01-16 Nick Ing-SimmonsProvide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-16 Simon CozensRe: API Cleanup
2001-01-12 Stephen McCamantConsolidated lvalue sub changes
2001-01-09 Inaba HirotoOne more patch for UTF8
2001-01-08 Nick Ing-SimmonsFix "scalars leaked" bugs caused by overload magic
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-30 Nick Ing-SimmonsIntegrate mainline
2000-12-30 Inaba Hirotomore UTF8 test suites and an UTF8 patch
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiPolymorphic regexps.
2000-12-15 Jarkko HietaniemiReturn of the IVUV-preservation, now seems to be happy...
2000-12-15 Ilya Zakharevichspeeding up object creation/destruction 4x times
2000-12-15 Jarkko HietaniemiThis seems to be a stage sane and stable enough to...
2000-12-14 Nicholas Clarkfaster and 64 bit preserving arithmetic
2000-12-13 Jarkko HietaniemiMove the proto of start_glob() to a better place; regen...
2000-12-13 Nicholas Clarkmove startglob out of pp_hot.c
2000-12-09 Inaba HirotoAdditional patch for UTF8-keys (Re: perl@8016)
2000-12-07 Jarkko HietaniemiDocument utf8_length(), utf8_distance(), and utf8_hop().
2000-12-05 Ilya ZakharevichRe: [PATCH] The largest hoax of all times?
2000-12-04 Jarkko HietaniemiUTF-8 hash keys, patch from Inaba Hiroto.
2000-11-26 Jarkko HietaniemiMake utf8_length() and utf8_distance() (the latter...
2000-11-25 Gurusamy SarathyC<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-25 Jens HamischUndo the SOCKS workarounds, instead start using PerlIO
2000-11-23 Jarkko HietaniemiSOCKS wrestling continues, patches from Jens Hamisch.
2000-11-22 Jarkko HietaniemiMore SOCKS versus 64-bit patches from Jens Hamisch.
2000-11-21 Jarkko HietaniemiExport the SOCKS workaround symbols only if necessary.
2000-11-20 Jarkko HietaniemiAdd a workaround to SOCKS 64-bit problems.
2000-11-18 Jarkko HietaniemiIntroduce Perl_utf8_length(). Use it.
2000-11-18 Ilya Zakharevich[PATCH 5.7.0] make regcomp reenterable
2000-11-04 Nick Ing-SimmonsIntegrate mainline again
2000-11-04 Vadim KonovalovLocales support (setlocale) fixes
2000-10-28 Jarkko HietaniemiThe reëntrant version shouldn't be needed unless USE_PU...
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-25 Jarkko HietaniemiAllow poking holes at the UTF-8 decoding strictness.
2000-10-24 Jarkko HietaniemiMissed the header file changes from #7425.
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-21 John TobeyRe: Creating const subs for constants.
2000-10-20 Roca, IgnasiMake scan_num() reëntrant, as suggested in
2000-10-20 Roca, IgnasiReëntrancy fix.
2000-10-20 Charles BaileySYN SYN
2000-10-02 Robin BarkerRetract #7091 as suggested in
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko HietaniemiPart of #7081 didn't come through.
2000-09-14 Robin Barkercontinued -Wformat support
2000-09-14 Jarkko HietaniemiBatch of UTF-8 patches from Simon Cozens.
2000-09-03 Nick Ing-SimmonsHash lookup of constant strings optimization:
2000-09-01 Mike GuyFix vec() / utf8 (was Re: bitvec ops still broken...
2000-08-15 Gurusamy Sarathymagic callbacks all need to have same type signature
2000-08-15 Jarkko Hietaniemimagic_regdatum_set() is void, not int.
2000-08-14 Mike GuyRe: [PATCH] @+, @- readonly
2000-08-05 Ronald F. Guilmette[ID 20000724.004] Perl interpreter segfault when using...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Gurusamy SarathyRemove the extraneous "main::" prefix from all the
2000-07-31 Jarkko HietaniemiThe swallow_bom() saga continues. The #23 of require.t
2000-07-25 Simon Cozensav.c apidoc
2000-07-15 Jarkko HietaniemiMore docs for sv functions.
2000-07-14 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-07-14 Gurusamy Sarathyenable UTF-16 filter by default if relevant BOM is...
2000-07-14 Jarkko HietaniemiFix the BOM bug: not a byteorder bug, a signedness...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl change#6250 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6242..6249 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6231..6240 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6224..6229 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6220..6222 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6207..6210 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6174..6203 into mainline...
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-04 Gurusamy Sarathyadjust change#6299
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-04 Gurusamy Sarathyfix memory leak on Windows (PL_sys_intern contents...
2000-06-29 Doug MacEachernxsub attributes
2000-06-29 Jarkko HietaniemiRegen headers for #6261 (and update embed.pl for this...
2000-06-29 Doug MacEachernRe: [PATCH] Re: Speeding up method lookups
next