summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ignore SIGFPE everywhere.Jarkko Hietaniemi2001-08-071-3/+5
* 4-arg select() was busted on windows because change#8178 didn'tGurusamy Sarathy2001-08-051-1/+1
* Integrate the PerlCE (WinCE Perl) port;Jarkko Hietaniemi2001-08-021-0/+6
* [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in ...Stian Seeberg2001-08-011-2/+5
* Pluggable optimizerSimon Cozens2001-08-011-0/+1
* Beginnings of better Inf and NaN support.Jarkko Hietaniemi2001-07-291-0/+50
* Remove unicode::distinct, as per Inaba Hiroto.Jarkko Hietaniemi2001-07-131-1/+0
* UTS tweaks for Hal Morris.Jarkko Hietaniemi2001-07-121-0/+4
* Patch needed for UTSHal Morris2001-07-031-21/+2
* (Replaced by #11124) UTS workaround from Hal Morris.Jarkko Hietaniemi2001-07-021-0/+5
* Add Configure probes for nl_langinfo() and <langinfo.h>.Jarkko Hietaniemi2001-06-281-0/+2
* Better place for nop IN_LOCALE_NUMERIC, pointed outJarkko Hietaniemi2001-06-261-4/+1
* Microperl findings.Jarkko Hietaniemi2001-06-251-0/+4
* Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.Jarkko Hietaniemi2001-06-241-0/+16
* The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needsJarkko Hietaniemi2001-06-191-10/+0
* Add workaround for Darwin's (Mac OS X's) INT32_MINJarkko Hietaniemi2001-06-161-0/+10
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-4/+17
* Add Configure directive -Dusereentrant for Artur's ithreads work,Jarkko Hietaniemi2001-06-131-0/+2
* Re: ext/ + -WallDoug MacEachern2001-06-131-0/+6
* Hide __attribute__((unused)) behind PERL_UNUSED_DECL asJarkko Hietaniemi2001-06-131-1/+7
* [patch] perl.gprof controlDoug MacEachern2001-06-131-0/+8
* As suggested in Gurusamy Sarathy2001-06-121-0/+9
* Move the grok_number and its lieutenant grok_numeric_radixJarkko Hietaniemi2001-06-101-0/+10
* Numeric conversion tweaks suggested by Hugo and Nicholas.Jarkko Hietaniemi2001-06-091-6/+0
* Make up prototypes only for those who have the functionsJarkko Hietaniemi2001-06-051-8/+10
* Re: Not OK: perl@10439 on win32 Prymmer/Kahn2001-06-051-1/+1
* Configure tweaks; add prototype probes, make the cpp symbolsJarkko Hietaniemi2001-06-041-0/+18
* Missed HAS_SETRESGID_PROTO. No serious harm done sinceJarkko Hietaniemi2001-06-041-1/+1
* The non-locale places need love, too.Jarkko Hietaniemi2001-06-031-1/+1
* "10.", that is, decimal numbers can have no decimal part at all.Jarkko Hietaniemi2001-06-031-1/+1