This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bisect-runner.pl now patches another 5.004-era build busting bug.
[perl5.git] / perlapi.c
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-06-12 Nicholas ClarkMove PL_{No,Yes,hexdigit} from perlvars.h to perl.h...
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2011-01-09 Nicholas ClarkGenerate pp_* prototypes in pp_proto.h, and remove...
2010-10-14 Father Chrysostomosembed.pl -> regen/embed.pl
2010-09-21 Nicholas ClarkEliminate PL_* accessor functions under ithreads.
2009-01-02 Rafael Garcia-SuarezBump coopyright year in embed.pl and various files...
2008-11-12 Rafael Garcia-SuarezRegenerate API docs
2008-10-25 Nicholas ClarkUpdate copyright year in embed.pl, and everything that...
2007-05-20 Dave Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-01-01 Steve PetersWelcome to 2007! Time to update copyrights from change...
2006-07-03 Andy Lesterembed.pl enhancements
2006-02-24 Andy Lesterunused context warnings
2006-01-04 Steve HayRun regen.pl (Just updating copyright years)
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-31 Rafael Garcia-SuarezUpdate copyrights.
2003-08-01 Jarkko HietaniemiRegen perlapi.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-04 Salvador Fandiño[PATCH] assertions
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-11-05 Rafael Garcia-Suarezmake regen_headers.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
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 BergmanRegen headers
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-13 Jarkko Hietaniemi[PATHC] sharedsv.[c|h]
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-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Gurusamy Sarathyrename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-21 Jarkko HietaniemiRetract the #10417 mg.c and embed.pl parts because of
2001-06-20 Jarkko HietaniemiRegen headers.
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 Jarkko HietaniemiSplit off the pack/unpack code, from Nicholas Clark.
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-03 Simon CozensAPIfy op_clear
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 Jarkko HietaniemiRegen headers for #10221.
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-06 Jarkko HietaniemiIntegrate changes #9584,9587 from maintperl into mainline.
2001-03-24 Nick Ing-SimmonsGenerated files.
2001-03-14 Jarkko HietaniemiIntegrate change #9154 from maintperl to mainline.
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-02-24 Nick Ing-SimmonsEncode API documentation nd tidy up.
2001-02-23 Doug MacEachern[patch] perlio + useithreads
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-08 Charles BaileySYN SYN
2001-02-08 Nick Ing-SimmonsGenerated files form 8713 etc.
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-24 Charles BaileySYN SYN
2001-01-23 Roca, IgnasiRE: [PATCH perl@8269] Corrections for Perl_yylex_r...
2001-01-20 Nick Ing-SimmonsInfrastructure to allow:
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiUncheckedin generated files.
2000-12-16 Jarkko HietaniemiFew uncheckedin files.
2000-12-13 Jarkko HietaniemiMove the proto of start_glob() to a better place; regen...
2000-12-07 Nick Ing-SimmonsChange PerlIO_(get|set)pos to take SV *
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-25 Gurusamy SarathyC<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-18 Jarkko HietaniemiIntroduce Perl_utf8_length(). Use it.
2000-11-04 Jarkko HietaniemiIntegrate perlio:
2000-10-30 Nick Ing-SimmonsChange files which are mysteriously different to mainli...
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
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 Charles BaileySYN SYN
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Simon Cozensutf8.c apidoc
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-08 Jarkko HietaniemiDo away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko Hietaniemiregen_headers, regen perltoc.
2000-07-25 Simon Cozensav.c apidoc
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#6242..6249 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6231..6240 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
next