This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Just sorting to guarantee order is not enough.
[perl5.git] / embed.pl
2001-11-21 Jarkko HietaniemiImplement the sort pragma. Split sort code from pp_ctl.c
2001-11-19 Jarkko HietaniemiThe _uni_display should not be in dump.c since they
2001-11-16 Ilya Zakharevichruntime runops switch
2001-11-15 John Peacockv-strings as Objects Step 1
2001-11-08 Rafael Garcia-Suarez-s on #! line
2001-11-07 Doug MacEachernmaking do_sprintf public
2001-11-02 Jarkko HietaniemiAdd documentation.
2001-11-02 Jarkko HietaniemiUnicode: add ToFold mapping. Not used yet; but basically
2001-10-31 Jarkko HietaniemiMake sv_recode_to_utf8() a real API: the encoding
2001-10-31 Jarkko HietaniemiEnable -Mencoding=foobar also for string literals.
2001-10-25 Jarkko HietaniemiSince pv_uni_display and sv_uni_display are now used
2001-10-24 Jarkko HietaniemiRewrite sv_uni_display() as pv_uni_display() as
2001-10-23 Jarkko Hietaniemisv_uni_display(): do not add the "...", let the caller
2001-10-21 Jarkko HietaniemiImplement multicharacter case mappings where a single
2001-10-20 Nick Ing-SimmonsAdd a new flag character 'm' to embed.pl set to represent
2001-10-16 Nick Ing-SimmonsSkeleton of "PerlIO_dup" coded.
2001-10-09 Jarkko HietaniemiMake the toupper/lower/title API for Unicode not right
2001-09-30 Jarkko HietaniemiRetract the #12259 for now.
2001-09-30 Brian IngersonPatch to put qsortsv in the public API
2001-09-28 Nicholas ClarkRe: macro redefinitions on Win32 (was Re: Question...
2001-09-27 Jarkko HietaniemiDump SvUTF8(sv)s also as \x{...}.
2001-09-22 Abhijit Menon-SenDo what perl_clone() does for sharedsv functions.
2001-09-22 Abhijit Menon-SenMore cleanups. (What's PERL_DECL_PROT?)
2001-09-14 Jarkko HietaniemiRetract #12013, didn't go over too well in Tru64.
2001-09-14 Nicholas Clark(Retracted by #12015)
2001-09-10 Artur BergmanRemove #ifdef PERL_CUSTOM_OPS, always build with PERL_C...
2001-09-09 Rafael Garcia-SuarezRe: [ID 20010810.011] 'use v2b' not allowed with strict
2001-09-05 Nicholas ClarkRe: [ID 20010825.006] -DCRIPPLED_CC is broken
2001-09-05 Nicholas Clarkoct and hex in glorious 64 bit (with less bugs) (was...
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
next