This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Special casing had become a little bit more complex in Unicode 3.1.1.
[perl5.git] / embed.pl
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanRemoved tripple definitions of CUSTOM_OP functions.
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 Simon CozensCustom Ops
2001-08-17 Artur BergmanAdds PERL_EXIT_DESTRUCT_END to PL_exit_flags which...
2001-08-13 Jarkko Hietaniemi[PATHC] sharedsv.[c|h]
2001-08-07 Gurusamy SarathyRe: [ID 20010807.011] 5.6.1 coredumping on bleedperl...
2001-07-20 Gurusamy SarathyMake perl fork()-safe (in a slightly limited way) even on
2001-07-12 Abhijit Menon-SenPerl_re_dup()
2001-07-12 Paul JohnsonMore accurate line numbers in messages
2001-07-12 Jarkko HietaniemiRetract #11289.
2001-07-12 Jarkko Hietaniemi(Retracted by #11289.)
2001-07-11 Peter Prymmerblead kit timestamps && the problem with running perl...
2001-07-08 Simon CozensSimplify yytoke()
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-05 Gurusamy Sarathyfix the binary compatibility issue when building with...
2001-07-02 Gurusamy Sarathyrename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-25 Jarkko HietaniemiEnclose the new symbols in START_EXTERN_C and END_EXTERN_C
2001-06-21 Jarkko HietaniemiRetract the #10417 mg.c and embed.pl parts because of
2001-06-20 Artur BergmanFixes case of CvDEPTH for perl_clone
2001-06-20 Jarkko HietaniemiReplace our implementation of realpath() with OpenBSD's
2001-06-20 Jarkko HietaniemiAfter some reading I don't think we can blindly
2001-06-18 Dave MitchellRe: [PATCH 5.7.1] sv.c documentation
2001-06-18 Dave Mitchellsv.c documentation
2001-06-18 Jarkko HietaniemiSplit off the pack/unpack code, from Nicholas Clark.
2001-06-15 Nick Ing-SimmonsFix open.pm to work via XS-implemented method calls...
2001-06-14 Nick Ing-SimmonsIntegrate mainline
2001-06-13 Hugo van der Sandensplitting util.c
2001-06-13 Andy DoughertySmall bcopy cleanup
2001-06-10 Jarkko HietaniemiMove the grok_number and its lieutenant grok_numeric_radix
2001-06-10 Nick Ing-SimmonsIntegrate mainline
2001-06-10 Hugo van der SandenRe: pragma/locale.t #107
2001-06-09 Jarkko HietaniemiNumeric conversion tweaks suggested by Hugo and Nicholas.
2001-06-06 Jarkko HietaniemiThe proper prototyping for #10463.
2001-06-03 Jarkko HietaniemiVarious "cast to pointer from integer of different...
2001-06-03 Simon CozensAPIfy op_clear
2001-06-02 Jarkko Hietaniemi-Wall cleanup continues.
2001-06-02 Nick Ing-SimmonsIntegrate mainline
2001-06-01 Hugo van der SandenRe: [ID 20010529.006] String plus zero inconsistent...
2001-06-01 Doug MacEachern[patch] Cwd.xs optimizations/abstraction
2001-05-26 Hugo van der SandenRe: 5.6.*, bleadperl: bugs in pp_concat
2001-05-26 Juha Laiho[ID 20010506.012] Patch for 5.6.1 embed.pl (shared...
2001-05-10 Doug MacEachern[patch] make op_{clear,null} public
2001-05-07 Benjamin SugarsHelp -Dt show correct pad variables
2001-04-29 Jarkko HietaniemiIn character classes one couldn't have 0x80..0xff chara...
2001-04-19 Jarkko HietaniemiThe new time utils need to be public.
2001-04-19 Jarkko HietaniemiMove the strftime() wrapper from POSIX.xs to util.c
2001-04-18 Jarkko HietaniemiMove the init_tm() and mini_mktime() up from POSIX...
2001-04-06 Jarkko HietaniemiIntegrate changes #9584,9587 from maintperl into mainline.
2001-04-04 Benjamin SugarsRe: [PATCH] Lighten up glob
2001-04-01 Jarkko Hietaniemitr/// UTF-8 tweaking from Inaba Hiroto.
2001-03-27 Robin HoustonAutoloading Errno.pm when %! is encountered
2001-03-22 Nick Ing-SimmonsDie on n-arg open(...,"",xxx,yyy,...)
2001-03-20 Nick Ing-SimmonsMore EBCDIC stuff:
2001-03-18 Jarkko HietaniemiIntegrate change #9197 from maintperl to mainline.
2001-03-14 Jarkko HietaniemiIntegrate change #9154 from maintperl to mainline.
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...
next