summaryrefslogtreecommitdiff
path: root/embed.pl
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-329/+36
* Removed tripple definitions of CUSTOM_OP functions.Artur Bergman2001-08-271-8/+0
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-16/+16
* Custom OpsSimon Cozens2001-08-271-0/+12
* Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block run...Artur Bergman2001-08-171-1/+1
* [PATHC] sharedsv.[c|h]Jarkko Hietaniemi2001-08-131-0/+11
* Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.plGurusamy Sarathy2001-08-071-4/+0
* Make perl fork()-safe (in a slightly limited way) even onGurusamy Sarathy2001-07-201-0/+3
* Perl_re_dup()Abhijit Menon-Sen2001-07-121-1/+1
* More accurate line numbers in messagesPaul Johnson2001-07-121-0/+1
* Retract #11289.Jarkko Hietaniemi2001-07-121-2/+0
* (Retracted by #11289.)Jarkko Hietaniemi2001-07-121-0/+2
* blead kit timestamps && the problem with running perl embed.plPeter Prymmer2001-07-111-7/+8
* Simplify yytoke()Simon Cozens2001-07-081-0/+1
* fix the binary compatibility issue when building with/withoutGurusamy Sarathy2001-07-051-1/+1
* rename s/sv_getcwd/getcwd_sv/ for better conformance to existingGurusamy Sarathy2001-07-021-1/+1
* Enclose the new symbols in START_EXTERN_C and END_EXTERN_CJarkko Hietaniemi2001-06-251-0/+6
* Retract the #10417 mg.c and embed.pl parts because ofJarkko Hietaniemi2001-06-211-2/+2
* Fixes case of CvDEPTH for perl_cloneArtur Bergman2001-06-201-7/+7
* Replace our implementation of realpath() with OpenBSD'sJarkko Hietaniemi2001-06-201-1/+0
* After some reading I don't think we can blindlyJarkko Hietaniemi2001-06-201-1/+1
* Re: [PATCH 5.7.1] sv.c documentationDave Mitchell2001-06-181-8/+8
* sv.c documentationDave Mitchell2001-06-181-34/+33
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-1/+4
* Fix open.pm to work via XS-implemented method calls ratherNick Ing-Simmons2001-06-151-0/+1
* Integrate mainlineNick Ing-Simmons2001-06-141-1/+4
* Small bcopy cleanupAndy Dougherty2001-06-131-1/+1
* Move the grok_number and its lieutenant grok_numeric_radixJarkko Hietaniemi2001-06-101-2/+2
* Re: pragma/locale.t #107Hugo van der Sanden2001-06-101-0/+1
* Numeric conversion tweaks suggested by Hugo and Nicholas.Jarkko Hietaniemi2001-06-091-1/+0
* The proper prototyping for #10463.Jarkko Hietaniemi2001-06-061-0/+1
* Various "cast to pointer from integer of different size"Jarkko Hietaniemi2001-06-031-2/+2
* APIfy op_clear Simon Cozens2001-06-031-1/+1
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-021-1/+7
* Re: [ID 20010529.006] String plus zero inconsistent across platformsHugo van der Sanden2001-06-011-0/+1
* [patch] Cwd.xs optimizations/abstractionDoug MacEachern2001-06-011-1/+3
* Re: 5.6.*, bleadperl: bugs in pp_concatHugo van der Sanden2001-05-261-6/+12
* [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)Juha Laiho2001-05-261-1/+1
* [patch] make op_{clear,null} publicDoug MacEachern2001-05-101-2/+2
* Help -Dt show correct pad variablesBenjamin Sugars2001-05-071-0/+1
* In character classes one couldn't have 0x80..0xff charactersJarkko Hietaniemi2001-04-291-1/+1
* The new time utils need to be public.Jarkko Hietaniemi2001-04-191-3/+3
* Move the strftime() wrapper from POSIX.xs to util.cJarkko Hietaniemi2001-04-191-0/+1
* Move the init_tm() and mini_mktime() up from POSIX.xs to util.cJarkko Hietaniemi2001-04-181-0/+2
* Integrate changes #9584,9587 from maintperl into mainline.Jarkko Hietaniemi2001-04-061-0/+1
* Re: [PATCH] Lighten up globBenjamin Sugars2001-04-041-1/+1
* tr/// UTF-8 tweaking from Inaba Hiroto.Jarkko Hietaniemi2001-04-011-1/+0
* Autoloading Errno.pm when %! is encounteredRobin Houston2001-03-271-0/+1
* Die on n-arg open(...,"",xxx,yyy,...)Nick Ing-Simmons2001-03-221-0/+1
* More EBCDIC stuff:Nick Ing-Simmons2001-03-201-0/+2