summaryrefslogtreecommitdiff
path: root/embed.pl
Commit message (Expand)AuthorAgeFilesLines
* Die on n-arg open(...,"",xxx,yyy,...)Nick Ing-Simmons2001-03-221-0/+1
* More EBCDIC stuff:Nick Ing-Simmons2001-03-201-0/+2
* Integrate change #9197 from maintperl to mainline.Jarkko Hietaniemi2001-03-181-2/+2
* Integrate change #9154 from maintperl to mainline.Jarkko Hietaniemi2001-03-141-0/+11
* Integrate change #9108 from maintperl to mainline.Jarkko Hietaniemi2001-03-121-1/+0
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-3/+6
* don't write along symlinks into a read only source tree (was Re: [ID 20010129...Nicholas Clark2001-03-011-0/+1
* Encode API documentation nd tidy up.Nick Ing-Simmons2001-02-241-4/+4
* [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...Peter Prymmer2001-02-221-3/+0
* Put back the #8840, it was innocent.Jarkko Hietaniemi2001-02-211-0/+1
* Retract the #8838 and #8840 for now because ofJarkko Hietaniemi2001-02-201-1/+0
* [patch] add sv_setref_uvDoug MacEachern2001-02-191-0/+1
* [patch] -WallDoug MacEachern2001-02-171-1/+6
* Merge ebcdic.c (only one function, ebcdic_control()) into util.c.Jarkko Hietaniemi2001-02-131-0/+3
* [patch] GvSHAREDDoug MacEachern2001-02-101-0/+1
* Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::GlobAndy Dougherty2001-02-091-0/+4
* Re: [patch] Re: PL_ptr_tableDoug MacEachern2001-02-081-0/+2
* Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669Jarkko Hietaniemi2001-02-011-0/+1
* Patch from Inaba Hiroto:Jarkko Hietaniemi2001-01-281-0/+1
* Re: Announce : Tokener reporting patchSimon Cozens2001-01-271-0/+1
* RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parse...Roca, Ignasi2001-01-231-3/+1
* Integrate mainline.Nick Ing-Simmons2001-01-211-0/+1
|\
| * Forgot the expect_number() prototype.Jarkko Hietaniemi2001-01-201-0/+1
* | Infrastructure to allow:Nick Ing-Simmons2001-01-201-0/+3
|/
* Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.Nick Ing-Simmons2001-01-161-0/+1
* Re: API CleanupSimon Cozens2001-01-161-10/+10
* Consolidated lvalue sub changesStephen McCamant2001-01-121-0/+1
* One more patch for UTF8 Inaba Hiroto2001-01-091-0/+1
* Fix "scalars leaked" bugs caused by overload magicNick Ing-Simmons2001-01-081-0/+1
* Integrate mainlineNick Ing-Simmons2000-12-301-0/+2
* Integrate mainline.Nick Ing-Simmons2000-12-191-3/+2
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-151-0/+4
* speeding up object creation/destruction 4x timesIlya Zakharevich2000-12-151-0/+1
* This seems to be a stage sane and stable enough to checkin.Jarkko Hietaniemi2000-12-151-4/+0
* faster and 64 bit preserving arithmeticNicholas Clark2000-12-141-0/+4
* Move the proto of start_glob() to a better place; regen api files.Jarkko Hietaniemi2000-12-131-4/+1
* move startglob out of pp_hot.cNicholas Clark2000-12-131-0/+4
* Additional patch for UTF8-keys (Re: perl@8016)Inaba Hiroto2000-12-091-1/+1
* Document utf8_length(), utf8_distance(), and utf8_hop().Jarkko Hietaniemi2000-12-071-1/+1
* Re: [PATCH] The largest hoax of all times?Ilya Zakharevich2000-12-051-0/+2
* UTF-8 hash keys, patch from Inaba Hiroto.Jarkko Hietaniemi2000-12-041-4/+4
* Make utf8_length() and utf8_distance() (the latter of whichJarkko Hietaniemi2000-11-261-1/+1
* C<foreach my $x ...> in pseudo-fork()ed process may diddleGurusamy Sarathy2000-11-251-0/+1
* Undo the SOCKS workarounds, instead start using PerlIOJens Hamisch2000-11-251-12/+0
* SOCKS wrestling continues, patches from Jens Hamisch.Jarkko Hietaniemi2000-11-231-6/+6
* More SOCKS versus 64-bit patches from Jens Hamisch.Jarkko Hietaniemi2000-11-221-1/+4
* Export the SOCKS workaround symbols only if necessary.Jarkko Hietaniemi2000-11-211-5/+6
* Add a workaround to SOCKS 64-bit problems.Jarkko Hietaniemi2000-11-201-0/+8
* Introduce Perl_utf8_length(). Use it.Jarkko Hietaniemi2000-11-181-0/+1
* [PATCH 5.7.0] make regcomp reenterableIlya Zakharevich2000-11-181-22/+22