LOGONLY mark e6226b DOCed
[p5sagit/p5-mst-13.2.git] / perlapi.c
2009-01-02 Rafael Garcia-Suarez Bump coopyright year in embed.pl and various files...
2008-11-12 Rafael Garcia-Suarez Regenerate API docs
2008-10-25 Nicholas Clark Update copyright year in embed.pl, and everything that...
2007-05-20 Dave Mitchell delete thrdvar.h and move its contents to intrpvar.h
2007-01-01 Steve Peters Welcome to 2007! Time to update copyrights from change...
2006-07-03 Andy Lester embed.pl enhancements
2006-02-24 Andy Lester unused context warnings
2006-01-04 Steve Hay Run regen.pl (Just updating copyright years)
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-31 Rafael Garcia-Suarez Update copyrights.
2003-08-01 Jarkko Hietaniemi Regen perlapi.
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-04 Salvador Fandiño [PATCH] assertions
2003-03-02 Hugo van der Sanden Reverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2002-11-05 Rafael Garcia-Suarez make regen_headers.
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur Bergman Removed tripple definitions of CUSTOM_OP functions.
2001-08-27 Artur Bergman Regen headers
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-13 Jarkko Hietaniemi [PATHC] sharedsv.[c|h]
2001-07-20 Gurusamy Sarathy Make perl fork()-safe (in a slightly limited way) even on
2001-07-12 Abhijit Menon-Sen Perl_re_dup()
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Gurusamy Sarathy rename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-21 Jarkko Hietaniemi Retract the #10417 mg.c and embed.pl parts because of
2001-06-20 Jarkko Hietaniemi Regen headers.
2001-06-20 Jarkko Hietaniemi Replace our implementation of realpath() with OpenBSD's
2001-06-20 Jarkko Hietaniemi After some reading I don't think we can blindly
2001-06-18 Jarkko Hietaniemi Split off the pack/unpack code, from Nicholas Clark.
2001-06-14 Nick Ing-Simmons Integrate mainline
2001-06-13 Hugo van der Sanden splitting util.c
2001-06-13 Andy Dougherty Small bcopy cleanup
2001-06-10 Jarkko Hietaniemi Move the grok_number and its lieutenant grok_numeric_radix
2001-06-03 Simon Cozens APIfy op_clear
2001-06-02 Nick Ing-Simmons Integrate mainline
2001-06-01 Hugo van der Sanden Re: [ID 20010529.006] String plus zero inconsistent...
2001-06-01 Doug MacEachern [patch] Cwd.xs optimizations/abstraction
2001-05-26 Hugo van der Sanden Re: 5.6.*, bleadperl: bugs in pp_concat
2001-05-26 Jarkko Hietaniemi Regen headers for #10221.
2001-04-30 Jarkko Hietaniemi Change PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-06 Jarkko Hietaniemi Integrate changes #9584,9587 from maintperl into mainline.
2001-03-24 Nick Ing-Simmons Generated files.
2001-03-14 Jarkko Hietaniemi Integrate change #9154 from maintperl to mainline.
2001-03-10 Nick Ing-Simmons EBCDIC sanity - phase I
2001-02-24 Nick Ing-Simmons Encode API documentation nd tidy up.
2001-02-23 Doug MacEachern [patch] perlio + useithreads
2001-02-21 Jarkko Hietaniemi Put back the #8840, it was innocent.
2001-02-20 Jarkko Hietaniemi Retract the #8838 and #8840 for now because of
2001-02-19 Doug MacEachern [patch] add sv_setref_uv
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-17 Doug MacEachern [patch] -Wall
2001-02-13 Jarkko Hietaniemi Merge ebcdic.c (only one function, ebcdic_control(...
2001-02-08 Charles Bailey SYN SYN
2001-02-08 Nick Ing-Simmons Generated files form 8713 etc.
2001-01-28 Jarkko Hietaniemi Patch from Inaba Hiroto:
2001-01-24 Charles Bailey SYN SYN
2001-01-23 Roca, Ignasi RE: [PATCH perl@8269] Corrections for Perl_yylex_r...
2001-01-20 Nick Ing-Simmons Infrastructure to allow:
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-17 Jarkko Hietaniemi Uncheckedin generated files.
2000-12-16 Jarkko Hietaniemi Few uncheckedin files.
2000-12-13 Jarkko Hietaniemi Move the proto of start_glob() to a better place; regen...
2000-12-07 Nick Ing-Simmons Change PerlIO_(get|set)pos to take SV *
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-25 Gurusamy Sarathy C<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-18 Jarkko Hietaniemi Introduce Perl_utf8_length(). Use it.
2000-11-04 Jarkko Hietaniemi Integrate perlio:
2000-10-30 Nick Ing-Simmons Change files which are mysteriously different to mainli...
2000-10-25 Jarkko Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-21 John Tobey Re: Creating const subs for constants.
2000-10-20 Roca, Ignasi Make scan_num() reëntrant, as suggested in
2000-10-20 Charles Bailey SYN SYN
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Simon Cozens utf8.c apidoc
2000-09-03 Nick Ing-Simmons Hash lookup of constant strings optimization:
2000-09-01 Mike Guy Fix vec() / utf8 (was Re: bitvec ops still broken...
2000-08-08 Jarkko Hietaniemi Do away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko Hietaniemi regen_headers, regen perltoc.
2000-07-25 Simon Cozens av.c apidoc
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6242..6249 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6231..6240 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6174..6203 into mainline...
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy adjust change#6299
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy fix memory leak on Windows (PL_sys_intern contents...
2000-06-29 Doug MacEachern xsub attributes
2000-06-27 Simon Cozens is_utf8_string
2000-06-27 Simon Cozens bytes<->utf8 fixes
2000-06-25 Jarkko Hietaniemi Regen headers.
next