summaryrefslogtreecommitdiff
path: root/perlapi.c
Commit message (Expand)AuthorAgeFilesLines
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-4/+13
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-4393/+5
* Removed tripple definitions of CUSTOM_OP functions.Artur Bergman2001-08-271-32/+0
* Regen headersArtur Bergman2001-08-271-0/+48
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-7/+7
* [PATHC] sharedsv.[c|h]Jarkko Hietaniemi2001-08-131-0/+51
* Make perl fork()-safe (in a slightly limited way) even onGurusamy Sarathy2001-07-201-0/+24
* Perl_re_dup()Abhijit Menon-Sen2001-07-121-2/+2
* rename s/sv_getcwd/getcwd_sv/ for better conformance to existingGurusamy Sarathy2001-07-021-3/+3
* Retract the #10417 mg.c and embed.pl parts because ofJarkko Hietaniemi2001-06-211-1/+1
* Regen headers.Jarkko Hietaniemi2001-06-201-14/+14
* Replace our implementation of realpath() with OpenBSD'sJarkko Hietaniemi2001-06-201-7/+0
* After some reading I don't think we can blindlyJarkko Hietaniemi2001-06-201-2/+2
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-0/+2
* splitting util.cHugo van der Sanden2001-06-131-0/+2
* Small bcopy cleanupAndy Dougherty2001-06-131-1/+1
* Move the grok_number and its lieutenant grok_numeric_radixJarkko Hietaniemi2001-06-101-1/+15
* APIfy op_clear Simon Cozens2001-06-031-1/+14
* Re: [ID 20010529.006] String plus zero inconsistent across platformsHugo van der Sanden2001-06-011-0/+7
* [patch] Cwd.xs optimizations/abstractionDoug MacEachern2001-06-011-0/+14
* Re: 5.6.*, bleadperl: bugs in pp_concatHugo van der Sanden2001-05-261-0/+42
* Regen headers for #10221.Jarkko Hietaniemi2001-05-261-0/+7
* Change PL_numeric_radix to PL_numeric_radix_sv (and leave inJarkko Hietaniemi2001-04-301-2/+23
* Integrate changes #9584,9587 from maintperl into mainline.Jarkko Hietaniemi2001-04-061-0/+7
* Generated files.Nick Ing-Simmons2001-03-241-0/+7
* Integrate change #9154 from maintperl to mainline.Jarkko Hietaniemi2001-03-141-0/+12
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-9/+30
* Encode API documentation nd tidy up.Nick Ing-Simmons2001-02-241-2/+2
* [patch] perlio + useithreadsDoug MacEachern2001-02-231-2/+0
* Put back the #8840, it was innocent.Jarkko Hietaniemi2001-02-211-0/+7
* Retract the #8838 and #8840 for now because ofJarkko Hietaniemi2001-02-201-7/+0
* [patch] add sv_setref_uvDoug MacEachern2001-02-191-0/+7
* [patch] -WallDoug MacEachern2001-02-171-0/+4
* Merge ebcdic.c (only one function, ebcdic_control()) into util.c.Jarkko Hietaniemi2001-02-131-0/+2
* Generated files form 8713 etc.Nick Ing-Simmons2001-02-081-0/+14
* Patch from Inaba Hiroto:Jarkko Hietaniemi2001-01-281-0/+7
* RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parse...Roca, Ignasi2001-01-231-1/+0
* Infrastructure to allow:Nick Ing-Simmons2001-01-201-0/+7
* Integrate mainline.Nick Ing-Simmons2000-12-191-0/+16
* Move the proto of start_glob() to a better place; regen api files.Jarkko Hietaniemi2000-12-131-1/+1
* Change PerlIO_(get|set)pos to take SV *Nick Ing-Simmons2000-12-071-0/+14
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-5/+5
* C<foreach my $x ...> in pseudo-fork()ed process may diddleGurusamy Sarathy2000-11-251-0/+7
* Introduce Perl_utf8_length(). Use it.Jarkko Hietaniemi2000-11-181-0/+7
* Integrate perlio:Jarkko Hietaniemi2000-11-041-4/+4
|\
| * Change files which are mysteriously different to mainline to beNick Ing-Simmons2000-10-301-1/+1
|/
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-7/+7
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-6/+6
* Re: Creating const subs for constants.John Tobey2000-10-211-2/+2
* Make scan_num() reëntrant, as suggested inRoca, Ignasi2000-10-201-2/+2