summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Integrate mainline.Nick Ing-Simmons2001-12-011-28/+35
|\
| * sort tweaks from John P. Linderman.Jarkko Hietaniemi2001-11-271-4/+1
| * The debug_pag needs to be visible at all timesJarkko Hietaniemi2001-11-241-4/+3
| * Add probing for dirfd() so that it can be added it IO::Dir.Jarkko Hietaniemi2001-11-231-24/+27
| * Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-0/+8
* | Integrate mainlineNick Ing-Simmons2001-11-201-0/+12
|\ \ | |/
| * Create a per-interpeter debug scratchpad containerJarkko Hietaniemi2001-11-201-0/+12
* | Integrate mainline - a few Devel::Peak fails.Nick Ing-Simmons2001-11-181-20/+40
|\ \ | |/
| * runtime runops switchIlya Zakharevich2001-11-161-19/+39
| * a few typo fixes Jeffrey Friedl2001-11-121-1/+1
* | Integrate mainlineNick Ing-Simmons2001-11-031-4/+24
|\ \ | |/
| * microperl sync.Jarkko Hietaniemi2001-11-021-4/+4
| * Definitions for the Unicode Newline Guidelines.Jarkko Hietaniemi2001-11-021-0/+20
* | Integrate mainlineNick Ing-Simmons2001-10-311-2/+2
|\ \ | |/
| * Mommy, what's a pointer cast?Richard Soderberg2001-10-301-2/+2
* | Integrate mainlineNick Ing-Simmons2001-10-271-2/+83
|\ \ | |/
| * WinCE update from Rainer Keuchel.Jarkko Hietaniemi2001-10-261-0/+4
| * perl.h for Mac OS (Classic)Chris Nandor2001-10-261-2/+2
| * Integrate change #12660 from maintperl;Jarkko Hietaniemi2001-10-251-1/+1
| * Integrate changes #12652 and #12653 from maintperl;Jarkko Hietaniemi2001-10-251-0/+77
* | Integrate mainlineNick Ing-Simmons2001-10-201-2/+3
|\ \ | |/
| * Integrate perlio:Jarkko Hietaniemi2001-10-201-1/+5
| |\ | |/ |/|
| * vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-1/+2
| * Oh, bother. In Tru64 cc -std1 was looking rather niceJarkko Hietaniemi2001-10-171-29/+0
| * (retracted by #12485)Jarkko Hietaniemi2001-10-171-28/+29
| * (retracted by #12485)Jarkko Hietaniemi2001-10-171-11/+20
| * (retracted by #12485)Jarkko Hietaniemi2001-10-171-0/+19
* | Add comments explaining why win32.h/embed.h are included where they areNick Ing-Simmons2001-10-201-1/+5
|/
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-161-0/+2
* UUnndduupplleexx..Jarkko Hietaniemi2001-10-121-1/+0
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-261-0/+4
* Remove iconv references since we are not using itJarkko Hietaniemi2001-09-201-3/+0
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-1/+1
* Sometimes dTHX is added because it is needed on non Artur Bergman2001-09-111-2/+2
* Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious...Nicholas Clark2001-09-101-0/+1
* Silence the remaing format warningRobin Barker2001-09-071-0/+8
* oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w...Nicholas Clark2001-09-051-0/+5
* some remnants of change#11803Gurusamy Sarathy2001-09-021-1/+2
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-172/+19
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-28/+28
* fix broken windows buildGurusamy Sarathy2001-08-231-9/+2
* PL_reentrant_buffer does not exist in 5005threaded perl.Artur Bergman2001-08-181-1/+1
* USE_THREADS and USE_ITHREADS are never true at the same timeArtur Bergman2001-08-181-1/+1
* Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block run...Artur Bergman2001-08-171-0/+1
* It seems that Tru64 has "naturally" threadsafe APIs only forJarkko Hietaniemi2001-08-171-3/+3
* Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,Jarkko Hietaniemi2001-08-151-0/+30
* [PATHC] sharedsv.[c|h]Jarkko Hietaniemi2001-08-131-0/+1
* Typos in #11645.Jarkko Hietaniemi2001-08-121-2/+2
* On ithreads default to use_reentrant except on naturallyJarkko Hietaniemi2001-08-121-2/+13
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-9/+139